+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri May 8 05:52:51 2026] *** compiled with version: 13.3.0 on 05 May 2026 22:49:05 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5846c765d8-mgh6f machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f7e9f623668 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)... /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-08 05:52:55.603 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 05:52:55.603 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-08 05:52:55.706 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 05:52:55.706 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-08 05:52:56.694 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 05:52:56.812 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 05:52:58.121 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 05:52:58.124 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 05:52:58.127 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 05:52:58.128 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 05:52:58.128 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 05:52:58.129 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-08 05:52:58.129 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-08 05:52:58.129 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.137 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.137 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.137 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.161 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 05:52:58.162 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.162 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.193 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 05:52:58.194 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 05:52:58.194 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 05:52:58.194 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 05:52:58.195 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 05:52:58.196 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 05:52:58.200 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 05:52:58.201 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 05:52:58.201 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 05:52:58.201 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-08 05:52:58.201 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-08 05:52:58.201 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.209 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.209 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 05:52:58.209 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.231 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 05:52:58.232 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.232 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 05:52:58.260 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 05:52:58.261 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 05:52:58.261 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 05:52:58.261 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 05:52:58.562 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 05:52:58.585 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 05:52:58.833 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 05:52:58.833 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 05:52:58.834 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing extension driver 'qos' 2026-05-08 05:52:58.874 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 05:52:58.875 8 INFO neutron.plugins.ml2.managers [None req-8fa9f4ab-180b-4de1-9df0-7c2c49f3f989 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 05:52:58.891 8 INFO neutron.quota [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded quota_driver: . 2026-05-08 05:52:58.891 8 INFO neutron.plugins.ml2.plugin [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 05:52:58.891 8 INFO neutron.plugins.ml2.managers [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 05:52:58.891 8 INFO neutron.plugins.ml2.managers [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 05:52:58.891 8 INFO neutron.plugins.ml2.managers [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 05:52:58.892 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: qos 2026-05-08 05:52:58.905 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: router 2026-05-08 05:52:58.954 8 INFO neutron.services.service_base [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 05:52:58.954 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: segments 2026-05-08 05:52:59.052 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: trunk 2026-05-08 05:52:59.066 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: vpnaas 2026-05-08 05:52:59.104 8 WARNING stevedore.named [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 05:52:59.179 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 05:52:59.179 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: taas 2026-05-08 05:52:59.206 8 WARNING stevedore.named [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 05:52:59.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 05:52:59.232 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: tapmirror 2026-05-08 05:52:59.246 8 WARNING stevedore.named [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 05:52:59.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 05:52:59.261 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: auto_allocate 2026-05-08 05:52:59.272 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: tag 2026-05-08 05:52:59.281 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: timestamp 2026-05-08 05:52:59.284 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 05:52:59.289 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: flavors 2026-05-08 05:52:59.292 8 INFO neutron.manager [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loading Plugin: revisions 2026-05-08 05:52:59.295 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Initializing extension manager. 2026-05-08 05:52:59.297 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: address-group 2026-05-08 05:52:59.298 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: address-scope 2026-05-08 05:52:59.298 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 05:52:59.299 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: agent 2026-05-08 05:52:59.300 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 05:52:59.301 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 05:52:59.301 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 05:52:59.303 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: availability_zone 2026-05-08 05:52:59.304 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 05:52:59.304 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 05:52:59.305 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: default-subnetpools 2026-05-08 05:52:59.306 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 05:52:59.307 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: dns-integration 2026-05-08 05:52:59.308 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 05:52:59.308 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 05:52:59.309 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: dvr 2026-05-08 05:52:59.310 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 05:52:59.310 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 05:52:59.311 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 05:52:59.311 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 05:52:59.312 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: external-net 2026-05-08 05:52:59.312 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 05:52:59.313 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: extraroute 2026-05-08 05:52:59.313 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 05:52:59.314 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: filter-validation 2026-05-08 05:52:59.314 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 05:52:59.315 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 05:52:59.315 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 05:52:59.316 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: fip-port-details 2026-05-08 05:52:59.317 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: flavors 2026-05-08 05:52:59.318 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 05:52:59.318 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: floatingip-pools 2026-05-08 05:52:59.319 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: ip_allocation 2026-05-08 05:52:59.319 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 05:52:59.320 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: l2_adjacency 2026-05-08 05:52:59.321 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: router 2026-05-08 05:52:59.323 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 05:52:59.323 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 05:52:59.324 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 05:52:59.324 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 05:52:59.325 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: l3-ha 2026-05-08 05:52:59.325 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 05:52:59.326 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 05:52:59.326 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: l3-flavors 2026-05-08 05:52:59.327 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 05:52:59.328 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 05:52:59.330 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 05:52:59.331 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 05:52:59.332 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 05:52:59.333 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 05:52:59.334 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 05:52:59.334 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: multi-provider 2026-05-08 05:52:59.335 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: net-mtu 2026-05-08 05:52:59.335 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 05:52:59.336 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: network_availability_zone 2026-05-08 05:52:59.336 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: network_ha 2026-05-08 05:52:59.337 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: network-ip-availability 2026-05-08 05:52:59.338 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: network-ip-availability-details 2026-05-08 05:52:59.339 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 05:52:59.339 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: pagination 2026-05-08 05:52:59.341 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-device-profile 2026-05-08 05:52:59.341 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 05:52:59.342 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 05:52:59.342 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 05:52:59.343 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-mac-override 2026-05-08 05:52:59.343 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 05:52:59.344 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 05:52:59.344 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 05:52:59.344 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-resource-request 2026-05-08 05:52:59.345 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 05:52:59.345 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 05:52:59.346 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: binding 2026-05-08 05:52:59.347 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: binding-extended 2026-05-08 05:52:59.347 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-security 2026-05-08 05:52:59.348 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: project-id 2026-05-08 05:52:59.348 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: provider 2026-05-08 05:52:59.349 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 05:52:59.351 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos 2026-05-08 05:52:59.352 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 05:52:59.352 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 05:52:59.352 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-default 2026-05-08 05:52:59.353 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-fip 2026-05-08 05:52:59.353 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 05:52:59.354 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 05:52:59.354 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 05:52:59.355 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 05:52:59.356 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 05:52:59.356 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-pps 2026-05-08 05:52:59.357 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 05:52:59.357 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 05:52:59.358 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 05:52:59.358 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: quota-check-limit 2026-05-08 05:52:59.359 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 05:52:59.361 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: quotas 2026-05-08 05:52:59.362 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: quota_details 2026-05-08 05:52:59.364 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: rbac-policies 2026-05-08 05:52:59.364 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: rbac-address-group 2026-05-08 05:52:59.365 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 05:52:59.365 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 05:52:59.366 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 05:52:59.366 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: revision-if-match 2026-05-08 05:52:59.367 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 05:52:59.367 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: router_availability_zone 2026-05-08 05:52:59.368 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-08 05:52:59.368 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 05:52:59.371 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 05:52:59.371 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 05:52:59.372 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 05:52:59.372 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 05:52:59.373 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 05:52:59.373 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 05:52:59.379 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: security-group 2026-05-08 05:52:59.380 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: segment 2026-05-08 05:52:59.380 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 05:52:59.381 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: service-type 2026-05-08 05:52:59.381 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: sorting 2026-05-08 05:52:59.382 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 05:52:59.382 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: standard-attr-description 2026-05-08 05:52:59.383 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: stateful-security-group 2026-05-08 05:52:59.383 8 WARNING neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 05:52:59.384 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 05:52:59.384 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnet-external-network 2026-05-08 05:52:59.385 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnet_onboard 2026-05-08 05:52:59.386 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 05:52:59.386 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnet-service-types 2026-05-08 05:52:59.387 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnet_allocation 2026-05-08 05:52:59.387 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 05:52:59.388 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: tag-creation 2026-05-08 05:52:59.388 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 05:52:59.392 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 05:52:59.393 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 05:52:59.394 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: trunk 2026-05-08 05:52:59.394 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: trunk-details 2026-05-08 05:52:59.395 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 05:52:59.395 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 05:52:59.396 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 05:52:59.396 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 05:52:59.398 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 05:52:59.399 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 05:52:59.400 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: vpn-flavors 2026-05-08 05:52:59.401 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: vpnaas 2026-05-08 05:52:59.402 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: taas 2026-05-08 05:52:59.403 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: tap-mirror 2026-05-08 05:52:59.404 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-08 05:52:59.405 8 INFO neutron.api.extensions [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 05:52:59.408 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 05:52:59.408 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 05:52:59.408 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:52:59.408 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 05:52:59.411 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 05:52:59.412 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 05:52:59.416 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 05:52:59.416 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 05:52:59.417 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 05:52:59.418 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.418 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:52:59.418 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] subnetpool is already registered 2026-05-08 05:52:59.419 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:52:59.419 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] subnetpool is already registered 2026-05-08 05:52:59.419 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 05:52:59.420 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:52:59.420 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:52:59.421 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 05:52:59.421 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 05:52:59.422 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 05:52:59.422 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:52:59.422 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ipsecpolicy is already registered 2026-05-08 05:52:59.423 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:52:59.423 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ikepolicy is already registered 2026-05-08 05:52:59.424 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.425 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.425 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.425 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.425 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.426 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.427 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.427 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.427 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.427 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.427 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.430 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 05:52:59.430 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] router is already registered 2026-05-08 05:52:59.431 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 05:52:59.431 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] floatingip is already registered 2026-05-08 05:52:59.435 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 05:52:59.435 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] rbac_policy is already registered 2026-05-08 05:52:59.436 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 05:52:59.436 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] security_group is already registered 2026-05-08 05:52:59.436 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 05:52:59.437 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] security_group_rule is already registered 2026-05-08 05:52:59.437 8 WARNING neutron.api.api_common [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:52:59.438 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:52:59.438 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] subnetpool is already registered 2026-05-08 05:52:59.438 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:52:59.438 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] subnetpool is already registered 2026-05-08 05:52:59.439 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 05:52:59.439 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] trunk is already registered 2026-05-08 05:52:59.439 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:52:59.440 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ikepolicy is already registered 2026-05-08 05:52:59.440 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:52:59.440 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ipsecpolicy is already registered 2026-05-08 05:52:59.440 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 05:52:59.441 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] endpoint_group is already registered 2026-05-08 05:52:59.441 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 05:52:59.441 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] vpnservice is already registered 2026-05-08 05:52:59.441 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 05:52:59.441 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ipsec_site_connection is already registered 2026-05-08 05:52:59.442 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:52:59.442 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ipsecpolicy is already registered 2026-05-08 05:52:59.442 8 INFO neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:52:59.442 8 WARNING neutron.quota.resource_registry [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] ikepolicy is already registered 2026-05-08 05:52:59.480 8 WARNING keystonemiddleware._common.config [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 05:52:59.487 8 WARNING oslo_config.cfg [None req-8e3699f0-8508-4936-a58d-9fe1c6170e2a - - - - - -] 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 0x7f7e9f623668 pid: 8 (default app) 2026-05-08 05:52:59.517 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 05:52:59.518 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 05:52:59.518 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 05:52:59.532 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 05:52:59.533 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 05:52:59.533 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 05:52:59.534 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 05:52:59.534 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing extension driver 'qos' 2026-05-08 05:52:59.534 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 05:52:59.535 7 INFO neutron.plugins.ml2.managers [None req-6a490aa4-4b11-4c0d-ab4f-4d38a0c30795 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 05:52:59.549 7 INFO neutron.quota [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded quota_driver: . 2026-05-08 05:52:59.550 7 INFO neutron.plugins.ml2.plugin [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 05:52:59.550 7 INFO neutron.plugins.ml2.managers [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 05:52:59.550 7 INFO neutron.plugins.ml2.managers [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 05:52:59.551 7 INFO neutron.plugins.ml2.managers [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 05:52:59.551 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: qos 2026-05-08 05:52:59.564 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: router 2026-05-08 05:52:59.608 7 INFO neutron.services.service_base [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 05:52:59.608 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: segments 2026-05-08 05:52:59.707 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: trunk 2026-05-08 05:52:59.721 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: vpnaas 2026-05-08 05:52:59.758 7 WARNING stevedore.named [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 05:52:59.822 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 05:52:59.822 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: taas 2026-05-08 05:52:59.843 7 WARNING stevedore.named [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 05:52:59.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 05:52:59.862 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: tapmirror 2026-05-08 05:52:59.872 7 WARNING stevedore.named [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 05:52:59.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 05:52:59.885 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: auto_allocate 2026-05-08 05:52:59.890 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: tag 2026-05-08 05:52:59.898 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: timestamp 2026-05-08 05:52:59.900 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 05:52:59.905 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: flavors 2026-05-08 05:52:59.909 7 INFO neutron.manager [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loading Plugin: revisions 2026-05-08 05:52:59.913 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Initializing extension manager. 2026-05-08 05:52:59.915 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: address-group 2026-05-08 05:52:59.916 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: address-scope 2026-05-08 05:52:59.916 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 05:52:59.917 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: agent 2026-05-08 05:52:59.918 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 05:52:59.919 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 05:52:59.919 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 05:52:59.920 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: availability_zone 2026-05-08 05:52:59.921 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 05:52:59.921 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 05:52:59.922 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: default-subnetpools 2026-05-08 05:52:59.923 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 05:52:59.924 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: dns-integration 2026-05-08 05:52:59.924 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 05:52:59.925 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 05:52:59.926 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: dvr 2026-05-08 05:52:59.926 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 05:52:59.927 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 05:52:59.927 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 05:52:59.928 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 05:52:59.928 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: external-net 2026-05-08 05:52:59.929 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 05:52:59.929 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: extraroute 2026-05-08 05:52:59.930 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 05:52:59.931 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: filter-validation 2026-05-08 05:52:59.931 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 05:52:59.932 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 05:52:59.932 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 05:52:59.933 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: fip-port-details 2026-05-08 05:52:59.934 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: flavors 2026-05-08 05:52:59.935 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 05:52:59.936 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: floatingip-pools 2026-05-08 05:52:59.936 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: ip_allocation 2026-05-08 05:52:59.937 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 05:52:59.937 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: l2_adjacency 2026-05-08 05:52:59.939 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: router 2026-05-08 05:52:59.941 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 05:52:59.941 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 05:52:59.942 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 05:52:59.942 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 05:52:59.943 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: l3-ha 2026-05-08 05:52:59.943 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 05:52:59.944 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 05:52:59.945 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: l3-flavors 2026-05-08 05:52:59.945 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 05:52:59.946 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 05:52:59.948 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 05:52:59.949 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 05:52:59.950 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 05:52:59.951 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 05:52:59.952 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 05:52:59.953 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: multi-provider 2026-05-08 05:52:59.953 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: net-mtu 2026-05-08 05:52:59.954 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 05:52:59.954 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: network_availability_zone 2026-05-08 05:52:59.955 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: network_ha 2026-05-08 05:52:59.956 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: network-ip-availability 2026-05-08 05:52:59.956 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: network-ip-availability-details 2026-05-08 05:52:59.957 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 05:52:59.958 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: pagination 2026-05-08 05:52:59.959 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-device-profile 2026-05-08 05:52:59.959 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 05:52:59.960 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 05:52:59.960 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 05:52:59.961 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-mac-override 2026-05-08 05:52:59.962 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 05:52:59.962 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 05:52:59.963 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 05:52:59.963 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-resource-request 2026-05-08 05:52:59.964 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 05:52:59.964 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 05:52:59.965 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: binding 2026-05-08 05:52:59.965 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: binding-extended 2026-05-08 05:52:59.966 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-security 2026-05-08 05:52:59.966 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: project-id 2026-05-08 05:52:59.967 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: provider 2026-05-08 05:52:59.968 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 05:52:59.970 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos 2026-05-08 05:52:59.971 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 05:52:59.971 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 05:52:59.972 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-default 2026-05-08 05:52:59.972 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-fip 2026-05-08 05:52:59.973 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 05:52:59.973 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 05:52:59.974 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 05:52:59.974 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 05:52:59.975 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 05:52:59.976 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-pps 2026-05-08 05:52:59.976 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 05:52:59.977 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 05:52:59.977 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 05:52:59.978 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: quota-check-limit 2026-05-08 05:52:59.979 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 05:52:59.981 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: quotas 2026-05-08 05:52:59.982 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: quota_details 2026-05-08 05:52:59.983 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: rbac-policies 2026-05-08 05:52:59.984 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: rbac-address-group 2026-05-08 05:52:59.984 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 05:52:59.985 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 05:52:59.985 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 05:52:59.986 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: revision-if-match 2026-05-08 05:52:59.987 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 05:52:59.987 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: router_availability_zone 2026-05-08 05:52:59.988 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-08 05:52:59.988 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 05:52:59.990 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 05:52:59.991 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 05:52:59.991 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 05:52:59.992 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 05:52:59.992 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 05:52:59.993 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 05:52:59.997 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: security-group 2026-05-08 05:52:59.999 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: segment 2026-05-08 05:52:59.999 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 05:53:00.000 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: service-type 2026-05-08 05:53:00.001 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: sorting 2026-05-08 05:53:00.001 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 05:53:00.002 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: standard-attr-description 2026-05-08 05:53:00.002 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: stateful-security-group 2026-05-08 05:53:00.003 7 WARNING neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 05:53:00.003 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 05:53:00.004 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnet-external-network 2026-05-08 05:53:00.004 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnet_onboard 2026-05-08 05:53:00.005 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 05:53:00.006 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnet-service-types 2026-05-08 05:53:00.006 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnet_allocation 2026-05-08 05:53:00.007 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 05:53:00.008 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: tag-creation 2026-05-08 05:53:00.008 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 05:53:00.012 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 05:53:00.013 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 05:53:00.013 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: trunk 2026-05-08 05:53:00.014 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: trunk-details 2026-05-08 05:53:00.014 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 05:53:00.015 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 05:53:00.015 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 05:53:00.016 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 05:53:00.018 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 05:53:00.019 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 05:53:00.019 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: vpn-flavors 2026-05-08 05:53:00.021 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: vpnaas 2026-05-08 05:53:00.022 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: taas 2026-05-08 05:53:00.024 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: tap-mirror 2026-05-08 05:53:00.025 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-08 05:53:00.025 7 INFO neutron.api.extensions [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 05:53:00.028 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 05:53:00.028 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 05:53:00.028 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:53:00.028 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 05:53:00.031 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 05:53:00.032 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 05:53:00.036 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 05:53:00.036 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 05:53:00.037 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 05:53:00.037 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.038 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:53:00.038 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] subnetpool is already registered 2026-05-08 05:53:00.039 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:53:00.039 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] subnetpool is already registered 2026-05-08 05:53:00.039 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 05:53:00.040 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:53:00.040 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:53:00.041 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 05:53:00.041 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 05:53:00.041 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 05:53:00.042 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:53:00.042 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ipsecpolicy is already registered 2026-05-08 05:53:00.042 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:53:00.043 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ikepolicy is already registered 2026-05-08 05:53:00.044 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.044 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.044 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.044 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.045 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.045 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.045 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.045 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.045 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.046 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.049 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 05:53:00.049 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] router is already registered 2026-05-08 05:53:00.050 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 05:53:00.050 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] floatingip is already registered 2026-05-08 05:53:00.054 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 05:53:00.055 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] rbac_policy is already registered 2026-05-08 05:53:00.055 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 05:53:00.055 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] security_group is already registered 2026-05-08 05:53:00.056 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 05:53:00.056 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] security_group_rule is already registered 2026-05-08 05:53:00.057 7 WARNING neutron.api.api_common [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-08 05:53:00.057 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:53:00.057 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] subnetpool is already registered 2026-05-08 05:53:00.058 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 05:53:00.058 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] subnetpool is already registered 2026-05-08 05:53:00.058 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 05:53:00.058 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] trunk is already registered 2026-05-08 05:53:00.059 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:53:00.059 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ikepolicy is already registered 2026-05-08 05:53:00.059 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:53:00.060 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ipsecpolicy is already registered 2026-05-08 05:53:00.060 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 05:53:00.060 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] endpoint_group is already registered 2026-05-08 05:53:00.060 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 05:53:00.061 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] vpnservice is already registered 2026-05-08 05:53:00.061 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 05:53:00.061 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ipsec_site_connection is already registered 2026-05-08 05:53:00.062 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 05:53:00.062 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ipsecpolicy is already registered 2026-05-08 05:53:00.062 7 INFO neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 05:53:00.062 7 WARNING neutron.quota.resource_registry [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] ikepolicy is already registered 2026-05-08 05:53:00.099 7 WARNING keystonemiddleware._common.config [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 05:53:00.106 7 WARNING oslo_config.cfg [None req-b1589c9c-7fba-4188-a97d-da269c36cc4c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f7e9f623668 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-08 05:53:04.720 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3039517-525d-41fd-8e08-916eb5b8b97f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:04 2026] GET /v2.0/networks/public => generated 108 bytes in 657 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/4] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:05.725 8 WARNING neutron.services.revisions.revision_plugin [None req-57d5d807-ee84-4e19-a728-07635441cb17 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:05.741 8 INFO neutron.db.segments_db [None req-57d5d807-ee84-4e19-a728-07635441cb17 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 4d951924-3e8e-4d3f-9031-295308c75776 of type flat for network 4e2466e9-1015-440a-a012-72f4db98ea34 2026-05-08 05:53:05.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57d5d807-ee84-4e19-a728-07635441cb17 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:05 2026] POST /v2.0/networks => generated 124 bytes in 724 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 05:53:11.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-835f68a0-430e-4e30-bd4f-964863d52f3c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:11 2026] GET /v2.0/networks/public => generated 108 bytes in 381 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:12.416 7 WARNING neutron.services.revisions.revision_plugin [None req-470b08db-e7c9-404b-ae68-39a5775e49ae 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:12.439 7 INFO neutron.db.segments_db [None req-470b08db-e7c9-404b-ae68-39a5775e49ae 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment cfe29f24-335b-4698-b04e-9207aeca4f66 of type flat for network dbd6b27b-5cef-4fb9-9d4b-f2e7ba39c3b4 2026-05-08 05:53:12.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-470b08db-e7c9-404b-ae68-39a5775e49ae 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:12 2026] POST /v2.0/networks => generated 124 bytes in 494 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 05:53:18.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21ec0908-1497-4672-b7d0-2f32f88c0a01 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:18 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:18.403 8 WARNING neutron.services.revisions.revision_plugin [None req-7450c455-5534-4538-a9bb-9bb5ba61caaf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:18.419 8 INFO neutron.db.segments_db [None req-7450c455-5534-4538-a9bb-9bb5ba61caaf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment a0af4083-2f54-4487-80ba-3fe91caacbf0 of type flat for network afb488be-6faf-4918-b9ef-f06a162c0981 2026-05-08 05:53:18.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7450c455-5534-4538-a9bb-9bb5ba61caaf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:18 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 05:53:24.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15544d2f-6b22-443e-bf36-ee0b494d37b0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:24 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:24.359 8 WARNING neutron.services.revisions.revision_plugin [None req-3c043eba-61d9-4672-942a-18f92360dbb2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:24.373 8 INFO neutron.db.segments_db [None req-3c043eba-61d9-4672-942a-18f92360dbb2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment a660524d-255a-442b-a348-6651af740ff3 of type flat for network 220e911b-07db-4f50-88c3-62072ff54aa4 2026-05-08 05:53:24.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c043eba-61d9-4672-942a-18f92360dbb2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:24 2026] POST /v2.0/networks => generated 124 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 05:53:30.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba579c70-080d-4b98-9afc-93d71d42b400 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:30 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:30.355 7 WARNING neutron.services.revisions.revision_plugin [None req-916f9eee-d611-436c-8844-9681270d2cb4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:30.380 7 INFO neutron.db.segments_db [None req-916f9eee-d611-436c-8844-9681270d2cb4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 7b283e54-126b-4332-9fd2-c704c0f67005 of type flat for network 9aecc0d5-0a24-415f-9707-38ed90a74e38 2026-05-08 05:53:30.404 7 INFO neutron.pecan_wsgi.hooks.translation [None req-916f9eee-d611-436c-8844-9681270d2cb4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:30 2026] POST /v2.0/networks => generated 124 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 05:53:36.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d48215d1-129d-4076-9fbd-7ed55d2b1af7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:36 2026] GET /v2.0/networks/public => generated 108 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:53:36.367 7 WARNING neutron.services.revisions.revision_plugin [None req-87f09ed1-da78-422d-a6e4-2438d531f214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Could not find related network for resource to bump revision. 2026-05-08 05:53:36.382 7 INFO neutron.db.segments_db [None req-87f09ed1-da78-422d-a6e4-2438d531f214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 07fb1035-1883-49bc-99c6-2a50af9f4d91 of type flat for network 3a9279a4-b7e4-4e90-b885-47f2039964be [pid: 7|app: 0|req: 11/23] 199.204.45.246 () {48 vars in 968 bytes} [Fri May 8 05:53:36 2026] POST /v2.0/networks => generated 706 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 05:53:37.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df9ea559-e19d-4e23-9989-205b7543f9d6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 05:53:37 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 05:53:37 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 05:53:37.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8216c07c-f12e-42de-b1be-c72adc0d6841 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.246 () {44 vars in 1035 bytes} [Fri May 8 05:53:37 2026] GET /v2.0/subnets/public-subnet?network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.246 () {44 vars in 1058 bytes} [Fri May 8 05:53:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => 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: 15/28] 199.204.45.246 () {48 vars in 966 bytes} [Fri May 8 05:53:37 2026] POST /v2.0/subnets => generated 664 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 05:58:27.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c14745a4-52bd-4f83-8231-bb3cb8f23217 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/66] 199.204.45.246 () {44 vars in 938 bytes} [Fri May 8 05:58:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 05:58:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 05:58:28.067 8 INFO neutron.db.segments_db [None req-24b0eb3d-bbb2-4d89-8d8e-cd197f3faf88 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment a9cb31e7-8dfb-4a52-98a4-de3a9e6fed16 of type vxlan for network f1ef83f0-5529-4d7d-a56a-ef39a2442dee [pid: 8|app: 0|req: 35/68] 199.204.45.246 () {48 vars in 967 bytes} [Fri May 8 05:58:28 2026] POST /v2.0/networks => generated 707 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 05:58:29.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54a2f0ca-65cf-4163-86a0-5b61be5c66be 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/69] 199.204.45.246 () {44 vars in 938 bytes} [Fri May 8 05:58:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 05:58:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 05:58:29.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-928f87d7-4eb7-49ac-9f92-620515807f49 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/71] 199.204.45.246 () {44 vars in 1037 bytes} [Fri May 8 05:58:29 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.204.45.246 () {44 vars in 1060 bytes} [Fri May 8 05:58:29 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.246 () {48 vars in 966 bytes} [Fri May 8 05:58:29 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 05:58:30.515 8 INFO neutron.api.v2.resource [None req-da29ee85-37e3-4316-a2c2-b47cc0604444 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.204.45.246 () {44 vars in 972 bytes} [Fri May 8 05:58:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.246 () {44 vars in 994 bytes} [Fri May 8 05:58:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.246 () {48 vars in 981 bytes} [Fri May 8 05:58:30 2026] POST /v2.0/security-groups => generated 1616 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:31 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 1616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:31 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:31 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:32 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => 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: 42/82] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:32 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 2230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:32 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:33 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:33 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:33 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:34 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:34 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:34 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:35 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:35 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:36 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.246 () {44 vars in 988 bytes} [Fri May 8 05:58:37 2026] GET /v2.0/networks/f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 05:58:37.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ba4a718-6ffe-482f-9e6d-3d71c120e4fa 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/100] 199.204.45.246 () {44 vars in 1077 bytes} [Fri May 8 05:58:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.246 () {44 vars in 1100 bytes} [Fri May 8 05:58:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 12 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:37 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.246 () {48 vars in 962 bytes} [Fri May 8 05:58:37 2026] POST /v2.0/ports => generated 1096 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 05:58:44.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ba3f05e-7aa1-4e36-9fa3-a4ee006ffcf7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.204.45.246 () {44 vars in 981 bytes} [Fri May 8 05:58:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 52/105] 199.204.45.246 () {44 vars in 1003 bytes} [Fri May 8 05:58:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.246 () {48 vars in 1033 bytes} [Fri May 8 05:58:45 2026] PUT /v2.0/ports/1c432f28-59d7-4583-be05-99ca8eea6249 => generated 1245 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.246 () {44 vars in 921 bytes} [Fri May 8 05:58:47 2026] GET /v2.0/ports => generated 3726 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 05:58:48.301 8 INFO neutron.api.v2.resource [None req-01420a69-7152-400b-8e69-5682744039c6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 05:58:48 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 199.204.45.246 () {44 vars in 982 bytes} [Fri May 8 05:58:48 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.246 () {48 vars in 981 bytes} [Fri May 8 05:58:48 2026] POST /v2.0/security-groups => generated 1610 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:49 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:49 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:49 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:49 2026] POST /v2.0/security-group-rules => generated 621 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:50 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:50 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 05:58:50 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/120] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 05:58:50 2026] POST /v2.0/security-group-rules => generated 625 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 199.204.45.246 () {44 vars in 976 bytes} [Fri May 8 05:59:52 2026] GET /v2.0/quotas/d1fc20c414184d659b7bac982482b9bd => 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: 65/130] 199.204.45.246 () {48 vars in 1028 bytes} [Fri May 8 05:59:52 2026] PUT /v2.0/quotas/d1fc20c414184d659b7bac982482b9bd => generated 291 bytes in 31 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-08 06:02:43.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00c0760e-2355-4862-a53c-db79210e9a1c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/153] 199.204.45.246 () {30 vars in 742 bytes} [Fri May 8 06:02:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 179 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 77/154] 199.204.45.246 () {30 vars in 764 bytes} [Fri May 8 06:02:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:02:45.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2bc04211-fc00-42b7-8e36-b38c7729e1dc 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/155] 199.204.45.246 () {30 vars in 742 bytes} [Fri May 8 06:02:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/156] 199.204.45.246 () {30 vars in 764 bytes} [Fri May 8 06:02:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:10:22.921 7 INFO neutron.api.v2.resource [None req-02731752-a204-4013-a4c5-aa074de079b1 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 110/219] 199.204.45.246 () {44 vars in 1075 bytes} [Fri May 8 06:10:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.246 () {44 vars in 1098 bytes} [Fri May 8 06:10:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 23 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.246 () {48 vars in 982 bytes} [Fri May 8 06:10:23 2026] POST /v2.0/security-groups => generated 1624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:24 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:10:24 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 1624 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/224] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:24 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 06:10:24 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: 113/226] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:25 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/227] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:10:25 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/228] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:25 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/229] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 06:10:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/230] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:26 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/231] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:10:26 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/232] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:26 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/233] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 06:10:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/234] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:27 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/235] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:10:28 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/236] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:10:28 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/237] 199.204.45.246 () {48 vars in 992 bytes} [Fri May 8 06:10:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/256] 199.204.45.246 () {30 vars in 740 bytes} [Fri May 8 06:12:47 2026] GET /v2.0/networks?tenant_id=d0a3f527957a4562ac5f37802f7ddbec&shared=False => generated 15 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:12:48.178 7 INFO neutron.db.segments_db [None req-a8aa140d-27b9-4a5d-94ca-70a892be9bb6 a554699edec045fa970b4dfe66c69b0e d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Added segment 73913ea9-7590-4b51-a008-88bd3255b9a0 of type vxlan for network 7d8bb1f0-4190-4b47-83ac-8eeea026211e [pid: 7|app: 0|req: 129/257] 199.204.45.246 () {34 vars in 682 bytes} [Fri May 8 06:12:48 2026] POST /v2.0/networks => generated 718 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/258] 199.204.45.246 () {30 vars in 722 bytes} [Fri May 8 06:12:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/259] 199.204.45.246 () {30 vars in 633 bytes} [Fri May 8 06:12:48 2026] GET /v2.0/extensions => generated 22222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/260] 199.204.45.246 () {34 vars in 677 bytes} [Fri May 8 06:12:48 2026] POST /v2.0/ports => generated 999 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 199.204.45.246 () {30 vars in 703 bytes} [Fri May 8 06:12:48 2026] GET /v2.0/networks/7d8bb1f0-4190-4b47-83ac-8eeea026211e => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/264] 199.204.45.246 () {30 vars in 722 bytes} [Fri May 8 06:12:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/265] 199.204.45.246 () {30 vars in 703 bytes} [Fri May 8 06:12:50 2026] GET /v2.0/networks/7d8bb1f0-4190-4b47-83ac-8eeea026211e => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/268] 199.204.45.246 () {44 vars in 976 bytes} [Fri May 8 06:13:16 2026] GET /v2.0/quotas/d0a3f527957a4562ac5f37802f7ddbec => 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: 134/269] 199.204.45.246 () {48 vars in 1028 bytes} [Fri May 8 06:13:17 2026] PUT /v2.0/quotas/d0a3f527957a4562ac5f37802f7ddbec => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:10.054 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75eeb673-a1a2-4673-b902-2b1cd9ac72ae 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 06:24:09 2026] GET /v2.0/networks/public => generated 108 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 06:24:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:11.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc0f85b7-eb3f-4100-94c5-90f991576af1 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.204.45.246 () {44 vars in 928 bytes} [Fri May 8 06:24:11 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 06:24:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:11.351 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07be94ee-1513-40d5-9eb7-b1873c6da026 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.246 () {44 vars in 1035 bytes} [Fri May 8 06:24:11 2026] GET /v2.0/subnets/public-subnet?network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.246 () {44 vars in 1058 bytes} [Fri May 8 06:24:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:37.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97d1a5cf-c02c-46f4-ad12-0b7cf4db9d43 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.246 () {44 vars in 938 bytes} [Fri May 8 06:24:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 06:24:37 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:38.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1f1a0f4-7251-4cc4-be91-dd68b0581714 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/370] 199.204.45.246 () {44 vars in 938 bytes} [Fri May 8 06:24:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 06:24:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:38.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b14d7e9-7d84-43d8-b7de-68353fe75cbe 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/372] 199.204.45.246 () {44 vars in 1037 bytes} [Fri May 8 06:24:38 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.246 () {44 vars in 1060 bytes} [Fri May 8 06:24:38 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:39.324 7 INFO neutron.api.v2.resource [None req-04391273-1cd9-4758-a1e2-13cd1df09ab3 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/374] 199.204.45.246 () {44 vars in 972 bytes} [Fri May 8 06:24:39 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.246 () {44 vars in 994 bytes} [Fri May 8 06:24:39 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:40 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:40 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:40 2026] GET /v2.0/security-group-rules/c9984373-a089-4981-bf4f-8563307279f1 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:41 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:41 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:41 2026] GET /v2.0/security-group-rules/6645ec66-a9d6-4332-bb4f-14efc20c0692 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:42 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:42 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:42 2026] GET /v2.0/security-group-rules/4eb70f5c-c199-44f4-b51b-57ec89c68a6f => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:43 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:43 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:43 2026] GET /v2.0/security-group-rules/22513be3-a13b-4dfc-9262-b5ff8013a827 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:44 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:44 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:44 2026] GET /v2.0/security-group-rules/96320556-ec80-45cd-923c-37c7976558be => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.246 () {44 vars in 988 bytes} [Fri May 8 06:24:45 2026] GET /v2.0/networks/f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:24:45.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79543cb5-52df-43bf-ba33-fd06b96f9331 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/392] 199.204.45.246 () {44 vars in 1077 bytes} [Fri May 8 06:24:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.246 () {44 vars in 1100 bytes} [Fri May 8 06:24:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f1ef83f0-5529-4d7d-a56a-ef39a2442dee => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:45 2026] GET /v2.0/security-groups/c7273b60-d85b-40db-9240-4e2820d1f8da => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:24:52.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e386578-65ca-43d6-96c2-387bba9b5b78 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/397] 199.204.45.246 () {44 vars in 981 bytes} [Fri May 8 06:24:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.246 () {44 vars in 1003 bytes} [Fri May 8 06:24:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 199.204.45.246 () {44 vars in 921 bytes} [Fri May 8 06:24:54 2026] GET /v2.0/ports => generated 4717 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:24:55.549 8 INFO neutron.api.v2.resource [None req-cf5b819e-0a55-4c91-bc0d-5082673df86b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/400] 199.204.45.246 () {44 vars in 960 bytes} [Fri May 8 06:24:55 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.246 () {44 vars in 982 bytes} [Fri May 8 06:24:55 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:56 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:56 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:56 2026] GET /v2.0/security-group-rules/285a270c-2e6f-4329-ba9c-e36840e30e74 => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:57 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2882 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:24:57 2026] GET /v2.0/security-groups/ee9827f0-2ec6-4a83-871b-6042e55b6a29 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/407] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:24:57 2026] GET /v2.0/security-group-rules/ed68b028-fb07-4a7b-ad87-ae7966516123 => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.246 () {44 vars in 976 bytes} [Fri May 8 06:25:08 2026] GET /v2.0/quotas/d1fc20c414184d659b7bac982482b9bd => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:26:00.087 7 INFO neutron.api.v2.resource [None req-728dc481-af4c-4e70-8002-d8c7d5e2f58e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/417] 199.204.45.246 () {44 vars in 1075 bytes} [Fri May 8 06:26:00 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.246 () {44 vars in 1098 bytes} [Fri May 8 06:26:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 4072 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:26:01 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:26:01 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:26:01 2026] GET /v2.0/security-group-rules/8413f79a-4e56-4c03-bf69-a2aa5c5aa410 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:26:02 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:26:02 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:26:02 2026] GET /v2.0/security-group-rules/f6a7f0a9-e9a6-4223-bf7d-5d77ce2c4474 => generated 599 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:26:03 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:26:03 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:26:03 2026] GET /v2.0/security-group-rules/2b24aafe-5307-4a66-8de9-c88939945f24 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.246 () {44 vars in 1089 bytes} [Fri May 8 06:26:04 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2?project_id=d0a3f527957a4562ac5f37802f7ddbec => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.246 () {44 vars in 1002 bytes} [Fri May 8 06:26:04 2026] GET /v2.0/security-groups/3ce7c419-6aef-4f92-a73b-1339b51ee6d2 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.246 () {44 vars in 1012 bytes} [Fri May 8 06:26:04 2026] GET /v2.0/security-group-rules/cecf1c68-fddb-4b27-980f-effb083290da => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.246 () {44 vars in 976 bytes} [Fri May 8 06:26:11 2026] GET /v2.0/quotas/d0a3f527957a4562ac5f37802f7ddbec => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 199.204.45.246 () {44 vars in 950 bytes} [Fri May 8 06:27:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:27:39 2026] GET /v2.0/networks => generated 2168 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 10.0.0.224 () {32 vars in 655 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/ports => generated 4717 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:27:40 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.224 () {32 vars in 655 bytes} [Fri May 8 06:27:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:27:51.835 8 INFO neutron.db.segments_db [None req-5893ee89-9cbb-4fc5-99ff-3bc30820ea29 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 00da2289-8be3-45fb-a0af-b4b7a4354b88 of type vxlan for network 2be596f0-3905-44ea-bafc-f16374f524b2 2026-05-08 06:27:51.910 7 INFO neutron.db.segments_db [None req-bdefee43-bb67-42c0-99e1-67b8ec5ded08 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 70b80646-60b8-416f-a9c1-77bdcf78b522 of type vxlan for network 66176012-e071-47e3-95fe-db49eb93a198 [pid: 8|app: 0|req: 228/457] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:27:51 2026] POST /v2.0/networks => generated 737 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:27:51 2026] POST /v2.0/networks => generated 748 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:52.028 7 WARNING neutron.db.securitygroups_db [None req-66fbf0ce-ca69-4c13-9810-9d96bca4d4f7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:27:52.097 8 INFO neutron.db.segments_db [None req-11b15ab6-44a2-4735-b983-3735e4cc763d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 725e170b-737d-4de9-8736-2dcb94e8cd33 of type vxlan for network 4e9b2dbc-c58b-40fa-b453-c6ef381f8551 [pid: 7|app: 0|req: 231/459] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:27:51 2026] GET /v2.0/security-groups?tenant_id=a00200646cf84bc68c93e6a4a8aa9961&name=default => generated 2921 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:27:51 2026] POST /v2.0/networks => generated 749 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:52 2026] POST /v2.0/subnets => generated 684 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/462] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:27:52 2026] DELETE /v2.0/security-groups/1fb407b0-2602-48f9-a6c8-1825ca18c576 => 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: 230/463] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:52 2026] POST /v2.0/subnets => generated 695 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:52.410 8 INFO neutron.db.segments_db [None req-83a82261-6d3d-4a71-8be0-3e686278feeb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 of type vxlan for network 07fbadd0-9142-4e2b-9c61-41bbd1376cf7 [pid: 7|app: 0|req: 234/464] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:52 2026] POST /v2.0/subnets => generated 696 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:52.538 7 INFO neutron.db.segments_db [None req-31b0c570-b444-4ac7-9e45-2f099dfbed0d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment d08086df-9147-463d-9358-63c993cfc6e7 of type vxlan for network 280bd5d3-d5c1-4111-976d-dff54a19aee8 2026-05-08 06:27:52.628 8 INFO neutron.db.l3_hamode_db [None req-83a82261-6d3d-4a71-8be0-3e686278feeb 08b1bb7f1570454f86b1184363fa6b78 3751cc6dba7b416490e3c9faddb49160 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:27:52.763 7 INFO neutron.db.l3_hamode_db [None req-31b0c570-b444-4ac7-9e45-2f099dfbed0d 08b1bb7f1570454f86b1184363fa6b78 2b527e8739eb42bbb024af8886be18ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:27:53.410 8 INFO neutron.db.l3_hamode_db [None req-83a82261-6d3d-4a71-8be0-3e686278feeb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:27:53.818 7 INFO neutron.db.l3_hamode_db [None req-31b0c570-b444-4ac7-9e45-2f099dfbed0d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/465] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:52 2026] POST /v2.0/routers => generated 724 bytes in 2151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:54.556 8 INFO neutron.db.segments_db [None req-f1d82cd4-1f3f-4859-98e5-93d7acbf22fd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 03424036-2d7d-46c5-9e83-9eec6d269b1b of type vxlan for network 5e4ea083-9521-4b5f-b30e-1227a4df3080 2026-05-08 06:27:54.757 8 INFO neutron.db.l3_hamode_db [None req-f1d82cd4-1f3f-4859-98e5-93d7acbf22fd 08b1bb7f1570454f86b1184363fa6b78 6c7791840a9f42e1aae734850f3f1c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/466] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:52 2026] POST /v2.0/routers => generated 735 bytes in 2359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:55.141 7 INFO neutron.db.segments_db [None req-3d291800-5a02-4141-af95-21d2f489bd86 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 6efa32b3-36d2-4342-b969-66518e631445 of type vxlan for network 71ef78b6-80ba-42f6-9626-18ab8c0de0cd [pid: 7|app: 0|req: 236/467] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:27:54 2026] POST /v2.0/networks => generated 745 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:55.450 8 INFO neutron.db.l3_hamode_db [None req-f1d82cd4-1f3f-4859-98e5-93d7acbf22fd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/468] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:27:55 2026] PUT /v2.0/routers/00ef6076-4c48-4b08-8367-206748e678b5/add_router_interface => generated 310 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/469] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:54 2026] POST /v2.0/routers => generated 736 bytes in 1762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:56 2026] POST /v2.0/subnets => generated 692 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:27:56 2026] PUT /v2.0/routers/42607456-3207-452f-aa2f-c2db992c183d/add_router_interface => generated 310 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:27:57.266 7 INFO neutron.db.segments_db [None req-12d56c22-90fa-4a6b-88cd-75cbbed4ba55 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 47513523-f39d-42ee-9dbe-587636f265b2 of type vxlan for network 5fc02b5d-a75b-4bcf-b1ca-9b3be9934bcb 2026-05-08 06:27:57.490 7 INFO neutron.db.l3_hamode_db [None req-12d56c22-90fa-4a6b-88cd-75cbbed4ba55 08b1bb7f1570454f86b1184363fa6b78 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/472] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:27:56 2026] PUT /v2.0/routers/01acb35c-b130-4737-a14d-34f3e1339080/add_router_interface => generated 310 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:27:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:27:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:27:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:27:58.114 7 INFO neutron.db.l3_hamode_db [None req-12d56c22-90fa-4a6b-88cd-75cbbed4ba55 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/476] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:27:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/477] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:27:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:27:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:27:58 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/480] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:27:57 2026] POST /v2.0/routers => generated 732 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:27:58 2026] POST /v2.0/floatingips => generated 552 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.229 () {38 vars in 971 bytes} [Fri May 8 06:27:59 2026] POST /v2.0/security-groups => generated 1686 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:27:59 2026] GET /v2.0/security-groups/063c8688-7c37-443f-9741-97c3c36b8bd6 => generated 1686 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.229 () {38 vars in 981 bytes} [Fri May 8 06:27:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.229 () {38 vars in 971 bytes} [Fri May 8 06:27:59 2026] POST /v2.0/security-groups => generated 1686 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:27:59.787 7 WARNING neutron.db.securitygroups_db [req-3fb6f6ab-f4a8-4f40-b1bb-69e6ee1e0bbe req-8642fc1b-ced7-4992-9778-a93d2ec4134c 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 244/486] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:27:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1032721956&fields=id&tenant_id=3751cc6dba7b416490e3c9faddb49160 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:27:59 2026] GET /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:27:59 2026] GET /v2.0/networks?id=2be596f0-3905-44ea-bafc-f16374f524b2 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.229 () {38 vars in 981 bytes} [Fri May 8 06:27:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/490] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:27:59 2026] GET /v2.0/quotas/3751cc6dba7b416490e3c9faddb49160 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/ports?tenant_id=3751cc6dba7b416490e3c9faddb49160&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/492] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/493] 10.0.0.229 () {38 vars in 981 bytes} [Fri May 8 06:28:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/494] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => generated 2941 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/495] 10.0.0.229 () {34 vars in 1001 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-group-rules/b02e04a7-265b-49d9-a115-44beac1ff5d0 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/496] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:27:59 2026] PUT /v2.0/routers/3e1c3b6c-ee19-45e8-8e3d-029487a640fc/add_router_interface => generated 310 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/497] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/498] 10.0.0.229 () {36 vars in 1023 bytes} [Fri May 8 06:28:00 2026] DELETE /v2.0/security-group-rules/b02e04a7-265b-49d9-a115-44beac1ff5d0 => 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: 245/499] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.229 () {34 vars in 907 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/extensions => generated 22222 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/networks/2be596f0-3905-44ea-bafc-f16374f524b2?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/502] 10.0.0.229 () {36 vars in 1013 bytes} [Fri May 8 06:28:00 2026] DELETE /v2.0/security-groups/d8e3c703-a1be-43d2-996a-fbb34dfbbdb8 => 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: 257/503] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/networks/2be596f0-3905-44ea-bafc-f16374f524b2?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: 247/504] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:00 2026] GET /v2.0/security-groups/063c8688-7c37-443f-9741-97c3c36b8bd6 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/505] 10.0.0.229 () {36 vars in 1013 bytes} [Fri May 8 06:28:00 2026] DELETE /v2.0/security-groups/063c8688-7c37-443f-9741-97c3c36b8bd6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/506] 10.0.0.229 () {38 vars in 971 bytes} [Fri May 8 06:28:00 2026] POST /v2.0/security-groups => generated 1682 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/507] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:01.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-81ab67d0-de45-4472-ac79-27d0aeef1d33 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 0fcaf3c7-e004-4ac5-8fcc-cedcb535eeac 2026-05-08 06:28:01.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ab67d0-de45-4472-ac79-27d0aeef1d33 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 0fcaf3c7-e004-4ac5-8fcc-cedcb535eeac [pid: 8|app: 0|req: 250/508] 10.0.0.229 () {38 vars in 971 bytes} [Fri May 8 06:28:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/509] 10.0.0.229 () {38 vars in 971 bytes} [Fri May 8 06:28:01 2026] POST /v2.0/security-groups => generated 1681 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:28:01.730 8 WARNING neutron.db.securitygroups_db [req-29b47392-bf17-473b-b0c3-2af189bd2009 req-dffdd68d-9694-484e-9e32-b63bb1a58033 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 252/510] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:01 2026] GET /v2.0/security-groups?tenant_id=62b7e996f1ec452d97cc8053c2e9ced9 => generated 7910 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/511] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:01 2026] GET /v2.0/security-groups/3d834496-740f-4bf4-bd3f-75a3d849bd9d => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/512] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:01 2026] GET /v2.0/security-groups/3d834496-740f-4bf4-bd3f-75a3d849bd9d => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/513] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:28:00 2026] PUT /v2.0/routers/01acb35c-b130-4737-a14d-34f3e1339080/remove_router_interface => generated 310 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/514] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:01 2026] GET /v2.0/security-groups/7c7b639a-17f9-4b28-b9ec-cfa68c582e19 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/515] 10.0.0.229 () {36 vars in 1013 bytes} [Fri May 8 06:28:01 2026] DELETE /v2.0/security-groups/7c7b639a-17f9-4b28-b9ec-cfa68c582e19 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:28:02.085 7 INFO neutron.api.v2.resource [req-f78e90ad-874e-40e2-a3e3-24ab3327cee1 req-7ff7c0c7-3769-4d63-8c6c-f27ca2415670 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/516] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/7c7b639a-17f9-4b28-b9ec-cfa68c582e19 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/517] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/207e9890-227b-4a63-b1ff-802e291e0505 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:28:02.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 73a29397-466d-44ed-b1c3-d26600b691df 2026-05-08 06:28:02.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 73a29397-466d-44ed-b1c3-d26600b691df [pid: 7|app: 0|req: 264/518] 10.0.0.229 () {36 vars in 1013 bytes} [Fri May 8 06:28:02 2026] DELETE /v2.0/security-groups/207e9890-227b-4a63-b1ff-802e291e0505 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:28:02.252 7 INFO neutron.api.v2.resource [req-2e4fafbe-32dc-4d95-a3b4-008334326b94 req-0f947e00-4df7-416d-87f7-1b22baee3a94 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/519] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/207e9890-227b-4a63-b1ff-802e291e0505 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/520] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/fb19d8e3-7f51-44a5-b85f-54346fbade47 => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/521] 10.0.0.229 () {36 vars in 1013 bytes} [Fri May 8 06:28:02 2026] DELETE /v2.0/security-groups/fb19d8e3-7f51-44a5-b85f-54346fbade47 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:28:02.405 7 INFO neutron.api.v2.resource [req-a840d201-460d-48d4-b127-f1a5afb68388 req-338219df-443f-467c-be72-ad76bef3fb44 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/522] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/fb19d8e3-7f51-44a5-b85f-54346fbade47 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:28:02.433 7 WARNING neutron.db.securitygroups_db [req-bf8c727d-e6b6-48ad-bfd0-a7a08b2d74b5 req-322ca06d-6b48-474c-9682-451dd8b7281b 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 269/523] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups?tenant_id=62b7e996f1ec452d97cc8053c2e9ced9 => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/524] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:02.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 34a13e13-8d5f-414e-98c8-c129965405e2 2026-05-08 06:28:02.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 34a13e13-8d5f-414e-98c8-c129965405e2 [pid: 7|app: 0|req: 271/525] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/3d834496-740f-4bf4-bd3f-75a3d849bd9d => generated 2922 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/526] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/3d834496-740f-4bf4-bd3f-75a3d849bd9d => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:28:02.572 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - 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 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2294, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2299, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-08 06:28:02.592 7 INFO neutron.api.v2.resource [req-fdb3b7aa-441a-4415-9903-4767bc8beb6a req-dc2d0587-3639-4fd5-b5b1-f892a5a1266c 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/527] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/fb19d8e3-7f51-44a5-b85f-54346fbade47 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:28:02.623 7 INFO neutron.api.v2.resource [req-d621d56a-4469-42cc-977b-eb4dedfb4f5f req-b945e3a0-f960-4423-8c0a-c8b610db80af 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/528] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/207e9890-227b-4a63-b1ff-802e291e0505 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:28:02.652 7 INFO neutron.api.v2.resource [req-f91b9f7a-8c2b-4e15-adad-339b9fcd6923 req-7dd12ed4-73f4-4a06-8aa4-c6c2b248ed6e 799c844958bf4da68836f10d4016cb67 62b7e996f1ec452d97cc8053c2e9ced9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/529] 10.0.0.229 () {34 vars in 991 bytes} [Fri May 8 06:28:02 2026] GET /v2.0/security-groups/7c7b639a-17f9-4b28-b9ec-cfa68c582e19 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:28:02.924 8 INFO neutron.db.l3_hamode_db [None req-912ebea4-4cb4-43fb-8205-3c02a09655bd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 5e4ea083-9521-4b5f-b30e-1227a4df3080 was deleted as no HA routers are present in project 6c7791840a9f42e1aae734850f3f1c2d. [pid: 8|app: 0|req: 255/530] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:28:01 2026] DELETE /v2.0/routers/01acb35c-b130-4737-a14d-34f3e1339080 => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:28:03.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-4128704e-e974-45cc-b862-896d39a4b56b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 4120a208-4669-4042-8137-1825c3df14c5 2026-05-08 06:28:03.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4128704e-e974-45cc-b862-896d39a4b56b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 4120a208-4669-4042-8137-1825c3df14c5 [pid: 8|app: 0|req: 256/531] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:28:02 2026] DELETE /v2.0/subnets/8b2d01f7-2108-4153-a1ce-399a7059f3b1 => 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: 257/532] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:28:03 2026] DELETE /v2.0/networks/4e9b2dbc-c58b-40fa-b453-c6ef381f8551 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:28:03.279 8 INFO neutron.services.segments.plugin [-] Segment 03424036-2d7d-46c5-9e83-9eec6d269b1b resource provider aggregate not found 2026-05-08 06:28:03.284 8 INFO neutron.services.segments.plugin [-] Segment 03424036-2d7d-46c5-9e83-9eec6d269b1b resource provider aggregate not found 2026-05-08 06:28:03.290 8 INFO neutron.services.segments.plugin [-] Segment 03424036-2d7d-46c5-9e83-9eec6d269b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03424036-2d7d-46c5-9e83-9eec6d269b1b found for delete ", "request_id": "req-dc8c2526-2b7c-42b9-a8d2-d29cf7961ea0"}]} 2026-05-08 06:28:03.310 8 INFO neutron.services.segments.plugin [-] Segment 03424036-2d7d-46c5-9e83-9eec6d269b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03424036-2d7d-46c5-9e83-9eec6d269b1b found for delete ", "request_id": "req-1ccdc753-fa90-481e-955f-b24385c0604f"}]} 2026-05-08 06:28:03.357 8 WARNING neutron.db.securitygroups_db [None req-00c521f5-d94f-4fcd-88a2-7f33b47be6f9 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 258/533] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:28:03 2026] GET /v2.0/security-groups?tenant_id=6c7791840a9f42e1aae734850f3f1c2d&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/534] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:28:03 2026] DELETE /v2.0/security-groups/1b08eb38-cc78-4eec-94d5-3ee7ada3dfb7 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/535] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:28:02 2026] PUT /v2.0/routers/3e1c3b6c-ee19-45e8-8e3d-029487a640fc/remove_router_interface => generated 310 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/536] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:03 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:03.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-43fe05fe-e31b-46ca-b9e6-75aef0b4fa32 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: e7ccc8dd-1377-4d79-a825-1d5cb5859c34 2026-05-08 06:28:03.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43fe05fe-e31b-46ca-b9e6-75aef0b4fa32 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: e7ccc8dd-1377-4d79-a825-1d5cb5859c34 2026-05-08 06:28:03.944 7 WARNING neutron.db.securitygroups_db [req-cf165439-20d6-402c-9c04-8809a4427c6b req-c16f6f14-f38e-4c10-8013-a1be5b45e5e6 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 278/537] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:28:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1221075831&fields=id&tenant_id=2b527e8739eb42bbb024af8886be18ec => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:04.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-43fe05fe-e31b-46ca-b9e6-75aef0b4fa32 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: d4c05add-1a73-436a-8c67-78ad1edce4e9 2026-05-08 06:28:04.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43fe05fe-e31b-46ca-b9e6-75aef0b4fa32 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: d4c05add-1a73-436a-8c67-78ad1edce4e9 [pid: 7|app: 0|req: 279/538] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:28:03 2026] GET /v2.0/networks?id=66176012-e071-47e3-95fe-db49eb93a198 => generated 680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/539] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/quotas/2b527e8739eb42bbb024af8886be18ec => 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: 281/540] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/ports?tenant_id=2b527e8739eb42bbb024af8886be18ec&fields=id => generated 103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/541] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?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: 283/542] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?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) 2026-05-08 06:28:04.365 8 INFO neutron.db.l3_hamode_db [None req-43fe05fe-e31b-46ca-b9e6-75aef0b4fa32 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 5fc02b5d-a75b-4bcf-b1ca-9b3be9934bcb was deleted as no HA routers are present in project 62b7e996f1ec452d97cc8053c2e9ced9. [pid: 8|app: 0|req: 260/543] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:28:03 2026] DELETE /v2.0/routers/3e1c3b6c-ee19-45e8-8e3d-029487a640fc => generated 0 bytes in 785 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/544] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:28:04 2026] DELETE /v2.0/subnets/d7822f67-9562-4277-9f7b-6097baf93279 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/545] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:28:04 2026] DELETE /v2.0/networks/71ef78b6-80ba-42f6-9626-18ab8c0de0cd => 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: 285/546] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:04.703 8 WARNING neutron.db.securitygroups_db [None req-8382895e-6a88-4fe3-9485-63e7b6160f75 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 262/547] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/security-groups?tenant_id=62b7e996f1ec452d97cc8053c2e9ced9&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: 263/548] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:04 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 286/549] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:28:04 2026] DELETE /v2.0/security-groups/3d834496-740f-4bf4-bd3f-75a3d849bd9d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:28:05.313 8 INFO neutron.services.segments.plugin [-] Segment 725e170b-737d-4de9-8736-2dcb94e8cd33 resource provider aggregate not found 2026-05-08 06:28:05.328 8 INFO neutron.services.segments.plugin [-] Segment 725e170b-737d-4de9-8736-2dcb94e8cd33 resource provider aggregate not found 2026-05-08 06:28:05.337 8 INFO neutron.services.segments.plugin [-] Segment 725e170b-737d-4de9-8736-2dcb94e8cd33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725e170b-737d-4de9-8736-2dcb94e8cd33 found for delete ", "request_id": "req-412aef4c-aae4-405f-b27e-6dfa622324a2"}]} 2026-05-08 06:28:05.343 8 INFO neutron.services.segments.plugin [-] Segment 725e170b-737d-4de9-8736-2dcb94e8cd33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725e170b-737d-4de9-8736-2dcb94e8cd33 found for delete ", "request_id": "req-beade5fb-ead3-4b69-b928-0cf6ab9856ae"}]} 2026-05-08 06:28:05.355 8 INFO neutron.services.segments.plugin [-] Segment 47513523-f39d-42ee-9dbe-587636f265b2 resource provider aggregate not found 2026-05-08 06:28:05.370 8 INFO neutron.services.segments.plugin [-] Segment 47513523-f39d-42ee-9dbe-587636f265b2 resource provider aggregate not found 2026-05-08 06:28:05.380 8 INFO neutron.services.segments.plugin [-] Segment 47513523-f39d-42ee-9dbe-587636f265b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47513523-f39d-42ee-9dbe-587636f265b2 found for delete ", "request_id": "req-fc5dea4f-ed3c-474a-b832-4fc2fb6e1c8d"}]} 2026-05-08 06:28:05.387 8 INFO neutron.services.segments.plugin [-] Segment 47513523-f39d-42ee-9dbe-587636f265b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47513523-f39d-42ee-9dbe-587636f265b2 found for delete ", "request_id": "req-675614e4-96c0-4de1-be60-25f38d1af91b"}]} 2026-05-08 06:28:05.400 8 INFO neutron.services.segments.plugin [-] Segment 6efa32b3-36d2-4342-b969-66518e631445 resource provider aggregate not found 2026-05-08 06:28:05.404 8 INFO neutron.services.segments.plugin [-] Segment 6efa32b3-36d2-4342-b969-66518e631445 resource provider aggregate not found 2026-05-08 06:28:05.413 8 INFO neutron.services.segments.plugin [-] Segment 6efa32b3-36d2-4342-b969-66518e631445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6efa32b3-36d2-4342-b969-66518e631445 found for delete ", "request_id": "req-c2a45e59-1a62-46a4-b202-191d800a86f6"}]} 2026-05-08 06:28:05.420 8 INFO neutron.services.segments.plugin [-] Segment 6efa32b3-36d2-4342-b969-66518e631445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6efa32b3-36d2-4342-b969-66518e631445 found for delete ", "request_id": "req-4b0acfa6-26f1-4d42-9c11-3a6bfa3262cd"}]} 2026-05-08 06:28:05.583 8 INFO neutron.db.segments_db [None req-1081fe58-3062-4db8-b558-87aa4385c7a2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 44090636-a022-46b4-bd3e-b27b744499b1 of type vxlan for network 461c921c-a328-4686-82bb-8cca1977d273 [pid: 8|app: 0|req: 264/552] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:28:05 2026] POST /v2.0/networks => generated 750 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/553] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 289/554] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:28:05 2026] POST /v2.0/subnets => generated 698 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/555] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:05.915 7 INFO neutron.db.segments_db [None req-ae6adbce-7803-42fc-b0f8-492b0527ca09 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment e2b40e40-4a01-4119-855e-9435daefb21f of type vxlan for network bfa00f2d-6bb3-4566-a655-19014e1489f8 2026-05-08 06:28:06.204 7 INFO neutron.db.l3_hamode_db [None req-ae6adbce-7803-42fc-b0f8-492b0527ca09 08b1bb7f1570454f86b1184363fa6b78 f2680be123514e0383abd5cd06c139b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:28:06.838 8 INFO neutron.db.segments_db [None req-9c2664df-818e-46ee-bffd-5f3385a9b005 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 of type vxlan for network 8bff8cd3-0801-40e2-90d8-6e1467f34476 [pid: 8|app: 0|req: 267/556] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:28:06 2026] POST /v2.0/networks => generated 745 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/557] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:06 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:07.020 7 INFO neutron.db.l3_hamode_db [None req-ae6adbce-7803-42fc-b0f8-492b0527ca09 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 269/558] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:28:06 2026] POST /v2.0/subnets => generated 692 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/559] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:07.169 8 INFO neutron.db.segments_db [None req-f5592e49-4f07-49b0-9e3e-1e5b83310572 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment ddfb62c8-5692-4370-8687-883b9f9bce43 of type vxlan for network 9795e8df-2bc1-45b5-9610-4a1c207531f9 2026-05-08 06:28:07.361 8 INFO neutron.db.l3_hamode_db [None req-f5592e49-4f07-49b0-9e3e-1e5b83310572 08b1bb7f1570454f86b1184363fa6b78 3a690feefe6247ba977c6249be412b76 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 290/560] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:28:05 2026] POST /v2.0/routers => generated 738 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/561] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:28:07 2026] GET /v2.0/networks?id=2be596f0-3905-44ea-bafc-f16374f524b2 => generated 669 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:28:08.018 8 INFO neutron.db.l3_hamode_db [None req-f5592e49-4f07-49b0-9e3e-1e5b83310572 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 271/562] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:28:07 2026] POST /v2.0/routers => generated 732 bytes in 1715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/563] 199.204.45.246 () {34 vars in 911 bytes} [Fri May 8 06:28:08 2026] GET /v2.0/extensions => generated 22222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/564] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:08 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 274/565] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:08 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/566] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:28:07 2026] PUT /v2.0/routers/fbd1860b-206d-4971-8333-7d972f852f3f/add_router_interface => generated 310 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:28:09.020 7 WARNING neutron.db.securitygroups_db [req-3fb6f6ab-f4a8-4f40-b1bb-69e6ee1e0bbe req-52b79b23-8363-418f-92de-409bbe6e8699 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 293/567] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:28:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3751cc6dba7b416490e3c9faddb49160 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/568] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:28:09 2026] POST /v2.0/ports => generated 954 bytes in 727 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: 295/569] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:28:09 2026] GET /v2.0/networks?id=66176012-e071-47e3-95fe-db49eb93a198 => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/570] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:28:08 2026] PUT /v2.0/routers/066818e5-43d4-49be-96a7-b1e8f5f7d792/add_router_interface => generated 310 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:28:09.929 8 WARNING neutron.db.securitygroups_db [req-cf165439-20d6-402c-9c04-8809a4427c6b req-c6ce795d-6fa2-497a-9654-9925df467c10 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 276/571] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:28:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b527e8739eb42bbb024af8886be18ec => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/572] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:28:09 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/573] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/574] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:28:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/575] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 957 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/576] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:28:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/577] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:28:09 2026] POST /v2.0/ports => generated 958 bytes in 357 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: 298/578] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:10 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/579] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:28:10 2026] PUT /v2.0/ports/077dde89-3293-47f3-9104-ce1cf5245f1e => generated 1235 bytes in 366 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: 299/580] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:28:10 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/581] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:28:10 2026] PUT /v2.0/ports/a9ada5fc-3e71-4dd3-840f-99926465259e => generated 1239 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/582] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:28:10 2026] GET /v2.0/networks?id=8bff8cd3-0801-40e2-90d8-6e1467f34476 => generated 677 bytes in 75 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: 283/583] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:28:10 2026] GET /v2.0/quotas/3a690feefe6247ba977c6249be412b76 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:28:11.101 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a061881f-7b2a-4871-b2dd-abc94af5a1ca'] response: {'name': 'network-changed', 'server_uuid': '99ba5c35-ec2e-4a2f-acd9-0a46123255b3', 'tag': '077dde89-3293-47f3-9104-ce1cf5245f1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 301/584] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?tenant_id=3a690feefe6247ba977c6249be412b76&fields=id => generated 57 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/585] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks/8bff8cd3-0801-40e2-90d8-6e1467f34476?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: 302/586] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/587] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/588] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks/8bff8cd3-0801-40e2-90d8-6e1467f34476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:11.357 7 WARNING neutron.db.securitygroups_db [req-6b49c1df-87e8-49cb-80de-9451551a2307 req-a3a16e91-8d47-48b4-adec-c86e5ba1f881 a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 304/589] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1949034266&fields=id&tenant_id=f2680be123514e0383abd5cd06c139b8 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/590] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/591] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks?id=461c921c-a328-4686-82bb-8cca1977d273 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/592] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/quotas/f2680be123514e0383abd5cd06c139b8 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/593] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 306/594] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?tenant_id=f2680be123514e0383abd5cd06c139b8&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/595] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/596] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?tenant_id=3751cc6dba7b416490e3c9faddb49160&device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/597] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks?tenant_id=3751cc6dba7b416490e3c9faddb49160&shared=False => generated 765 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/598] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:28:11 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: 291/599] 10.0.0.229 () {34 vars in 907 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/extensions => generated 22222 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/600] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks/461c921c-a328-4686-82bb-8cca1977d273?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: 310/601] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/networks/461c921c-a328-4686-82bb-8cca1977d273?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: 292/602] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:11 2026] GET /v2.0/ports?tenant_id=2b527e8739eb42bbb024af8886be18ec&device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/603] 199.204.45.246 () {34 vars in 1060 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a9ada5fc-3e71-4dd3-840f-99926465259e => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/604] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/subnets?id=b916e33c-d2f7-48ea-b928-cc550af57a94 => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/605] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 312/606] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?network_id=66176012-e071-47e3-95fe-db49eb93a198&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/607] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?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: 313/608] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?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: 296/609] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/610] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/611] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 315/612] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/613] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/614] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?tenant_id=3751cc6dba7b416490e3c9faddb49160&device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 299/615] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=077dde89-3293-47f3-9104-ce1cf5245f1e => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/616] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/subnets?id=60d55a1e-81ab-4f9c-bc2a-a4eecd25492f => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/617] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:28:12 2026] GET /v2.0/ports?network_id=2be596f0-3905-44ea-bafc-f16374f524b2&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/618] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/networks/2be596f0-3905-44ea-bafc-f16374f524b2?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: 301/619] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/networks/2be596f0-3905-44ea-bafc-f16374f524b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:28:13.173 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84a36b9b-5efb-43b6-a50b-b59cb4f9981c'] response: {'name': 'network-changed', 'server_uuid': 'e2150331-52d0-4974-81c4-f5a4dd82e915', 'tag': 'a9ada5fc-3e71-4dd3-840f-99926465259e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 319/620] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 302/621] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 303/623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 321/624] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?tenant_id=2b527e8739eb42bbb024af8886be18ec&device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/625] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/networks?id=66176012-e071-47e3-95fe-db49eb93a198 => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/626] 199.204.45.246 () {34 vars in 1060 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a9ada5fc-3e71-4dd3-840f-99926465259e => 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: 322/627] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 306/628] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/subnets?id=b916e33c-d2f7-48ea-b928-cc550af57a94 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/629] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 307/630] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/ports?network_id=66176012-e071-47e3-95fe-db49eb93a198&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/631] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/632] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:28:13 2026] GET /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198?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: 325/633] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:14 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 309/634] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:14 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/635] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:14 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 310/636] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/637] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/638] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/639] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 312/640] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/networks?id=8bff8cd3-0801-40e2-90d8-6e1467f34476 => generated 677 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/641] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 314/642] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 315/643] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:15 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/644] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:28:15 2026] POST /v2.0/ports => generated 954 bytes in 300 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: 330/645] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:16 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 331/646] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:16 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/647] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 316/648] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:28:16 2026] PUT /v2.0/ports/d541dd89-3d6a-46f1-bdff-00155526239e => generated 1235 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:28:16.682 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93c48a0d-68b5-4db8-b875-d1487bfd1a3a'] response: {'name': 'network-changed', 'server_uuid': 'ed8fba8f-cdad-41bd-9120-f58d0806c8b8', 'tag': 'd541dd89-3d6a-46f1-bdff-00155526239e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/649] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 77 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: 317/650] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 334/651] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/652] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/ports?tenant_id=3a690feefe6247ba977c6249be412b76&device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 319/654] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/networks?tenant_id=3a690feefe6247ba977c6249be412b76&shared=False => generated 773 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/655] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/656] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/657] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/658] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 338/659] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/networks?id=461c921c-a328-4686-82bb-8cca1977d273 => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:28:17.962 8 WARNING neutron.db.securitygroups_db [req-6b49c1df-87e8-49cb-80de-9451551a2307 req-c7d9dc81-1058-4bc9-be9e-c09a4a9d220e a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 322/660] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:28:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f2680be123514e0383abd5cd06c139b8 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/661] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/662] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/663] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/664] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 327/665] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?tenant_id=3a690feefe6247ba977c6249be412b76&device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/666] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:28:18 2026] POST /v2.0/ports => generated 958 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/667] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=d541dd89-3d6a-46f1-bdff-00155526239e => generated 19 bytes in 21 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: 329/668] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/subnets?id=4e10b345-db8b-4c65-b58d-605822365713 => generated 695 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/669] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?network_id=8bff8cd3-0801-40e2-90d8-6e1467f34476&device_owner=network%3Adhcp => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/670] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/networks/8bff8cd3-0801-40e2-90d8-6e1467f34476?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: 332/671] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/672] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/networks/8bff8cd3-0801-40e2-90d8-6e1467f34476?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: 334/673] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/674] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/675] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:18 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 340/676] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:28:18 2026] PUT /v2.0/ports/9afc8a12-1a67-49e0-b6f8-cad9d12f16f4 => generated 1239 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:28:19.344 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fa0639e-6349-4a1d-acd1-8d0de3b301c8'] response: {'name': 'network-changed', 'server_uuid': '2899e5dc-49e4-4c03-a7bc-35d6915bc341', 'tag': '9afc8a12-1a67-49e0-b6f8-cad9d12f16f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 337/677] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 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: 341/678] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 338/679] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/680] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/681] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/682] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/ports?tenant_id=f2680be123514e0383abd5cd06c139b8&device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/683] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 341/684] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 344/685] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/networks?tenant_id=f2680be123514e0383abd5cd06c139b8&shared=False => generated 778 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/686] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/687] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:28:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:20 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/691] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:20 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 345/692] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 348/693] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:20 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/694] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/695] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 347/696] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/ports?tenant_id=f2680be123514e0383abd5cd06c139b8&device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/697] 199.204.45.246 () {34 vars in 1060 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9afc8a12-1a67-49e0-b6f8-cad9d12f16f4 => 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: 350/698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/699] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/subnets?id=61397183-7899-4322-853d-625c596a453b => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/700] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 350/701] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/ports?network_id=461c921c-a328-4686-82bb-8cca1977d273&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/702] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/networks/461c921c-a328-4686-82bb-8cca1977d273?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: 351/703] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/networks/461c921c-a328-4686-82bb-8cca1977d273?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 354/706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:21 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 354/709] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 356/710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/713] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 358/714] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:22 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/717] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 360/718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 359/719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 361/720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/721] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 362/722] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 363/724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/725] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/726] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 363/727] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:24 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 365/728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/729] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/731] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/733] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/734] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/735] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 369/736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/737] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 370/738] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/739] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/741] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/742] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/743] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:26 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/744] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/745] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 374/746] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/747] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 375/748] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/749] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:27 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 376/750] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 375/751] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 377/752] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/753] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 378/754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/755] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:28 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 379/756] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/757] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 380/758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/759] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/760] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/761] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/763] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:29 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/764] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:30 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/765] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:30 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 384/766] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/767] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:30 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/768] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:30 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/769] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/771] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/772] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/773] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/775] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/776] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/777] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/778] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/779] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/780] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 392/781] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/782] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/783] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:32 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 391/784] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/785] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/786] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 393/787] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 395/788] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 394/789] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 396/790] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/791] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:33 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/792] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:34 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/793] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:34 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/794] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:34 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/795] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:34 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 398/796] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:34 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/797] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/798] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/799] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 401/802] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/803] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/804] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/805] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:35 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 404/807] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/808] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/809] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/811] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/812] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 407/813] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:36 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 407/814] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:37 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/815] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:37 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/816] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:37 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/817] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:37 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/818] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/819] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/820] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 411/821] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/822] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 412/823] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/825] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:38 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/826] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/827] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/828] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/829] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 415/830] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 416/831] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 416/832] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:39 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/835] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 418/836] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/837] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/839] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 420/840] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/841] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:40 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/842] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 422/843] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 422/844] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/845] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 423/846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 424/847] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:41 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/849] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 425/850] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/851] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 426/852] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 427/853] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:42 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 427/854] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/855] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/856] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/857] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/858] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 430/859] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 430/860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 431/861] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:43 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 431/862] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 432/863] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/864] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 433/865] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 434/867] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 434/868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:44 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/869] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:45 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/870] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:45 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/871] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:45 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 436/872] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:45 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/873] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:45 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/874] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/875] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/876] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/877] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/878] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/879] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/880] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/881] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:46 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 441/882] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/883] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 442/884] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 443/885] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/886] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/887] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 444/888] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 445/889] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:47 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 445/890] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/891] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/892] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 447/893] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/894] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/895] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 448/896] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:48 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/897] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/898] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 450/899] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 450/900] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/901] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/902] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:49 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 452/903] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/904] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/907] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 455/908] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/909] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 456/910] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/911] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:50 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 457/912] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 456/913] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 458/914] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 457/915] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 459/916] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/917] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/918] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/919] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:51 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/920] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:52 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/921] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:52 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 462/922] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:52 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/923] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:52 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 463/924] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:52 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/925] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/926] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/927] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/928] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 464/929] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/930] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/931] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:53 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 467/932] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/933] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/934] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 469/935] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 467/936] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/937] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 468/938] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:54 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/939] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 469/940] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 472/941] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 470/942] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/943] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/944] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/945] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:55 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 472/946] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 475/947] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/948] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/949] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/951] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 475/952] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/953] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:56 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 476/954] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/955] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 477/956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 480/957] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/958] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/959] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:57 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 479/960] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/961] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 480/962] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 483/963] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/964] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/965] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/966] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/967] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:58 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/968] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/969] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/970] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 487/971] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/972] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 488/973] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 486/974] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:28:59 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/975] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:00 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 487/976] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:00 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/977] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:00 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/978] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:00 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/979] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:00 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/980] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/981] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 492/982] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/983] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/985] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/986] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/987] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:01 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/988] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/989] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 494/990] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/991] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 495/992] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/993] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:02 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 496/994] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 499/995] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/996] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 500/997] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 498/998] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/999] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 499/1000] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1001] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:03 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1002] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1003] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 501/1004] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 504/1005] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 502/1006] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1007] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:04 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 503/1008] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1009] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 504/1010] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 507/1011] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1014] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 509/1015] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1016] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1017] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:05 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 508/1018] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1019] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1020] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1021] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1022] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 513/1023] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 511/1024] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:06 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1025] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:07 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 512/1026] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1027] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:07 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1028] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:07 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1029] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:07 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1030] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1031] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1032] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1033] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 516/1034] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1035] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 517/1036] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1037] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:08 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 518/1038] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1039] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 519/1040] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1041] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 520/1042] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1043] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 521/1044] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:09 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 524/1045] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1046] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 525/1047] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 523/1048] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1049] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 524/1050] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1051] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:10 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 525/1052] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 528/1053] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 526/1054] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1055] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 527/1056] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1057] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 528/1058] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:11 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1059] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1060] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1061] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 530/1062] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1063] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 531/1064] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1065] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:12 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 532/1066] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1067] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1068] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 536/1069] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1070] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 537/1071] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 535/1072] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1073] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:13 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1074] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 539/1075] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 537/1076] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1077] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1078] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1079] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 539/1080] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1081] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 540/1082] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1083] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1084] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 544/1085] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:15 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 542/1086] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1087] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1088] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1089] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 544/1090] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1091] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1092] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1093] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:16 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 546/1094] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1095] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1096] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1097] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1098] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1099] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1100] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1101] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1102] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1103] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1104] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1105] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 552/1106] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1107] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:18 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1108] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1109] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1110] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1111] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1112] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1113] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:19 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 556/1114] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1115] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1116] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1117] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 559/1120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1121] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 560/1122] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1123] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:20 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 561/1124] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 564/1125] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 562/1126] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 565/1127] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1128] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1129] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 564/1130] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1131] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:21 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 565/1132] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1133] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 566/1134] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:22 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 569/1135] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 567/1136] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1137] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 568/1138] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1139] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1140] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 572/1141] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1142] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 573/1143] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:23 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1144] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1145] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1146] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1147] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 573/1148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1149] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1150] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1151] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1152] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1153] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1154] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 577/1155] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1156] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1157] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:25 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1158] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1159] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 580/1160] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1161] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1162] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1163] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 582/1164] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:26 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 583/1166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1167] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 584/1168] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1170] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1171] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:27 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1172] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 587/1173] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 587/1174] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1175] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1176] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1177] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1178] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1179] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:28 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:29 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 591/1181] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:29 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1183] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 592/1184] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:29 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 593/1186] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1187] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1189] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1190] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1191] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:30 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1192] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1193] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 597/1194] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 598/1195] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 598/1196] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 599/1197] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 600/1199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1200] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1201] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1202] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1203] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 602/1204] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1205] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:32 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 603/1206] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1207] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1208] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1209] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1210] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1212] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:33 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1213] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 607/1214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1215] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1216] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1217] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1218] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 610/1219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:34 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 610/1220] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 611/1221] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1224] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1225] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 612/1226] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1227] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 615/1228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1229] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:35 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 616/1230] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1231] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 617/1232] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1233] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 618/1234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 617/1235] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:36 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 619/1236] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 618/1237] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1238] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1240] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1241] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:37 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1242] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 621/1243] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1244] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1245] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 624/1246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1247] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1248] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1249] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:38 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 626/1250] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1251] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 625/1252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1253] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1254] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1255] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:39 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 627/1256] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1258] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1259] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 629/1260] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1261] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1262] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 633/1263] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:40 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1264] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1265] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 632/1266] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1267] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 633/1268] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:41 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 634/1270] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1271] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1272] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1273] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1274] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1275] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1276] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 640/1277] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:42 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 638/1278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1279] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 639/1280] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1281] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1282] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1283] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 641/1284] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 644/1285] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:43 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1286] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:44 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1287] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:44 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 643/1288] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:44 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 646/1289] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:44 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 644/1290] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:44 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 647/1291] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1292] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1293] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1294] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1295] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1296] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1297] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:45 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1298] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 649/1299] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 651/1300] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1301] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 652/1302] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 651/1303] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1304] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:46 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1305] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1306] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1307] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 655/1308] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1309] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 656/1310] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1311] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:47 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1312] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1313] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1314] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 659/1315] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 657/1316] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1317] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 658/1318] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:48 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1319] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 659/1320] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 662/1321] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1322] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 661/1323] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1324] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1325] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:49 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 664/1326] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 663/1327] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 665/1330] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1331] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 666/1332] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1333] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 667/1334] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1335] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:50 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 668/1336] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:51 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1337] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:51 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1338] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:51 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1339] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:51 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 670/1340] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:51 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1341] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1342] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1343] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 672/1344] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 673/1345] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1346] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1347] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:52 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 674/1348] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 675/1349] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1350] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 676/1351] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 676/1352] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1353] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1354] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1355] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:53 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1356] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1357] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 679/1358] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1359] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 680/1360] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1361] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:54 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1362] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1363] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 682/1364] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1365] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1366] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 684/1367] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1368] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 685/1369] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:55 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1370] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1371] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1372] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1373] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1374] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 688/1375] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:56 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 688/1376] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1378] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1379] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1380] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1381] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1382] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1383] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:57 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 693/1384] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1385] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 694/1386] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 693/1387] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1388] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1389] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:58 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 695/1390] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1391] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 696/1392] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1393] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1394] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1395] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:29:59 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1396] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1397] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 699/1398] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 700/1399] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1400] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 701/1401] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 701/1402] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1403] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:00 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 702/1404] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1405] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1406] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1407] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 705/1408] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1409] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 706/1410] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:01 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1411] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1412] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1413] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1414] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1415] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 709/1416] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1417] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:02 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 710/1418] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1419] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 711/1420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 712/1421] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1422] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1423] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:03 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 711/1424] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1425] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1426] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1427] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1428] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1429] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1430] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 715/1431] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 717/1432] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1433] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1436] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 718/1437] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1438] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1439] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1440] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1441] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:05 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1442] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:06 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1443] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:06 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 723/1444] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:06 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1445] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:06 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 724/1446] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 723/1447] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1448] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 724/1449] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 726/1450] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1451] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 727/1452] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1453] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:07 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 728/1454] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 727/1455] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1456] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 728/1457] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1458] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1459] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:08 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 731/1460] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1461] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1462] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 731/1463] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1464] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 732/1465] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 734/1466] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1467] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:09 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 735/1468] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 734/1469] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 736/1470] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 735/1471] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1472] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 736/1473] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 738/1474] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1475] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1476] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1477] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 740/1478] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 739/1479] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 741/1480] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 740/1481] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:11 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 742/1482] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1483] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1484] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1485] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 744/1486] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 743/1487] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1488] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 744/1489] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:12 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1490] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1491] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1492] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:13 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1493] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:13 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1494] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:13 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1495] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1496] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 750/1497] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1498] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1499] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 749/1500] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1501] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:14 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1503] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 751/1504] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 754/1505] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1506] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1507] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:15 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 753/1508] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1509] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1510] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 757/1511] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 755/1512] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1513] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1514] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1515] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:16 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 757/1516] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1517] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 758/1518] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1519] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1520] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 762/1521] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1522] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 763/1523] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 761/1524] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1525] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 762/1526] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1527] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 763/1528] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 766/1529] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 764/1530] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 767/1531] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 765/1532] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1533] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1534] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1535] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 767/1536] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 770/1537] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:19 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1538] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1539] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1542] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1543] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1544] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1545] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:20 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 775/1546] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1547] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 776/1548] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 773/1549] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 777/1550] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 774/1551] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:21 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 778/1552] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1553] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 779/1554] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1555] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1556] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 777/1557] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 781/1558] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 778/1559] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 782/1560] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 779/1561] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1562] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1563] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 784/1564] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1565] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:23 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 785/1566] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1567] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1568] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1569] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1570] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1571] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1572] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1573] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:24 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 789/1574] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 786/1575] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 790/1576] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1577] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 791/1578] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1579] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 792/1580] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1581] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1582] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1583] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 794/1584] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1585] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 795/1586] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 792/1587] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:26 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 796/1588] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1589] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 797/1590] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 794/1591] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 798/1592] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 795/1593] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:27 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 799/1594] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1595] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 800/1596] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1597] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1598] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 798/1599] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1600] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1601] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:28 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 803/1602] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 800/1603] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 804/1604] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1605] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1606] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1607] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1608] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1609] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 807/1610] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1611] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 808/1612] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1613] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 809/1614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1615] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1616] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1617] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 811/1618] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1619] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 812/1620] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1621] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:31 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 813/1622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 810/1623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 814/1624] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1625] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 815/1626] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1627] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 816/1628] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1629] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:32 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 817/1630] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 814/1631] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 818/1632] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1633] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1634] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1635] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:33 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1636] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1637] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 821/1638] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1639] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1640] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1641] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1642] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 820/1643] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:34 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1644] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1645] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1648] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1649] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 826/1650] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1651] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:35 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 827/1652] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1653] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 828/1654] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1655] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1656] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1657] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:36 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 830/1658] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 829/1659] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 831/1660] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1661] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1662] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1663] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:37 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1664] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1665] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1666] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1667] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1668] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1669] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 834/1670] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1671] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:38 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1672] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1673] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1674] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1675] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1676] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1677] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 840/1678] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:39 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 839/1679] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 841/1680] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 842/1681] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1682] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1683] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1684] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1685] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:40 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 842/1686] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1687] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 843/1688] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1689] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1691] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1692] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1693] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:41 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 848/1694] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1695] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1696] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 848/1697] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 849/1699] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1700] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:42 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1701] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:43 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 852/1702] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:43 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1703] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:43 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 853/1704] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:43 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1705] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:43 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 853/1708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1709] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:44 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1713] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 856/1714] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 859/1715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 857/1716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 860/1717] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 861/1719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:45 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 859/1720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1721] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 860/1722] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 863/1723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 861/1724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1725] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 862/1726] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 865/1727] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:46 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 863/1728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1729] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 866/1730] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1731] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 867/1732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 866/1733] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:47 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1734] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1735] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 869/1736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1737] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 870/1738] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1739] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 871/1740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1741] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:48 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 872/1742] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1743] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 873/1744] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1745] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1746] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1747] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1748] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:49 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1749] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1750] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1752] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1755] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1756] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1757] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:50 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 880/1758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:51 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1759] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:51 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 881/1760] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:51 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1761] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:51 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1763] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1764] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1765] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1766] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1767] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1768] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1769] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:52 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 885/1771] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1772] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 886/1773] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1775] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 889/1776] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 888/1777] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:53 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 890/1778] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1779] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1780] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1781] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 892/1782] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1783] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 893/1784] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:54 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1785] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 894/1786] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1787] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 893/1788] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1789] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 894/1790] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1791] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:55 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 895/1792] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1793] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1794] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1795] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1796] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 900/1797] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 898/1798] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:56 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1799] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 899/1800] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1801] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 900/1802] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1803] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1804] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 904/1805] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:57 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:58 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1807] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:58 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1808] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:58 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 906/1809] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:58 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1811] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1812] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1813] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 906/1814] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1815] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 907/1816] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 910/1817] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:30:59 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1818] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 909/1819] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 911/1820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1821] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 912/1822] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 911/1823] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 913/1824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1825] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:00 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 914/1826] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1827] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1828] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1829] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1830] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 915/1831] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 917/1832] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 7|app: 0|req: 918/1834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1835] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1836] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1837] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1839] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:02 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 919/1840] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1841] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 920/1842] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1843] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1844] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1845] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 922/1846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 925/1847] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:03 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1849] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1850] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1851] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1852] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1853] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 926/1854] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1855] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1858] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1859] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 929/1860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1861] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1862] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 930/1863] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 934/1864] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1865] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 935/1866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1867] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:06 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 933/1869] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 937/1870] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 934/1871] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 938/1872] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1873] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 939/1874] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 936/1875] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:07 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 940/1876] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1877] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1878] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 938/1879] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 942/1880] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1881] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 943/1882] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1883] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:08 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 944/1884] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1885] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1886] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 942/1887] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 946/1888] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1889] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:09 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 947/1890] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 944/1891] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1892] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 945/1893] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 949/1894] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1895] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 950/1896] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1897] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:10 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1898] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1899] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 952/1900] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 949/1901] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 953/1902] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 950/1903] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 954/1904] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1905] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 955/1906] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1907] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1908] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1909] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1910] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 954/1911] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 958/1912] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:13 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1913] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:13 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 959/1914] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1915] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 960/1916] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 957/1917] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 961/1918] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 958/1919] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 962/1920] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1921] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 963/1922] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1923] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:14 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1924] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1925] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 961/1926] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1927] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1928] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1929] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 963/1930] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1931] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:15 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 964/1932] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1933] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1934] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1935] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 969/1936] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1937] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:16 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 970/1938] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1939] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1940] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1941] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 972/1942] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1943] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 973/1944] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 972/1945] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:17 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1946] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1947] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1948] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1949] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 975/1951] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 977/1952] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 976/1953] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 978/1954] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:19 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1955] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:19 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 979/1956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 978/1957] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 980/1958] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1959] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 981/1960] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1961] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 982/1964] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 983/1965] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1966] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1967] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:20 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 984/1968] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1969] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1970] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1971] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 986/1972] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1973] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 987/1974] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1975] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1976] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 989/1977] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1978] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1979] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 990/1980] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1981] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1982] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1983] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 993/1985] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1986] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1987] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 994/1988] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:23 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1989] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1990] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1991] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1992] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 997/1993] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1994] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1995] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:24 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 998/1996] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1997] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 999/1998] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1999] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1000/2000] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2001] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2002] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2003] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1002/2004] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2005] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2006] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2007] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1004/2008] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2009] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:26 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2010] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2011] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1006/2012] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2013] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2014] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2015] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:27 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2016] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2017] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1009/2018] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2019] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2020] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2021] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1011/2022] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:28 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2023] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1012/2024] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1013/2025] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2026] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2027] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2028] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1015/2029] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:29 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2030] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2031] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2032] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1017/2033] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1017/2034] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2035] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1018/2036] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2037] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:30 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1019/2038] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1020/2039] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1020/2040] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2041] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2042] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2043] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1022/2044] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1023/2045] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2046] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1024/2047] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1024/2048] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2049] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2050] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2051] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:32 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2052] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2053] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1027/2054] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2055] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1028/2056] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2057] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1029/2058] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:33 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2059] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:34 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2060] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:34 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2061] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:34 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2062] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:34 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2063] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:34 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1032/2064] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2065] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1033/2066] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2067] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1036/2070] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2071] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2072] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2073] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:35 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2074] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2075] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1039/2076] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2077] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1040/2078] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1039/2079] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:36 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1041/2080] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2081] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1042/2082] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2083] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1043/2084] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1042/2085] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2086] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2087] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:37 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1045/2088] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2089] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1046/2090] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2091] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1047/2092] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1046/2093] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2094] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:38 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2095] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1049/2096] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1048/2097] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2098] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2099] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1051/2100] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1050/2101] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:39 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2102] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2103] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1053/2104] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1052/2105] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2106] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1053/2107] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1055/2108] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1054/2109] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:40 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2110] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:41 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2111] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:41 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2112] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:41 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1056/2113] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:41 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2114] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:41 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2115] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2116] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2117] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1060/2118] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2119] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1061/2120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1060/2121] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:42 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1062/2122] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2123] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1063/2124] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1062/2125] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2126] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2127] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:43 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1065/2128] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1064/2129] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1066/2130] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1065/2131] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1067/2132] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2133] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1068/2134] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2135] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:44 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2136] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2137] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2138] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2139] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1071/2140] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2141] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2142] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2143] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:45 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1073/2144] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1072/2145] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1074/2146] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2147] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1075/2148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2149] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:46 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1076/2150] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2151] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1077/2152] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2153] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1078/2154] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2155] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1079/2156] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2157] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:47 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1080/2158] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2159] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1081/2160] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2161] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1082/2162] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2163] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:48 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1083/2164] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1084/2166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2167] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1085/2168] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:49 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2170] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2171] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1087/2172] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1086/2173] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2176] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2177] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2178] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1089/2179] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:50 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1091/2180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2181] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1092/2182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1091/2183] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1093/2184] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:51 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1094/2186] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1093/2187] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1095/2188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2189] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1096/2190] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2191] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2192] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2193] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:52 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1098/2194] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2195] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1099/2196] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2197] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:53 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2200] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2201] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1102/2202] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1101/2203] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1103/2204] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1102/2205] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1104/2206] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1103/2207] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:54 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1105/2208] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2209] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1106/2210] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2212] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2213] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1108/2214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1107/2215] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:55 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1109/2216] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:56 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2217] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:56 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1110/2218] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:56 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:56 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2220] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:56 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2221] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1112/2222] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2223] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2224] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2225] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2226] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1113/2227] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:57 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1115/2228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1114/2229] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1116/2230] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2231] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2232] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1116/2233] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:58 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1118/2234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2235] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1119/2236] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2237] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1120/2238] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1119/2239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2240] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2241] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:31:59 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1122/2242] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1121/2243] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1123/2244] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2245] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1124/2246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1123/2247] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1125/2248] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:00 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2249] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2250] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1125/2251] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2253] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1128/2254] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2255] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:01 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2256] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2258] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1129/2259] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2260] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2261] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1132/2262] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1131/2263] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:02 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2264] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2265] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2266] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2267] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2268] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1134/2269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1136/2270] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:03 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2271] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:04 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1137/2272] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:04 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2273] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:04 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2274] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2275] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2276] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2277] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1140/2278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2279] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2282] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2283] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1143/2284] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2285] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2286] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2287] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1145/2288] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1144/2289] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1146/2290] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2291] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:06 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2292] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2293] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1148/2294] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2295] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1149/2296] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2297] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2298] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2299] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:07 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1151/2300] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2301] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2302] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2303] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1153/2304] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1152/2305] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:08 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2306] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2307] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1155/2308] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1154/2309] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1156/2310] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2311] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1157/2312] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2313] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:09 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1158/2314] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2315] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1159/2316] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2317] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2318] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2319] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1161/2320] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2321] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:10 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1162/2322] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:11 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2323] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:11 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2324] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1162/2325] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2326] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2327] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1165/2328] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1164/2329] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2330] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2331] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1167/2332] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2333] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1168/2334] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2335] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1169/2336] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1168/2337] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2338] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2339] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1171/2340] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2341] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2342] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2343] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1173/2344] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2345] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1174/2346] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2347] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:14 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1175/2348] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1174/2349] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1176/2350] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2351] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1177/2352] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2353] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2354] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:15 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1177/2355] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1179/2356] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2357] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1180/2358] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2359] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1181/2360] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2361] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:16 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1182/2362] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2363] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1183/2364] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2365] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1184/2366] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2367] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1185/2368] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2369] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:17 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2370] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2371] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1187/2372] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2373] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1188/2374] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2375] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1189/2376] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1188/2377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2378] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:19 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2379] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:19 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1191/2380] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2381] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1192/2382] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2383] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1193/2384] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1192/2385] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2388] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2389] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1195/2390] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2391] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1196/2392] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2393] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2394] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2395] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2396] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2397] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1199/2398] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2399] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1200/2400] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2401] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1201/2402] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1202/2403] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1202/2404] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2405] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1203/2406] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2407] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2408] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2409] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2410] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2411] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:23 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1206/2412] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2413] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1207/2414] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2415] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2416] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2417] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1209/2418] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1210/2419] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:24 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1210/2420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2421] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2422] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2423] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1212/2424] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2425] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1213/2426] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1214/2427] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2428] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:26 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2429] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:26 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1215/2430] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2431] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:26 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1216/2432] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1217/2433] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2434] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1218/2435] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2436] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2437] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2438] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2439] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1220/2440] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2441] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2442] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2443] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2444] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2445] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:28 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2446] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2447] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2448] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2449] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2450] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1226/2451] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1226/2452] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1227/2453] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:29 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2454] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2455] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2456] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1229/2457] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2458] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1230/2459] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2460] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:30 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1231/2461] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2462] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2463] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1232/2464] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2465] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1233/2466] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1234/2467] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2468] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2469] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1235/2470] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2471] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1236/2472] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2473] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1237/2474] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2475] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:32 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2476] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:33 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2477] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:33 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2478] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:33 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2479] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:33 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2480] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2481] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2482] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2483] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2484] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1243/2485] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2486] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2487] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:34 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2488] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1245/2489] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2490] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2491] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1248/2494] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2495] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:35 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2496] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1248/2497] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1250/2498] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2499] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2500] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2501] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2503] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:36 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1253/2504] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2505] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2506] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1253/2507] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1255/2508] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2509] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:37 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1256/2510] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2511] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2512] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2513] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1258/2514] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1257/2515] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2516] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1258/2517] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:38 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2518] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2519] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1261/2520] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2521] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2522] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1261/2523] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1263/2524] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2525] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:39 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2526] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:40 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2527] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:40 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1265/2528] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:40 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1264/2529] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:40 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2530] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:40 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2531] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2532] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2533] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2534] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2535] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2536] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2537] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:41 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2538] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2539] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1271/2540] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2541] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1272/2542] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2543] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:42 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1273/2544] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2545] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1274/2546] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2547] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1275/2548] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2549] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1276/2550] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1275/2551] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:43 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1277/2552] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2553] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1278/2554] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1277/2555] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2556] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1278/2557] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:44 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1280/2558] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2559] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1281/2560] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2561] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2562] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2563] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1283/2564] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2565] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:45 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2566] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2567] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1285/2568] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1284/2569] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1286/2570] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2571] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2572] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1286/2573] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:46 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2574] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2575] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1289/2576] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1288/2577] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1290/2578] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1289/2579] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:47 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1291/2580] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1290/2581] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1292/2582] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2583] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1293/2584] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1292/2585] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:48 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1294/2586] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2587] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1295/2588] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2589] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2590] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2591] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:49 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2592] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1296/2593] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1298/2594] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2595] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2596] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1298/2597] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1300/2600] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2601] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:50 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2602] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2603] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1302/2604] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2605] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1303/2606] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2607] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:51 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1304/2608] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2609] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1305/2610] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2611] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1306/2612] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1307/2613] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2615] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:52 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1308/2616] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1309/2617] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1309/2618] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2619] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1310/2620] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2621] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:53 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1312/2624] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2625] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2626] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2627] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2628] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1315/2629] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2630] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2631] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:54 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1316/2632] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:55 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2633] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:55 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1317/2634] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:55 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2635] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:55 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2636] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:55 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2637] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:56 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1319/2638] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:56 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2639] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:56 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1320/2640] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:56 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2641] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:56 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1321/2642] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2643] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2644] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2645] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1323/2646] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2647] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2648] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2649] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:57 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1326/2650] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2651] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2652] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1327/2653] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2654] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2655] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:58 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1328/2656] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2657] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1330/2658] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2659] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2660] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1330/2661] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2662] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2663] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:32:59 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1333/2664] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2665] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2666] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2667] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2668] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1334/2669] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1336/2670] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2671] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:00 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2672] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2673] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2674] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1337/2675] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2676] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2677] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2678] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1339/2679] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2680] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:01 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2681] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:02 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2682] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:02 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2683] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:02 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1342/2684] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:03 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2685] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:02 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2686] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:03 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2687] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:03 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1344/2688] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:03 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2689] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:03 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2691] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2692] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2693] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2694] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2695] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2696] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2697] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2699] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:04 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1350/2700] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2701] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2702] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2703] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1355/2708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2709] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:05 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1356/2710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1357/2712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2713] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2714] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1357/2715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1359/2716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1358/2717] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:06 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1360/2718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2721] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1362/2722] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1361/2723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2725] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:07 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2726] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2727] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1365/2728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2729] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1366/2730] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2731] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:08 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1367/2732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1366/2733] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1368/2734] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2735] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1369/2736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2737] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:09 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2738] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:10 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1369/2739] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:10 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1371/2740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:10 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2741] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:10 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1372/2742] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:10 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2743] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2744] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2745] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1374/2746] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2747] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1375/2748] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2749] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2750] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2751] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:11 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1377/2752] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2753] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1378/2754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2755] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1379/2756] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2757] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1380/2758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2759] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2760] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2761] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:12 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2763] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1381/2764] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2765] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1382/2766] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2767] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1383/2768] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2769] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:13 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1384/2770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:14 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2771] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:14 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1385/2772] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:14 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2773] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:14 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2775] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1389/2776] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2777] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1390/2778] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2779] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:15 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1391/2780] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1390/2781] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1392/2782] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1393/2783] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2784] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2785] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2786] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2787] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:16 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1393/2788] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2789] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1394/2790] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1397/2791] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2792] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2793] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1396/2794] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1399/2795] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:17 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1397/2796] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2797] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1398/2798] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1401/2799] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2800] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2801] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:18 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1400/2802] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2803] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&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: 1401/2804] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2805] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2807] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1403/2808] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 1406/2809] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:19 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2811] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2814] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2815] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2816] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2817] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2818] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1408/2819] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:20 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1412/2820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2821] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2822] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2823] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2825] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:21 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2826] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2827] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&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: 8|app: 0|req: 1413/2828] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1416/2829] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/security-groups?id=797389f7-5594-4be4-8852-09a7c079eed1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2830] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:22.883 7 INFO neutron_taas.services.taas.taas_plugin [req-3fb6f6ab-f4a8-4f40-b1bb-69e6ee1e0bbe req-0cab40e9-c2d6-45e6-a9b2-fb0a79dfd291 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] TaaS: Handle Delete Port: 077dde89-3293-47f3-9104-ce1cf5245f1e 2026-05-08 06:33:22.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3fb6f6ab-f4a8-4f40-b1bb-69e6ee1e0bbe req-0cab40e9-c2d6-45e6-a9b2-fb0a79dfd291 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] Tap Mirror: Handle Delete Port: 077dde89-3293-47f3-9104-ce1cf5245f1e [pid: 8|app: 0|req: 1415/2831] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:22 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2832] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:33:22 2026] DELETE /v2.0/ports/077dde89-3293-47f3-9104-ce1cf5245f1e => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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-08 06:33:23.108 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-376f647b-7f90-492b-b848-6c05db5db506']: {'server_uuid': '99ba5c35-ec2e-4a2f-acd9-0a46123255b3', 'name': 'network-vif-deleted', 'tag': '077dde89-3293-47f3-9104-ce1cf5245f1e', 'status': 'failed', 'code': 422} returned with failed status [pid: 8|app: 0|req: 1417/2834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2835] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2836] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2837] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:23 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1420/2839] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2840] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/security-groups?id=41a55aae-9647-4335-abbe-53eaaec29446&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: 1421/2841] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1421/2842] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1422/2843] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1423/2844] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1424/2845] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:24.601 8 INFO neutron_taas.services.taas.taas_plugin [req-cf165439-20d6-402c-9c04-8809a4427c6b req-b8a92365-f396-42a2-97b9-107a89111798 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] TaaS: Handle Delete Port: a9ada5fc-3e71-4dd3-840f-99926465259e 2026-05-08 06:33:24.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cf165439-20d6-402c-9c04-8809a4427c6b req-b8a92365-f396-42a2-97b9-107a89111798 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] Tap Mirror: Handle Delete Port: a9ada5fc-3e71-4dd3-840f-99926465259e [pid: 7|app: 0|req: 1425/2846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:24 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1422/2847] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:33:24 2026] DELETE /v2.0/ports/a9ada5fc-3e71-4dd3-840f-99926465259e => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:24.860 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-032bc40e-fe15-415d-917b-d973b061ca03']: {'server_uuid': 'e2150331-52d0-4974-81c4-f5a4dd82e915', 'name': 'network-vif-deleted', 'tag': 'a9ada5fc-3e71-4dd3-840f-99926465259e', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 1426/2848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1423/2849] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2850] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2851] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2852] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/security-groups?id=c595a53c-caa9-40d7-89a4-91cc9e7aed35&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2853] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => 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: 1426/2854] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:25 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1429/2855] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:25 2026] DELETE /v2.0/security-groups/797389f7-5594-4be4-8852-09a7c079eed1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:26.050 7 INFO neutron.api.v2.resource [None req-1fdbfa08-bccc-431a-ba13-462937b00496 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1430/2856] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:33:26 2026] GET /v2.0/security-groups/797389f7-5594-4be4-8852-09a7c079eed1 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:33:26.117 8 INFO neutron_taas.services.taas.taas_plugin [req-620178a9-29eb-4c68-82da-b637361c911d req-2242b5de-335b-4216-b683-7b49fa56495d ce03c2fcb7b64f1db4b27568cae70be2 3a690feefe6247ba977c6249be412b76 - - default default] TaaS: Handle Delete Port: d541dd89-3d6a-46f1-bdff-00155526239e 2026-05-08 06:33:26.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-620178a9-29eb-4c68-82da-b637361c911d req-2242b5de-335b-4216-b683-7b49fa56495d ce03c2fcb7b64f1db4b27568cae70be2 3a690feefe6247ba977c6249be412b76 - - default default] Tap Mirror: Handle Delete Port: d541dd89-3d6a-46f1-bdff-00155526239e 2026-05-08 06:33:26.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-de97ddbf-184e-4914-a52e-3540da0bb62f 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] TaaS: Handle Delete Port: b03ba3ce-8c9e-450f-8906-74704b8c5a13 2026-05-08 06:33:26.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de97ddbf-184e-4914-a52e-3540da0bb62f 103216dd25da4aff86a7a2e2fa754703 3751cc6dba7b416490e3c9faddb49160 - - default default] Tap Mirror: Handle Delete Port: b03ba3ce-8c9e-450f-8906-74704b8c5a13 [pid: 8|app: 0|req: 1427/2857] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:33:26 2026] DELETE /v2.0/ports/d541dd89-3d6a-46f1-bdff-00155526239e => 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: 1431/2858] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:33:26 2026] DELETE /v2.0/floatingips/fa08f5e4-1c05-43c8-969a-5452785f243b => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2859] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:26 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1433/2860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:26 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2861] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:26 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2862] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:26 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:26.983 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-67dba970-90d5-4385-857a-5e423b1f17ba']: {'server_uuid': 'ed8fba8f-cdad-41bd-9120-f58d0806c8b8', 'name': 'network-vif-deleted', 'tag': 'd541dd89-3d6a-46f1-bdff-00155526239e', 'status': 'failed', 'code': 422} returned with failed status 2026-05-08 06:33:27.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3655f5f-c494-4ea8-ba1c-ff61ef7f779a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: df451cb8-547a-421d-b8d5-b117ce0a3251 2026-05-08 06:33:27.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3655f5f-c494-4ea8-ba1c-ff61ef7f779a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: df451cb8-547a-421d-b8d5-b117ce0a3251 [pid: 7|app: 0|req: 1436/2863] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:27 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1428/2864] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:33:26 2026] PUT /v2.0/routers/00ef6076-4c48-4b08-8367-206748e678b5/remove_router_interface => generated 310 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2865] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:27 2026] GET /v2.0/ports?device_id=99ba5c35-ec2e-4a2f-acd9-0a46123255b3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:27.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b7b40677-2f9f-454d-ac4d-98c445ebf468 2026-05-08 06:33:27.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b7b40677-2f9f-454d-ac4d-98c445ebf468 [pid: 8|app: 0|req: 1430/2866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:27 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2867] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:27 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&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: 1432/2868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:27 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:28.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 9fceea0b-4a6c-4c7a-9419-20a5ad497ccf 2026-05-08 06:33:28.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 9fceea0b-4a6c-4c7a-9419-20a5ad497ccf 2026-05-08 06:33:28.104 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - 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 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2294, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2299, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-08 06:33:28.433 7 INFO neutron.db.l3_hamode_db [None req-dfde17e6-b30b-4eab-a0a2-e955f83aee5a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 07fbadd0-9142-4e2b-9c61-41bbd1376cf7 was deleted as no HA routers are present in project 3751cc6dba7b416490e3c9faddb49160. [pid: 7|app: 0|req: 1437/2869] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:27 2026] DELETE /v2.0/routers/00ef6076-4c48-4b08-8367-206748e678b5 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2870] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:28 2026] DELETE /v2.0/subnets/60d55a1e-81ab-4f9c-bc2a-a4eecd25492f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2871] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:28 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:28.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-3130e236-cb8f-466b-94fd-aba02384dd53 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 4b66c96a-fc55-4672-827f-fed614fdf012 2026-05-08 06:33:28.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3130e236-cb8f-466b-94fd-aba02384dd53 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 4b66c96a-fc55-4672-827f-fed614fdf012 2026-05-08 06:33:28.786 7 INFO neutron.services.segments.plugin [-] Segment 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 resource provider aggregate not found 2026-05-08 06:33:28.802 7 INFO neutron.services.segments.plugin [-] Segment 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 resource provider aggregate not found 2026-05-08 06:33:28.811 7 INFO neutron.services.segments.plugin [-] Segment 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 found for delete ", "request_id": "req-31923eca-8a01-43da-b2b6-e768c0739979"}]} 2026-05-08 06:33:28.824 7 INFO neutron.services.segments.plugin [-] Segment 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e6dd48d-6aa4-426e-b55c-ce172f29adb0 found for delete ", "request_id": "req-dd36d35f-e2c5-4851-b31e-cf0e758bcd79"}]} [pid: 7|app: 0|req: 1439/2872] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:28 2026] DELETE /v2.0/security-groups/41a55aae-9647-4335-abbe-53eaaec29446 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:28.868 7 INFO neutron.api.v2.resource [None req-7be9cbc1-2119-4525-a0c3-9f83887802a5 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1440/2873] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:33:28 2026] GET /v2.0/security-groups/41a55aae-9647-4335-abbe-53eaaec29446 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:33:28.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec27cef0-d35d-4d9d-8e58-0defc0f09a81 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] TaaS: Handle Delete Port: 3b5e13f2-4d28-460b-a0eb-c30c33d70870 2026-05-08 06:33:28.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec27cef0-d35d-4d9d-8e58-0defc0f09a81 242f99f5fdc94468be65870ae0c4f1f1 2b527e8739eb42bbb024af8886be18ec - - default default] Tap Mirror: Handle Delete Port: 3b5e13f2-4d28-460b-a0eb-c30c33d70870 [pid: 8|app: 0|req: 1434/2874] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:28 2026] DELETE /v2.0/networks/2be596f0-3905-44ea-bafc-f16374f524b2 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:28.987 8 INFO neutron.services.segments.plugin [-] Segment 00da2289-8be3-45fb-a0af-b4b7a4354b88 resource provider aggregate not found 2026-05-08 06:33:28.995 8 INFO neutron.services.segments.plugin [-] Segment 00da2289-8be3-45fb-a0af-b4b7a4354b88 resource provider aggregate not found 2026-05-08 06:33:29.004 8 INFO neutron.services.segments.plugin [-] Segment 00da2289-8be3-45fb-a0af-b4b7a4354b88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00da2289-8be3-45fb-a0af-b4b7a4354b88 found for delete ", "request_id": "req-f0c0147d-aa72-4635-b355-938bdc183b0f"}]} 2026-05-08 06:33:29.008 8 INFO neutron.services.segments.plugin [-] Segment 00da2289-8be3-45fb-a0af-b4b7a4354b88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00da2289-8be3-45fb-a0af-b4b7a4354b88 found for delete ", "request_id": "req-a24b59ee-0415-4480-94e7-08d5b1021759"}]} [pid: 8|app: 0|req: 1435/2875] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:29 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2876] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:29 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => 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: 1437/2877] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:29 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:29.118 8 WARNING neutron.db.securitygroups_db [None req-cd45fe45-5b30-4d79-84c8-4ff24b3558c4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1438/2878] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:29 2026] GET /v2.0/security-groups?tenant_id=3751cc6dba7b416490e3c9faddb49160&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2879] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:33:28 2026] DELETE /v2.0/floatingips/fe62c4ad-c13a-4804-aab1-6201dc464ab6 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2880] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:29 2026] DELETE /v2.0/security-groups/f1829f17-2bfc-4926-9e2f-3f441e101ef3 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:29.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a0c294d-bd8c-427e-8a94-682471ee03a4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 5c21709e-3ac6-46a1-89ea-200aa7387da7 2026-05-08 06:33:29.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a0c294d-bd8c-427e-8a94-682471ee03a4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 5c21709e-3ac6-46a1-89ea-200aa7387da7 2026-05-08 06:33:29.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc495fdd-733c-45f6-9dbe-f9bfa3fb10d0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 12cc092c-72e6-48fb-b7ac-d94f53562dbc 2026-05-08 06:33:29.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc495fdd-733c-45f6-9dbe-f9bfa3fb10d0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 12cc092c-72e6-48fb-b7ac-d94f53562dbc [pid: 7|app: 0|req: 1443/2881] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:33:29 2026] PUT /v2.0/routers/42607456-3207-452f-aa2f-c2db992c183d/remove_router_interface => generated 310 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2882] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:33:29 2026] PUT /v2.0/routers/066818e5-43d4-49be-96a7-b1e8f5f7d792/remove_router_interface => generated 310 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2883] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:30 2026] GET /v2.0/ports?device_id=e2150331-52d0-4974-81c4-f5a4dd82e915 => 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: 1444/2884] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:30.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f74a56-7f11-40c5-87f4-2a32b5ef1214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b6e3d244-50e2-4406-af66-b3cd23aef67d 2026-05-08 06:33:30.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f74a56-7f11-40c5-87f4-2a32b5ef1214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b6e3d244-50e2-4406-af66-b3cd23aef67d 2026-05-08 06:33:30.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6922ae3-baf8-495b-af8d-ad401b98dc30 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: ab411d9d-dfad-4241-8b9a-8ead9c74d3d2 2026-05-08 06:33:30.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6922ae3-baf8-495b-af8d-ad401b98dc30 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: ab411d9d-dfad-4241-8b9a-8ead9c74d3d2 2026-05-08 06:33:30.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6922ae3-baf8-495b-af8d-ad401b98dc30 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: e43b16a1-6218-417f-8f55-d9b9b17fa814 2026-05-08 06:33:30.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6922ae3-baf8-495b-af8d-ad401b98dc30 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: e43b16a1-6218-417f-8f55-d9b9b17fa814 2026-05-08 06:33:30.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f74a56-7f11-40c5-87f4-2a32b5ef1214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b4ca464e-8c0f-4d83-ae0b-e165f78a4e1f 2026-05-08 06:33:30.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f74a56-7f11-40c5-87f4-2a32b5ef1214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b4ca464e-8c0f-4d83-ae0b-e165f78a4e1f 2026-05-08 06:33:30.930 7 INFO neutron.services.segments.plugin [-] Segment ddfb62c8-5692-4370-8687-883b9f9bce43 resource provider aggregate not found 2026-05-08 06:33:30.936 7 INFO neutron.services.segments.plugin [-] Segment ddfb62c8-5692-4370-8687-883b9f9bce43 resource provider aggregate not found 2026-05-08 06:33:30.957 7 INFO neutron.services.segments.plugin [-] Segment ddfb62c8-5692-4370-8687-883b9f9bce43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddfb62c8-5692-4370-8687-883b9f9bce43 found for delete ", "request_id": "req-aecbf724-2eeb-465e-b6db-cab848d93159"}]} 2026-05-08 06:33:30.958 7 INFO neutron.services.segments.plugin [-] Segment ddfb62c8-5692-4370-8687-883b9f9bce43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddfb62c8-5692-4370-8687-883b9f9bce43 found for delete ", "request_id": "req-f6a843bd-3c50-4661-b1e4-24946089fb95"}]} 2026-05-08 06:33:30.959 7 INFO neutron.db.l3_hamode_db [None req-f6922ae3-baf8-495b-af8d-ad401b98dc30 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 9795e8df-2bc1-45b5-9610-4a1c207531f9 was deleted as no HA routers are present in project 3a690feefe6247ba977c6249be412b76. [pid: 7|app: 0|req: 1445/2885] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:30 2026] DELETE /v2.0/routers/066818e5-43d4-49be-96a7-b1e8f5f7d792 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2886] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:30 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:31.017 8 INFO neutron.db.l3_hamode_db [None req-f2f74a56-7f11-40c5-87f4-2a32b5ef1214 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 280bd5d3-d5c1-4111-976d-dff54a19aee8 was deleted as no HA routers are present in project 2b527e8739eb42bbb024af8886be18ec. 2026-05-08 06:33:31.023 8 INFO neutron.services.segments.plugin [-] Segment d08086df-9147-463d-9358-63c993cfc6e7 resource provider aggregate not found [pid: 8|app: 0|req: 1441/2887] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:30 2026] DELETE /v2.0/routers/42607456-3207-452f-aa2f-c2db992c183d => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:31.031 8 INFO neutron.services.segments.plugin [-] Segment d08086df-9147-463d-9358-63c993cfc6e7 resource provider aggregate not found 2026-05-08 06:33:31.044 8 INFO neutron.services.segments.plugin [-] Segment d08086df-9147-463d-9358-63c993cfc6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08086df-9147-463d-9358-63c993cfc6e7 found for delete ", "request_id": "req-68b6193f-eccd-416e-b662-d69d8f37c74f"}]} [pid: 8|app: 0|req: 1442/2888] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:31 2026] GET /v2.0/ports?device_id=ed8fba8f-cdad-41bd-9120-f58d0806c8b8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:31.064 8 INFO neutron.services.segments.plugin [-] Segment d08086df-9147-463d-9358-63c993cfc6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08086df-9147-463d-9358-63c993cfc6e7 found for delete ", "request_id": "req-4bc380d3-8919-485d-85e6-f3770d7cccb6"}]} 2026-05-08 06:33:31.089 7 INFO neutron_taas.services.taas.taas_plugin [req-6b49c1df-87e8-49cb-80de-9451551a2307 req-a9db373f-f103-4ceb-b146-5d8b808567f4 a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] TaaS: Handle Delete Port: 9afc8a12-1a67-49e0-b6f8-cad9d12f16f4 2026-05-08 06:33:31.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b49c1df-87e8-49cb-80de-9451551a2307 req-a9db373f-f103-4ceb-b146-5d8b808567f4 a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] Tap Mirror: Handle Delete Port: 9afc8a12-1a67-49e0-b6f8-cad9d12f16f4 [pid: 8|app: 0|req: 1443/2889] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:31 2026] DELETE /v2.0/subnets/4e10b345-db8b-4c65-b58d-605822365713 => 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: 1444/2890] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:31 2026] GET /v2.0/security-groups?id=21b0bb4a-3661-4b8c-b916-88002a4b159a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2891] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:33:30 2026] DELETE /v2.0/ports/9afc8a12-1a67-49e0-b6f8-cad9d12f16f4 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:31.264 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-67478927-9532-4564-ac38-6331958fcaf3']: {'server_uuid': '2899e5dc-49e4-4c03-a7bc-35d6915bc341', 'name': 'network-vif-deleted', 'tag': '9afc8a12-1a67-49e0-b6f8-cad9d12f16f4', 'status': 'failed', 'code': 422} returned with failed status [pid: 8|app: 0|req: 1445/2892] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:31 2026] DELETE /v2.0/subnets/b916e33c-d2f7-48ea-b928-cc550af57a94 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:31.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-56c1a892-31cf-4c39-bf7d-86dca9aadea6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 8b5c485f-f650-46c5-aa49-b53eed5cf93e 2026-05-08 06:33:31.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56c1a892-31cf-4c39-bf7d-86dca9aadea6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 8b5c485f-f650-46c5-aa49-b53eed5cf93e 2026-05-08 06:33:31.549 7 INFO neutron.db.segments_db [None req-d45bedac-d24c-48a4-97ad-cc4916311c29 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 471fa2a6-850f-47b5-abee-b9a7ce961fb5 of type vxlan for network 20c33579-5120-474d-835b-b8cb01963cc2 [pid: 7|app: 0|req: 1448/2893] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:33:31 2026] POST /v2.0/networks => generated 744 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2894] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:31 2026] DELETE /v2.0/networks/8bff8cd3-0801-40e2-90d8-6e1467f34476 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:31.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-53605fdf-a534-48fd-9747-cd5b5ca4b9c6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: e3a33ce3-b1ec-4ffc-a067-f4475358dcd6 2026-05-08 06:33:31.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53605fdf-a534-48fd-9747-cd5b5ca4b9c6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: e3a33ce3-b1ec-4ffc-a067-f4475358dcd6 [pid: 7|app: 0|req: 1449/2895] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:31 2026] DELETE /v2.0/networks/66176012-e071-47e3-95fe-db49eb93a198 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:31.888 7 WARNING neutron.db.securitygroups_db [None req-a106d307-59b0-4e84-abdc-92974b163377 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1447/2896] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:31 2026] POST /v2.0/subnets => generated 691 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2897] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:31 2026] GET /v2.0/security-groups?tenant_id=3a690feefe6247ba977c6249be412b76&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:31.964 8 INFO neutron.db.segments_db [None req-c832db88-1836-4ba8-854a-4eccfcb6ed92 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment d1f645cc-2538-4b91-923a-8d9d0b6d310a of type vxlan for network 285202ea-7fd7-4038-b920-b37327444eb4 [pid: 7|app: 0|req: 1451/2898] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:31 2026] DELETE /v2.0/security-groups/c595a53c-caa9-40d7-89a4-91cc9e7aed35 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:32.111 7 WARNING neutron.db.securitygroups_db [None req-a988898b-f0ff-46a4-9575-42212935ae5b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1452/2899] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:32 2026] GET /v2.0/security-groups?tenant_id=2b527e8739eb42bbb024af8886be18ec&name=default => generated 2921 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2900] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:32 2026] DELETE /v2.0/security-groups/1623084a-36f7-4af3-9a39-763a04dd4fba => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:32.291 8 INFO neutron.db.l3_hamode_db [None req-c832db88-1836-4ba8-854a-4eccfcb6ed92 08b1bb7f1570454f86b1184363fa6b78 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1454/2901] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:32 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:32.915 8 INFO neutron.db.l3_hamode_db [None req-c832db88-1836-4ba8-854a-4eccfcb6ed92 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:33:32.980 7 INFO neutron.services.segments.plugin [-] Segment 70b80646-60b8-416f-a9c1-77bdcf78b522 resource provider aggregate not found 2026-05-08 06:33:32.985 7 INFO neutron.services.segments.plugin [-] Segment 70b80646-60b8-416f-a9c1-77bdcf78b522 resource provider aggregate not found 2026-05-08 06:33:32.998 7 INFO neutron.services.segments.plugin [-] Segment 70b80646-60b8-416f-a9c1-77bdcf78b522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b80646-60b8-416f-a9c1-77bdcf78b522 found for delete ", "request_id": "req-f487848d-ecb2-4b2c-b52d-f050ad71c93b"}]} 2026-05-08 06:33:33.005 7 INFO neutron.services.segments.plugin [-] Segment 70b80646-60b8-416f-a9c1-77bdcf78b522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b80646-60b8-416f-a9c1-77bdcf78b522 found for delete ", "request_id": "req-36ffaba0-b1a0-4a3b-8552-504c6d4e15a4"}]} 2026-05-08 06:33:33.074 8 INFO neutron.services.segments.plugin [-] Segment 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 resource provider aggregate not found 2026-05-08 06:33:33.089 8 INFO neutron.services.segments.plugin [-] Segment 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 resource provider aggregate not found 2026-05-08 06:33:33.109 8 INFO neutron.services.segments.plugin [-] Segment 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 found for delete ", "request_id": "req-7673fd15-0f58-412e-a646-f91e638a7c39"}]} 2026-05-08 06:33:33.123 8 INFO neutron.services.segments.plugin [-] Segment 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4e48ec-eed9-4f9c-b352-36eafe3cc3b8 found for delete ", "request_id": "req-989d0ad7-8f4f-48ab-8c84-ef021ad0e2b4"}]} [pid: 7|app: 0|req: 1455/2902] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:33 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1456/2903] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:33 2026] DELETE /v2.0/security-groups/21b0bb4a-3661-4b8c-b916-88002a4b159a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:33.616 7 INFO neutron.api.v2.resource [None req-91a23f7a-ac32-487e-8bec-0865c49c5ce5 a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/2904] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:33:33 2026] GET /v2.0/security-groups/21b0bb4a-3661-4b8c-b916-88002a4b159a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:33:33.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e530315-5429-4fea-9d06-9fab64b9628e a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] TaaS: Handle Delete Port: 8b688dd7-33cf-49da-9b6a-29387f466367 2026-05-08 06:33:33.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e530315-5429-4fea-9d06-9fab64b9628e a658b2fc50b446c6aeb70d8516c5751b f2680be123514e0383abd5cd06c139b8 - - default default] Tap Mirror: Handle Delete Port: 8b688dd7-33cf-49da-9b6a-29387f466367 [pid: 8|app: 0|req: 1448/2905] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:31 2026] POST /v2.0/routers => generated 731 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2906] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:33:33 2026] DELETE /v2.0/floatingips/b7a88fbd-7144-462e-a66a-a6c853876383 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2907] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:33:33 2026] PUT /v2.0/routers/d155ce44-b965-4c3b-93fd-5be2c9997715/add_router_interface => generated 310 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:35.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-804aec39-9ed7-4bf5-ac11-7803e336c56c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: ebeac374-458f-4d1e-a678-1a2172ecc1c6 2026-05-08 06:33:35.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804aec39-9ed7-4bf5-ac11-7803e336c56c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: ebeac374-458f-4d1e-a678-1a2172ecc1c6 2026-05-08 06:33:35.393 8 INFO neutron.db.segments_db [None req-6f88e754-0b34-4183-b6f4-c934e6d6c347 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 3d740279-9a0d-4bab-a1f9-04b4eb28b288 of type vxlan for network 73389426-f1b7-4c93-a59b-dbf4e0c7f30a [pid: 7|app: 0|req: 1459/2908] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:33:33 2026] PUT /v2.0/routers/fbd1860b-206d-4971-8333-7d972f852f3f/remove_router_interface => generated 310 bytes in 1582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2911] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:33:34 2026] POST /v2.0/networks => generated 743 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:35.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: e843c992-6de1-4431-88c1-4365dca7a15e 2026-05-08 06:33:35.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: e843c992-6de1-4431-88c1-4365dca7a15e [pid: 8|app: 0|req: 1451/2912] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:35 2026] POST /v2.0/subnets => generated 690 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:35.688 8 WARNING keystonemiddleware.audit [None req-23ccd4d4-767b-4c21-872a-4aebbdb13073 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1452/2913] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:33:35 2026] POST /v2.0/security-groups => generated 1658 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:33:35.840 8 INFO neutron.db.segments_db [None req-b905c457-b083-4f8c-b258-a672bb13c922 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 38825d21-7a4a-4995-ab65-2f6934595f6b of type vxlan for network f3482a58-bf09-4583-aeda-884c87a94f4a 2026-05-08 06:33:35.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: da8e0fe9-c7fb-4b4f-8eca-b077f591c8b3 2026-05-08 06:33:35.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: da8e0fe9-c7fb-4b4f-8eca-b077f591c8b3 2026-05-08 06:33:36.091 8 INFO neutron.db.l3_hamode_db [None req-b905c457-b083-4f8c-b258-a672bb13c922 08b1bb7f1570454f86b1184363fa6b78 d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:33:36.385 7 INFO neutron.services.segments.plugin [-] Segment e2b40e40-4a01-4119-855e-9435daefb21f resource provider aggregate not found 2026-05-08 06:33:36.394 7 INFO neutron.services.segments.plugin [-] Segment e2b40e40-4a01-4119-855e-9435daefb21f resource provider aggregate not found 2026-05-08 06:33:36.409 7 INFO neutron.services.segments.plugin [-] Segment e2b40e40-4a01-4119-855e-9435daefb21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b40e40-4a01-4119-855e-9435daefb21f found for delete ", "request_id": "req-18f3f751-0eef-43bd-a4f2-b22b055f24f5"}]} 2026-05-08 06:33:36.412 7 INFO neutron.services.segments.plugin [-] Segment e2b40e40-4a01-4119-855e-9435daefb21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b40e40-4a01-4119-855e-9435daefb21f found for delete ", "request_id": "req-d446b56e-8aec-4a38-8343-8b2c414a67d0"}]} 2026-05-08 06:33:36.429 7 INFO neutron.db.l3_hamode_db [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network bfa00f2d-6bb3-4566-a655-19014e1489f8 was deleted as no HA routers are present in project f2680be123514e0383abd5cd06c139b8. [pid: 7|app: 0|req: 1462/2914] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:35 2026] DELETE /v2.0/routers/fbd1860b-206d-4971-8333-7d972f852f3f => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:36.440 7 WARNING keystonemiddleware.audit [None req-9e90c204-dde8-4fc4-98f7-d166ca7c4c0a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1463/2915] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:33:36 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: 7|app: 0|req: 1464/2916] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:33:36 2026] GET /v2.0/ports?device_id=2899e5dc-49e4-4c03-a7bc-35d6915bc341 => 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: 1465/2917] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:36 2026] DELETE /v2.0/subnets/61397183-7899-4322-853d-625c596a453b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:36.742 7 WARNING keystonemiddleware.audit [None req-a9a905a1-81f8-407a-b794-34077b7f21eb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:36.795 8 INFO neutron.db.l3_hamode_db [None req-b905c457-b083-4f8c-b258-a672bb13c922 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1466/2918] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:33:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:36.944 7 WARNING neutron.db.securitygroups_db [None req-d3668702-4352-48dd-b885-10a1755917ef 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1467/2919] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:36 2026] GET /v2.0/security-groups?tenant_id=3cbcc17bfbfa4accafc87cd7c82b024c&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:37.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-92ac385f-315c-4d68-976d-21d3fa6f69f6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 192ba37f-421f-4b9a-9b2d-66796df7629f 2026-05-08 06:33:37.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92ac385f-315c-4d68-976d-21d3fa6f69f6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 192ba37f-421f-4b9a-9b2d-66796df7629f [pid: 7|app: 0|req: 1468/2920] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:37 2026] DELETE /v2.0/networks/461c921c-a328-4686-82bb-8cca1977d273 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:37.361 7 WARNING keystonemiddleware.audit [None req-92ac385f-315c-4d68-976d-21d3fa6f69f6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1453/2921] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:35 2026] POST /v2.0/routers => generated 730 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2922] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:37 2026] DELETE /v2.0/security-groups/97af2720-927c-4ac7-ae53-65e0bda5f613 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:37.784 8 WARNING neutron.db.securitygroups_db [None req-e9910dd2-bc38-4803-90c9-60e5b07b3113 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1455/2923] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:37 2026] GET /v2.0/security-groups?tenant_id=f2680be123514e0383abd5cd06c139b8&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2924] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:33:37 2026] POST /v2.0/floatingips => generated 552 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2925] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:37 2026] DELETE /v2.0/security-groups/320e5e88-ffd3-4760-b8a9-f174b31353be => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:37.973 7 WARNING neutron.db.securitygroups_db [None req-69e4db0c-fe34-4930-b373-a434266f5bcc 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1471/2926] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:37 2026] GET /v2.0/security-groups?tenant_id=ba9656ff70fc47a08fb9e9600a1571b1&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2927] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:38 2026] DELETE /v2.0/security-groups/7724e7a5-ef58-4c2c-8712-daa4195c1606 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:38.365 7 WARNING keystonemiddleware.audit [None req-4d477abf-fd01-494c-ab4f-9adc593b8f59 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:38.368 7 WARNING neutron.db.securitygroups_db [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-2bc99f1c-4576-4389-a90e-9d01e7abe828 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1473/2928] 10.0.0.229 () {34 vars in 1098 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--481804355&fields=id&tenant_id=1b4c8f008c014202a17c0e76e3fe3f25 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:38.436 7 INFO neutron.services.segments.plugin [-] Segment 44090636-a022-46b4-bd3e-b27b744499b1 resource provider aggregate not found 2026-05-08 06:33:38.440 7 INFO neutron.services.segments.plugin [-] Segment 44090636-a022-46b4-bd3e-b27b744499b1 resource provider aggregate not found 2026-05-08 06:33:38.447 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-2bc99f1c-4576-4389-a90e-9d01e7abe828 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:38.468 7 INFO neutron.services.segments.plugin [-] Segment 44090636-a022-46b4-bd3e-b27b744499b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44090636-a022-46b4-bd3e-b27b744499b1 found for delete ", "request_id": "req-de31bec4-059a-4489-8566-aba1903bd919"}]} 2026-05-08 06:33:38.479 7 INFO neutron.services.segments.plugin [-] Segment 44090636-a022-46b4-bd3e-b27b744499b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44090636-a022-46b4-bd3e-b27b744499b1 found for delete ", "request_id": "req-522ff8b0-0170-482f-a38e-4b5e282dc502"}]} [pid: 7|app: 0|req: 1474/2929] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/networks?id=20c33579-5120-474d-835b-b8cb01963cc2 => generated 676 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:38.522 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-a05b2631-3b05-44da-95b7-dc129bece129 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1475/2930] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/quotas/1b4c8f008c014202a17c0e76e3fe3f25 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:38.558 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-59d703e4-dc87-4c54-9124-c74136c79604 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1476/2931] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/ports?tenant_id=1b4c8f008c014202a17c0e76e3fe3f25&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2932] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/networks/20c33579-5120-474d-835b-b8cb01963cc2?fields=segments => generated 14 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2933] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:33:38 2026] GET /v2.0/networks/20c33579-5120-474d-835b-b8cb01963cc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2934] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:33:37 2026] PUT /v2.0/routers/44815c9d-525d-4e2b-9877-580ff135ade3/add_router_interface => generated 310 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:39.071 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-e029bf17-c1d1-4412-9db6-ee16c844dc07 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1479/2935] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1457/2936] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:33:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2937] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:33:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2938] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:33:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:40.152 8 WARNING keystonemiddleware.audit [None req-3a89fd50-d508-482a-8028-2ca0b257c039 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1459/2939] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:40 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1481/2940] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:33:39 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:40.997 7 WARNING neutron.db.securitygroups_db [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-2d40f1c4-4d30-4837-bb6c-67ad10045ed9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1482/2941] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:33:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1180178209&fields=id&tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2942] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/networks?id=73389426-f1b7-4c93-a59b-dbf4e0c7f30a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:41.076 8 WARNING neutron.db.securitygroups_db [None req-0e97dc04-1044-45f7-aa9f-bcef2a8c9b1f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1484/2943] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/quotas/d7cbe38a85fd4c30abd42d75bc5f7d0f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2944] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/ports?tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f&fields=id => generated 57 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2945] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:40 2026] GET /v2.0/security-groups?tenant_id=820e591c9fec4486909710164efe1fb0&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2946] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/networks/73389426-f1b7-4c93-a59b-dbf4e0c7f30a?fields=segments => generated 14 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:41.291 7 WARNING keystonemiddleware.audit [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-8df05cda-7708-4200-a055-972f9448d02c a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1487/2947] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2948] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/networks/73389426-f1b7-4c93-a59b-dbf4e0c7f30a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2949] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:41 2026] DELETE /v2.0/security-groups/03472354-e9a4-4b24-b74f-5f631294b0dc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:42.396 8 WARNING keystonemiddleware.audit [None req-db1c37ea-f802-42b3-8b37-0b3728a3b856 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1462/2951] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:42 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1490/2952] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:42 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:43.382 8 WARNING keystonemiddleware.audit [req-1e06a91e-97ed-4901-ae8c-c2a6348b056c req-e2f0ba49-b245-4f15-b74a-4b20d917a1a5 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1463/2953] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:33:43 2026] GET /v2.0/networks?id=20c33579-5120-474d-835b-b8cb01963cc2 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:43.447 7 WARNING keystonemiddleware.audit [req-d0c798cb-629f-479a-a02a-de0b556ef412 req-07a7a0f6-d8d0-43c5-ace1-779699fffdc5 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:43.451 7 WARNING neutron.db.securitygroups_db [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-495857fe-0ec7-49ab-8ba8-911e0a3814a6 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1491/2954] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:33:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1b4c8f008c014202a17c0e76e3fe3f25 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:43.501 8 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-973ddd5d-745b-4195-b8ec-af9eed44f908 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:43.504 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-495857fe-0ec7-49ab-8ba8-911e0a3814a6 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1492/2955] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:43 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1493/2956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1464/2957] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:33:43 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2958] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:33:43 2026] PUT /v2.0/ports/0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78 => generated 1235 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:44.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7e522c1-a9bd-4186-9d6e-58b58f939564'] response: {'name': 'network-changed', 'server_uuid': 'b43538e5-8e44-4527-96ad-b9cdf83865d1', 'tag': '0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78', 'status': 'completed', 'code': 200} 2026-05-08 06:33:44.607 8 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-d08abefe-d9c1-4484-ad34-d14bb0e4714e 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1465/2959] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:44.650 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-cbdf300a-2fb1-4993-a2e0-35c3d2a221f8 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1495/2960] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 8|app: 0|req: 1466/2961] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1496/2962] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/ports?tenant_id=1b4c8f008c014202a17c0e76e3fe3f25&device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2963] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/networks?tenant_id=1b4c8f008c014202a17c0e76e3fe3f25&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2964] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:33:45 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) 2026-05-08 06:33:45.681 8 WARNING neutron.db.securitygroups_db [None req-4151e315-9fe8-4f50-abba-b2e87ef7d4b8 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:33:45.766 7 WARNING keystonemiddleware.audit [req-fcfdcfa4-4a29-4800-acec-7aba715ba59d req-ad7dc343-b995-4302-a673-ae909166b617 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1468/2965] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/security-groups?tenant_id=e976d0b5c7ce418e83cf7570eb22af6f&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2966] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2967] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:45 2026] DELETE /v2.0/security-groups/ffb42e41-9e20-4cf2-a888-bd45df3ef59a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:45.889 8 WARNING keystonemiddleware.audit [None req-005adebb-dd65-44a6-b0e7-99eb91d83d2b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1470/2968] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2969] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/networks?id=73389426-f1b7-4c93-a59b-dbf4e0c7f30a => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:45.934 8 WARNING neutron.db.securitygroups_db [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-16c5b592-e775-41de-827d-bb5f64505980 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1471/2970] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f => generated 181 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2971] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:46.090 7 WARNING neutron.db.securitygroups_db [None req-8815a4a3-f59e-4c78-9e13-f69a429fed09 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1501/2972] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/security-groups?tenant_id=c2f50c9352c34e178d3c2b14afcee8ff&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2973] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/ports?tenant_id=1b4c8f008c014202a17c0e76e3fe3f25&device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2974] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:46 2026] DELETE /v2.0/security-groups/2e85fb42-5ae2-414c-add4-aabcba624a09 => 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: 1472/2975] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:33:45 2026] POST /v2.0/ports => generated 954 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2976] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1505/2977] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/subnets?id=9d09f5b4-642a-43bb-90f8-cdce0f32a6d2 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2978] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/ports?network_id=20c33579-5120-474d-835b-b8cb01963cc2&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2979] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/networks/20c33579-5120-474d-835b-b8cb01963cc2?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2980] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/networks/20c33579-5120-474d-835b-b8cb01963cc2?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: 1473/2981] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:33:46 2026] PUT /v2.0/ports/cc119c0e-c15d-4e8a-bc9b-f7ebaded1172 => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:46.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acf11fa7-8033-40ed-86e1-3e276ba58e32'] response: {'name': 'network-changed', 'server_uuid': 'f11b82c3-0607-4e41-a76d-5a87acf5ee81', 'tag': 'cc119c0e-c15d-4e8a-bc9b-f7ebaded1172', 'status': 'completed', 'code': 200} 2026-05-08 06:33:46.993 7 WARNING keystonemiddleware.audit [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-281d1d38-8e62-4512-bf2b-ff4009add782 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1509/2982] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:46 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:47.045 8 WARNING keystonemiddleware.audit [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-2575d385-b43b-4520-af56-d66d01b7bfd6 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1474/2983] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1510/2984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2985] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2986] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/ports?tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f&device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2987] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/networks?tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f&shared=False => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2988] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:33:47 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) 2026-05-08 06:33:47.886 8 WARNING neutron.db.securitygroups_db [None req-226ceb38-2152-470b-a82b-d8c7be70fbdd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1477/2989] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:47 2026] GET /v2.0/security-groups?tenant_id=34839a764d9644edb7d3543e9dc93405&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2990] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:48 2026] DELETE /v2.0/security-groups/bd1ddd01-0880-46e9-90cd-bf82e077b4ca => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:48.151 8 WARNING keystonemiddleware.audit [None req-226ceb38-2152-470b-a82b-d8c7be70fbdd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1478/2991] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:48.202 7 WARNING keystonemiddleware.audit [None req-8af0ad85-2deb-4845-8b84-3b2661715e23 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1514/2992] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1479/2993] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:48.295 7 WARNING neutron.db.securitygroups_db [None req-1a000c6c-9453-4021-bae6-765d60597576 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1480/2994] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2995] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/security-groups?tenant_id=8f9b789ef62c47c3b187d252fc02eef8&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2996] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:48 2026] DELETE /v2.0/security-groups/f19da325-b2be-49ff-af1e-a9f03f14960a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2997] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/ports?tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f&device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2998] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cc119c0e-c15d-4e8a-bc9b-f7ebaded1172 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2999] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/subnets?id=a48c862b-89cb-4d79-8d92-1169d059c9df => 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: 1483/3000] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/ports?network_id=73389426-f1b7-4c93-a59b-dbf4e0c7f30a&device_owner=network%3Adhcp => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3001] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/networks/73389426-f1b7-4c93-a59b-dbf4e0c7f30a?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: 1484/3002] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:33:48 2026] GET /v2.0/networks/73389426-f1b7-4c93-a59b-dbf4e0c7f30a?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-08 06:33:49.342 7 WARNING keystonemiddleware.audit [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-71769891-26bd-4de6-a9f4-f695de265023 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1519/3003] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:49 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:49.398 8 WARNING keystonemiddleware.audit [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-72044caf-adc1-4184-b989-104993698b77 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1485/3004] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:49 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3005] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:49 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3006] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:49 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:50.428 7 WARNING neutron.db.securitygroups_db [None req-fa93548c-dc32-4b4d-8a0a-59fd483398f7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:33:50.523 8 WARNING keystonemiddleware.audit [req-3afe7405-7543-4ce9-909f-e568ba5db3e0 req-da34566f-1531-4a15-8f66-c391cf3d887d 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1521/3009] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/security-groups?tenant_id=ef0a7015f8a14a038f754604bf2ed885&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3010] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3011] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:50.619 8 WARNING keystonemiddleware.audit [req-146dd8c0-e0a3-4e89-b0ce-27f908e08aac req-0b81b237-b693-4f76-a8a7-2042750fb5f2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1522/3012] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:50 2026] DELETE /v2.0/security-groups/e007c0c6-45ce-4ca3-b38e-989d2a4ce865 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3013] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3014] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:50.815 8 WARNING neutron.db.securitygroups_db [None req-d24cc155-05be-4b46-8e79-0ebfea1c96eb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1492/3015] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:50 2026] GET /v2.0/security-groups?tenant_id=98b2cc8f48a44b3e8ab1dde04afa3719&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3016] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:50 2026] DELETE /v2.0/security-groups/259d6805-afc7-4865-9ee4-e4e0d04d31e8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:51.779 8 WARNING keystonemiddleware.audit [None req-d24cc155-05be-4b46-8e79-0ebfea1c96eb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1493/3017] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:51.834 8 WARNING keystonemiddleware.audit [req-f1b1af7e-ae6a-4f94-a6a0-817695acb351 req-c3621a0c-fc6d-4c00-86e0-9cc4c9aac722 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1525/3018] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3019] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3020] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:52.947 8 WARNING keystonemiddleware.audit [req-f1b1af7e-ae6a-4f94-a6a0-817695acb351 req-da35374c-1ad6-4253-9242-84ee3abad755 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1495/3021] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:52.989 8 WARNING keystonemiddleware.audit [req-72d7cb24-5535-43f0-a205-8c378b65550e req-143109d2-048e-42c4-96d0-dfced3a807e4 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1496/3022] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:52 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1527/3023] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3024] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:53 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:33:53.606 7 WARNING neutron.db.securitygroups_db [None req-fb42d46b-5a02-42d4-9f7f-d5141fe8d48a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1528/3025] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:53 2026] GET /v2.0/security-groups?tenant_id=6f3930d31c724181bff4ad91d45565e2&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3026] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:53 2026] DELETE /v2.0/security-groups/ac241d89-df3b-489d-af86-5f2e627c3f70 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:54.091 7 WARNING keystonemiddleware.audit [None req-fb42d46b-5a02-42d4-9f7f-d5141fe8d48a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1529/3027] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:54.193 7 WARNING keystonemiddleware.audit [req-c1640c87-4e41-4f0a-b05d-89d4c36a4694 req-96dfa6c5-3d5c-4f21-80b3-e0725c8fea64 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1530/3028] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1499/3029] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3030] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:54.530 8 WARNING neutron.db.securitygroups_db [None req-261c1265-f924-47d5-8cf1-4ece5b04174d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1500/3031] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/security-groups?tenant_id=ee4df99a886040deb41c988047a4a9ca&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3032] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:54 2026] DELETE /v2.0/security-groups/853ffb35-5f6a-40ea-8ca0-84de3a7c3905 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:54.868 8 WARNING neutron.db.securitygroups_db [None req-eef6b745-290f-4aa5-8e81-78a8abbc2a21 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1501/3033] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:33:54 2026] GET /v2.0/security-groups?tenant_id=9c56822215e54d2bb8e873f9759ececd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3034] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:33:55 2026] DELETE /v2.0/security-groups/be2b2c01-c7cc-4812-af9f-3a9a4b9b19a6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:33:55.302 8 WARNING keystonemiddleware.audit [None req-eef6b745-290f-4aa5-8e81-78a8abbc2a21 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1502/3035] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:55.352 7 WARNING keystonemiddleware.audit [None req-3758a016-050c-4239-91c7-5d70282a9795 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1534/3036] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:55 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3037] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3038] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:55 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:56.426 8 INFO neutron.db.segments_db [None req-e6737e80-f432-493d-8cee-2b79d6fba1d2 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 1615aeec-63e3-463b-9cae-1e6cf2fbd39c of type vxlan for network ac038aaa-b9f4-4619-a071-a90044821600 2026-05-08 06:33:56.474 7 WARNING keystonemiddleware.audit [req-9d2e949b-8bec-42b7-b478-6ed1ce9fc252 req-6aa9264c-3d38-43b8-98d3-611758f26be5 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:33:56.506 8 INFO neutron.db.segments_db [None req-e6737e80-f432-493d-8cee-2b79d6fba1d2 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 832a5887-724d-484e-8383-e82d0f7b4fec of type vxlan for network 0c22b558-1ac4-4616-8f12-c240bcde9c13 [pid: 7|app: 0|req: 1536/3039] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:56.524 7 WARNING keystonemiddleware.audit [req-8e9bce6b-b0a5-4f4a-a53c-5b71245a4676 req-a4f5f6a6-4546-4ee6-baa0-70e07e3d0703 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1537/3040] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:56 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3041] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:56 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3042] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:56 2026] POST /v2.0/networks => generated 1245 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3043] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:56 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1539/3044] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:33:56 2026] GET /v2.0/networks => generated 1844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:56.807 8 INFO neutron.services.segments.plugin [-] Segment 1615aeec-63e3-463b-9cae-1e6cf2fbd39c resource provider aggregate not found 2026-05-08 06:33:56.812 8 INFO neutron.services.segments.plugin [-] Segment 1615aeec-63e3-463b-9cae-1e6cf2fbd39c resource provider aggregate not found 2026-05-08 06:33:56.832 8 INFO neutron.services.segments.plugin [-] Segment 1615aeec-63e3-463b-9cae-1e6cf2fbd39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1615aeec-63e3-463b-9cae-1e6cf2fbd39c found for delete ", "request_id": "req-1485c033-6137-467a-b9a1-e5498f53b0cd"}]} 2026-05-08 06:33:56.832 8 INFO neutron.services.segments.plugin [-] Segment 1615aeec-63e3-463b-9cae-1e6cf2fbd39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1615aeec-63e3-463b-9cae-1e6cf2fbd39c found for delete ", "request_id": "req-388759c0-72d8-4a64-9d3d-2f3ad57d68a5"}]} [pid: 8|app: 0|req: 1506/3045] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:56 2026] DELETE /v2.0/networks/ac038aaa-b9f4-4619-a071-a90044821600 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:56.979 7 INFO neutron.services.segments.plugin [-] Segment 832a5887-724d-484e-8383-e82d0f7b4fec resource provider aggregate not found 2026-05-08 06:33:56.981 7 INFO neutron.services.segments.plugin [-] Segment 832a5887-724d-484e-8383-e82d0f7b4fec resource provider aggregate not found 2026-05-08 06:33:57.013 7 INFO neutron.services.segments.plugin [-] Segment 832a5887-724d-484e-8383-e82d0f7b4fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832a5887-724d-484e-8383-e82d0f7b4fec found for delete ", "request_id": "req-dcccf814-5e37-422d-b1e2-8820c6a27fcb"}]} 2026-05-08 06:33:57.022 7 INFO neutron.services.segments.plugin [-] Segment 832a5887-724d-484e-8383-e82d0f7b4fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832a5887-724d-484e-8383-e82d0f7b4fec found for delete ", "request_id": "req-830227ad-8415-4333-9096-2f48193670b7"}]} [pid: 7|app: 0|req: 1540/3046] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:56 2026] DELETE /v2.0/networks/0c22b558-1ac4-4616-8f12-c240bcde9c13 => 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: 1541/3047] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:57.152 7 INFO neutron.db.segments_db [None req-2ef02648-fea2-4194-85a8-198d4162101c 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 665e4395-caad-4137-9480-f75f749bdd6c of type vxlan for network a515101c-1703-4f2d-8599-7aa8db9b193f 2026-05-08 06:33:57.201 8 INFO neutron.db.segments_db [None req-4851d0f2-4126-4893-bbcb-3fa1946518f1 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment 931693ae-e3df-4b38-bec2-742fd33752c7 of type vxlan for network 48c02119-f1dc-4121-af68-f009f82a273f [pid: 7|app: 0|req: 1542/3048] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:57 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:57.265 8 INFO neutron.db.segments_db [None req-4851d0f2-4126-4893-bbcb-3fa1946518f1 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment 28318f99-9f6f-4348-bd05-33da356ce8e7 of type vxlan for network b7a8775a-70ee-44e8-910c-0aca7fb29969 2026-05-08 06:33:57.313 7 INFO neutron.db.segments_db [None req-316d19a4-fa0b-431f-bd6c-6cb52815531a 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 0e7fe370-00dc-43ca-a174-b79652fb685d of type vxlan for network 5f960e65-3def-42b7-8406-88ac6c47ed01 [pid: 8|app: 0|req: 1507/3049] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:56 2026] POST /v2.0/networks => generated 1246 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3050] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:57 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3051] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/networks => generated 1845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3052] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:57 2026] DELETE /v2.0/networks/48c02119-f1dc-4121-af68-f009f82a273f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3053] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:33:57 2026] DELETE /v2.0/networks/b7a8775a-70ee-44e8-910c-0aca7fb29969 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:57.709 8 WARNING keystonemiddleware.audit [None req-faae353f-a14c-44bb-ae7d-42c995d6c81c 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1511/3054] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3055] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3056] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:57.861 8 WARNING keystonemiddleware.audit [req-4842ff37-4054-4c41-94fe-5ccad079c55e req-7064c793-2f95-4b6f-8d21-4714a641583c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1514/3057] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:57.948 8 INFO neutron.db.segments_db [None req-50fc6475-3fe8-4852-944e-63e8cccd0afd 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment caa4ebb4-7cb3-4419-94a8-41ea679b9f20 of type vxlan for network 35faec99-2b62-421b-a7d9-9e7b6ca6fc62 [pid: 7|app: 0|req: 1544/3058] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:33:57 2026] POST /v2.0/ports => generated 1505 bytes in 544 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: 1545/3059] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3060] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:57 2026] POST /v2.0/networks => generated 650 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3061] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:33:57 2026] GET /v2.0/ports => generated 1505 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:58.091 8 INFO neutron.db.segments_db [None req-45ba52c1-e953-4246-98cf-82c617cfa8e3 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 of type vxlan for network a8d607c7-2224-48d6-a38b-131bc7fc467f 2026-05-08 06:33:58.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-24498adf-92cd-4d18-ad36-16306363d1a2 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] TaaS: Handle Delete Port: aea12885-82ac-40d5-94db-4b28113ea3e5 2026-05-08 06:33:58.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24498adf-92cd-4d18-ad36-16306363d1a2 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Tap Mirror: Handle Delete Port: aea12885-82ac-40d5-94db-4b28113ea3e5 [pid: 8|app: 0|req: 1516/3062] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:58 2026] POST /v2.0/networks => generated 650 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3063] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:33:58 2026] DELETE /v2.0/ports/aea12885-82ac-40d5-94db-4b28113ea3e5 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:33:58.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-abd6f128-9212-4b44-8e0c-ac92a2642804 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] TaaS: Handle Delete Port: 48d199a2-3693-4c58-b014-a996eaee2a83 2026-05-08 06:33:58.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abd6f128-9212-4b44-8e0c-ac92a2642804 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Tap Mirror: Handle Delete Port: 48d199a2-3693-4c58-b014-a996eaee2a83 [pid: 7|app: 0|req: 1548/3064] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:33:58 2026] DELETE /v2.0/ports/48d199a2-3693-4c58-b014-a996eaee2a83 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3065] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:33:58 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:58.545 7 INFO neutron.db.segments_db [None req-d1a180fd-a199-4838-b5df-3a724e826636 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 of type vxlan for network 360aff70-8577-4013-bd68-63ee81dfcdd9 [pid: 7|app: 0|req: 1550/3066] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:58 2026] POST /v2.0/networks => generated 654 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:58.716 7 INFO neutron.db.segments_db [None req-0cbf46e6-4693-4bfb-8bec-c1d830a9805a 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Added segment 28c2e0aa-09bd-48a0-a3be-7def2e727517 of type vxlan for network fb242d73-3511-4e20-b476-a5f0bbb49a1d [pid: 8|app: 0|req: 1517/3067] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:33:58 2026] POST /v2.0/ports => generated 1506 bytes in 582 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: 1551/3068] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:58 2026] POST /v2.0/networks => generated 654 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3069] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:33:58 2026] GET /v2.0/ports => generated 1506 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:33:58.855 8 INFO neutron.services.segments.plugin [-] Segment 931693ae-e3df-4b38-bec2-742fd33752c7 resource provider aggregate not found 2026-05-08 06:33:58.858 8 INFO neutron.services.segments.plugin [-] Segment 931693ae-e3df-4b38-bec2-742fd33752c7 resource provider aggregate not found 2026-05-08 06:33:58.875 8 INFO neutron.services.segments.plugin [-] Segment 931693ae-e3df-4b38-bec2-742fd33752c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931693ae-e3df-4b38-bec2-742fd33752c7 found for delete ", "request_id": "req-91bc038b-b0f4-4a72-add6-32cbf29978bd"}]} 2026-05-08 06:33:58.877 8 INFO neutron.services.segments.plugin [-] Segment 931693ae-e3df-4b38-bec2-742fd33752c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931693ae-e3df-4b38-bec2-742fd33752c7 found for delete ", "request_id": "req-c9cc1ddc-32a0-4ae4-b509-61af52637dce"}]} 2026-05-08 06:33:58.895 8 INFO neutron.services.segments.plugin [-] Segment 28318f99-9f6f-4348-bd05-33da356ce8e7 resource provider aggregate not found 2026-05-08 06:33:58.902 8 INFO neutron.services.segments.plugin [-] Segment 28318f99-9f6f-4348-bd05-33da356ce8e7 resource provider aggregate not found 2026-05-08 06:33:58.915 8 INFO neutron.services.segments.plugin [-] Segment 28318f99-9f6f-4348-bd05-33da356ce8e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28318f99-9f6f-4348-bd05-33da356ce8e7 found for delete ", "request_id": "req-386ed081-3540-4c3c-b8bc-f71bd5207797"}]} 2026-05-08 06:33:58.916 8 INFO neutron.services.segments.plugin [-] Segment 28318f99-9f6f-4348-bd05-33da356ce8e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28318f99-9f6f-4348-bd05-33da356ce8e7 found for delete ", "request_id": "req-db2fb094-d1e3-4d1f-8f85-728b860f6896"}]} 2026-05-08 06:33:58.962 8 WARNING keystonemiddleware.audit [None req-309ed202-311a-4612-b906-7be3fa94767a 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1519/3070] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:58.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb524a10-907a-40c7-963f-24025471daa5 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] TaaS: Handle Delete Port: b7add499-3fc0-4b32-947c-533a77205bd2 2026-05-08 06:33:58.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb524a10-907a-40c7-963f-24025471daa5 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Tap Mirror: Handle Delete Port: b7add499-3fc0-4b32-947c-533a77205bd2 2026-05-08 06:33:59.002 8 WARNING keystonemiddleware.audit [req-76d6fdff-7d5c-4040-83f7-b8ab57e42abc req-f34c47a3-c823-463e-8da7-0408f7a2c023 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1520/3071] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1552/3072] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:33:58 2026] DELETE /v2.0/ports/b7add499-3fc0-4b32-947c-533a77205bd2 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3073] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3074] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:33:59.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-50e532b3-dbc9-419c-a0a3-392fb2746cbd 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] TaaS: Handle Delete Port: 87431289-1f2e-4416-b220-d453fd29851e 2026-05-08 06:33:59.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50e532b3-dbc9-419c-a0a3-392fb2746cbd 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Tap Mirror: Handle Delete Port: 87431289-1f2e-4416-b220-d453fd29851e [pid: 7|app: 0|req: 1553/3075] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:33:59 2026] DELETE /v2.0/ports/87431289-1f2e-4416-b220-d453fd29851e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3076] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:33:59.395 7 INFO neutron.db.segments_db [None req-07a473ce-3a2a-42a8-b45c-8a180fd06031 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment a8b939ac-4f44-4c30-96ec-e11a7d590fc6 of type vxlan for network c7c8328d-564a-4dc6-ae89-f09442f1c09b [pid: 7|app: 0|req: 1555/3077] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:59 2026] POST /v2.0/networks => generated 650 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:33:59.530 7 INFO neutron.db.segments_db [None req-664fcfa8-7c54-4002-a9d0-5d8e1b29a4d0 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Added segment 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 of type vxlan for network 713b8b7c-437e-439e-953b-bdc2236000a8 [pid: 7|app: 0|req: 1556/3078] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:33:59 2026] POST /v2.0/networks => generated 649 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3079] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:59 2026] POST /v2.0/subnets => generated 1324 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3080] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3081] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:59 2026] DELETE /v2.0/subnets/c03f7dd3-13de-451a-9c1b-8255ecf11b17 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3082] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:33:59 2026] DELETE /v2.0/subnets/bb8519c3-2f3c-4734-bf35-7711680f95fd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3083] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:33:59 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3084] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:33:59 2026] POST /v2.0/subnets => generated 1273 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3085] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/subnets => generated 1909 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3086] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/fb242d73-3511-4e20-b476-a5f0bbb49a1d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:00.153 8 WARNING keystonemiddleware.audit [None req-e2430b01-f977-46ea-8829-fc168820966a 96636ae7244843bcb5cacfced358e6a8 d77da33376744322a6ed4f58f3e8ce66 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1529/3087] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3088] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/subnets/411ab265-84ba-4676-be28-4746cdd16354 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:00.201 7 WARNING keystonemiddleware.audit [None req-5cd58eda-08fe-40b2-8864-e827087d4bd8 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1560/3089] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3090] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/360aff70-8577-4013-bd68-63ee81dfcdd9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3091] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/subnets/0f12f60c-0f00-426d-8f66-0bd2285c80e3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3092] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3093] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/subnets => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:00.421 7 INFO neutron.services.segments.plugin [-] Segment 0e7fe370-00dc-43ca-a174-b79652fb685d resource provider aggregate not found 2026-05-08 06:34:00.429 7 INFO neutron.services.segments.plugin [-] Segment 0e7fe370-00dc-43ca-a174-b79652fb685d resource provider aggregate not found [pid: 8|app: 0|req: 1533/3094] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:00 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:00.439 7 INFO neutron.services.segments.plugin [-] Segment 0e7fe370-00dc-43ca-a174-b79652fb685d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e7fe370-00dc-43ca-a174-b79652fb685d found for delete ", "request_id": "req-e4d1515c-226b-4298-9021-e35a03c92385"}]} 2026-05-08 06:34:00.444 7 INFO neutron.services.segments.plugin [-] Segment 0e7fe370-00dc-43ca-a174-b79652fb685d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e7fe370-00dc-43ca-a174-b79652fb685d found for delete ", "request_id": "req-8ef693d6-c358-49a6-a351-ffd924fd7d11"}]} [pid: 7|app: 0|req: 1562/3095] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/5f960e65-3def-42b7-8406-88ac6c47ed01 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3096] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/713b8b7c-437e-439e-953b-bdc2236000a8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3097] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/a515101c-1703-4f2d-8599-7aa8db9b193f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:00.972 8 INFO neutron.services.segments.plugin [-] Segment 28c2e0aa-09bd-48a0-a3be-7def2e727517 resource provider aggregate not found 2026-05-08 06:34:00.977 8 INFO neutron.services.segments.plugin [-] Segment 28c2e0aa-09bd-48a0-a3be-7def2e727517 resource provider aggregate not found 2026-05-08 06:34:00.994 8 INFO neutron.services.segments.plugin [-] Segment 28c2e0aa-09bd-48a0-a3be-7def2e727517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c2e0aa-09bd-48a0-a3be-7def2e727517 found for delete ", "request_id": "req-1eadadfd-d09b-466a-82e6-de6fd8c56107"}]} 2026-05-08 06:34:01.001 8 INFO neutron.services.segments.plugin [-] Segment 28c2e0aa-09bd-48a0-a3be-7def2e727517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c2e0aa-09bd-48a0-a3be-7def2e727517 found for delete ", "request_id": "req-a9fac1a4-a162-4292-af14-b37a4aec1417"}]} 2026-05-08 06:34:01.017 8 INFO neutron.services.segments.plugin [-] Segment 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 resource provider aggregate not found 2026-05-08 06:34:01.021 8 INFO neutron.services.segments.plugin [-] Segment 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 resource provider aggregate not found 2026-05-08 06:34:01.036 8 INFO neutron.services.segments.plugin [-] Segment 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 found for delete ", "request_id": "req-25ea53ca-b6e4-443c-b73e-6f4ffd929270"}]} 2026-05-08 06:34:01.040 8 INFO neutron.services.segments.plugin [-] Segment 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cee51a9-2eb3-4a24-96bc-5f0bd0017ee5 found for delete ", "request_id": "req-a0a3b32f-8e7c-43ef-bad3-156be7a9405c"}]} [pid: 8|app: 0|req: 1535/3098] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:00 2026] DELETE /v2.0/networks/c7c8328d-564a-4dc6-ae89-f09442f1c09b => generated 0 bytes in 511 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:01.060 8 INFO neutron.services.segments.plugin [-] Segment 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 resource provider aggregate not found 2026-05-08 06:34:01.063 8 INFO neutron.services.segments.plugin [-] Segment 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 resource provider aggregate not found 2026-05-08 06:34:01.074 8 INFO neutron.services.segments.plugin [-] Segment 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 found for delete ", "request_id": "req-14814fa6-143d-42b6-b365-27f7a70d653b"}]} 2026-05-08 06:34:01.081 8 INFO neutron.services.segments.plugin [-] Segment 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6dca0d-fcef-4527-8f04-9ae8da4babf9 found for delete ", "request_id": "req-fc9d9075-4991-46f2-b69c-b3037c310a90"}]} 2026-05-08 06:34:01.160 7 WARNING neutron.db.securitygroups_db [None req-67961b0e-0eee-4179-b300-7766eb37055e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1536/3099] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:01 2026] DELETE /v2.0/networks/a8d607c7-2224-48d6-a38b-131bc7fc467f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3100] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/security-groups?tenant_id=d77da33376744322a6ed4f58f3e8ce66&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: 1565/3101] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:01 2026] DELETE /v2.0/security-groups/88c95022-c3d2-479a-b908-d286edefe34b => 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: 1537/3102] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:01 2026] DELETE /v2.0/networks/35faec99-2b62-421b-a7d9-9e7b6ca6fc62 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:01.311 7 WARNING keystonemiddleware.audit [None req-a196f84e-d11f-4eeb-bf10-d63a8e4f22a7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1566/3103] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:01.390 8 WARNING keystonemiddleware.audit [None req-e9201378-a18b-4edd-b562-054c3c98b15d 5fc6e8e8717947838e68e1cf25634f48 31f2b5d2e2c34c19b0cd7ab67879f151 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1538/3104] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1567/3105] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3106] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:01.825 7 WARNING neutron.db.securitygroups_db [None req-5a9ded77-c778-449b-b58f-34f389aae817 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1568/3107] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:01 2026] GET /v2.0/security-groups?tenant_id=31f2b5d2e2c34c19b0cd7ab67879f151&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3108] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:01 2026] DELETE /v2.0/security-groups/98a60ec0-0e09-4ba9-97d3-356f251ce13c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:02.465 7 INFO neutron.services.segments.plugin [-] Segment 665e4395-caad-4137-9480-f75f749bdd6c resource provider aggregate not found 2026-05-08 06:34:02.471 7 INFO neutron.services.segments.plugin [-] Segment 665e4395-caad-4137-9480-f75f749bdd6c resource provider aggregate not found 2026-05-08 06:34:02.487 7 INFO neutron.services.segments.plugin [-] Segment 665e4395-caad-4137-9480-f75f749bdd6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 665e4395-caad-4137-9480-f75f749bdd6c found for delete ", "request_id": "req-fec74995-11b1-49b9-a3ec-84d2a3c4c1dd"}]} 2026-05-08 06:34:02.488 7 INFO neutron.services.segments.plugin [-] Segment 665e4395-caad-4137-9480-f75f749bdd6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 665e4395-caad-4137-9480-f75f749bdd6c found for delete ", "request_id": "req-03aeec6d-1064-4665-8165-b54399585375"}]} 2026-05-08 06:34:02.500 7 WARNING keystonemiddleware.audit [None req-5a9ded77-c778-449b-b58f-34f389aae817 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1569/3109] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:02 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:02.547 8 WARNING keystonemiddleware.audit [None req-4d6dc50c-70f9-400c-b21b-3717cda4b7d9 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1541/3110] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:02 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1570/3111] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:02 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3112] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:02 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:03.095 8 INFO neutron.services.segments.plugin [-] Segment a8b939ac-4f44-4c30-96ec-e11a7d590fc6 resource provider aggregate not found 2026-05-08 06:34:03.104 8 INFO neutron.services.segments.plugin [-] Segment a8b939ac-4f44-4c30-96ec-e11a7d590fc6 resource provider aggregate not found 2026-05-08 06:34:03.119 8 INFO neutron.services.segments.plugin [-] Segment a8b939ac-4f44-4c30-96ec-e11a7d590fc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b939ac-4f44-4c30-96ec-e11a7d590fc6 found for delete ", "request_id": "req-36f01f5f-79ba-4adb-aa75-317bad70e8ad"}]} 2026-05-08 06:34:03.122 8 INFO neutron.services.segments.plugin [-] Segment a8b939ac-4f44-4c30-96ec-e11a7d590fc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b939ac-4f44-4c30-96ec-e11a7d590fc6 found for delete ", "request_id": "req-d9b34f95-ed10-4e82-93df-9b6a7a986e85"}]} 2026-05-08 06:34:03.138 8 INFO neutron.services.segments.plugin [-] Segment b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 resource provider aggregate not found 2026-05-08 06:34:03.150 8 INFO neutron.services.segments.plugin [-] Segment b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 resource provider aggregate not found 2026-05-08 06:34:03.156 8 INFO neutron.services.segments.plugin [-] Segment b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 found for delete ", "request_id": "req-b427b6bc-7fd3-45a4-9c49-03dd2e2fbce1"}]} 2026-05-08 06:34:03.169 8 INFO neutron.services.segments.plugin [-] Segment b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f3eb50-3260-48fb-82c3-cdf51fd4c1e8 found for delete ", "request_id": "req-c328587c-d59c-41b5-a036-c7719371ed25"}]} 2026-05-08 06:34:03.173 8 INFO neutron.services.segments.plugin [-] Segment caa4ebb4-7cb3-4419-94a8-41ea679b9f20 resource provider aggregate not found 2026-05-08 06:34:03.187 8 INFO neutron.services.segments.plugin [-] Segment caa4ebb4-7cb3-4419-94a8-41ea679b9f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa4ebb4-7cb3-4419-94a8-41ea679b9f20 found for delete ", "request_id": "req-18c602ef-dd54-4b96-8620-4ea5137ef882"}]} 2026-05-08 06:34:03.187 8 INFO neutron.services.segments.plugin [-] Segment caa4ebb4-7cb3-4419-94a8-41ea679b9f20 resource provider aggregate not found 2026-05-08 06:34:03.198 8 INFO neutron.services.segments.plugin [-] Segment caa4ebb4-7cb3-4419-94a8-41ea679b9f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa4ebb4-7cb3-4419-94a8-41ea679b9f20 found for delete ", "request_id": "req-7b14f164-4477-438a-bc08-b8fec1991539"}]} 2026-05-08 06:34:03.307 7 INFO neutron.db.segments_db [None req-ff176235-65d4-480a-9ad7-d024cc2c4f59 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 7cb2919f-1e25-49b3-bcf8-063529589983 of type vxlan for network 1e66137e-1757-4fff-9dbe-6ba924cede8d [pid: 7|app: 0|req: 1571/3113] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:02 2026] POST /v2.0/networks => generated 628 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:03.449 8 INFO neutron.db.segments_db [None req-bae9d457-2b97-4e68-a94b-b867b12cb6ff 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 551ae044-da54-4871-95f3-60ed17fe3c5c of type vxlan for network 1e1b38fd-9945-4b6e-8fbf-bb2f7ef4293b [pid: 8|app: 0|req: 1543/3114] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:03 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3115] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:03 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:03.776 7 WARNING keystonemiddleware.audit [None req-b4b66f11-c9bc-46fc-b1d3-be451a513dcd 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1573/3116] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:03 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:03.902 8 INFO neutron.db.segments_db [None req-1fbcd2be-cfb5-477e-9bed-e34d2d352f8b 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] Added segment 11b1f14d-46a3-4b6c-8804-0475842f22c8 of type vxlan for network ae1367fc-aacf-4839-9cff-16b3ebda9e85 [pid: 8|app: 0|req: 1544/3117] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:03 2026] POST /v2.0/networks => generated 643 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:03.990 8 WARNING keystonemiddleware.audit [None req-1fbcd2be-cfb5-477e-9bed-e34d2d352f8b 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1545/3118] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:03 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1574/3119] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:03 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: 1546/3120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:04 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:04.100 8 INFO neutron.db.segments_db [None req-7b462d74-742c-487f-884e-26ac7ed6d76c 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment f9abdf70-4db1-4258-a155-b202fb4719d6 of type vxlan for network 70d7680e-80b9-4f89-8878-b4b9aa5a39c8 [pid: 7|app: 0|req: 1575/3121] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:04 2026] POST /v2.0/subnets => generated 641 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3122] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:04 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:04.333 8 INFO neutron.db.l3_hamode_db [None req-7b462d74-742c-487f-884e-26ac7ed6d76c 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:34:04.352 7 INFO neutron.db.segments_db [None req-7ea80c87-6aab-4607-9b4d-7efb4a633c70 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] Added segment 0c62683d-ec61-4408-960b-ad3807d1617f of type vxlan for network f5e371f2-db1f-4980-b0b1-89a1f26880e6 [pid: 7|app: 0|req: 1577/3123] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:04 2026] POST /v2.0/networks => generated 643 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:04.488 8 INFO neutron.db.l3_hamode_db [None req-7b462d74-742c-487f-884e-26ac7ed6d76c 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1578/3124] 10.0.0.224 () {34 vars in 743 bytes} [Fri May 8 06:34:04 2026] PUT /v2.0/networks/f5e371f2-db1f-4980-b0b1-89a1f26880e6 => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3125] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:04 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3126] 10.0.0.224 () {34 vars in 741 bytes} [Fri May 8 06:34:04 2026] PUT /v2.0/subnets/63b7dc06-013c-4e4d-a8fa-bb3ea4751e89 => generated 636 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3127] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:04 2026] POST /v2.0/routers => generated 507 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:05.093 8 WARNING keystonemiddleware.audit [None req-7b462d74-742c-487f-884e-26ac7ed6d76c 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:34:05.096 7 INFO neutron.services.segments.plugin [-] Segment 0c62683d-ec61-4408-960b-ad3807d1617f resource provider aggregate not found 2026-05-08 06:34:05.103 7 INFO neutron.services.segments.plugin [-] Segment 0c62683d-ec61-4408-960b-ad3807d1617f resource provider aggregate not found 2026-05-08 06:34:05.117 7 INFO neutron.services.segments.plugin [-] Segment 0c62683d-ec61-4408-960b-ad3807d1617f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c62683d-ec61-4408-960b-ad3807d1617f found for delete ", "request_id": "req-bbfd8a36-0188-4b0a-96ef-eab6a3cbb851"}]} 2026-05-08 06:34:05.121 7 INFO neutron.services.segments.plugin [-] Segment 0c62683d-ec61-4408-960b-ad3807d1617f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c62683d-ec61-4408-960b-ad3807d1617f found for delete ", "request_id": "req-98eac224-c3e9-484a-8af4-12ae959fb0c6"}]} [pid: 7|app: 0|req: 1581/3128] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:04 2026] DELETE /v2.0/networks/f5e371f2-db1f-4980-b0b1-89a1f26880e6 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3129] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:05.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05f13a69-ab2d-4019-addb-34a4261f1ff6 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3130] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:05 2026] DELETE /v2.0/networks/f5e371f2-db1f-4980-b0b1-89a1f26880e6 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:05.185 8 WARNING keystonemiddleware.audit [None req-05f13a69-ab2d-4019-addb-34a4261f1ff6 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1550/3131] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3132] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3133] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/subnets?network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3134] 10.0.0.224 () {32 vars in 653 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/extensions => generated 22222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3135] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/networks => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3136] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1556/3137] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3140] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1560/3141] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/networks/ae1367fc-aacf-4839-9cff-16b3ebda9e85 => generated 668 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3142] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:34:05 2026] GET /v2.0/subnets/a393dab4-35f9-4437-a548-419f2e77a318 => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:05.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8449e9f-2a5d-4646-b672-1c8084d9d9b4 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3143] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:05 2026] DELETE /v2.0/subnets/63b7dc06-013c-4e4d-a8fa-bb3ea4751e89 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:05.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad441dd7-ec3c-4452-abbb-8f18ac56a080 6b802295f95048d9ab0607257ea55fd4 008620cfc69d42e6a5ac8cc5f338a48c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3144] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:05 2026] DELETE /v2.0/networks/f5e371f2-db1f-4980-b0b1-89a1f26880e6 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3145] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:05 2026] DELETE /v2.0/subnets/a393dab4-35f9-4437-a548-419f2e77a318 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:05.912 8 INFO neutron.services.segments.plugin [-] Segment 11b1f14d-46a3-4b6c-8804-0475842f22c8 resource provider aggregate not found 2026-05-08 06:34:05.920 8 INFO neutron.services.segments.plugin [-] Segment 11b1f14d-46a3-4b6c-8804-0475842f22c8 resource provider aggregate not found 2026-05-08 06:34:05.933 8 INFO neutron.services.segments.plugin [-] Segment 11b1f14d-46a3-4b6c-8804-0475842f22c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b1f14d-46a3-4b6c-8804-0475842f22c8 found for delete ", "request_id": "req-48d6c91e-5e04-499f-bddf-a8fbb494a27e"}]} 2026-05-08 06:34:05.944 8 INFO neutron.services.segments.plugin [-] Segment 11b1f14d-46a3-4b6c-8804-0475842f22c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b1f14d-46a3-4b6c-8804-0475842f22c8 found for delete ", "request_id": "req-7deaea7b-0805-4fda-afa6-0786967869d3"}]} [pid: 8|app: 0|req: 1565/3146] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:05 2026] DELETE /v2.0/networks/ae1367fc-aacf-4839-9cff-16b3ebda9e85 => 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: 1582/3147] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:34:05 2026] PUT /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb/add_router_interface => generated 310 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:06.297 7 WARNING keystonemiddleware.audit [None req-a1559db3-4ed9-4d4c-a810-640709979567 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1583/3148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:06.348 7 WARNING keystonemiddleware.audit [req-de9c0314-4203-4a54-8be6-f5cda097df63 req-42ff3932-a724-4fa2-a8fa-aad781d23ba3 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1566/3149] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/ports/6b10aeb1-cea7-4405-b7bf-2980da4b2349 => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3150] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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-08 06:34:06.552 7 WARNING neutron.db.securitygroups_db [None req-81c7badd-f141-49eb-a2f6-7a16e877c9e7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1585/3151] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/security-groups?tenant_id=008620cfc69d42e6a5ac8cc5f338a48c&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3152] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:06 2026] DELETE /v2.0/security-groups/289b9df7-87f6-4e66-b5a0-be0f5225132e => 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: 1587/3153] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3154] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:06 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1567/3155] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:34:06 2026] PUT /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb/add_router_interface => generated 310 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3156] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:07 2026] GET /v2.0/ports/1504f3ba-8f5e-46eb-a64d-9a882ed96880 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:07.452 7 WARNING keystonemiddleware.audit [None req-4b6937ee-593b-4d4c-bb5e-61c3b9df4fa2 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1590/3157] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:07 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:07.526 7 WARNING keystonemiddleware.audit [req-07811b32-5365-4820-962d-0abde70b0de1 req-a9462f30-450e-462e-9b97-c2e70757bc5a 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1591/3158] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:07 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:07.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-26011f5d-b19f-49fc-b830-3377ce05e2c0 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 1504f3ba-8f5e-46eb-a64d-9a882ed96880 2026-05-08 06:34:07.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26011f5d-b19f-49fc-b830-3377ce05e2c0 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 1504f3ba-8f5e-46eb-a64d-9a882ed96880 [pid: 7|app: 0|req: 1592/3159] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:07 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3160] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:07 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1568/3161] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:34:07 2026] PUT /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb/remove_router_interface => generated 310 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:08.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-47f38fe4-686f-4096-b8b7-ce5504f4cdfc 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 6b10aeb1-cea7-4405-b7bf-2980da4b2349 2026-05-08 06:34:08.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47f38fe4-686f-4096-b8b7-ce5504f4cdfc 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 6b10aeb1-cea7-4405-b7bf-2980da4b2349 2026-05-08 06:34:08.680 8 INFO neutron.db.segments_db [None req-8c01982a-c650-4ba8-8b98-0d412d28ba22 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Added segment 939252fc-8429-4ae2-be0a-0fcbeb47767e of type vxlan for network 53dd88f0-e5f5-43a6-9a26-9323ed15e729 [pid: 8|app: 0|req: 1569/3162] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:08 2026] POST /v2.0/networks => generated 649 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:08.786 8 WARNING keystonemiddleware.audit [None req-8c01982a-c650-4ba8-8b98-0d412d28ba22 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1570/3163] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:08 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3164] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:34:08 2026] PUT /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb/remove_router_interface => generated 310 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:09.032 7 WARNING keystonemiddleware.audit [None req-47f38fe4-686f-4096-b8b7-ce5504f4cdfc 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1595/3165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:09 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1596/3166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:09 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1597/3167] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:09 2026] GET /v2.0/ports?device_id=54137630-b814-45f4-b13b-56de2c2412fb => 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: 1571/3168] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:34:08 2026] POST /v2.0/ports => generated 779 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: 1598/3169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:09 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:09.199 7 INFO neutron.db.segments_db [None req-7f11ff52-1be1-4864-a3d3-5951c3fa5f0c a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Added segment d152e1a0-57f9-4915-a79a-1ec31e052ed4 of type vxlan for network 8349d651-0897-4319-a413-001f6398d18d [pid: 7|app: 0|req: 1599/3170] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:09 2026] POST /v2.0/networks => generated 635 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:09.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f6bf14-a7de-4b0c-99fa-c2d25328613e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: a2149d7c-f929-4c16-baa9-4d98405040c5 2026-05-08 06:34:09.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f6bf14-a7de-4b0c-99fa-c2d25328613e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: a2149d7c-f929-4c16-baa9-4d98405040c5 [pid: 7|app: 0|req: 1600/3171] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:09 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:09.628 8 INFO neutron.services.segments.plugin [-] Segment f9abdf70-4db1-4258-a155-b202fb4719d6 resource provider aggregate not found 2026-05-08 06:34:09.634 8 INFO neutron.services.segments.plugin [-] Segment f9abdf70-4db1-4258-a155-b202fb4719d6 resource provider aggregate not found 2026-05-08 06:34:09.647 8 INFO neutron.services.segments.plugin [-] Segment f9abdf70-4db1-4258-a155-b202fb4719d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9abdf70-4db1-4258-a155-b202fb4719d6 found for delete ", "request_id": "req-fa94b63a-cf4f-4079-8f6a-eaf1eb612ec7"}]} 2026-05-08 06:34:09.653 8 INFO neutron.services.segments.plugin [-] Segment f9abdf70-4db1-4258-a155-b202fb4719d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9abdf70-4db1-4258-a155-b202fb4719d6 found for delete ", "request_id": "req-4da27caf-60fb-4049-8091-4b527319fac0"}]} 2026-05-08 06:34:09.660 8 INFO neutron.db.l3_hamode_db [None req-04f6bf14-a7de-4b0c-99fa-c2d25328613e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] HA network 70d7680e-80b9-4f89-8878-b4b9aa5a39c8 was deleted as no HA routers are present in project a14c02f57e5b4cce87c7b8ef9f4e006e. [pid: 8|app: 0|req: 1572/3172] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:09 2026] DELETE /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3173] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:09 2026] DELETE /v2.0/subnets/a6c17c02-bd16-4354-bf66-a7a28bd73678 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3174] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:34:09 2026] POST /v2.0/ports => generated 966 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:34:09.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-de26b334-1d53-4e32-af0c-597d0be5eafd a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] TaaS: Handle Delete Port: 2f65dbd0-f4f8-4887-8d20-959ee93308a4 2026-05-08 06:34:09.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de26b334-1d53-4e32-af0c-597d0be5eafd a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Tap Mirror: Handle Delete Port: 2f65dbd0-f4f8-4887-8d20-959ee93308a4 [pid: 8|app: 0|req: 1574/3175] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:09 2026] DELETE /v2.0/subnets/88308067-fd57-4436-a152-21405c54c53b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:10.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8f025ab-03dc-4e10-a8e4-80f7888c6d97 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 1bef8fdf-7f50-4a16-a8aa-9116e85b371f 2026-05-08 06:34:10.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f025ab-03dc-4e10-a8e4-80f7888c6d97 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 1bef8fdf-7f50-4a16-a8aa-9116e85b371f [pid: 7|app: 0|req: 1602/3176] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:09 2026] DELETE /v2.0/ports/2f65dbd0-f4f8-4887-8d20-959ee93308a4 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:10.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1898e788-ac3b-46ad-b6b4-d32653d8ead9 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3177] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:10 2026] DELETE /v2.0/ports/2f65dbd0-f4f8-4887-8d20-959ee93308a4 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:10.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25928731-05f8-4964-b304-0c06576cdc79 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3178] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:10 2026] GET /v2.0/ports/2f65dbd0-f4f8-4887-8d20-959ee93308a4 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3179] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:10 2026] DELETE /v2.0/subnets/8cfe71a5-9a9c-40f7-8f43-3c07748bae0c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:10.237 7 WARNING keystonemiddleware.audit [None req-00665923-0171-4879-8441-3dff37a5dc3e a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1606/3180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:10 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3181] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:09 2026] DELETE /v2.0/networks/1e1b38fd-9945-4b6e-8fbf-bb2f7ef4293b => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:10 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:10.306 7 WARNING keystonemiddleware.audit [req-d06a1f9c-5a7b-400c-9e89-6da11dabfb25 req-e189143c-b97f-4744-bc2e-7a9ca6b304a3 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1608/3183] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:10 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1576/3184] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:10 2026] DELETE /v2.0/networks/8349d651-0897-4319-a413-001f6398d18d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:10 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:10.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-86495ec3-64e0-41dc-84d2-b3e9d47e8e01 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 2b169ebb-714a-4b9b-b75d-ad062b4b5c31 2026-05-08 06:34:10.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86495ec3-64e0-41dc-84d2-b3e9d47e8e01 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 2b169ebb-714a-4b9b-b75d-ad062b4b5c31 2026-05-08 06:34:10.464 8 INFO neutron.db.segments_db [None req-700f2fbf-d463-4ef8-a41b-a06d136f2ebf a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Added segment 96a1dcef-7c35-4188-9adb-0b27a4f117da of type vxlan for network a42876df-70cc-4f5c-b82c-8dba0cc38db6 [pid: 8|app: 0|req: 1578/3186] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:10 2026] POST /v2.0/networks => generated 636 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:10.600 7 INFO neutron.services.segments.plugin [-] Segment 7cb2919f-1e25-49b3-bcf8-063529589983 resource provider aggregate not found 2026-05-08 06:34:10.606 7 INFO neutron.services.segments.plugin [-] Segment 7cb2919f-1e25-49b3-bcf8-063529589983 resource provider aggregate not found 2026-05-08 06:34:10.616 7 INFO neutron.services.segments.plugin [-] Segment 7cb2919f-1e25-49b3-bcf8-063529589983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb2919f-1e25-49b3-bcf8-063529589983 found for delete ", "request_id": "req-4307ce3c-f8a3-4b95-89f5-5383f8b67167"}]} 2026-05-08 06:34:10.630 7 INFO neutron.services.segments.plugin [-] Segment 7cb2919f-1e25-49b3-bcf8-063529589983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb2919f-1e25-49b3-bcf8-063529589983 found for delete ", "request_id": "req-82eed1f0-aef0-48ee-a977-85bcdf30153f"}]} [pid: 7|app: 0|req: 1609/3187] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:10 2026] DELETE /v2.0/networks/1e66137e-1757-4fff-9dbe-6ba924cede8d => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:10.696 7 INFO neutron.db.segments_db [None req-19d74a25-e1ff-48fc-855f-4346f802be16 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 615e3a30-60b4-4248-9528-be73c9e8c0f2 of type vxlan for network 85354e8e-edd5-4341-8af3-11d2db54843f [pid: 8|app: 0|req: 1579/3188] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:10 2026] POST /v2.0/subnets => generated 646 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3189] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:10 2026] POST /v2.0/networks => generated 629 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3190] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:34:10 2026] POST /v2.0/ports => generated 928 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3191] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:10 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:11.081 7 INFO neutron.db.segments_db [None req-93c0a36a-a342-47a1-88db-a4911f5abd01 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment ea64e291-1302-4b77-b434-8a40991d37c4 of type vxlan for network d17c4488-5c88-4c72-8e68-a2880de9a12c 2026-05-08 06:34:11.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-733da3c3-4449-4558-8b4b-f5837f678809 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] TaaS: Handle Delete Port: e4faee29-eb83-44ae-a1e5-13487fad892e 2026-05-08 06:34:11.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-733da3c3-4449-4558-8b4b-f5837f678809 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Tap Mirror: Handle Delete Port: e4faee29-eb83-44ae-a1e5-13487fad892e [pid: 8|app: 0|req: 1581/3192] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:10 2026] DELETE /v2.0/ports/e4faee29-eb83-44ae-a1e5-13487fad892e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:11.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-134d2c4a-578e-47fc-8404-fc45d66b3080 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3193] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:11 2026] GET /v2.0/ports/e4faee29-eb83-44ae-a1e5-13487fad892e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:11.312 7 INFO neutron.db.l3_hamode_db [None req-93c0a36a-a342-47a1-88db-a4911f5abd01 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1583/3194] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:11 2026] DELETE /v2.0/subnets/2132b0f7-3343-4769-9e72-b6f8b51e8b50 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:11.429 7 INFO neutron.db.l3_hamode_db [None req-93c0a36a-a342-47a1-88db-a4911f5abd01 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1584/3195] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:11 2026] DELETE /v2.0/networks/a42876df-70cc-4f5c-b82c-8dba0cc38db6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:11.485 8 WARNING keystonemiddleware.audit [None req-3d4eea50-a050-44cd-b3bd-2649dd955849 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1585/3196] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:11 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3197] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:11 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:11.674 8 INFO neutron.services.segments.plugin [-] Segment 551ae044-da54-4871-95f3-60ed17fe3c5c resource provider aggregate not found 2026-05-08 06:34:11.681 8 INFO neutron.services.segments.plugin [-] Segment 551ae044-da54-4871-95f3-60ed17fe3c5c resource provider aggregate not found 2026-05-08 06:34:11.701 8 INFO neutron.services.segments.plugin [-] Segment 551ae044-da54-4871-95f3-60ed17fe3c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551ae044-da54-4871-95f3-60ed17fe3c5c found for delete ", "request_id": "req-aa18cd36-54cf-450d-a50f-e8d60ac14aca"}]} 2026-05-08 06:34:11.708 8 INFO neutron.services.segments.plugin [-] Segment 551ae044-da54-4871-95f3-60ed17fe3c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551ae044-da54-4871-95f3-60ed17fe3c5c found for delete ", "request_id": "req-da11ab78-4e78-4509-8461-5d9c0be568c5"}]} 2026-05-08 06:34:11.723 8 INFO neutron.services.segments.plugin [-] Segment d152e1a0-57f9-4915-a79a-1ec31e052ed4 resource provider aggregate not found 2026-05-08 06:34:11.728 8 INFO neutron.services.segments.plugin [-] Segment d152e1a0-57f9-4915-a79a-1ec31e052ed4 resource provider aggregate not found 2026-05-08 06:34:11.744 8 INFO neutron.services.segments.plugin [-] Segment d152e1a0-57f9-4915-a79a-1ec31e052ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d152e1a0-57f9-4915-a79a-1ec31e052ed4 found for delete ", "request_id": "req-d2ac888c-19ed-4748-bdf3-caa503f7809e"}]} 2026-05-08 06:34:11.749 8 INFO neutron.services.segments.plugin [-] Segment d152e1a0-57f9-4915-a79a-1ec31e052ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d152e1a0-57f9-4915-a79a-1ec31e052ed4 found for delete ", "request_id": "req-a6cfad54-5d2e-4fa9-bb33-4565feb60fcb"}]} 2026-05-08 06:34:11.765 8 INFO neutron.services.segments.plugin [-] Segment 96a1dcef-7c35-4188-9adb-0b27a4f117da resource provider aggregate not found 2026-05-08 06:34:11.769 8 INFO neutron.services.segments.plugin [-] Segment 96a1dcef-7c35-4188-9adb-0b27a4f117da resource provider aggregate not found 2026-05-08 06:34:11.785 8 INFO neutron.services.segments.plugin [-] Segment 96a1dcef-7c35-4188-9adb-0b27a4f117da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a1dcef-7c35-4188-9adb-0b27a4f117da found for delete ", "request_id": "req-b05b449c-86f9-4ce6-9145-836647cc7369"}]} 2026-05-08 06:34:11.786 8 INFO neutron.services.segments.plugin [-] Segment 96a1dcef-7c35-4188-9adb-0b27a4f117da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a1dcef-7c35-4188-9adb-0b27a4f117da found for delete ", "request_id": "req-ed8567d7-b0a3-44ef-bb95-beff1498df52"}]} [pid: 8|app: 0|req: 1587/3198] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:34:11 2026] POST /v2.0/ports => generated 778 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:11.964 8 WARNING keystonemiddleware.audit [None req-61076fbb-88ae-4671-ab64-f2d4a5c4d4a1 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1588/3199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:11 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1612/3200] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:11 2026] POST /v2.0/routers => generated 506 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3201] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:11 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1613/3202] 10.0.0.224 () {34 vars in 737 bytes} [Fri May 8 06:34:11 2026] PUT /v2.0/ports/48a6f019-15a3-4a85-8427-1b404800b81a => generated 752 bytes in 186 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-08 06:34:12.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e3ac374-0fca-450e-9cbe-0914088ee29b a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] TaaS: Handle Delete Port: 48a6f019-15a3-4a85-8427-1b404800b81a 2026-05-08 06:34:12.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3ac374-0fca-450e-9cbe-0914088ee29b a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Tap Mirror: Handle Delete Port: 48a6f019-15a3-4a85-8427-1b404800b81a [pid: 8|app: 0|req: 1590/3203] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:34:12 2026] POST /v2.0/ports => generated 952 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3204] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/ports/48a6f019-15a3-4a85-8427-1b404800b81a => generated 0 bytes in 203 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: 1591/3205] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:34:12 2026] GET /v2.0/ports => generated 782 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:12.444 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a545417-5b8d-4540-a417-796cebbc03a5 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3206] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:12 2026] GET /v2.0/ports/48a6f019-15a3-4a85-8427-1b404800b81a => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3207] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:34:12 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3208] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:12 2026] GET /v2.0/ports/25be0f28-1240-48fb-8ef8-f2555ff7525f => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:12.559 8 INFO neutron.pecan_wsgi.hooks.translation [None req-433194ea-1a43-4199-a0ec-133d5f27274a a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3209] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/ports/e4faee29-eb83-44ae-a1e5-13487fad892e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:12.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95c85679-44c0-40b7-8a8b-f12046bfa8a9 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3210] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/subnets/2132b0f7-3343-4769-9e72-b6f8b51e8b50 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:12.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40f838e6-4c84-4b34-b9b5-929cf56cf627 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3211] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/subnets/8cfe71a5-9a9c-40f7-8f43-3c07748bae0c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:12.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f216d44-0a7f-407f-ad64-8c96da2c95ed a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] TaaS: Handle Delete Port: 25be0f28-1240-48fb-8ef8-f2555ff7525f 2026-05-08 06:34:12.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f216d44-0a7f-407f-ad64-8c96da2c95ed a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Tap Mirror: Handle Delete Port: 25be0f28-1240-48fb-8ef8-f2555ff7525f [pid: 8|app: 0|req: 1598/3212] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/ports/25be0f28-1240-48fb-8ef8-f2555ff7525f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3213] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:12 2026] DELETE /v2.0/networks/53dd88f0-e5f5-43a6-9a26-9323ed15e729 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:13.075 8 WARNING keystonemiddleware.audit [None req-85417d71-c40e-4354-8642-b520e3854839 a1d0026a633c4b5e925b64883fd642ac 9d85054c772c4b16942d507ce01ee9e9 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1600/3214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3215] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:13.153 8 WARNING keystonemiddleware.audit [req-db7f882f-5fe6-4770-8e61-68505147df8a req-7aa3d2bd-bf2b-48f9-8d55-4ec783e14fde 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1602/3216] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3217] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3218] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:34:12 2026] PUT /v2.0/routers/b6f07036-0c3d-411d-a351-89c17420a53c/add_router_interface => generated 310 bytes in 1053 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-08 06:34:13.478 8 WARNING neutron.db.securitygroups_db [None req-a96935e3-0e81-4814-b9ff-991c601324bb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1616/3219] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/ports/48c793b6-169a-422b-b106-60a1e4f63307 => generated 1026 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3220] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:13 2026] GET /v2.0/security-groups?tenant_id=9d85054c772c4b16942d507ce01ee9e9&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3221] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:13 2026] DELETE /v2.0/security-groups/3c1b6c99-aeb1-4788-bfc1-bbd13f925f23 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:13.805 8 INFO neutron.services.segments.plugin [-] Segment 939252fc-8429-4ae2-be0a-0fcbeb47767e resource provider aggregate not found 2026-05-08 06:34:13.810 8 INFO neutron.services.segments.plugin [-] Segment 939252fc-8429-4ae2-be0a-0fcbeb47767e resource provider aggregate not found 2026-05-08 06:34:13.820 8 INFO neutron.services.segments.plugin [-] Segment 939252fc-8429-4ae2-be0a-0fcbeb47767e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939252fc-8429-4ae2-be0a-0fcbeb47767e found for delete ", "request_id": "req-b87de779-dac4-44f7-8cf3-94cc19097f40"}]} 2026-05-08 06:34:13.824 8 INFO neutron.services.segments.plugin [-] Segment 939252fc-8429-4ae2-be0a-0fcbeb47767e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939252fc-8429-4ae2-be0a-0fcbeb47767e found for delete ", "request_id": "req-ef0d1a6b-ac0c-4401-9913-db85f58e69f5"}]} 2026-05-08 06:34:13.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-b66ddeff-3834-4529-89e4-27473026a937 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 48c793b6-169a-422b-b106-60a1e4f63307 2026-05-08 06:34:13.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66ddeff-3834-4529-89e4-27473026a937 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 48c793b6-169a-422b-b106-60a1e4f63307 2026-05-08 06:34:14.260 8 WARNING keystonemiddleware.audit [None req-4279fb87-fa8f-4ad6-8e73-b5997bd479cc 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1617/3222] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:34:13 2026] PUT /v2.0/routers/b6f07036-0c3d-411d-a351-89c17420a53c/remove_router_interface => generated 310 bytes in 785 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: 1606/3223] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:14 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3224] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:14 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:14.364 7 WARNING keystonemiddleware.audit [req-169937e5-e8bb-4663-aa2a-acd09a65ec45 req-c063f3dc-e918-4cb1-8467-226a897ae11e 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1619/3225] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:14 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3226] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:14 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:14.460 8 INFO neutron.api.v2.resource [None req-e9d709b5-b904-494c-90de-4ad786c5e1f1 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3227] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:34:14 2026] PUT /v2.0/routers/b6f07036-0c3d-411d-a351-89c17420a53c/remove_router_interface => generated 197 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3228] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:14 2026] GET /v2.0/ports?device_id=b6f07036-0c3d-411d-a351-89c17420a53c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:14.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdf6521a-43d4-44a5-a54f-1150c154404e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: b66a4fda-73f8-4613-befa-89c638d86bc6 2026-05-08 06:34:14.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdf6521a-43d4-44a5-a54f-1150c154404e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: b66a4fda-73f8-4613-befa-89c638d86bc6 2026-05-08 06:34:15.033 8 INFO neutron.db.l3_hamode_db [None req-fdf6521a-43d4-44a5-a54f-1150c154404e 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] HA network d17c4488-5c88-4c72-8e68-a2880de9a12c was deleted as no HA routers are present in project a14c02f57e5b4cce87c7b8ef9f4e006e. [pid: 8|app: 0|req: 1608/3229] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:14 2026] DELETE /v2.0/routers/b6f07036-0c3d-411d-a351-89c17420a53c => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3230] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:15 2026] DELETE /v2.0/subnets/349e56d8-6b19-44be-8300-0400224cfc52 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3231] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:15 2026] DELETE /v2.0/networks/85354e8e-edd5-4341-8af3-11d2db54843f => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:15.463 8 INFO neutron.db.segments_db [None req-76e6e5d3-130f-4075-8a24-ab4f57f1c7b7 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f of type vxlan for network 9cc5702a-02bd-4f39-9894-292a6077264b [pid: 8|app: 0|req: 1610/3232] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:15 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:15.565 8 WARNING keystonemiddleware.audit [None req-76e6e5d3-130f-4075-8a24-ab4f57f1c7b7 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1611/3233] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1623/3235] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:34:15.723 7 WARNING keystonemiddleware.audit [None req-eed0c0fa-9726-4917-997a-a5830f3716be 88ca4e3b61224ad481305d648a8e6ed0 4a615153c1d24c68b8e7ca05953712be - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1624/3236] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1625/3237] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1626/3238] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:15.847 8 INFO neutron.services.segments.plugin [-] Segment ea64e291-1302-4b77-b434-8a40991d37c4 resource provider aggregate not found 2026-05-08 06:34:15.855 8 INFO neutron.services.segments.plugin [-] Segment ea64e291-1302-4b77-b434-8a40991d37c4 resource provider aggregate not found 2026-05-08 06:34:15.880 8 INFO neutron.services.segments.plugin [-] Segment ea64e291-1302-4b77-b434-8a40991d37c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64e291-1302-4b77-b434-8a40991d37c4 found for delete ", "request_id": "req-892c5761-3cbd-4843-a199-ce73888722e7"}]} 2026-05-08 06:34:15.884 8 INFO neutron.services.segments.plugin [-] Segment ea64e291-1302-4b77-b434-8a40991d37c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64e291-1302-4b77-b434-8a40991d37c4 found for delete ", "request_id": "req-a0dbe7c2-78e2-4372-95cf-94245eee4140"}]} [pid: 7|app: 0|req: 1627/3239] 10.0.0.224 () {34 vars in 758 bytes} [Fri May 8 06:34:15 2026] PUT /v2.0/security-groups/6a108978-25e1-4877-8344-3e81e5b1ee0c => generated 1663 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:15.910 8 INFO neutron.services.segments.plugin [-] Segment 615e3a30-60b4-4248-9528-be73c9e8c0f2 resource provider aggregate not found 2026-05-08 06:34:15.926 8 INFO neutron.services.segments.plugin [-] Segment 615e3a30-60b4-4248-9528-be73c9e8c0f2 resource provider aggregate not found 2026-05-08 06:34:15.948 8 INFO neutron.services.segments.plugin [-] Segment 615e3a30-60b4-4248-9528-be73c9e8c0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615e3a30-60b4-4248-9528-be73c9e8c0f2 found for delete ", "request_id": "req-9eca316f-b598-4708-9807-88f127b2321e"}]} [pid: 7|app: 0|req: 1628/3240] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:34:15 2026] GET /v2.0/security-groups/6a108978-25e1-4877-8344-3e81e5b1ee0c => generated 1663 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:15.950 8 INFO neutron.services.segments.plugin [-] Segment 615e3a30-60b4-4248-9528-be73c9e8c0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615e3a30-60b4-4248-9528-be73c9e8c0f2 found for delete ", "request_id": "req-47b375bf-178b-4c54-b6cd-ebc23f210b64"}]} [pid: 8|app: 0|req: 1613/3241] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:15 2026] POST /v2.0/subnets => generated 626 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:16.017 8 INFO neutron.db.segments_db [None req-83219ad6-8a77-4b15-a235-df4f0b55712d 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 127ea14a-620a-40dd-a3ca-70d0e0e051b8 of type vxlan for network e1602bd7-e5f0-4bd6-944b-78567c71912b [pid: 7|app: 0|req: 1629/3242] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:15 2026] DELETE /v2.0/security-groups/6a108978-25e1-4877-8344-3e81e5b1ee0c => 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: 1630/3243] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:16.086 7 INFO neutron.api.v2.resource [None req-63d491da-d8cc-4523-b30d-c963af811a8c 88ca4e3b61224ad481305d648a8e6ed0 4a615153c1d24c68b8e7ca05953712be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3244] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:16 2026] DELETE /v2.0/security-groups/6a108978-25e1-4877-8344-3e81e5b1ee0c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3245] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:34:16.270 8 INFO neutron.db.l3_hamode_db [None req-83219ad6-8a77-4b15-a235-df4f0b55712d 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1633/3246] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:34:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3247] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/security-group-rules/d33c632b-1eb1-4e87-8321-be186b296cf1 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:16.380 8 INFO neutron.db.l3_hamode_db [None req-83219ad6-8a77-4b15-a235-df4f0b55712d 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1635/3248] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3249] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:34:16 2026] DELETE /v2.0/security-group-rules/d33c632b-1eb1-4e87-8321-be186b296cf1 => 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: 1637/3250] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:16.894 7 WARNING keystonemiddleware.audit [None req-9d56d6d4-38b3-4884-9778-4c3e016d30b0 88ca4e3b61224ad481305d648a8e6ed0 4a615153c1d24c68b8e7ca05953712be - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1614/3251] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:15 2026] POST /v2.0/routers => generated 507 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3253] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:16 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3254] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:34:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:17.059 7 WARNING keystonemiddleware.audit [None req-b1ddadb0-bafc-472f-a157-0a6e3c822cab 88ca4e3b61224ad481305d648a8e6ed0 4a615153c1d24c68b8e7ca05953712be - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1640/3255] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1641/3256] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3257] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-group-rules/e4276e35-17d9-42be-a74e-a4539cfbe0a7 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3258] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:17 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: 1644/3259] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:34:17 2026] DELETE /v2.0/security-group-rules/e4276e35-17d9-42be-a74e-a4539cfbe0a7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3260] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:17 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: 1646/3261] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:34:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3262] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-group-rules/6a2312d9-6ddd-4ffe-88ad-a6f8b221812c => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3263] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3264] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:34:17 2026] DELETE /v2.0/security-group-rules/6a2312d9-6ddd-4ffe-88ad-a6f8b221812c => 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: 1650/3265] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:34:17 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) [pid: 7|app: 0|req: 1651/3266] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:17 2026] DELETE /v2.0/security-groups/2201b90e-0a87-4a2e-af77-3e438a5726b7 => 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: 1652/3267] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3268] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:34:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3269] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:34:17 2026] PUT /v2.0/routers/62cafe5f-1c48-40d0-9312-9ddfbc9c9322/add_router_interface => generated 310 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:18.185 8 WARNING keystonemiddleware.audit [None req-df229a89-9c9d-48e1-86bb-1cec09dc7ba1 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1654/3270] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/ports/8e685139-d418-4780-966d-e111e5f9611a => generated 955 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3271] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3272] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:18.273 7 WARNING keystonemiddleware.audit [req-5dadc210-5855-4a6e-b8c0-4e0c7aca12b8 req-8a77729e-4cca-40e7-905c-6491d27fcdcc 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1656/3273] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1657/3274] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:18.416 7 WARNING neutron.db.securitygroups_db [None req-b1c32a48-883e-41ac-89f3-fa128857a938 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1658/3275] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:18 2026] GET /v2.0/security-groups?tenant_id=4a615153c1d24c68b8e7ca05953712be&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3276] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:18 2026] DELETE /v2.0/security-groups/cf44f4e8-869a-4287-9331-6f0b2801cd07 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:18.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebec12b1-caf2-4947-9e7a-0db35aa90b9a 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 8e685139-d418-4780-966d-e111e5f9611a 2026-05-08 06:34:18.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebec12b1-caf2-4947-9e7a-0db35aa90b9a 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 8e685139-d418-4780-966d-e111e5f9611a [pid: 8|app: 0|req: 1618/3277] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:34:18 2026] PUT /v2.0/routers/62cafe5f-1c48-40d0-9312-9ddfbc9c9322/remove_router_interface => generated 310 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3278] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:19 2026] GET /v2.0/ports?device_id=62cafe5f-1c48-40d0-9312-9ddfbc9c9322 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:19.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-92654668-694b-41e5-aa67-2563d0098eee 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 6920827a-7f53-4a11-bfef-7f5973018757 2026-05-08 06:34:19.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92654668-694b-41e5-aa67-2563d0098eee 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 6920827a-7f53-4a11-bfef-7f5973018757 2026-05-08 06:34:19.382 7 WARNING keystonemiddleware.audit [None req-ef758060-1063-4c2a-8588-326f4d93f1ba 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1661/3279] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:19 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3280] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:19 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:19.501 7 WARNING keystonemiddleware.audit [req-d7f3f904-d24f-4d15-9596-4c062af6b224 req-21b39f33-6346-481c-ad20-63d109b51f3a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1663/3281] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:19 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1664/3282] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:19 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:19.652 8 INFO neutron.services.segments.plugin [-] Segment 127ea14a-620a-40dd-a3ca-70d0e0e051b8 resource provider aggregate not found 2026-05-08 06:34:19.666 8 INFO neutron.services.segments.plugin [-] Segment 127ea14a-620a-40dd-a3ca-70d0e0e051b8 resource provider aggregate not found 2026-05-08 06:34:19.672 8 INFO neutron.services.segments.plugin [-] Segment 127ea14a-620a-40dd-a3ca-70d0e0e051b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127ea14a-620a-40dd-a3ca-70d0e0e051b8 found for delete ", "request_id": "req-51c52ab8-b0a7-4a22-b74a-848408bb39b1"}]} 2026-05-08 06:34:19.684 8 INFO neutron.services.segments.plugin [-] Segment 127ea14a-620a-40dd-a3ca-70d0e0e051b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127ea14a-620a-40dd-a3ca-70d0e0e051b8 found for delete ", "request_id": "req-cdf92ef0-9113-45c9-b57e-357d7c79b219"}]} 2026-05-08 06:34:19.698 8 INFO neutron.db.l3_hamode_db [None req-92654668-694b-41e5-aa67-2563d0098eee 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] HA network e1602bd7-e5f0-4bd6-944b-78567c71912b was deleted as no HA routers are present in project a14c02f57e5b4cce87c7b8ef9f4e006e. [pid: 8|app: 0|req: 1619/3283] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:19 2026] DELETE /v2.0/routers/62cafe5f-1c48-40d0-9312-9ddfbc9c9322 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3284] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:19 2026] DELETE /v2.0/subnets/7cb67ad9-853b-4bb5-9789-71c1f3c437f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3285] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:34:19 2026] DELETE /v2.0/networks/9cc5702a-02bd-4f39-9894-292a6077264b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:34:20.020 7 INFO neutron.db.segments_db [None req-9a71a2b9-cea8-4057-99fb-9d4b8e399f56 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Added segment 8b6bfb49-7c87-4632-92c2-3de3de21d09c of type vxlan for network c23b7948-1006-4992-a3d4-655160be1fa0 2026-05-08 06:34:20.267 7 INFO neutron.db.l3_hamode_db [None req-9a71a2b9-cea8-4057-99fb-9d4b8e399f56 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1623/3288] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:20 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:20.683 8 WARNING keystonemiddleware.audit [req-6d88ce3d-7058-4bf0-8ee2-44d37bc201bc req-bcdf909a-8eed-40e0-b484-a392162e02b6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1624/3289] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:20 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3290] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:20 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:20.761 8 WARNING keystonemiddleware.audit [req-6d88ce3d-7058-4bf0-8ee2-44d37bc201bc req-7adf5076-ddaa-446c-937a-3ffc4552d169 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1626/3291] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:20 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:21.057 7 INFO neutron.db.l3_hamode_db [None req-9a71a2b9-cea8-4057-99fb-9d4b8e399f56 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:34:21.695 8 INFO neutron.services.segments.plugin [-] Segment 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f resource provider aggregate not found 2026-05-08 06:34:21.710 8 INFO neutron.services.segments.plugin [-] Segment 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f found for delete ", "request_id": "req-40a0fffb-353f-4958-8fd1-99b381a58605"}]} 2026-05-08 06:34:21.710 8 INFO neutron.services.segments.plugin [-] Segment 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f resource provider aggregate not found 2026-05-08 06:34:21.721 8 INFO neutron.services.segments.plugin [-] Segment 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f5e68bf-1f32-4e51-bf87-e807d0ab6f3f found for delete ", "request_id": "req-a3c59a80-a759-4413-81b1-62b402558b82"}]} [pid: 8|app: 0|req: 1627/3292] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:21 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:21.881 8 WARNING keystonemiddleware.audit [req-858fdcfd-38c3-47f3-ae81-bcfd831373c0 req-dc201a79-15e2-447e-bf04-3499c5be1c70 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1628/3293] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:21 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1666/3294] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:19 2026] POST /v2.0/routers => generated 688 bytes in 1965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:21.939 7 WARNING keystonemiddleware.audit [None req-9a71a2b9-cea8-4057-99fb-9d4b8e399f56 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1629/3295] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:21 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1667/3296] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:21 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3297] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:34:21 2026] GET /v2.0/routers/2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3298] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:34:22 2026] GET /v2.0/routers => generated 697 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3299] 10.0.0.224 () {34 vars in 741 bytes} [Fri May 8 06:34:22 2026] PUT /v2.0/routers/2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 701 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3300] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:34:22 2026] GET /v2.0/routers/2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3301] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:22 2026] GET /v2.0/ports?device_id=2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:22.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b8f705a-8186-49df-9288-841a65ec77a8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 1081cc92-4f97-4951-8500-ed90e4f28a09 2026-05-08 06:34:22.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8f705a-8186-49df-9288-841a65ec77a8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 1081cc92-4f97-4951-8500-ed90e4f28a09 2026-05-08 06:34:23.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b8f705a-8186-49df-9288-841a65ec77a8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] TaaS: Handle Delete Port: 7db4243f-657c-4fad-b981-72ffc5d1c222 2026-05-08 06:34:23.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8f705a-8186-49df-9288-841a65ec77a8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] Tap Mirror: Handle Delete Port: 7db4243f-657c-4fad-b981-72ffc5d1c222 [pid: 8|app: 0|req: 1633/3302] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:23.110 8 WARNING keystonemiddleware.audit [req-c27d64d7-e634-42bc-82bf-c2e028b009d9 req-8baaf5f4-b1f6-4e6e-818e-967a019461d6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1634/3303] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:23.291 8 WARNING neutron.db.securitygroups_db [None req-46a0580b-8227-46df-88f7-68759be066a9 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1635/3304] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/security-groups?tenant_id=b347bf1c094449a6951ef0680fdf3a59&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:23.444 7 INFO neutron.services.segments.plugin [-] Segment 8b6bfb49-7c87-4632-92c2-3de3de21d09c resource provider aggregate not found [pid: 8|app: 0|req: 1636/3305] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:23.447 8 WARNING keystonemiddleware.audit [req-c27d64d7-e634-42bc-82bf-c2e028b009d9 req-37f7b39f-4bd0-4c81-a19e-7e63c011e9cd 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:34:23.449 7 INFO neutron.services.segments.plugin [-] Segment 8b6bfb49-7c87-4632-92c2-3de3de21d09c resource provider aggregate not found [pid: 8|app: 0|req: 1637/3306] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:23.470 7 INFO neutron.services.segments.plugin [-] Segment 8b6bfb49-7c87-4632-92c2-3de3de21d09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b6bfb49-7c87-4632-92c2-3de3de21d09c found for delete ", "request_id": "req-115af3cf-ab70-4ecd-8268-f98ffb7e642d"}]} 2026-05-08 06:34:23.473 7 INFO neutron.services.segments.plugin [-] Segment 8b6bfb49-7c87-4632-92c2-3de3de21d09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b6bfb49-7c87-4632-92c2-3de3de21d09c found for delete ", "request_id": "req-966f2ace-d7bf-4326-8d29-f178b293fa47"}]} 2026-05-08 06:34:23.482 7 INFO neutron.db.l3_hamode_db [None req-4b8f705a-8186-49df-9288-841a65ec77a8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] HA network c23b7948-1006-4992-a3d4-655160be1fa0 was deleted as no HA routers are present in project a14c02f57e5b4cce87c7b8ef9f4e006e. [pid: 7|app: 0|req: 1670/3307] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:22 2026] DELETE /v2.0/routers/2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3308] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:23.535 7 INFO neutron.api.v2.resource [None req-489fde1d-df4c-4bf3-b48a-217bedade4d3 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3309] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/routers/2d9212c2-c8b9-43f4-95b1-9c5ab7d26378 => 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: 1638/3310] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/security-groups/6b32b201-1056-4a6c-82a2-5e7854281885 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3311] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=62cafe5f-1c48-40d0-9312-9ddfbc9c9322 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:23.575 8 INFO neutron.api.v2.resource [None req-64c63672-be95-41ba-9639-933b7747dac8 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3312] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/routers/62cafe5f-1c48-40d0-9312-9ddfbc9c9322 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:23.598 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e848657-c710-4867-b1aa-774a931e7d00 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3313] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/subnets/7cb67ad9-853b-4bb5-9789-71c1f3c437f7 => 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: 1640/3314] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=b6f07036-0c3d-411d-a351-89c17420a53c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:23.637 8 WARNING neutron.db.securitygroups_db [None req-e950bc68-2f4b-41e0-80a6-83453128c0f2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:34:23.649 7 INFO neutron.api.v2.resource [None req-9e1aac58-c1e9-48ee-bb11-00f2449ac25a 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3315] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/routers/b6f07036-0c3d-411d-a351-89c17420a53c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:23.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33ce17dc-be50-405b-a714-1ecc5b2f2c55 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3316] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/subnets/349e56d8-6b19-44be-8300-0400224cfc52 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3317] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/ports?device_id=54137630-b814-45f4-b13b-56de2c2412fb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:23.716 7 INFO neutron.api.v2.resource [None req-871e8d33-e84d-431c-b664-55fdeb6b590b 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3318] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/routers/54137630-b814-45f4-b13b-56de2c2412fb => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:23.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25ace9ba-69db-4a41-a42a-3fd520b47746 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3319] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/subnets/a6c17c02-bd16-4354-bf66-a7a28bd73678 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3320] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:23 2026] GET /v2.0/security-groups?tenant_id=e76fde959fef43828f8201b8148d4d54&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:23.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9be8b976-1d0b-4549-a063-33a1364553d1 51d7845ae23448f9bded122123e52ab5 a14c02f57e5b4cce87c7b8ef9f4e006e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3321] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/subnets/88308067-fd57-4436-a152-21405c54c53b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3322] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:23 2026] DELETE /v2.0/security-groups/24da52fd-22b7-4ac1-aa5a-6ec6986619e3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:24.419 7 WARNING neutron.db.securitygroups_db [None req-ce51aaf1-6829-401e-ae25-e459f69988a6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1681/3323] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:24 2026] GET /v2.0/security-groups?tenant_id=a14c02f57e5b4cce87c7b8ef9f4e006e&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3324] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:24 2026] DELETE /v2.0/security-groups/4283447a-c43b-4ac6-a10d-a4f2bc010eed => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:24.563 8 WARNING keystonemiddleware.audit [None req-9b25747c-8454-4f0a-af4d-b2ee06a0f190 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1682/3325] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:24 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3326] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:24 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3327] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:24 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:24.647 7 WARNING keystonemiddleware.audit [req-78281e28-02ee-4ff9-823c-01d56abd636f req-d6204480-d8c7-488a-b058-7598e48b9889 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1684/3328] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:24 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1645/3329] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:25 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:25.768 7 WARNING keystonemiddleware.audit [req-8418f63f-487b-45b1-8605-5d46485a75e6 req-512336fa-6c97-4aa0-82c1-60a470735e3e 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1646/3330] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:25 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3331] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:25 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:25.881 8 WARNING keystonemiddleware.audit [req-f85a2898-fc33-4695-8e2b-e02dd3a0e7d0 req-21fca499-eafa-4467-9540-3a9242e81c3f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1647/3332] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:25 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1686/3333] 10.0.0.224 () {34 vars in 677 bytes} [Fri May 8 06:34:26 2026] POST /v2.0/subnetpools => generated 549 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3334] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:34:26 2026] GET /v2.0/subnetpools/064dc288-6451-4037-9f37-e38bad388c81 => generated 549 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3335] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:34:26 2026] PUT /v2.0/subnetpools/064dc288-6451-4037-9f37-e38bad388c81 => generated 500 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3336] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:34:26 2026] DELETE /v2.0/subnetpools/064dc288-6451-4037-9f37-e38bad388c81 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:26.569 7 INFO neutron.api.v2.resource [None req-f496b2f3-0292-4238-8738-158fbb70f689 50ad91a33c3e417ab3e7108d39a5e8e0 9da88190cc804653a4dfbbee26e6780f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3337] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:34:26 2026] GET /v2.0/subnetpools/064dc288-6451-4037-9f37-e38bad388c81 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:34:26.587 8 INFO neutron.api.v2.resource [None req-b358f186-0bc5-4539-9e1a-5d9db612b157 50ad91a33c3e417ab3e7108d39a5e8e0 9da88190cc804653a4dfbbee26e6780f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3338] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:34:26 2026] DELETE /v2.0/subnetpools/064dc288-6451-4037-9f37-e38bad388c81 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3339] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:26 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:26.982 7 WARNING keystonemiddleware.audit [req-86267d26-b193-48a5-b53a-8ff13f1274bf req-ac6307d3-1e4d-4639-b4f0-9271fc8c5afa 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1651/3340] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:26 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3341] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:26 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:27.021 8 WARNING keystonemiddleware.audit [req-86267d26-b193-48a5-b53a-8ff13f1274bf req-5407ee39-ce8a-4fa1-8522-9dda20ff6252 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1652/3342] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:27 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:27.178 7 WARNING neutron.db.securitygroups_db [None req-c98e5778-ef52-44ec-8ddb-2a596ce40105 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1691/3343] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:27 2026] GET /v2.0/security-groups?tenant_id=9da88190cc804653a4dfbbee26e6780f&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3344] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:27 2026] DELETE /v2.0/security-groups/83800494-950e-443d-922a-a7590ccf2e5c => 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: 1692/3345] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:28 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:28.130 8 WARNING keystonemiddleware.audit [None req-192ce6ca-cb33-4e2d-89ed-c3a2ca10a84b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1654/3346] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:28 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1693/3347] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:28 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:28.180 8 WARNING keystonemiddleware.audit [req-b7613bb6-012b-476e-b4a8-05c91b5d3952 req-a1dab92d-ad97-4a7e-8281-ebb4b45feb9a 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1655/3348] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:28 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:28.797 7 WARNING neutron.db.securitygroups_db [None req-e96502f2-e18f-49d4-adbb-7797fcbb488d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1694/3349] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:28 2026] GET /v2.0/security-groups?tenant_id=544677e2108f45f3be29eacff896d46c&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3350] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:28 2026] DELETE /v2.0/security-groups/a14e6e59-85dd-418f-a930-cd67841e4502 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:29.134 7 WARNING neutron.db.securitygroups_db [None req-deae48ab-ec05-4d0b-98d9-370e71a7304b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1695/3351] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:29 2026] GET /v2.0/security-groups?tenant_id=e8bc70ee93254174875069c89255bea2&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: 1657/3352] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:29 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:29.315 8 WARNING keystonemiddleware.audit [req-c14bc082-d962-4c91-8a15-fdd317e30911 req-99a666f6-d961-4158-ae6f-027bb84004f4 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1696/3353] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:29 2026] DELETE /v2.0/security-groups/24d2ff2b-9a9f-4156-b7e1-4886a071642a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3354] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:29 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:29.371 8 WARNING keystonemiddleware.audit [req-9a194a5e-136b-41be-b345-f321bda94663 req-8becd485-0d65-468b-b994-347a9bb9432d 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1697/3355] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:29 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3356] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:29 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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-08 06:34:30.474 8 WARNING keystonemiddleware.audit [req-9a194a5e-136b-41be-b345-f321bda94663 req-6fd2a274-ebbf-499d-86ed-1478d530e961 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1698/3357] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:30 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3358] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:30 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3359] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:30 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:30.577 7 WARNING keystonemiddleware.audit [req-f3be4510-f29c-4407-abc4-da4787edcd9f req-aa6ba777-0843-4e3e-8e49-6013ec0733f5 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1700/3360] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:30 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3361] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:31 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:31.692 8 WARNING keystonemiddleware.audit [req-8c465374-129c-4c5b-8c4b-9124fda72397 req-78ae9b64-68d5-43a2-a60b-f022ef9a74e2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1701/3362] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:31 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3363] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:31 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:31.742 7 WARNING keystonemiddleware.audit [req-8c465374-129c-4c5b-8c4b-9124fda72397 req-092c1284-6ef9-4d31-af67-b3aec1801c6e 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1702/3364] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:31 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3365] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:32 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3366] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:32 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:32.859 7 WARNING keystonemiddleware.audit [req-98dc6046-e9c8-415c-b4ad-895774e80522 req-d32e939f-fb7d-4818-8b5a-8183e9cd2d0e 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:34:32.911 8 WARNING neutron.db.securitygroups_db [None req-9c0f52c1-5b1d-4c58-8bc1-84edeb4e7dab 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1705/3367] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:32 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:32.928 7 WARNING keystonemiddleware.audit [req-c157c0e8-26d5-4648-81cc-c9a85d2bde0b req-1b7d53db-6bbf-4a78-b6f1-911639892517 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1706/3368] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:32 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1663/3369] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:32 2026] GET /v2.0/security-groups?tenant_id=074083fcb23a407a922aa7aa8c13a50c&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3370] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:33 2026] DELETE /v2.0/security-groups/7cddb9ff-9032-4570-8c09-c607b7336f6f => 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: 1664/3371] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:33 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1708/3372] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:33 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:34.021 8 WARNING keystonemiddleware.audit [req-78953c20-5e8e-4cd7-898e-65005f39f726 req-1b0733a7-6b10-42c2-8360-51f91160c117 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1665/3373] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:34 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:34.064 7 WARNING keystonemiddleware.audit [req-78953c20-5e8e-4cd7-898e-65005f39f726 req-63b65055-b490-454c-83a0-a77a58d49cb2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1709/3374] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:34 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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-08 06:34:35.042 8 INFO neutron.db.segments_db [None req-aef418f2-b8ec-4174-a52c-4c00fa1b9b4e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 024610e5-bd3b-47c9-9799-d6f3a8854fff of type vxlan for network ba268326-c122-4afe-9bed-243257b91716 [pid: 7|app: 0|req: 1710/3375] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:35 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3376] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:34:34 2026] POST /v2.0/networks => generated 740 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:35 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:35.177 7 WARNING keystonemiddleware.audit [req-75e7ca49-82b1-4c8a-be87-bb5ec520914e req-ff412800-907d-4ba7-a853-2a6574565c2c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1712/3378] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:35 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:35.220 7 WARNING keystonemiddleware.audit [req-e49e2f31-632b-4010-9348-a0620346c357 req-016d8373-2809-4f67-a021-a66186ca8ab3 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1713/3379] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:35 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1667/3380] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:35 2026] POST /v2.0/subnets => generated 687 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:35.392 7 INFO neutron.db.segments_db [None req-50c26505-62e8-4f33-9604-3bfaf009657a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment a272d5bb-95a2-420d-b935-63e1caf734a3 of type vxlan for network 1305e3fc-c44a-420d-8111-da98e0127abe 2026-05-08 06:34:35.592 7 INFO neutron.db.l3_hamode_db [None req-50c26505-62e8-4f33-9604-3bfaf009657a 08b1bb7f1570454f86b1184363fa6b78 993a2e07421b4228a730bd199321a2de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1670/3383] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:36 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:36.336 7 INFO neutron.db.l3_hamode_db [None req-50c26505-62e8-4f33-9604-3bfaf009657a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:34:36.339 8 WARNING keystonemiddleware.audit [req-afb9497e-68ce-4c05-9b25-501d4a897bcd req-8f03cf74-a148-418b-8809-52d8a221970c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1671/3384] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:36 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3385] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:36 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:36.432 8 WARNING keystonemiddleware.audit [req-afb9497e-68ce-4c05-9b25-501d4a897bcd req-3fcd2004-370c-455f-9605-08f3a62e7608 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1673/3386] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:36 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1714/3387] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:34:35 2026] POST /v2.0/routers => generated 727 bytes in 1782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:34:37.505 7 WARNING neutron.db.securitygroups_db [None req-b1e1ae30-df28-4d77-9f0b-204267def818 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1715/3388] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:37 2026] GET /v2.0/security-groups?tenant_id=64d088bc48eb4dbc9bb133cf6e954b61&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: 1716/3389] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:37 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:37.703 7 WARNING keystonemiddleware.audit [req-fec9e849-28e9-48d8-b869-cd7a61a1bddc req-efab4494-235c-4933-82d7-ec2c5ec082b7 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1717/3390] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:37 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3391] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:37 2026] DELETE /v2.0/security-groups/77ccdaf3-c36b-4a23-99c0-08e9797244cf => 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: 1719/3392] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:37 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:37.844 7 WARNING keystonemiddleware.audit [req-fec9e849-28e9-48d8-b869-cd7a61a1bddc req-351345b3-5be6-4378-a0ad-d0cb9f5224da 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1720/3393] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:37 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3394] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:34:37 2026] PUT /v2.0/routers/e3f94309-5f2c-40ee-b34f-8b7310150eeb/add_router_interface => generated 310 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:38.934 7 WARNING keystonemiddleware.audit [req-252f96fe-c66c-4b26-98c8-276217dc222a req-52044317-b169-4312-abe8-af81acc70513 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1675/3395] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:38 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3396] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:38 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1721/3397] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:38 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:39.026 8 WARNING keystonemiddleware.audit [req-a01ee902-d0c2-4cd4-87f4-3f5885eca8e9 req-d5143d1e-8ddd-485c-8c0d-4c5392ffa8e9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1677/3398] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3399] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:40.143 8 WARNING keystonemiddleware.audit [req-e949f52c-4e6f-4f67-93ce-b43a94674aa1 req-25c7afcb-4b73-4da9-9fa9-4ab8e552680b 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1723/3400] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3401] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:40.196 7 WARNING keystonemiddleware.audit [req-7f798556-315a-4192-a638-935c6aa24fee req-a3461c75-a6c9-4793-b41d-e7b8be1bdb4e 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1724/3402] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3403] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/networks?id=ba268326-c122-4afe-9bed-243257b91716 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3404] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/quotas/993a2e07421b4228a730bd199321a2de => 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: 1680/3405] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/ports?tenant_id=993a2e07421b4228a730bd199321a2de&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3406] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/networks/ba268326-c122-4afe-9bed-243257b91716?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: 1681/3407] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/networks/ba268326-c122-4afe-9bed-243257b91716?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3408] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1727/3409] 10.0.0.22 () {32 vars in 801 bytes} [Fri May 8 06:34:40 2026] GET /v2.0/extensions => generated 22222 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3410] 10.0.0.22 () {32 vars in 862 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/quotas/eecace13146e4a728f5bc6916bfe0742/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3411] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:41.299 7 WARNING keystonemiddleware.audit [req-1199c80f-76ba-4da6-ab78-d85fcbe9a2dd req-2e84cc8f-29f3-433b-845e-8572ace98066 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1729/3412] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3413] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:41.342 7 WARNING keystonemiddleware.audit [req-2319376d-a2e8-4221-80c4-f90a8ee724da req-25e136db-3e47-4ca8-89a9-a90645d5ed91 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1730/3414] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3415] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1731/3416] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:42 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:42.449 8 WARNING keystonemiddleware.audit [req-a4a025e6-b11e-4468-a539-a29a6014d77e req-86cad732-cb0e-45df-b5d1-e2ecce5111ca 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1732/3417] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:42 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3418] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:42 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:42.533 7 WARNING keystonemiddleware.audit [req-f764dce8-d2bb-4786-bed8-7b6a52feb974 req-96dbef12-46e5-4a3c-abde-a004eb74297f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1733/3419] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:42 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1687/3420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:42 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1734/3421] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:43.632 8 WARNING keystonemiddleware.audit [req-ffa5bb03-53ff-404c-97c5-2e870a9c3c70 req-c25e6a9d-7d9b-4eeb-9a93-d6b33c177034 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1735/3422] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:43 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1688/3423] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:43 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:43.677 7 WARNING keystonemiddleware.audit [req-68f00366-49ef-4f74-a88f-cf22cfc41570 req-0838708b-1659-463a-9daa-008d7b94dd98 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1736/3424] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:43 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3425] 10.0.0.22 () {32 vars in 801 bytes} [Fri May 8 06:34:43 2026] GET /v2.0/extensions => generated 22222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3426] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1737/3427] 10.0.0.22 () {32 vars in 862 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/quotas/eecace13146e4a728f5bc6916bfe0742/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:44.783 7 WARNING keystonemiddleware.audit [None req-fdde8e2b-4140-447e-865d-b3448ab9d165 31c3a6dcf99f4ab28f5ee7d900ac5b95 eecace13146e4a728f5bc6916bfe0742 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1691/3428] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3429] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1738/3430] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:44.863 8 WARNING keystonemiddleware.audit [req-0c03f353-6862-4c74-ac7f-a7d7879b5ee7 req-72db032e-83ee-4999-b423-88c4610b007b 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1693/3431] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1739/3432] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/networks?id=ba268326-c122-4afe-9bed-243257b91716 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3433] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1694/3434] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:34:45 2026] POST /v2.0/ports => generated 954 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3435] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:34:45 2026] PUT /v2.0/ports/8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5 => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:34:45.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c85f41e2-02db-4ead-b339-f9fb48232587'] response: {'name': 'network-changed', 'server_uuid': '4918faf7-91f5-4d26-851e-55973a5a3bac', 'tag': '8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:34:45.950 7 WARNING keystonemiddleware.audit [req-411641ef-51a8-4b43-83b6-670481090866 req-322ce1fd-d22a-41ea-8101-decb57877e73 a69cff436bfb408c84e75cbc10e21ea7 d0a3f527957a4562ac5f37802f7ddbec - - a9e660dc57924a4fbe0086b73889d163 a9e660dc57924a4fbe0086b73889d163] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1695/3436] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3437] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:46.001 7 WARNING keystonemiddleware.audit [req-12464cb2-d209-4c06-b8e3-d91f67a23608 req-8d651867-066a-41fd-93a9-1d12e3427482 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1696/3438] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1743/3439] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1744/3440] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:34:46 2026] GET /v2.0/ports?tenant_id=993a2e07421b4228a730bd199321a2de&device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3441] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:34:46 2026] GET /v2.0/networks?tenant_id=993a2e07421b4228a730bd199321a2de&shared=False => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3442] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:34:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3443] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3444] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:46 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:47.101 7 WARNING keystonemiddleware.audit [req-55866b62-849e-4135-9ed6-bf3e8788006b req-81c2221a-0fb1-43f9-b484-bb4585bd7754 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1698/3445] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3446] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:47.147 7 WARNING keystonemiddleware.audit [req-96634b43-5907-4523-8f88-6bcba06f7328 req-9362be42-3a54-44dc-b3b4-8feee8e3084d 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1699/3447] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1749/3448] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:47.254 8 WARNING neutron.db.securitygroups_db [None req-808a0188-296e-4ffc-91cb-25bda33df7d2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1700/3449] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/security-groups?tenant_id=eecace13146e4a728f5bc6916bfe0742&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3450] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:47 2026] DELETE /v2.0/security-groups/e8623a59-3226-44ae-8736-34145ac45405 => 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: 1701/3451] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/ports?tenant_id=993a2e07421b4228a730bd199321a2de&device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3452] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5 => 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: 1702/3453] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/subnets?id=6e32f59d-2477-4a98-b58f-5092dc8e78e6 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3454] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/ports?network_id=ba268326-c122-4afe-9bed-243257b91716&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: 1703/3455] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/networks/ba268326-c122-4afe-9bed-243257b91716?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: 1704/3456] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/networks/ba268326-c122-4afe-9bed-243257b91716?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3457] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3458] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:48.247 8 WARNING keystonemiddleware.audit [req-513e393c-991d-47c3-b6f9-946f890b6b9a req-7880e7ef-30c0-4636-acc8-9b1cdd0bbf80 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1754/3459] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:48 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3460] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:48 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1706/3461] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:48.331 7 WARNING keystonemiddleware.audit [req-b85ceae8-c035-472c-88b6-546da0e2ea0b req-c24b1ecb-5e15-4ee7-9b37-3268c50637b4 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1756/3462] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1707/3463] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3464] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3465] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:49 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:49.438 8 WARNING keystonemiddleware.audit [req-c8b6c477-c7c3-47de-bd00-0279c67bca0a req-6dc78601-a36d-4804-a4f7-44e902230379 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1758/3466] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:49 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1709/3467] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:49 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:49.482 7 WARNING keystonemiddleware.audit [req-c8b6c477-c7c3-47de-bd00-0279c67bca0a req-2b843cae-98b7-40f0-a3d3-d08768203929 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1759/3468] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:49 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1710/3469] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3470] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:50.568 7 WARNING keystonemiddleware.audit [req-55e0f324-317c-4a51-a059-405b2c764634 req-048652ce-2ecd-49ee-b156-e488426819ee 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1712/3473] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3474] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3475] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:50.656 7 WARNING keystonemiddleware.audit [req-915cdd6a-ef45-481d-a960-1e5a7e0d31d1 req-19267eca-f851-47d2-b771-fea8aad41172 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1763/3476] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:50 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3477] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3478] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3479] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3480] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:51.798 7 WARNING keystonemiddleware.audit [req-e2ab46d2-e64a-45b0-b08f-cb99957df1cb req-96c9341d-2630-4288-81b7-061c55400550 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1766/3481] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 1767/3482] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:51.857 7 WARNING keystonemiddleware.audit [req-e2ab46d2-e64a-45b0-b08f-cb99957df1cb req-181a9266-1baf-43c9-9f7e-de7c3f400ad6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1768/3483] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3484] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3485] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3486] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3487] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:34:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:34:52.308 8 WARNING tagging [None req-b2437da2-b75a-447e-a423-cd4c94be2b28 6abb34e3f55c40c0ada0b2b1b26114d0 0847d1fe2b5f4cd0b3d518165d4a526c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1718/3488] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:34:52 2026] PUT /v2.0/security-groups/3a21dfe3-9628-4d9f-87bf-58142f38ff6d/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:52.379 7 WARNING tagging [None req-3929252c-3417-4b60-b97d-e4d4026b0118 6abb34e3f55c40c0ada0b2b1b26114d0 0847d1fe2b5f4cd0b3d518165d4a526c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1771/3489] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:34:52 2026] PUT /v2.0/security-groups/f540eef9-c658-49f2-b0f2-296c3467f2c7/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:52.436 8 WARNING tagging [None req-960db9f4-5d86-477e-bf82-e16bcb8d7073 6abb34e3f55c40c0ada0b2b1b26114d0 0847d1fe2b5f4cd0b3d518165d4a526c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1772/3490] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3491] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:34:52 2026] PUT /v2.0/security-groups/30edcc5b-4785-4847-b1f0-de5d47072fbd/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:52.490 7 WARNING tagging [None req-bf442058-6fb9-45c7-8988-5677d8721626 6abb34e3f55c40c0ada0b2b1b26114d0 0847d1fe2b5f4cd0b3d518165d4a526c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1720/3492] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3493] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:34:52 2026] PUT /v2.0/security-groups/4793967a-cb19-4822-88f8-7667fd4a82cc/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3494] 10.0.0.224 () {32 vars in 680 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3495] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3496] 10.0.0.224 () {32 vars in 690 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3497] 10.0.0.224 () {32 vars in 702 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3498] 10.0.0.224 () {32 vars in 688 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3499] 10.0.0.224 () {32 vars in 702 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3500] 10.0.0.224 () {32 vars in 698 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3501] 10.0.0.224 () {32 vars in 710 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:52.970 7 WARNING keystonemiddleware.audit [req-3475e2b0-5dc3-4c1a-ba58-8773b8688cc5 req-1d3d676c-6e72-492c-afd3-cdd71ecdb4b0 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1725/3503] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:52 2026] DELETE /v2.0/security-groups/3a21dfe3-9628-4d9f-87bf-58142f38ff6d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3504] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3505] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:52 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:53.010 8 WARNING keystonemiddleware.audit [req-3475e2b0-5dc3-4c1a-ba58-8773b8688cc5 req-b15fc77d-b27d-475c-ac29-2f2ef7119034 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1727/3506] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:53 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3507] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:52 2026] DELETE /v2.0/security-groups/f540eef9-c658-49f2-b0f2-296c3467f2c7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3508] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:53 2026] DELETE /v2.0/security-groups/30edcc5b-4785-4847-b1f0-de5d47072fbd => 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: 1781/3509] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:53 2026] DELETE /v2.0/security-groups/4793967a-cb19-4822-88f8-7667fd4a82cc => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3510] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:53 2026] DELETE /v2.0/security-groups/12d754d5-4cec-4968-be96-54801f2f0bcc => 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: 1782/3511] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3512] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1783/3513] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:54.116 8 WARNING keystonemiddleware.audit [req-96a00e61-c411-40a8-964b-ada0b1733e19 req-32422e30-781d-4e1b-9b26-cc358dd4108d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1784/3514] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 1731/3515] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:54.203 8 WARNING keystonemiddleware.audit [req-e53e16a3-2c34-4e38-bda3-46118b6f29c1 req-117758af-bb09-4f60-9d68-bdc7be26b0d7 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1732/3516] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:54.337 7 WARNING neutron.db.securitygroups_db [None req-6898e7bf-0d01-45ee-8b29-2005f1a522b9 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1785/3517] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?tenant_id=09d0aa60e5514d63a5ee03ddd8bda306&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3518] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:54 2026] DELETE /v2.0/security-groups/e83b5475-9681-43c9-91c1-f0f13c57eccb => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:34:54.673 7 WARNING neutron.db.securitygroups_db [None req-8451766e-13c5-480c-852e-1258cf0ea00d 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1786/3519] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?tenant_id=0847d1fe2b5f4cd0b3d518165d4a526c&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3520] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:54 2026] DELETE /v2.0/security-groups/aee45a9a-6447-43f3-9d60-ec4f8e0e58e4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1787/3521] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3522] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:34:54.930 7 WARNING neutron.db.securitygroups_db [None req-a189536d-2d38-4935-9ea0-72ef26fb88da 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1788/3523] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:34:54 2026] GET /v2.0/security-groups?tenant_id=a10bc4119434446188fb0d2e7d3d4859&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3524] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:34:55 2026] DELETE /v2.0/security-groups/39d7f7c3-1d36-460d-b8aa-74c33eff72a1 => 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: 1789/3525] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3526] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:55 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:55.343 7 WARNING keystonemiddleware.audit [req-48e60515-daa5-495e-8d21-918d46d203cd req-a67b783b-c245-425a-ad99-8172faaa4760 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1790/3527] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:55.399 8 WARNING keystonemiddleware.audit [req-48e60515-daa5-495e-8d21-918d46d203cd req-f29e5fa4-3690-48d2-a214-eb6fc8bf49d2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1738/3528] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:55 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3529] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3530] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:56 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3531] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:56 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3532] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:56 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:56.542 7 WARNING keystonemiddleware.audit [req-2889c623-5fe3-473e-ae75-5642a8af3b1a req-af3355a8-6189-4d50-bbf8-40f501f26802 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1793/3533] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:56.635 8 WARNING keystonemiddleware.audit [req-2889c623-5fe3-473e-ae75-5642a8af3b1a req-b8739e1f-f37a-4de9-9580-c36162bb2071 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1741/3534] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:56 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3535] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3536] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1795/3537] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3538] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:57.758 7 WARNING keystonemiddleware.audit [req-106d6aae-b397-47f2-86cb-37603ce6fc88 req-525d07bb-aa9e-42c6-9dd9-94426a71f5f2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1796/3539] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:57.817 8 WARNING keystonemiddleware.audit [req-106d6aae-b397-47f2-86cb-37603ce6fc88 req-b405e7a9-aca9-4135-9c4c-8c4b65bdc6c1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1744/3540] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:57 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1797/3541] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3542] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1798/3543] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3544] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:34:58.923 7 WARNING keystonemiddleware.audit [req-6fbd5fd9-9324-48c8-8a3a-6148cef376d7 req-ade57e26-60d2-4d64-9723-c1d809e86922 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1799/3545] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:58.978 8 WARNING keystonemiddleware.audit [req-6fbd5fd9-9324-48c8-8a3a-6148cef376d7 req-1be2c745-b5fe-4be3-bdbe-630ec624a21b 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1747/3546] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:58 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:34:59.510 7 INFO neutron.db.segments_db [None req-98070cb5-a8f4-459e-b78d-849997a8aecb 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Added segment 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 of type vxlan for network 4422a2bf-fe7d-43c2-92c8-3f50ff3baa74 [pid: 8|app: 0|req: 1748/3547] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:59 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3548] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:59 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3549] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:34:59 2026] POST /v2.0/networks => generated 631 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3550] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:34:59 2026] POST /v2.0/ports => generated 743 bytes in 281 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: 1751/3551] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:34:59 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3552] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:34:59 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:00.100 8 WARNING keystonemiddleware.audit [req-4830dc31-78e5-486f-8afe-8c410cf8c96a req-8bd88134-c204-4a4a-bdd0-801419e3a527 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1801/3553] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:34:59 2026] POST /v2.0/trunks => generated 407 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:00.167 7 INFO neutron.db.segments_db [None req-23a23ba2-0cbc-450b-9fea-85f981de660e 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Added segment 7f8f9d2f-8306-45b5-9532-3711e3685be4 of type vxlan for network 7cffd606-beaa-4408-9ee0-d0c44a19660a [pid: 8|app: 0|req: 1753/3554] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:00 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:00.216 8 WARNING keystonemiddleware.audit [req-88bcb5a9-c76e-4e2b-a94a-2bbbbb919f69 req-63bc29f3-20dc-4b41-9f0e-5157c9c7fa7c 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1802/3555] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:00 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3556] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:00 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1803/3557] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:00 2026] POST /v2.0/ports => generated 743 bytes in 350 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: 1804/3558] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:00 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3559] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:00 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3560] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:35:00 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:00.914 7 INFO neutron.db.segments_db [None req-087222bd-8c9b-404e-9a3b-b629ee64eab0 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Added segment 32b4b8af-be7c-4cb5-8af2-7e4a98996709 of type vxlan for network 4a4dbb89-9233-48d5-aa87-dfefaca29c28 [pid: 7|app: 0|req: 1806/3561] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:00 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3562] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3563] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3564] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:01 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:01.321 8 WARNING keystonemiddleware.audit [None req-40d748ba-66d7-46a1-9d0c-396fd8dec799 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Skipping service tempest-service-513595038 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1757/3565] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:01.362 8 WARNING keystonemiddleware.audit [req-adcb2bb1-eabe-4f32-b897-2bffb0f6ec6b req-cbac05d9-cb1c-40ae-aad3-23c2c2e37efd 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1758/3566] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3567] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:35:01 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:01.543 8 INFO neutron.db.segments_db [None req-9099f7c9-388f-4c58-b414-35d9f514c08b 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Added segment d481e1f0-146b-43bf-8a41-b2f941d567ee of type vxlan for network 3c3fd64e-ce72-4110-b9dd-453bdf648d2d [pid: 8|app: 0|req: 1759/3568] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:01 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3569] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3570] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:01 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1810/3571] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:01 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3572] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:35:01 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:35:02.236 7 INFO neutron.db.segments_db [None req-6c909b11-125d-4d60-884d-72bd959f2f1b 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Added segment 3def2e65-ab9f-42f7-961f-209c46fd4a70 of type vxlan for network 96d1fa81-178b-4224-baaa-86158a68d645 [pid: 8|app: 0|req: 1763/3573] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3574] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:02 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3575] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:02.472 8 WARNING keystonemiddleware.audit [req-b29d9463-66cf-4668-b649-d8a7329c3b8a req-f38a564a-486a-48a6-8400-9aa82ff82316 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1765/3576] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:02.520 8 WARNING keystonemiddleware.audit [req-d929a80d-cc1c-494f-8d26-1f80fb1c82a3 req-6ff1fb90-508c-4ca3-8a0a-01a81c29a844 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1766/3577] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1812/3578] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:02 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3579] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:35:02 2026] POST /v2.0/trunks => generated 407 bytes in 132 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-08 06:35:02.791 7 WARNING tagging [None req-b3540a8e-892f-4d75-a551-343f8240efbe 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1813/3580] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:02 2026] PUT /v2.0/trunks/833c8ab2-4210-4e0b-ab11-fd71d36f176f/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:02.842 8 WARNING tagging [None req-6aac2b04-3e80-42cf-8992-227fb9fb1a7e 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1768/3581] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:02 2026] PUT /v2.0/trunks/1f8184af-0919-455e-b480-121d8d373753/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:02.876 7 WARNING tagging [None req-31ae9789-2c23-4758-929e-12d434841b6c 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1814/3582] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:02 2026] PUT /v2.0/trunks/54796c72-0245-4bc3-b001-6c96282fafe1/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:02.912 8 WARNING tagging [None req-5111315e-6dc3-44c4-a975-55cd6dd1abb5 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1769/3583] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:02 2026] PUT /v2.0/trunks/d0c686e7-2e08-4da8-aae2-543b6218b08b/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3584] 10.0.0.224 () {32 vars in 662 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3585] 10.0.0.224 () {32 vars in 676 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3586] 10.0.0.224 () {32 vars in 672 bytes} [Fri May 8 06:35:02 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3587] 10.0.0.224 () {32 vars in 684 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3588] 10.0.0.224 () {32 vars in 670 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3589] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3590] 10.0.0.224 () {32 vars in 684 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3591] 10.0.0.224 () {32 vars in 680 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3592] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1819/3593] 10.0.0.224 () {32 vars in 692 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3594] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks/833c8ab2-4210-4e0b-ab11-fd71d36f176f => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1820/3595] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports/8eb010ac-4d87-4152-881d-dbb29c27873b => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3596] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/trunks/833c8ab2-4210-4e0b-ab11-fd71d36f176f => 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: 1821/3597] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks/1f8184af-0919-455e-b480-121d8d373753 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3598] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports/504964aa-a1d0-449d-a8f8-31a56dcb4d2a => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1822/3599] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/trunks/1f8184af-0919-455e-b480-121d8d373753 => 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: 1778/3600] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks/54796c72-0245-4bc3-b001-6c96282fafe1 => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3601] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports/257566e7-bd06-4696-9461-8140df2e3600 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3602] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3603] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3604] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/trunks/54796c72-0245-4bc3-b001-6c96282fafe1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3605] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks/d0c686e7-2e08-4da8-aae2-543b6218b08b => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:03.633 8 WARNING keystonemiddleware.audit [None req-d3a4ee2f-eeae-4319-a3f2-eaf36542e053 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1781/3606] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:03.687 8 WARNING keystonemiddleware.audit [req-adecdfd2-d00f-422e-ac68-713dbbf8b6a6 req-77513ca7-8fc2-4604-a78e-e9afecd69e85 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1826/3607] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports/192e658a-8d69-435e-9478-18798c1c6428 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3608] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3609] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/trunks/d0c686e7-2e08-4da8-aae2-543b6218b08b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3610] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/trunks/b2334902-83dc-47f9-9217-e27a8a217af0 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3611] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:03 2026] GET /v2.0/ports/24f79ced-d46f-4fee-8c1a-a67b39986f18 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3612] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/trunks/b2334902-83dc-47f9-9217-e27a8a217af0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:03.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-61d07e58-f873-40f3-8e99-32cd952bd2e0 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] TaaS: Handle Delete Port: 8eb010ac-4d87-4152-881d-dbb29c27873b 2026-05-08 06:35:03.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d07e58-f873-40f3-8e99-32cd952bd2e0 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Tap Mirror: Handle Delete Port: 8eb010ac-4d87-4152-881d-dbb29c27873b [pid: 7|app: 0|req: 1829/3613] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:03 2026] DELETE /v2.0/ports/8eb010ac-4d87-4152-881d-dbb29c27873b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:35:04.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1cce984-0309-4d80-a8f9-ca2a5350ae33 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] TaaS: Handle Delete Port: 504964aa-a1d0-449d-a8f8-31a56dcb4d2a 2026-05-08 06:35:04.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1cce984-0309-4d80-a8f9-ca2a5350ae33 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Tap Mirror: Handle Delete Port: 504964aa-a1d0-449d-a8f8-31a56dcb4d2a [pid: 7|app: 0|req: 1830/3614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3615] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:04 2026] DELETE /v2.0/ports/504964aa-a1d0-449d-a8f8-31a56dcb4d2a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1831/3616] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:04.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd9e2dd8-5253-4dd1-9287-c8da9311907f 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] TaaS: Handle Delete Port: 257566e7-bd06-4696-9461-8140df2e3600 2026-05-08 06:35:04.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd9e2dd8-5253-4dd1-9287-c8da9311907f 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Tap Mirror: Handle Delete Port: 257566e7-bd06-4696-9461-8140df2e3600 [pid: 8|app: 0|req: 1786/3617] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:04 2026] DELETE /v2.0/ports/257566e7-bd06-4696-9461-8140df2e3600 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:35:04.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-0070c7b3-bd17-45f4-9fe5-2836f3ce4571 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] TaaS: Handle Delete Port: 192e658a-8d69-435e-9478-18798c1c6428 2026-05-08 06:35:04.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0070c7b3-bd17-45f4-9fe5-2836f3ce4571 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Tap Mirror: Handle Delete Port: 192e658a-8d69-435e-9478-18798c1c6428 [pid: 7|app: 0|req: 1832/3618] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:04 2026] DELETE /v2.0/ports/192e658a-8d69-435e-9478-18798c1c6428 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3619] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:04.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a86aeea-4a83-4552-860a-c635938d06f2 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] TaaS: Handle Delete Port: 24f79ced-d46f-4fee-8c1a-a67b39986f18 2026-05-08 06:35:04.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a86aeea-4a83-4552-860a-c635938d06f2 78a0c1e107a74ea08d5e7120b26bebc4 e4f4b4e453544c4fa3a21865a57d1bab - - default default] Tap Mirror: Handle Delete Port: 24f79ced-d46f-4fee-8c1a-a67b39986f18 [pid: 7|app: 0|req: 1834/3620] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:04.793 7 WARNING keystonemiddleware.audit [req-73128395-6d07-418a-8131-abe4f1e1b3e6 req-be483150-4d20-4c5f-a05e-1c5a83151c77 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1787/3621] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:04 2026] DELETE /v2.0/ports/24f79ced-d46f-4fee-8c1a-a67b39986f18 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:04.884 7 WARNING keystonemiddleware.audit [req-3d032588-f2e8-4fc9-836e-03b77485abd0 req-96bef907-a62d-4bbf-b742-4a18cc80c10f 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1836/3623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:04 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:04.986 8 INFO neutron.services.segments.plugin [-] Segment 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 resource provider aggregate not found 2026-05-08 06:35:04.994 8 INFO neutron.services.segments.plugin [-] Segment 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 resource provider aggregate not found 2026-05-08 06:35:05.002 8 INFO neutron.services.segments.plugin [-] Segment 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 found for delete ", "request_id": "req-aa78247d-ec63-4116-b8f1-a3762b2bc83e"}]} 2026-05-08 06:35:05.012 8 INFO neutron.services.segments.plugin [-] Segment 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca3c962-cf60-49d9-8189-fb7ea17a3c84 found for delete ", "request_id": "req-5eb3491f-bd81-4923-8df7-2ba56d1c5757"}]} [pid: 8|app: 0|req: 1788/3624] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:04 2026] DELETE /v2.0/networks/4422a2bf-fe7d-43c2-92c8-3f50ff3baa74 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:35:05.153 7 INFO neutron.services.segments.plugin [-] Segment 7f8f9d2f-8306-45b5-9532-3711e3685be4 resource provider aggregate not found 2026-05-08 06:35:05.166 7 INFO neutron.services.segments.plugin [-] Segment 7f8f9d2f-8306-45b5-9532-3711e3685be4 resource provider aggregate not found 2026-05-08 06:35:05.189 7 INFO neutron.services.segments.plugin [-] Segment 7f8f9d2f-8306-45b5-9532-3711e3685be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8f9d2f-8306-45b5-9532-3711e3685be4 found for delete ", "request_id": "req-68a11756-b24b-4d6b-bbb6-d7afef93df87"}]} 2026-05-08 06:35:05.191 7 INFO neutron.services.segments.plugin [-] Segment 7f8f9d2f-8306-45b5-9532-3711e3685be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8f9d2f-8306-45b5-9532-3711e3685be4 found for delete ", "request_id": "req-64a15afd-f8bc-47ee-bccd-75f1cb2bcc48"}]} [pid: 7|app: 0|req: 1837/3625] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:05 2026] DELETE /v2.0/networks/7cffd606-beaa-4408-9ee0-d0c44a19660a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1789/3626] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:05 2026] DELETE /v2.0/networks/4a4dbb89-9233-48d5-aa87-dfefaca29c28 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1838/3627] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:05 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1839/3628] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:05 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3631] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:05 2026] DELETE /v2.0/networks/3c3fd64e-ce72-4110-b9dd-453bdf648d2d => 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: 1842/3632] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:05 2026] DELETE /v2.0/networks/96d1fa81-178b-4224-baaa-86158a68d645 => 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: 1791/3633] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:05 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3634] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:05 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:06.021 8 WARNING keystonemiddleware.audit [req-322039c2-b84b-40a8-8774-d12a478db98f req-81043467-adf6-4ed7-a2fb-9d621a6ddd09 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1792/3635] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:06 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:06.126 7 WARNING keystonemiddleware.audit [req-322039c2-b84b-40a8-8774-d12a478db98f req-8eabc94e-74b6-4303-852e-91da6ac7fed8 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1844/3636] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:06 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3637] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:06 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3638] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:06 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:06.689 7 WARNING neutron.db.securitygroups_db [None req-6f5ad886-4b3f-4922-b3d9-61a21bd87930 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1845/3639] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:06 2026] GET /v2.0/security-groups?tenant_id=4fe31f6d83454b3e871175355e0b0fbd&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3640] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:06 2026] DELETE /v2.0/security-groups/620b10ae-21db-4157-8b0a-1420908bec95 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:07.016 7 WARNING neutron.db.securitygroups_db [None req-b25aed9e-281f-4060-8152-a0d6e3bc7a9e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:07.042 8 INFO neutron.services.segments.plugin [-] Segment 32b4b8af-be7c-4cb5-8af2-7e4a98996709 resource provider aggregate not found 2026-05-08 06:35:07.048 8 INFO neutron.services.segments.plugin [-] Segment 32b4b8af-be7c-4cb5-8af2-7e4a98996709 resource provider aggregate not found 2026-05-08 06:35:07.065 8 INFO neutron.services.segments.plugin [-] Segment 32b4b8af-be7c-4cb5-8af2-7e4a98996709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b4b8af-be7c-4cb5-8af2-7e4a98996709 found for delete ", "request_id": "req-06f75edc-fd5e-4eda-ace3-94f86996f3ea"}]} 2026-05-08 06:35:07.073 8 INFO neutron.services.segments.plugin [-] Segment 32b4b8af-be7c-4cb5-8af2-7e4a98996709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b4b8af-be7c-4cb5-8af2-7e4a98996709 found for delete ", "request_id": "req-5eadd2cd-d4d3-4e49-aa65-4435a2ea1b82"}]} [pid: 8|app: 0|req: 1796/3641] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:07.090 8 INFO neutron.services.segments.plugin [-] Segment d481e1f0-146b-43bf-8a41-b2f941d567ee resource provider aggregate not found 2026-05-08 06:35:07.104 8 INFO neutron.services.segments.plugin [-] Segment d481e1f0-146b-43bf-8a41-b2f941d567ee resource provider aggregate not found 2026-05-08 06:35:07.108 8 INFO neutron.services.segments.plugin [-] Segment d481e1f0-146b-43bf-8a41-b2f941d567ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d481e1f0-146b-43bf-8a41-b2f941d567ee found for delete ", "request_id": "req-c9b59444-cd55-4373-9e6b-5139689e6f61"}]} 2026-05-08 06:35:07.128 8 INFO neutron.services.segments.plugin [-] Segment d481e1f0-146b-43bf-8a41-b2f941d567ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d481e1f0-146b-43bf-8a41-b2f941d567ee found for delete ", "request_id": "req-86e5e562-bc71-4a24-969d-cf937371570c"}]} [pid: 8|app: 0|req: 1797/3642] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3643] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/security-groups?tenant_id=ae2afdaddc42417b97cd5def8632394b&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:35:07.210 7 INFO neutron.services.segments.plugin [-] Segment 3def2e65-ab9f-42f7-961f-209c46fd4a70 resource provider aggregate not found 2026-05-08 06:35:07.223 7 INFO neutron.services.segments.plugin [-] Segment 3def2e65-ab9f-42f7-961f-209c46fd4a70 resource provider aggregate not found 2026-05-08 06:35:07.230 7 INFO neutron.services.segments.plugin [-] Segment 3def2e65-ab9f-42f7-961f-209c46fd4a70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3def2e65-ab9f-42f7-961f-209c46fd4a70 found for delete ", "request_id": "req-55fa5104-9e43-4fbd-b11c-f6f768c1969e"}]} 2026-05-08 06:35:07.235 7 INFO neutron.services.segments.plugin [-] Segment 3def2e65-ab9f-42f7-961f-209c46fd4a70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3def2e65-ab9f-42f7-961f-209c46fd4a70 found for delete ", "request_id": "req-a1c103dd-b202-4803-bf3c-f1784cfadbd3"}]} 2026-05-08 06:35:07.253 7 WARNING keystonemiddleware.audit [None req-b25aed9e-281f-4060-8152-a0d6e3bc7a9e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1798/3644] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:07 2026] DELETE /v2.0/security-groups/9f4d5d0e-eb90-4360-851c-38d1f9dc9c40 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1847/3645] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:07.301 8 WARNING keystonemiddleware.audit [None req-d0721baa-cf6b-46da-bd47-e93ff0763cfb 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1799/3646] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:07.416 7 WARNING neutron.db.securitygroups_db [None req-8895211a-d1b8-41b6-8cda-3469814e1efa 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1848/3647] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/security-groups?tenant_id=e4f4b4e453544c4fa3a21865a57d1bab&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: 1800/3648] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:07 2026] DELETE /v2.0/security-groups/0d4f2b48-5319-41df-a409-b6570d844a50 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1849/3649] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3650] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:07 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1850/3651] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3652] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:08.408 7 WARNING keystonemiddleware.audit [req-3623d8a1-cd02-44d9-9a62-a02e5dc9c6ba req-3c4361ca-6a20-482b-9db4-966a5c13cdea 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1851/3653] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:08.457 8 WARNING keystonemiddleware.audit [req-3623d8a1-cd02-44d9-9a62-a02e5dc9c6ba req-296e46bf-d465-4d05-bb2b-4d43642d00f5 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1803/3654] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3655] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3656] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:08 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1853/3657] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:09 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1805/3658] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:09 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:09.570 7 WARNING keystonemiddleware.audit [req-3d844e64-1488-4a8f-b55a-a842575a39e8 req-f3206308-c5f2-42f0-a057-25366f76caa9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1854/3659] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:09 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:09.621 8 WARNING keystonemiddleware.audit [req-3d844e64-1488-4a8f-b55a-a842575a39e8 req-07dc7e42-3313-4b4b-a8d0-59d134d0bfc0 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1806/3660] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:09 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1855/3661] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3662] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1856/3663] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1808/3664] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:10.726 8 WARNING keystonemiddleware.audit [req-a3464cc1-7bc3-4680-b783-b38c357e59ee req-1eab2252-dfb2-4567-9344-dc2bd59675d9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1809/3665] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:10.771 8 WARNING keystonemiddleware.audit [req-412f17aa-6704-420d-b78e-f8065475f21b req-f517cc59-a769-4ceb-9782-88259730ba25 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1810/3666] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:10 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:10.954 7 INFO neutron.db.segments_db [None req-87356c91-3a76-4be8-94dd-150f2cf175d9 2d9b119c3145465b9fc51c7e7b9ed304 725a29d5b2f54019b7c5b2557d90e5bf - - default default] Added segment 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 of type vxlan for network 48c63b13-e2df-41e4-9d5f-d73155a7ef4d [pid: 7|app: 0|req: 1857/3667] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:10 2026] POST /v2.0/networks => generated 631 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1858/3668] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1859/3669] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1811/3670] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:11 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1860/3671] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:35:11 2026] PUT /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/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: 8|app: 0|req: 1812/3672] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/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: 7|app: 0|req: 1861/3673] 10.0.0.224 () {34 vars in 758 bytes} [Fri May 8 06:35:11 2026] PUT /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1813/3674] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1862/3675] 10.0.0.224 () {34 vars in 754 bytes} [Fri May 8 06:35:11 2026] PUT /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/red => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1814/3676] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1863/3677] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 34 bytes in 42 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: 1815/3678] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:11.866 8 WARNING keystonemiddleware.audit [req-6bc0be1a-0a2f-4ec4-bf30-3cef919ddd62 req-cb4fa568-33ee-4b09-8569-f7037fdf3335 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1864/3679] 10.0.0.224 () {34 vars in 776 bytes} [Fri May 8 06:35:11 2026] PUT /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1816/3680] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1865/3681] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 52 bytes in 44 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-08 06:35:11.946 8 WARNING keystonemiddleware.audit [req-8bc906bf-0002-47b1-852a-cdd9f5feca40 req-3fe625cf-bd79-4b4e-a64a-30fd59ea663e 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1817/3682] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:11 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1866/3683] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:35:11 2026] PUT /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1818/3684] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1867/3685] 10.0.0.224 () {32 vars in 735 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/red => 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, ' 2026-05-08 06:35:12.176 8 INFO neutron.api.v2.resource [None req-b210529f-eb3c-454b-a09a-fe53e0479162 2d9b119c3145465b9fc51c7e7b9ed304 725a29d5b2f54019b7c5b2557d90e5bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1819/3686] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/green => generated 99 bytes in 59 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: 1868/3687] 10.0.0.224 () {32 vars in 738 bytes} [Fri May 8 06:35:12 2026] DELETE /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/red => generated 0 bytes in 74 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: 1820/3688] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 30 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, ' 2026-05-08 06:35:12.374 7 INFO neutron.api.v2.resource [None req-ba7f954f-868d-4b50-ac4d-9b6319779dd9 2d9b119c3145465b9fc51c7e7b9ed304 725a29d5b2f54019b7c5b2557d90e5bf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1869/3689] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:35:12 2026] DELETE /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1870/3690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3691] 10.0.0.224 () {32 vars in 730 bytes} [Fri May 8 06:35:12 2026] DELETE /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => 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: 1871/3692] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 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: 1822/3693] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:12.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad65eaeb-90f0-4082-968b-522ed094ac8c 2d9b119c3145465b9fc51c7e7b9ed304 725a29d5b2f54019b7c5b2557d90e5bf - - default default] TaaS: Handle Delete Port: ea3ddbca-358f-43a3-8831-c22048653463 2026-05-08 06:35:12.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad65eaeb-90f0-4082-968b-522ed094ac8c 2d9b119c3145465b9fc51c7e7b9ed304 725a29d5b2f54019b7c5b2557d90e5bf - - default default] Tap Mirror: Handle Delete Port: ea3ddbca-358f-43a3-8831-c22048653463 [pid: 7|app: 0|req: 1872/3694] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:12 2026] DELETE /v2.0/ports/ea3ddbca-358f-43a3-8831-c22048653463 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:35:12.816 8 INFO neutron.services.segments.plugin [-] Segment 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 resource provider aggregate not found 2026-05-08 06:35:12.821 8 INFO neutron.services.segments.plugin [-] Segment 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 resource provider aggregate not found 2026-05-08 06:35:12.837 8 INFO neutron.services.segments.plugin [-] Segment 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 found for delete ", "request_id": "req-6796f670-cc78-44e4-8a5e-4aec0c5e2d8c"}]} 2026-05-08 06:35:12.843 8 INFO neutron.services.segments.plugin [-] Segment 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba86d24-29b6-42eb-9f1b-abc56e72eed8 found for delete ", "request_id": "req-668b8209-4321-4e02-8755-0affe1fde92f"}]} [pid: 8|app: 0|req: 1823/3695] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:12 2026] DELETE /v2.0/networks/48c63b13-e2df-41e4-9d5f-d73155a7ef4d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1873/3696] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3697] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:12 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:13.054 7 WARNING keystonemiddleware.audit [req-ead24883-0b47-45ec-a178-fa530dc188e6 req-81c7912b-0f10-43a7-863c-5390af86fef8 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1874/3698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:13.137 8 WARNING keystonemiddleware.audit [req-ead24883-0b47-45ec-a178-fa530dc188e6 req-d0852a52-e0b4-4622-b1d4-1b717285cd37 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1825/3699] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:13.542 7 WARNING neutron.db.securitygroups_db [None req-daeb1881-ec71-4f55-9bd7-e56728c83fa6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1826/3700] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3701] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1875/3702] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/security-groups?tenant_id=9fd32c5fff2d40f1b642dcb16c7ea3b2&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3703] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:13 2026] DELETE /v2.0/security-groups/ce52ba24-084b-42fb-bcb8-91c8759993bc => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:13.868 7 WARNING neutron.db.securitygroups_db [None req-4a2190a2-3f93-48d9-9a11-6df34057ae08 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1876/3704] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:13 2026] GET /v2.0/security-groups?tenant_id=725a29d5b2f54019b7c5b2557d90e5bf&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3705] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:13 2026] DELETE /v2.0/security-groups/f3a9a22c-b228-4436-8c74-fc8eab5a0f0b => 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: 1877/3706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:14.242 7 WARNING keystonemiddleware.audit [req-f597de76-d418-47bc-9283-b13d0dcfd935 req-12bc403c-fafb-43fe-b8a4-ff93566885a1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1878/3708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:14.287 8 WARNING keystonemiddleware.audit [req-f597de76-d418-47bc-9283-b13d0dcfd935 req-7dab4e46-0525-4fbb-bbd8-0406631fa030 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1831/3709] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1879/3710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1832/3711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:14 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1880/3712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1833/3713] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:15.393 7 WARNING keystonemiddleware.audit [req-c0d2c388-8655-444f-b68a-9b3a8ec08230 req-ed6338d5-4fe5-4d70-8880-be6b124fe92f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1881/3714] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:15.439 8 WARNING keystonemiddleware.audit [req-c0d2c388-8655-444f-b68a-9b3a8ec08230 req-c52ad722-0c72-41fa-ba8a-5f9ec106c21a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1834/3715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1882/3716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3717] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:15 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1883/3718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:16 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1836/3719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:16 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:16.552 7 WARNING keystonemiddleware.audit [req-667bf744-9569-4d2b-8be8-4f6bcc6ec001 req-13d2d6a8-a517-4322-8da6-dced1db0549b 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1884/3720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:16 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:16.597 8 WARNING keystonemiddleware.audit [req-667bf744-9569-4d2b-8be8-4f6bcc6ec001 req-54f251c4-5936-4a29-ac87-931cf79d060c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1837/3721] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:16 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1885/3722] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1886/3723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1838/3724] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:35:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:17.326 7 WARNING tagging [None req-da548b8e-a18f-44a4-8027-466e1168e617 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1887/3725] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:35:17 2026] PUT /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.371 8 WARNING tagging [None req-ee4e42a3-99d4-4d5e-b6d5-176174a9b686 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1839/3726] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.408 7 WARNING tagging [None req-91524e38-096c-444a-a17b-4f5245b5bb14 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1888/3727] 10.0.0.224 () {34 vars in 764 bytes} [Fri May 8 06:35:17 2026] PUT /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:35:17.463 8 WARNING tagging [None req-d43394dc-3dd9-4d25-8a59-640412b590a5 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1840/3728] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.500 7 WARNING tagging [None req-2d37bc11-5f53-4df1-b280-6f144b9c143d 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1889/3729] 10.0.0.224 () {34 vars in 760 bytes} [Fri May 8 06:35:17 2026] PUT /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:35:17.552 8 WARNING tagging [None req-795f8c7d-fe6f-4bf8-ac6b-09fd3e79aea9 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1841/3730] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.590 7 WARNING tagging [None req-7c98a202-033f-45e3-ac63-0d394d9b59f0 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1890/3731] 10.0.0.224 () {34 vars in 782 bytes} [Fri May 8 06:35:17 2026] PUT /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1842/3732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:17.648 7 WARNING tagging [None req-63cc0c94-8dc2-4f14-815b-30cd6994930f 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1891/3733] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.685 7 WARNING tagging [None req-def35bbc-b79c-467c-9ef9-5957103b1731 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1843/3734] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:17.698 8 WARNING keystonemiddleware.audit [req-617e91da-4dc4-4550-ac1c-e6623b714ed7 req-84768a1f-d6c2-459e-a78e-9ad1b5fe0c8a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1892/3735] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:35:17 2026] PUT /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.747 7 WARNING tagging [None req-d17fc062-4eef-42b1-8f34-230ad3d4b992 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1893/3736] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3737] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:17.792 8 WARNING keystonemiddleware.audit [req-65e0248f-c997-4655-bf09-f575a80fa6c6 req-46b577f7-b365-4738-ad0b-c2feb034d664 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:35:17.795 7 WARNING tagging [None req-2d24689f-b92f-43a1-8f5f-83387b47db22 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1894/3738] 10.0.0.224 () {32 vars in 741 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3739] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:17.839 7 WARNING tagging [None req-9f979a0e-90f9-401e-936c-8136d45a96e7 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:17.853 7 INFO neutron.api.v2.resource [None req-9f979a0e-90f9-401e-936c-8136d45a96e7 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1895/3740] 10.0.0.224 () {32 vars in 745 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:35:17.887 8 WARNING tagging [None req-4bd0404a-eca3-4d67-b4a0-52b4c822087f 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1846/3741] 10.0.0.224 () {32 vars in 744 bytes} [Fri May 8 06:35:17 2026] DELETE /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:17.942 7 WARNING tagging [None req-da69e06b-8118-4115-a32c-2e4cbc94b501 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1896/3742] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:17 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:17.990 8 WARNING tagging [None req-c1780072-c336-4fe2-b351-fc81e78e5d0e 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:18.003 8 INFO neutron.api.v2.resource [None req-c1780072-c336-4fe2-b351-fc81e78e5d0e 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1847/3743] 10.0.0.224 () {32 vars in 748 bytes} [Fri May 8 06:35:17 2026] DELETE /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:35:18.038 7 WARNING tagging [None req-c277d45b-529b-40c8-9e37-985013a60c7c 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1897/3744] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:35:18 2026] DELETE /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:18.091 8 WARNING tagging [None req-a282fd94-3405-4b9d-b165-cca8d12e77d5 865c3b63fc854a62aceca667a39dd89b 7fbca8d4d16b4425a98557084e72fd39 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1848/3745] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1898/3746] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:35:18 2026] DELETE /v2.0/qos/policies/fd5ed55e-7bb6-4afe-bf16-4415106c52ef => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1849/3747] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1899/3748] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1850/3749] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1851/3750] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:18.892 7 WARNING neutron.db.securitygroups_db [None req-d78d7b4e-a06e-4604-823d-3d476c4667e7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:18.924 8 WARNING keystonemiddleware.audit [req-fee83a6d-932d-4289-a736-a5bc68bc3e0a req-75f1b243-9cbf-48e1-945a-76aaac58531c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1852/3751] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:18.973 8 WARNING keystonemiddleware.audit [req-1d8f67ab-8653-4739-904b-e15ff2e98731 req-e05296d4-c5a3-4966-a3e0-274101ce49fd 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1853/3752] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1900/3753] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:18 2026] GET /v2.0/security-groups?tenant_id=7fbca8d4d16b4425a98557084e72fd39&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: 1854/3754] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:19 2026] DELETE /v2.0/security-groups/2050934b-8331-4931-a071-1e54504e301c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:19.224 7 WARNING neutron.db.securitygroups_db [None req-4df75e40-7249-422b-be41-53405e1de0b3 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1901/3755] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:19 2026] GET /v2.0/security-groups?tenant_id=41dfd0171c2e411c95debf2b88c30177&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1902/3756] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:19 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1903/3757] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:19 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1855/3758] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:19 2026] DELETE /v2.0/security-groups/ef63aab2-9691-4406-8262-bf6ce635c5ba => 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: 1904/3759] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:19 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3760] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:19 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:20.087 7 WARNING keystonemiddleware.audit [req-a7739a0d-735f-4d6b-b996-cc002b712c2d req-e5c6485e-1b6e-4fd4-b500-5587e930719a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1905/3761] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:20 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:20.178 8 WARNING keystonemiddleware.audit [req-a7739a0d-735f-4d6b-b996-cc002b712c2d req-88f2c2d8-eea0-43a4-9911-1aaf582ba7ef 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1857/3762] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:20 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1859/3765] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:20 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1907/3766] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:20 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1860/3767] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1908/3768] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:21.304 8 WARNING keystonemiddleware.audit [req-22f6b871-0ff5-4c77-be0a-0e01e7cd0074 req-2266b749-f442-4418-af6a-4318b927f2be 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1861/3769] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:21.359 7 WARNING keystonemiddleware.audit [req-22f6b871-0ff5-4c77-be0a-0e01e7cd0074 req-c0df0df9-7312-4594-a8d7-dfd7cb7e60fe 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1909/3770] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1862/3771] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1910/3772] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:21 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1863/3773] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1911/3774] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:22.475 8 WARNING keystonemiddleware.audit [req-1c399e6e-4a58-4cfb-9435-0b96e860845f req-22411e0d-7ea2-472a-932f-e0acf20459d4 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1864/3775] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:22.533 7 WARNING keystonemiddleware.audit [req-1c399e6e-4a58-4cfb-9435-0b96e860845f req-d46741a2-2b91-4e3c-9c59-62c19862027f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1912/3776] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:22.892 8 INFO neutron.db.segments_db [None req-d25a8036-0be2-4898-a7ab-f63e143b593a 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] Added segment f9733bf1-336c-4f4f-926e-1ed32786f3c7 of type vxlan for network 98c273fc-4be2-4050-94fc-9377a70e06a2 [pid: 7|app: 0|req: 1913/3777] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1865/3778] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:35:22 2026] POST /v2.0/networks => generated 631 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1914/3779] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:22 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3780] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:35:22 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1915/3781] 10.0.0.224 () {34 vars in 666 bytes} [Fri May 8 06:35:23 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:35:23.424 7 WARNING tagging [None req-fa8c9fea-dce0-4f6f-a8cb-596459fdb195 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1916/3782] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:23 2026] PUT /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/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: 1867/3783] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:23.462 7 WARNING tagging [None req-5c7c26cd-adea-4b9c-90ee-aa126a2c5345 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1917/3784] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1868/3785] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:23.484 7 WARNING tagging [None req-7732735f-852c-4ab1-9c76-4fb59285a02f 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1918/3786] 10.0.0.224 () {34 vars in 760 bytes} [Fri May 8 06:35:23 2026] PUT /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:35:23.524 8 WARNING tagging [None req-ea71dc44-0343-4623-8558-4bf85cc065d1 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1869/3787] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:23.552 7 WARNING tagging [None req-13f3b9ce-06ad-41fc-87ce-2e3431b81cf7 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1919/3788] 10.0.0.224 () {34 vars in 756 bytes} [Fri May 8 06:35:23 2026] PUT /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:35:23.585 8 WARNING tagging [None req-66122857-08d1-4398-b837-ebe0b2ee54a2 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1870/3789] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:23.608 7 WARNING tagging [None req-ddc48300-d6e4-4c1e-b1ff-284c519587a9 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1920/3790] 10.0.0.224 () {34 vars in 778 bytes} [Fri May 8 06:35:23 2026] PUT /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:35:23.632 8 WARNING keystonemiddleware.audit [None req-66122857-08d1-4398-b837-ebe0b2ee54a2 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:35:23.647 7 WARNING tagging [None req-23c230ad-5e6d-4ce8-b9c4-96cdf1e5a8c4 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1921/3791] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:23.671 7 WARNING tagging [None req-868d38ab-f6b0-405b-ba03-07f00685bc46 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1922/3792] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:35:23 2026] PUT /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1871/3793] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:23.703 8 WARNING keystonemiddleware.audit [req-e529244f-3af1-4583-bba1-f78e49eee709 req-3917b7c1-9114-4f19-99fe-4a20930ecb9f 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:35:23.709 7 WARNING tagging [None req-c0c7a41d-beb7-4cda-86ef-4ea37a00bd46 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1923/3794] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1872/3795] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:23.729 7 WARNING tagging [None req-78b37143-a2eb-4d28-b9dc-297aa7ecf932 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1924/3796] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/red => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:23.752 8 WARNING tagging [None req-65a4f28c-752a-4476-a337-1c478e1c3e3d 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:23.757 8 INFO neutron.api.v2.resource [None req-65a4f28c-752a-4476-a337-1c478e1c3e3d 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1873/3797] 10.0.0.224 () {32 vars in 741 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:35:23.775 7 WARNING tagging [None req-2ac3578f-9fce-40d0-8eef-a2e821554cc6 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1925/3798] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:23 2026] DELETE /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:23.813 8 WARNING tagging [None req-04b39ee0-d252-45cc-8d66-728c2db54148 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1874/3799] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:23.837 7 WARNING tagging [None req-d47d80d1-defd-4aba-82ff-3b1338ba7314 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:35:23.848 7 INFO neutron.api.v2.resource [None req-d47d80d1-defd-4aba-82ff-3b1338ba7314 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1926/3800] 10.0.0.224 () {32 vars in 744 bytes} [Fri May 8 06:35:23 2026] DELETE /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:35:23.865 8 WARNING tagging [None req-9765713b-1ad2-41a3-b21e-faf648d18e69 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1875/3801] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:35:23 2026] DELETE /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:23.906 7 WARNING tagging [None req-6515de99-832d-4433-8c24-d63a1cce27a9 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1927/3802] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27/tags => 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: 1876/3803] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1928/3804] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:35:23 2026] GET /v2.0/ports/924f9e90-f096-4fa8-a13c-be6eafcc43a0 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1877/3805] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:35:24 2026] DELETE /v2.0/trunks/b8b3735d-5e59-4c0c-994b-a43710585b27 => 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: 1929/3806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1930/3807] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:24.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-7342a1d4-4f2e-4435-8a6d-ebeb410bf31d 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] TaaS: Handle Delete Port: 924f9e90-f096-4fa8-a13c-be6eafcc43a0 2026-05-08 06:35:24.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7342a1d4-4f2e-4435-8a6d-ebeb410bf31d 8ce3b0147d874771955b26dac9f512a7 e40275983a424ab4b6dfa4e51d118179 - - default default] Tap Mirror: Handle Delete Port: 924f9e90-f096-4fa8-a13c-be6eafcc43a0 [pid: 8|app: 0|req: 1878/3808] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:35:24 2026] DELETE /v2.0/ports/924f9e90-f096-4fa8-a13c-be6eafcc43a0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:35:24.379 7 INFO neutron.services.segments.plugin [-] Segment f9733bf1-336c-4f4f-926e-1ed32786f3c7 resource provider aggregate not found 2026-05-08 06:35:24.379 7 INFO neutron.services.segments.plugin [-] Segment f9733bf1-336c-4f4f-926e-1ed32786f3c7 resource provider aggregate not found 2026-05-08 06:35:24.402 7 INFO neutron.services.segments.plugin [-] Segment f9733bf1-336c-4f4f-926e-1ed32786f3c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9733bf1-336c-4f4f-926e-1ed32786f3c7 found for delete ", "request_id": "req-8f44e1e8-a766-44e5-97f4-6c8ef8aecfdd"}]} 2026-05-08 06:35:24.402 7 INFO neutron.services.segments.plugin [-] Segment f9733bf1-336c-4f4f-926e-1ed32786f3c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9733bf1-336c-4f4f-926e-1ed32786f3c7 found for delete ", "request_id": "req-5aaee1fd-e3ef-4609-a8f9-058ade50b90c"}]} [pid: 7|app: 0|req: 1931/3809] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:35:24 2026] DELETE /v2.0/networks/98c273fc-4be2-4050-94fc-9377a70e06a2 => 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: 1879/3810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1932/3811] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:24.808 8 WARNING keystonemiddleware.audit [req-a4ed9b9b-a053-47fe-91f3-fec3be9dd83a req-faa4255b-fb62-406b-93fe-2d837963e832 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1880/3812] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:24.859 7 WARNING keystonemiddleware.audit [req-a4ed9b9b-a053-47fe-91f3-fec3be9dd83a req-84ce554b-d556-4121-acfa-efb6cde7ba64 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1933/3813] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:24 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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-08 06:35:25.111 8 WARNING neutron.db.securitygroups_db [None req-7c3ceb4d-a8be-429f-b56d-a6d830ad6580 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1881/3814] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/security-groups?tenant_id=e40275983a424ab4b6dfa4e51d118179&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1934/3815] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:25 2026] DELETE /v2.0/security-groups/601e709d-a449-455b-ab96-62dd1c4a11e3 => 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: 1882/3816] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1935/3817] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:25.315 8 WARNING neutron.db.securitygroups_db [None req-6009f897-c26d-43cd-876e-52e222726a9c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1883/3818] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/security-groups?tenant_id=c4a38ca611434c57a51baacfa4194224&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1936/3819] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:25 2026] DELETE /v2.0/security-groups/656efd5f-b99d-4c3c-91e1-64b24761833d => 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: 1884/3820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1937/3821] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:25.961 8 WARNING keystonemiddleware.audit [req-b4ac0a85-3df7-4ac2-9968-068bb9a88955 req-12fc6d21-2d18-4e94-a233-20837f2afdaf 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1885/3822] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:25 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:26.015 7 WARNING keystonemiddleware.audit [req-b4ac0a85-3df7-4ac2-9968-068bb9a88955 req-244c9d86-6c7f-4627-b1f5-e5735d07b673 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1938/3823] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:26 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1886/3824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:26 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1939/3825] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:26 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1887/3826] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:26 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1940/3827] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:26 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:27.122 8 WARNING keystonemiddleware.audit [req-afc63e77-c768-44c0-af42-6f18d87c084e req-99dd57bd-3c8c-4478-80d8-fe9ec15ca95d 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1888/3828] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:27 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:27.174 7 WARNING keystonemiddleware.audit [req-afc63e77-c768-44c0-af42-6f18d87c084e req-565e4cf9-9225-4b45-94d1-bfde0e331de8 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1941/3829] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:27 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1889/3830] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:27 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1942/3831] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:27 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1890/3832] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:27 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1943/3833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:28 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:28.267 8 WARNING keystonemiddleware.audit [req-cd0da93a-e70d-49ad-8ee0-abce31203636 req-b97316d4-381a-4783-8460-3b9741033f6b 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1891/3834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:28 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:28.324 7 WARNING keystonemiddleware.audit [req-cd0da93a-e70d-49ad-8ee0-abce31203636 req-39c12676-1df0-4eb2-a52a-931a18ead572 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1944/3835] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:28 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1892/3836] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:28 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1945/3837] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:28 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:35:29.171 8 WARNING neutron.db.securitygroups_db [None req-b2bfc220-3fe7-4ba1-b458-efb555df1a25 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1946/3838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1947/3839] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1893/3840] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/security-groups?tenant_id=e27c39e0cd214411a15e9794bd112860&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1948/3841] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:29 2026] DELETE /v2.0/security-groups/99068036-d690-46a0-9cb5-19fc432332c3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:35:29.427 8 WARNING keystonemiddleware.audit [None req-b2bfc220-3fe7-4ba1-b458-efb555df1a25 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1894/3842] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:29.507 7 WARNING keystonemiddleware.audit [None req-89fb8f45-5dec-49ad-8479-5522374b7f8c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. 2026-05-08 06:35:29.509 8 WARNING neutron.db.securitygroups_db [None req-752117ab-88c1-4672-82ad-44f08793c2bf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1949/3843] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1895/3844] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/security-groups?tenant_id=d891da3f20d94c07b13bbab832e2a4f4&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1950/3845] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:35:29 2026] DELETE /v2.0/security-groups/e835d680-d123-4367-8f9d-11ff16007720 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1896/3846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1951/3847] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:29 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1897/3848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:30 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1952/3849] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:30 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:30.616 8 WARNING keystonemiddleware.audit [req-5b494f65-8f6c-4253-9e42-241bf8bfd51f req-27b76a6b-19d4-4cfd-afca-045b7d56a8d9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1898/3850] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:30 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:30.666 7 WARNING keystonemiddleware.audit [req-5b494f65-8f6c-4253-9e42-241bf8bfd51f req-1c116083-c462-4c68-a9e2-30daca25242c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1953/3851] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:30 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1899/3852] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1954/3853] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1900/3854] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1955/3855] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:31.770 8 WARNING keystonemiddleware.audit [req-ee50cb7e-73a8-4bef-8341-a96228b97363 req-f1bdfeee-436e-471c-a93d-4d8e166d7409 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1901/3856] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:31.819 7 WARNING keystonemiddleware.audit [req-ee50cb7e-73a8-4bef-8341-a96228b97363 req-45379cb3-e752-494b-9d1f-860e81f5e3f0 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1956/3857] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:31 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1902/3858] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1957/3859] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1903/3860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1958/3861] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:32.915 8 WARNING keystonemiddleware.audit [req-fbe4c030-39b8-4881-b5b4-f0ab430b2c33 req-525c97a9-a7ac-421e-9222-6000cca39608 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1904/3862] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:32.959 7 WARNING keystonemiddleware.audit [req-fbe4c030-39b8-4881-b5b4-f0ab430b2c33 req-ca2c8f6a-cc48-427f-bf12-93d06d5c9aef 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1959/3863] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:32 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1905/3864] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:33 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1960/3865] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:33 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1906/3866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:33 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1961/3867] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:33 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:34.059 8 WARNING keystonemiddleware.audit [req-671a9648-0caf-4e90-a530-2b722281dad9 req-9a8dfad0-29ec-4bcb-8c40-3c47e9320f64 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1907/3868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:34 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:34.103 7 WARNING keystonemiddleware.audit [req-671a9648-0caf-4e90-a530-2b722281dad9 req-28f7af8b-5e93-478f-ad03-c9ba9e5c9553 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1962/3869] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:34 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1908/3870] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:34 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1963/3871] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:34 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1909/3872] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:34 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1964/3873] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:35 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:35.214 8 WARNING keystonemiddleware.audit [req-7fbb28bb-5588-4787-992b-aeb64e4a1d07 req-5d48e442-5230-4499-84e1-0f3efa16e9c1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1910/3874] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:35 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:35.297 7 WARNING keystonemiddleware.audit [req-7fbb28bb-5588-4787-992b-aeb64e4a1d07 req-c0445826-f9a7-4a51-9226-2eb3d8085c25 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1965/3875] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:35 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1912/3878] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:35 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1967/3879] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:35 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1913/3880] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1968/3881] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:36.408 8 WARNING keystonemiddleware.audit [req-f5f178a8-4c64-4594-9664-74c5649a2d24 req-df13d981-d8a2-4bdf-9ca2-345901421ca1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1914/3882] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:36.455 7 WARNING keystonemiddleware.audit [req-f5f178a8-4c64-4594-9664-74c5649a2d24 req-8427c7f1-aebe-43f4-b760-386fe4ff8509 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1969/3883] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1915/3884] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1970/3885] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:36 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1916/3886] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1971/3887] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:37.564 8 WARNING keystonemiddleware.audit [req-849af872-003b-45c3-9498-2358385df7fd req-9d8126eb-3b9b-4615-ba13-12a24e901c1f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1917/3888] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:37.613 7 WARNING keystonemiddleware.audit [req-849af872-003b-45c3-9498-2358385df7fd req-f09b8c25-5c95-47a9-b2a2-58b0a849ff09 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1972/3889] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1918/3890] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1973/3891] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:37 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 1919/3892] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:38 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1974/3893] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:38 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:38.721 8 WARNING keystonemiddleware.audit [req-b49362d9-afd0-42cc-af20-7d03512bdef3 req-25d772f5-9f45-4233-9999-1eced3549154 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1920/3894] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:38 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:38.762 7 WARNING keystonemiddleware.audit [req-b49362d9-afd0-42cc-af20-7d03512bdef3 req-c0c1ad91-a19f-4184-910b-dd97a8baeff1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1975/3895] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:38 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1921/3896] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1976/3897] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1922/3898] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1977/3899] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:39.867 8 WARNING keystonemiddleware.audit [req-3b2797ba-e267-4333-b3fc-cdf5231e2233 req-e56577d2-a484-43ab-b1f3-eda48e899c97 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1923/3900] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:39.918 7 WARNING keystonemiddleware.audit [req-3b2797ba-e267-4333-b3fc-cdf5231e2233 req-1530b8b5-207d-4f5d-9325-f7be3d323f47 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1978/3901] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1924/3902] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1979/3903] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1925/3904] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:40 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1980/3905] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:40 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:41.032 8 WARNING keystonemiddleware.audit [req-271ff143-0a11-41c3-94e6-3418ac494b3f req-40840876-8fad-495b-9fd3-afa6fd6a3db1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1926/3906] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:41.137 7 WARNING keystonemiddleware.audit [req-271ff143-0a11-41c3-94e6-3418ac494b3f req-b5dce78e-0bfd-4b96-91d9-699986bb3f60 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1981/3907] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:41 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1927/3908] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1982/3909] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:41 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1928/3910] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1983/3911] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:42 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:42.248 8 WARNING keystonemiddleware.audit [req-7b6733c4-a6ba-4a7d-bcb4-fb841ff6fb19 req-e5e672da-2c28-4ff8-907e-53492bda9e32 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1929/3912] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:42 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:42.296 7 WARNING keystonemiddleware.audit [req-7b6733c4-a6ba-4a7d-bcb4-fb841ff6fb19 req-f2ca2fe3-cadb-449b-ae13-b366251d3650 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1984/3913] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:42 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1930/3914] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:42 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1985/3915] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:42 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1931/3916] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1986/3917] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:43.416 8 WARNING keystonemiddleware.audit [req-843605d0-8499-44c3-83e5-e454309d384c req-322bec30-86ab-4c21-84a7-88f8d82e1889 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1932/3918] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:43.455 7 WARNING keystonemiddleware.audit [req-843605d0-8499-44c3-83e5-e454309d384c req-e452b9db-22e2-4964-8eec-ac23cf1a478a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1987/3919] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1933/3920] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1988/3921] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:43 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1934/3922] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1989/3923] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:44.562 8 WARNING keystonemiddleware.audit [req-92f5f2e2-9497-4d67-8d19-9d8066e92716 req-f0edb834-bbaa-47dd-b131-d60f1e48ee0f 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1935/3924] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:44.611 7 WARNING keystonemiddleware.audit [req-92f5f2e2-9497-4d67-8d19-9d8066e92716 req-828cf175-53bb-4d62-86bc-6bca5dee8bee 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1990/3925] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1936/3926] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1991/3927] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:44 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1937/3928] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 1992/3929] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:45 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:45.725 8 WARNING keystonemiddleware.audit [req-0722cd5a-b476-4d55-9880-c4f686e7d230 req-d20a82e8-ccda-41b9-8d54-3e4895130661 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1938/3930] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:45.769 7 WARNING keystonemiddleware.audit [req-0722cd5a-b476-4d55-9880-c4f686e7d230 req-2cd74d0e-8f52-4595-acb6-d2006a4a3121 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1993/3931] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1939/3932] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 1994/3933] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1940/3934] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1995/3935] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:46.878 8 WARNING keystonemiddleware.audit [req-e1445736-ccf7-491c-9592-1c454e29dcbc req-56e037d7-e00e-4050-9c32-1d0cf5d32d3d 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1941/3936] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:46.966 7 WARNING keystonemiddleware.audit [req-e1445736-ccf7-491c-9592-1c454e29dcbc req-e1f78917-5ec7-45a1-88f9-622017618fff 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1996/3937] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:46 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1942/3938] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:47 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1997/3939] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1943/3940] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:47 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1998/3941] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:47 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:48.081 8 WARNING keystonemiddleware.audit [req-7647d509-5dfa-4e20-aa01-972403427b58 req-50207ca2-824b-48ae-8c07-c2f4b9fde6d5 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1944/3942] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:48.131 7 WARNING keystonemiddleware.audit [req-7647d509-5dfa-4e20-aa01-972403427b58 req-337ce2d8-4907-4a7a-9036-1d5ac842922c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 1999/3943] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1945/3944] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2000/3945] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1946/3946] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2001/3947] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:48 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:49.316 8 WARNING keystonemiddleware.audit [req-de52c549-5ef1-47ce-925d-17e4bf74f5d3 req-33dbaec1-486c-422d-a33d-401cd9bc7dfd 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1947/3948] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:49 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:49.368 7 WARNING keystonemiddleware.audit [req-de52c549-5ef1-47ce-925d-17e4bf74f5d3 req-dac72342-4add-4ef0-8036-68490405ecb9 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2002/3949] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:49 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1948/3950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:49 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2003/3951] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1949/3952] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2004/3953] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:50.471 8 WARNING keystonemiddleware.audit [req-7c1a9d69-ee63-47a8-91d0-ed42dd5b7646 req-2709b232-6342-4199-b51a-646eb3af8d33 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1951/3956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:50.515 7 WARNING keystonemiddleware.audit [req-7c1a9d69-ee63-47a8-91d0-ed42dd5b7646 req-38ea3974-a007-4a1d-acf8-cf890a322a56 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2006/3957] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1952/3958] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2007/3959] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1953/3960] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2008/3961] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:51.619 8 WARNING keystonemiddleware.audit [req-d00750c9-320f-4df3-800b-b7a2e1e5a2b0 req-d2ec0527-ab39-4e0a-870f-8852f0b93df4 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1954/3962] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:51.668 7 WARNING keystonemiddleware.audit [req-d00750c9-320f-4df3-800b-b7a2e1e5a2b0 req-2c816874-1fed-47b9-8fe1-b27833dedd98 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2009/3963] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1955/3964] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2010/3965] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:51 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1956/3966] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2011/3967] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:52 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:52.779 8 WARNING keystonemiddleware.audit [req-f0a5b0f1-a400-4892-bea0-404bd3fb5b7d req-32938452-a5ec-4313-830c-c086f0011520 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1957/3968] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:52.876 7 WARNING keystonemiddleware.audit [req-f0a5b0f1-a400-4892-bea0-404bd3fb5b7d req-569853ae-9bf0-4506-ae51-3506d4dec9c1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2012/3969] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:52 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1958/3970] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2013/3971] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1959/3972] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:53 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2014/3973] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:53 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:53.981 8 WARNING keystonemiddleware.audit [req-1fddd93a-a68e-420a-bcb2-6302ee510184 req-a7e03190-d8e9-4855-8d4c-a11a77b1dfa7 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1960/3974] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:53 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:54.024 7 WARNING keystonemiddleware.audit [req-1fddd93a-a68e-420a-bcb2-6302ee510184 req-402076d7-2123-4dd0-b995-80717fe7cf99 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2015/3975] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:54 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1961/3976] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:54 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2016/3977] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:54 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1962/3978] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:54 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2017/3979] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:54 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:55.128 8 WARNING keystonemiddleware.audit [req-efa37083-2d42-46b1-bf80-fa29fb72fa8a req-d5124ea0-6fc6-4e36-879b-54ad159ed8b0 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1963/3980] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:55.175 7 WARNING keystonemiddleware.audit [req-efa37083-2d42-46b1-bf80-fa29fb72fa8a req-fc88bc85-ca0a-49cc-9081-020dac215e1a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2018/3981] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1964/3982] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2019/3983] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1965/3984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2020/3985] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:55 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:56.272 8 WARNING keystonemiddleware.audit [req-662c1de6-c340-4fdd-84a8-ace811573242 req-73c68feb-e1ba-4e95-908b-68229fbe7dce 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1966/3986] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:56.319 7 WARNING keystonemiddleware.audit [req-662c1de6-c340-4fdd-84a8-ace811573242 req-88f88558-dc72-46b4-a734-33163f10666c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2021/3987] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:56 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1967/3988] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:56 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2022/3989] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:56 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1968/3990] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2023/3991] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:57.432 8 WARNING keystonemiddleware.audit [req-13a55ecd-1801-452f-8d1f-8acc718bc52b req-08dbe2b8-3819-4c99-b22a-9f0d74173bea 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1969/3992] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:57.486 7 WARNING keystonemiddleware.audit [req-13a55ecd-1801-452f-8d1f-8acc718bc52b req-6ad3f248-e4b9-4bf5-afc5-b07ed9169d89 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2024/3993] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1970/3994] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2025/3995] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1971/3996] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2026/3997] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:58.581 8 WARNING keystonemiddleware.audit [req-d6d4c883-7e26-4240-b0f6-c014c6c87ecb req-64171e25-4328-465b-bb97-e7b2aec61875 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1972/3998] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:58.657 7 WARNING keystonemiddleware.audit [req-d6d4c883-7e26-4240-b0f6-c014c6c87ecb req-31c8da97-0a52-43b0-92d4-da480b6598fd 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2027/3999] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1973/4000] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2028/4001] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:58 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1974/4002] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2029/4003] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:35:59.761 8 WARNING keystonemiddleware.audit [req-d852b9d5-c9c9-48de-b0f3-ed57a33a2871 req-0b1d8a4d-5d51-4f67-8503-9ab3c9c6beba 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1975/4004] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:35:59.804 7 WARNING keystonemiddleware.audit [req-d852b9d5-c9c9-48de-b0f3-ed57a33a2871 req-1baeaa4f-eba6-4ed7-979b-6d6e52199212 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2030/4005] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1976/4006] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2031/4007] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:35:59 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1977/4008] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:00 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2032/4009] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:00 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:00.911 8 WARNING keystonemiddleware.audit [req-f7d7fe47-958a-4f0d-be5a-e699ae5d3cda req-8034bdf9-324f-4e49-a0e5-5966b8d21c4a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1978/4010] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:00 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:00.960 7 WARNING keystonemiddleware.audit [req-f7d7fe47-958a-4f0d-be5a-e699ae5d3cda req-8934f7c1-805b-41df-aecf-3f82f4392c5a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2033/4011] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:00 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1979/4012] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:01 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2034/4013] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:01 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1980/4014] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:01 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2035/4015] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:01 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:02.066 8 WARNING keystonemiddleware.audit [req-ffe4dfa0-9cdf-49b4-98f6-ef022f230ce9 req-965f61c4-2e16-4659-b31b-9ee9e2bd0612 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1981/4016] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:02.112 7 WARNING keystonemiddleware.audit [req-ffe4dfa0-9cdf-49b4-98f6-ef022f230ce9 req-89819c3e-4167-4a62-8f3c-44ca55782f54 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2036/4017] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1982/4018] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2037/4019] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1983/4020] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2038/4021] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:02 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:03.214 8 WARNING keystonemiddleware.audit [req-9aa6c14e-0d86-4588-8cee-e90abfd23dd2 req-b18f6d0b-0baf-4ee7-9f10-a0a14f611abb 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1984/4022] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:03 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:03.255 7 WARNING keystonemiddleware.audit [req-9aa6c14e-0d86-4588-8cee-e90abfd23dd2 req-e652c520-45b7-48bd-a9fd-fcc747607f58 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2039/4023] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:03 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1985/4024] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:03 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2040/4025] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:03 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 1986/4026] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:03 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2041/4027] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:04 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:04.355 8 WARNING keystonemiddleware.audit [req-e9682069-2f7c-433e-a8f2-ad182307a4ac req-69864496-c3ba-4d4f-9c9f-287de2e1e0fb 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1987/4028] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:04 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:04.444 7 WARNING keystonemiddleware.audit [req-e9682069-2f7c-433e-a8f2-ad182307a4ac req-a6978df5-85f2-4abb-afa3-32b696bcfa33 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2042/4029] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:04 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 1988/4030] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:04 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2043/4031] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:04 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1989/4032] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2044/4033] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:05.548 7 WARNING keystonemiddleware.audit [req-a99a67a8-a05d-47e9-a164-0a267bc2f534 req-b396cfba-0aa3-4ce4-8264-9f581946e17a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2046/4036] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:05.643 8 WARNING keystonemiddleware.audit [req-a99a67a8-a05d-47e9-a164-0a267bc2f534 req-0c7f7345-0b05-44cd-9cc6-973110bb3622 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1991/4037] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2047/4038] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1992/4039] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:05 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2048/4040] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1993/4041] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:06.749 7 WARNING keystonemiddleware.audit [req-4d66d36b-69fd-42f9-b804-6531a9f91522 req-401edb1b-ef3d-4455-820a-7cbb157996ad 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2049/4042] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:06.806 8 WARNING keystonemiddleware.audit [req-4d66d36b-69fd-42f9-b804-6531a9f91522 req-0d80d479-9850-4ae0-8cb3-98a1a40ea115 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1994/4043] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2050/4044] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1995/4045] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:06 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2051/4046] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:07 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1996/4047] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:07 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:36:07.904 7 WARNING keystonemiddleware.audit [req-0a39d34d-eab7-487a-9cf2-51e002836128 req-6ee4e74d-cef1-4095-8515-7e615032ffb1 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2052/4048] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:07 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:07.952 8 WARNING keystonemiddleware.audit [req-0a39d34d-eab7-487a-9cf2-51e002836128 req-a18ca6da-6d85-4175-9772-e49a6b98f74a 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 1997/4049] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:07 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2053/4050] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:07 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1998/4051] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:08 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2054/4052] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:08 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1999/4053] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:08 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:09.045 7 WARNING keystonemiddleware.audit [req-e13d4b45-fa95-4a0b-aec0-44f5ff2c2b35 req-6050e6d9-7936-4870-a020-84b258b3887c 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2000/4054] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2001/4055] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2055/4056] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:09.465 8 WARNING keystonemiddleware.audit [req-c5d90e45-acf3-413e-8a8b-4121659f310e req-e0332934-8be6-4dfb-af58-33a350f850ba 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2002/4057] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2056/4058] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2003/4059] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:09 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2057/4060] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2004/4061] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:10.579 7 WARNING keystonemiddleware.audit [req-016000b8-af3a-4133-a3aa-7a17f8b793b1 req-f9f8f644-2a0c-4d3b-96ab-5f431b35ae90 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2058/4062] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:10.627 8 WARNING keystonemiddleware.audit [req-016000b8-af3a-4133-a3aa-7a17f8b793b1 req-2beaacb6-d7d4-4937-8db8-962b5bb8b5ed 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2005/4063] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2059/4064] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2006/4065] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:10 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2060/4066] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:11 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2007/4067] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:11 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:11.734 7 WARNING keystonemiddleware.audit [req-c0b470f3-40fa-4162-a334-0f8e3999ed8c req-057ace6c-9758-4a4a-89bb-acc738922a1f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2061/4068] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:11 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:11.828 8 WARNING keystonemiddleware.audit [req-c0b470f3-40fa-4162-a334-0f8e3999ed8c req-4790eea6-501e-48ac-ae26-cbb4bb25033b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2008/4069] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:11 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2062/4070] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2009/4071] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2063/4072] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2010/4073] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:12.940 7 WARNING keystonemiddleware.audit [req-ad53b23a-86df-446f-8ee0-045b66465d87 req-b9fbf0ec-495e-4988-b4c6-13951b072669 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2064/4074] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:12.983 8 WARNING keystonemiddleware.audit [req-ad53b23a-86df-446f-8ee0-045b66465d87 req-33b851d2-dabf-4ab0-9903-d51aea6895a8 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2011/4075] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:12 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2065/4076] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:13 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2012/4077] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:13 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2066/4078] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:13 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2013/4079] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:13 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:14.090 7 WARNING keystonemiddleware.audit [req-bb8d4be6-7b8d-4556-8d64-3add5aabd6e6 req-922f1474-f817-435c-a0b3-1756e75a9965 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2067/4080] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:14 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:14.134 8 WARNING keystonemiddleware.audit [req-bb8d4be6-7b8d-4556-8d64-3add5aabd6e6 req-738b4c57-4881-4a9a-ba36-bbda52c9758a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2014/4081] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:14 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 7|app: 0|req: 2068/4082] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:14 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2015/4083] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:14 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2069/4084] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:14 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2016/4085] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:15 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:15.237 7 WARNING keystonemiddleware.audit [req-47489a89-f0ef-4d81-9259-9703418e7fe6 req-b425e730-1b01-40a1-aa8a-7b9d37547d88 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2070/4086] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:15 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:15.273 8 WARNING keystonemiddleware.audit [req-47489a89-f0ef-4d81-9259-9703418e7fe6 req-183c372c-ed6e-4247-8e58-04fcd1179fc9 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2017/4087] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:15 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2071/4088] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:15 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2018/4089] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:15 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2072/4090] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2019/4091] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:16.379 7 WARNING keystonemiddleware.audit [req-2a2ff7fa-e003-4392-8cd0-22fab0cda875 req-f227821a-e8a3-4ea5-8b94-9d94dd6fdc6b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2073/4092] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:16.423 8 WARNING keystonemiddleware.audit [req-2a2ff7fa-e003-4392-8cd0-22fab0cda875 req-360cddf1-36e8-41f7-bcfe-f8fcd92601de 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2020/4093] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2074/4094] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2021/4095] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:16 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2075/4096] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2022/4097] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:17.529 7 WARNING keystonemiddleware.audit [req-68e975c4-34eb-46de-a364-650940a17ca7 req-3295fad1-1bb5-47e5-b236-1dfdcd527802 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2076/4098] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:17.610 8 WARNING keystonemiddleware.audit [req-68e975c4-34eb-46de-a364-650940a17ca7 req-f2120ac8-0dba-46eb-9127-1d3f8f494953 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2023/4099] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2077/4100] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2024/4101] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:17 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2078/4102] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:18 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2025/4103] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:18 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:18.722 7 WARNING keystonemiddleware.audit [req-967681e9-d9a5-4831-bef0-6277a1947452 req-49b12da4-3d65-43ca-adc1-aced3ab95910 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2079/4104] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:18 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:18.773 8 WARNING keystonemiddleware.audit [req-967681e9-d9a5-4831-bef0-6277a1947452 req-68f999c9-caee-4290-bb20-39434aa840cf 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2026/4105] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:18 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2080/4106] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2027/4107] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2081/4108] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2028/4109] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:19.876 7 WARNING keystonemiddleware.audit [req-c193a8db-bb48-4878-abdb-1ad55d65e6ee req-bec655f1-fa39-4912-b22e-bbbddd3a2b76 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2082/4110] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:19.925 8 WARNING keystonemiddleware.audit [req-c193a8db-bb48-4878-abdb-1ad55d65e6ee req-4bbc447a-e0b2-43e1-a35a-16b2f25b1058 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2029/4111] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:19 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2083/4112] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:20 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2030/4113] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:20 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2085/4116] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:20 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2032/4117] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:20 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:21.019 7 WARNING keystonemiddleware.audit [req-676e0ea7-5c81-46a0-9904-280e98de7398 req-3b5bd82f-5210-4232-a7c0-fb8013a7a304 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2086/4118] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:21.069 8 WARNING keystonemiddleware.audit [req-676e0ea7-5c81-46a0-9904-280e98de7398 req-5a446776-230d-4724-bcaa-1944a7fbb79e 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2033/4119] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2087/4120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2034/4121] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2088/4122] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2035/4123] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:21 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:22.176 7 WARNING keystonemiddleware.audit [req-6619fa37-007f-4c72-a71c-9b5bc07820c4 req-859c6c89-808c-40cd-b78b-604d14a0d07f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2089/4124] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:22 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:22.226 8 WARNING keystonemiddleware.audit [req-6619fa37-007f-4c72-a71c-9b5bc07820c4 req-1f4ef4dd-ba65-42af-9b98-bdf2a0287770 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2036/4125] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:22 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2090/4126] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:22 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2037/4127] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:22 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2091/4128] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2038/4129] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:23.346 7 WARNING keystonemiddleware.audit [req-35875147-baac-4922-ac2c-61af76a9b6f5 req-29bf09e9-06b8-41ac-86fa-c2d07c66836d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2092/4130] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:23.416 8 WARNING keystonemiddleware.audit [req-35875147-baac-4922-ac2c-61af76a9b6f5 req-111155a2-b0a5-4ab7-9746-e84c1293059f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2039/4131] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 7|app: 0|req: 2093/4132] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2040/4133] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:23 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2094/4134] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2041/4135] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:24.526 7 WARNING keystonemiddleware.audit [req-c972efb8-c80d-49b4-9655-6dd85b537cb8 req-27a96545-57b3-4ab7-9ff9-fbcc440530d7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2095/4136] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:24.571 8 WARNING keystonemiddleware.audit [req-c972efb8-c80d-49b4-9655-6dd85b537cb8 req-11d40c9b-8c3b-430d-ba7a-2bffb9b51def 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2042/4137] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2096/4138] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2043/4139] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:24 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2097/4140] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:25 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2044/4141] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:25 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:25.674 7 WARNING keystonemiddleware.audit [req-f79ffbe2-600c-4c66-9af8-6be64fe8b6d8 req-b2b5be5a-ba7d-4728-8933-ecad6e91dfdc 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2098/4142] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:25 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:25.728 8 WARNING keystonemiddleware.audit [req-f79ffbe2-600c-4c66-9af8-6be64fe8b6d8 req-059ee988-e808-4b2b-a4c6-ed9861418cac 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2045/4143] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:25 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2099/4144] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:25 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2046/4145] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:26 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2100/4146] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:26 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2047/4147] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:26 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:26.838 7 WARNING keystonemiddleware.audit [req-1886a38b-7a40-43a8-91ad-d4ebbf366f2c req-1ec421f9-5659-4d14-942f-b89bd595830c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2101/4148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:26 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:26.885 8 WARNING keystonemiddleware.audit [req-1886a38b-7a40-43a8-91ad-d4ebbf366f2c req-860bf724-0b01-4fbe-8d9b-d1740e092cca 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2048/4149] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:26 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2102/4150] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:27 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2049/4151] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:27 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2103/4152] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:27 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2050/4153] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:27 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:27.980 7 WARNING keystonemiddleware.audit [req-b7e74374-9601-4195-b41b-e8b469605b9d req-99c557fc-4a63-4fdd-a29f-6396131cdf6d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2104/4154] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:27 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:28.031 8 WARNING keystonemiddleware.audit [req-b7e74374-9601-4195-b41b-e8b469605b9d req-17114fd9-66ea-496c-822d-32630ddea912 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2051/4155] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:28 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2105/4156] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:28 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2052/4157] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:28 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2106/4158] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:28 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2053/4159] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:28 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:29.134 7 WARNING keystonemiddleware.audit [req-59d20f47-a15f-4c6c-ae01-a83171589412 req-67e928e3-8801-4707-828d-92700e36d739 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2107/4160] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:29 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:29.217 8 WARNING keystonemiddleware.audit [req-59d20f47-a15f-4c6c-ae01-a83171589412 req-237dfdb2-2b58-4763-9f62-bee7d516e3b2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2054/4161] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:29 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2108/4162] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:29 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2055/4163] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:29 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2109/4164] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2056/4165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:30.333 7 WARNING keystonemiddleware.audit [req-a3b69331-c338-410d-a260-e3c2378c2e40 req-b9395c47-0140-46fe-b9f9-813d1725008b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2110/4166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:30.380 8 WARNING keystonemiddleware.audit [req-a3b69331-c338-410d-a260-e3c2378c2e40 req-a23a7834-b411-4879-9dd8-a2802f3fdb6a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2057/4167] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2111/4168] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2058/4169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:30 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2112/4170] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2059/4171] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:31.490 7 WARNING keystonemiddleware.audit [req-91565f12-5660-4d8d-a8f3-29fba6ff140c req-8d406133-e170-402f-a6d1-42c30bab47be 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2113/4172] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:31.537 8 WARNING keystonemiddleware.audit [req-91565f12-5660-4d8d-a8f3-29fba6ff140c req-b14609ad-688e-4f07-8aeb-af9542856c8a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2060/4173] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2114/4174] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2061/4175] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:31 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2115/4176] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2062/4177] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:32.642 7 WARNING keystonemiddleware.audit [req-1361d3b4-6325-424e-8a52-c8000c39f414 req-c336d6cd-d561-47dd-b4c3-8d3d0e2120dc 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2116/4178] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:32.686 8 WARNING keystonemiddleware.audit [req-1361d3b4-6325-424e-8a52-c8000c39f414 req-973ac2f2-ce9e-4af9-a5a2-b251455c66ef 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2063/4179] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2117/4180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2064/4181] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:32 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2118/4182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:33 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2065/4183] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:33 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:33.787 7 WARNING keystonemiddleware.audit [req-a1fea547-0c20-4f71-b4e3-2554de96c457 req-c2dcd7ee-d798-4edc-b61a-52bccd94e022 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2119/4184] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:33 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:33.836 8 WARNING keystonemiddleware.audit [req-a1fea547-0c20-4f71-b4e3-2554de96c457 req-762a72da-a228-4573-8e43-a1b203840931 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2066/4185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:33 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2120/4186] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2067/4187] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2121/4188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2068/4189] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:34.929 7 WARNING keystonemiddleware.audit [req-0d7c25ea-1f0c-462a-82f4-5505d6f731a4 req-d67d0b80-1ca5-46d1-a41a-76fb76cd971b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2122/4190] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:35.000 8 WARNING keystonemiddleware.audit [req-0d7c25ea-1f0c-462a-82f4-5505d6f731a4 req-d1efec97-d38c-4272-811c-3ed4bcd54968 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2069/4191] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:34 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2123/4192] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:35 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2070/4193] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:35 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2125/4196] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:35 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2072/4197] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:35 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:36.105 7 WARNING keystonemiddleware.audit [req-01f9617c-24fe-4cd9-b4da-9dcb7ede1905 req-b1b0b488-3029-4957-814d-34c0dcab0133 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2126/4198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:36 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:36.154 8 WARNING keystonemiddleware.audit [req-01f9617c-24fe-4cd9-b4da-9dcb7ede1905 req-2d57bd12-9157-49bc-beba-3e8d1b6d0275 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2073/4199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:36 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2127/4200] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:36 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2074/4201] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:36 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2128/4202] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:36 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2075/4203] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:37 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:37.244 7 WARNING keystonemiddleware.audit [req-2ad30c1c-e86b-4ecd-bb3e-49aea4d3d446 req-bde21939-7c4b-409e-888b-384ed9e3f9b9 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2129/4204] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:37 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:37.283 8 WARNING keystonemiddleware.audit [req-2ad30c1c-e86b-4ecd-bb3e-49aea4d3d446 req-afb43913-f7a5-4af9-bae3-ecf5a357ef49 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2076/4205] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:37 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2130/4206] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:37 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2077/4207] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:37 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2131/4208] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2078/4209] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:38.389 7 WARNING keystonemiddleware.audit [req-1f73b3f4-681a-49f2-97af-041a6c289bc6 req-e9c018d6-4107-4f09-9dd3-3cc2629afd03 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2132/4210] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:38.434 8 WARNING keystonemiddleware.audit [req-1f73b3f4-681a-49f2-97af-041a6c289bc6 req-e43dbd60-5384-47fd-92e0-4276920cf1b7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2079/4211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2133/4212] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2080/4213] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:38 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2134/4214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2081/4215] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:39.536 7 WARNING keystonemiddleware.audit [req-8cf23d85-69a0-4585-9941-9895207d89cb req-55888fa8-1267-4379-b1ba-c26b4371cfdc 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2135/4216] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:39.581 8 WARNING keystonemiddleware.audit [req-8cf23d85-69a0-4585-9941-9895207d89cb req-824ce5ed-d810-427b-8227-1cf039be8838 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2082/4217] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2136/4218] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2083/4219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:39 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2137/4220] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2084/4221] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:40.673 7 WARNING keystonemiddleware.audit [req-7811e96c-7ead-487e-aad0-e397da5f81cf req-6c7c722a-1c96-4db3-a9fb-4476d9998e9a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2138/4222] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:40 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:40.743 8 WARNING keystonemiddleware.audit [req-7811e96c-7ead-487e-aad0-e397da5f81cf req-2265fc70-69e3-410d-9503-7c413003dcc6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2085/4223] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:40 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2139/4224] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:40 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2086/4225] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:41 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2140/4226] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2087/4227] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:41 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:41.845 7 WARNING keystonemiddleware.audit [req-406eefb6-9534-47a5-bcd6-21b3a45db664 req-e11566c2-dcf4-4771-9b4c-76ea6c99003c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2141/4228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:41.893 8 WARNING keystonemiddleware.audit [req-406eefb6-9534-47a5-bcd6-21b3a45db664 req-695304aa-0da6-45b5-b12f-ce34be5b7ad0 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2088/4229] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:41 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2142/4230] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:42 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2089/4231] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:42 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2143/4232] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:42 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2090/4233] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:42 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:42.996 7 WARNING keystonemiddleware.audit [req-70e5dcc8-a1c1-4d7a-8c25-02564cfce8f6 req-0c940c42-630b-4291-a69c-212e6c71f10e 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2144/4234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:42 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:43.046 8 WARNING keystonemiddleware.audit [req-70e5dcc8-a1c1-4d7a-8c25-02564cfce8f6 req-5cfc57a1-fb92-4a00-b23b-c91c118f9aeb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2091/4235] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:43 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2145/4236] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2092/4237] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:43 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2146/4238] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:43 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2093/4239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:43 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:44.152 7 WARNING keystonemiddleware.audit [req-4f2b1fd0-1df8-4ea0-a59c-d81e350db6cb req-7c6ab486-1efe-4e4e-83b5-6011541ac00c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2147/4240] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:44.213 8 WARNING keystonemiddleware.audit [req-4f2b1fd0-1df8-4ea0-a59c-d81e350db6cb req-2fb453e4-9735-4783-a0c9-a8e8c08ec0ba 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2094/4241] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2148/4242] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2095/4243] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:44 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2149/4244] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2096/4245] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:45.318 7 WARNING keystonemiddleware.audit [req-67450ddc-5cac-4ebb-b04e-15a3c3e9063b req-e8b2ffec-f6f9-4af5-9eed-106e18b2fbfa 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2150/4246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:45.365 8 WARNING keystonemiddleware.audit [req-67450ddc-5cac-4ebb-b04e-15a3c3e9063b req-a6ab75e1-2ba9-4430-94be-d58f83442c87 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2097/4247] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2151/4248] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2098/4249] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:45 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2152/4250] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2099/4251] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:46.461 7 WARNING keystonemiddleware.audit [req-800e5091-d6ec-43a0-952c-4faeb5d40bdd req-d3f99918-1242-4ab5-95b2-1f8778dbde03 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2153/4252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:46.539 8 WARNING keystonemiddleware.audit [req-800e5091-d6ec-43a0-952c-4faeb5d40bdd req-e16e4c48-0d97-44f0-9b7e-7522190b1038 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2100/4253] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2154/4254] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2101/4255] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:46 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2155/4256] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2102/4257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:47.638 7 WARNING keystonemiddleware.audit [req-6bcf450f-18cc-449b-b9e2-3a974d7c5c1d req-133b7eb1-a43c-4d8e-a727-521d7d8b357d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2156/4258] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:47.684 8 WARNING keystonemiddleware.audit [req-6bcf450f-18cc-449b-b9e2-3a974d7c5c1d req-cf8c8434-92a3-491d-857c-82c7daa76fbb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2103/4259] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2157/4260] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2104/4261] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:47 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2158/4262] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2105/4263] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:48 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:48.792 7 WARNING keystonemiddleware.audit [req-5d69e13c-0564-4f9b-97b1-9d0ddf1b02d3 req-ab0b2a16-70e9-41e9-9b7b-222c670356bb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2159/4264] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:48.842 8 WARNING keystonemiddleware.audit [req-5d69e13c-0564-4f9b-97b1-9d0ddf1b02d3 req-273f8f67-9739-45a9-bdb1-d1634f7fc915 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2106/4265] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2160/4266] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2107/4267] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2161/4268] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2108/4269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:49.947 7 WARNING keystonemiddleware.audit [req-dfad44f5-9326-410e-b745-359bd42e8e9e req-d7465467-4065-47a4-92be-2695e85262e5 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2162/4270] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:49.991 8 WARNING keystonemiddleware.audit [req-dfad44f5-9326-410e-b745-359bd42e8e9e req-a2d3841b-9bf2-4cc2-9e40-2665d4645d95 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2109/4271] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:49 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2163/4272] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:50 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2110/4273] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2165/4276] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2112/4277] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:51.096 7 WARNING keystonemiddleware.audit [req-47539123-8fc0-45aa-9247-ed5a95a7bf92 req-e60d829f-f06e-48c1-9d0a-61ab6ddec3d6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2166/4278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:51.141 8 WARNING keystonemiddleware.audit [req-47539123-8fc0-45aa-9247-ed5a95a7bf92 req-34860617-1052-4356-8b18-b7c4157716bd 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2113/4279] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2167/4280] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2114/4281] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2168/4282] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2115/4283] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:52.239 7 WARNING keystonemiddleware.audit [req-bc581589-db0d-496c-a836-3850f58020d2 req-e79339f9-7d6f-4779-a232-b26aa0c63525 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2169/4284] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:52.328 8 WARNING keystonemiddleware.audit [req-bc581589-db0d-496c-a836-3850f58020d2 req-5547a09f-0d32-4946-9cef-77dfe85fd8af 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2116/4285] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2170/4286] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2117/4287] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:52 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2171/4288] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2118/4289] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:53.436 7 WARNING keystonemiddleware.audit [req-b1014a30-baf8-4c18-8d41-fa32efac0248 req-fb88fbab-abf2-491b-aff3-78ca19a35539 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2172/4290] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:53.481 8 WARNING keystonemiddleware.audit [req-b1014a30-baf8-4c18-8d41-fa32efac0248 req-a92f2f1d-7bc3-4346-83df-4b4d4725858e 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2119/4291] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2173/4292] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2120/4293] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:53 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2174/4294] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2121/4295] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:54.585 7 WARNING keystonemiddleware.audit [req-d67d802c-698d-48d5-8bb2-553dee8f7d55 req-8ec3a02c-1576-4389-a869-d191559d0366 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2175/4296] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:54.628 8 WARNING keystonemiddleware.audit [req-d67d802c-698d-48d5-8bb2-553dee8f7d55 req-a2e01b1a-7079-4aed-a09e-41993f0e93a0 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2122/4297] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2176/4298] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2123/4299] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:54 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2177/4300] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2124/4301] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:55 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:55.728 7 WARNING keystonemiddleware.audit [req-00e9d4c4-adb4-43c0-8378-233551b39d7e req-0e325539-df64-4429-bf86-a29b5834c6d0 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2178/4302] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:55.777 8 WARNING keystonemiddleware.audit [req-00e9d4c4-adb4-43c0-8378-233551b39d7e req-2087d637-2c33-485a-9836-f42033d94220 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2125/4303] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:55 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2179/4304] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2126/4305] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2180/4306] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2127/4307] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:56.872 7 WARNING keystonemiddleware.audit [req-d50b3c2a-9382-4685-9849-e63db434192f req-9a032ad8-21af-4432-8ae1-578713e56b74 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2181/4308] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:56.921 8 WARNING keystonemiddleware.audit [req-d50b3c2a-9382-4685-9849-e63db434192f req-25840aaa-2bb3-42e6-a477-f4b708a0be5b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2128/4309] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:56 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2182/4310] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:57 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2129/4311] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:57 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2183/4312] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2130/4313] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:58.019 7 WARNING keystonemiddleware.audit [req-0d2ba4cd-7ea3-4426-842f-e05a889f5f4c req-a43d2eac-c92d-4865-805e-c632ee5b3adf 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2184/4314] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:58.100 8 WARNING keystonemiddleware.audit [req-0d2ba4cd-7ea3-4426-842f-e05a889f5f4c req-9d87e11d-1f26-40f5-8221-840782a7f97c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2131/4315] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:58 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2185/4316] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2132/4317] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:58 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2186/4318] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2133/4319] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:59 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:36:59.199 7 WARNING keystonemiddleware.audit [req-7e4f45b8-7456-4cc6-b00d-7ef1826997c6 req-35d98f5d-9970-4c74-b26f-5241e0d8f4a9 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2187/4320] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:59 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:36:59.241 8 WARNING keystonemiddleware.audit [req-7e4f45b8-7456-4cc6-b00d-7ef1826997c6 req-ed546b69-9035-4446-aba2-e4f218a8cb02 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2134/4321] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:59 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2188/4322] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:36:59 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2135/4323] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:36:59 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2189/4324] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2136/4325] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:00.335 7 WARNING keystonemiddleware.audit [req-0e16e0fc-5228-4395-a020-1fb6722b467c req-3d8f8e22-cd72-4813-9d64-1b2d4ee7df7d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2190/4326] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:00.376 8 WARNING keystonemiddleware.audit [req-0e16e0fc-5228-4395-a020-1fb6722b467c req-6d27ffed-6000-4452-83f1-ae4985cd2140 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2137/4327] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2191/4328] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2138/4329] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:00 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2192/4330] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2139/4331] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:01.473 7 WARNING keystonemiddleware.audit [req-2bd177aa-0eb5-4908-920a-159880437f98 req-13b4f27b-fd5b-4e02-8c0e-5b0e7dc38920 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2193/4332] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:01.522 8 WARNING keystonemiddleware.audit [req-2bd177aa-0eb5-4908-920a-159880437f98 req-94de1b7a-9192-4f89-a6ec-e3c72cad7e41 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2140/4333] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2194/4334] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2141/4335] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:01 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2195/4336] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2142/4337] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:02.622 7 WARNING keystonemiddleware.audit [req-b6990054-2b72-4334-bc2c-ff522cffbc28 req-da63ef08-7fcb-42ed-bed2-160e596cc502 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2196/4338] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:02.670 8 WARNING keystonemiddleware.audit [req-b6990054-2b72-4334-bc2c-ff522cffbc28 req-38bf9544-1f9d-42fa-b0f6-581d0bbb73cf 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2143/4339] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2197/4340] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2144/4341] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:02 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2198/4342] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:03 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2145/4343] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:03 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:03.775 7 WARNING keystonemiddleware.audit [req-887fb835-330b-4b84-ac7a-4eca9ed04ac2 req-c063a908-12a3-4a50-9e6f-22bceb341cd1 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2199/4344] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:03 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:03.862 8 WARNING keystonemiddleware.audit [req-887fb835-330b-4b84-ac7a-4eca9ed04ac2 req-62367f5d-7d74-4181-95f9-f3bd1c35a872 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2146/4345] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:03 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2200/4346] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:04 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2147/4347] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:04 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2201/4348] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:04 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2148/4349] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:04 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:04.962 7 WARNING keystonemiddleware.audit [req-11600580-912a-4106-be52-cc27322256fb req-531dd78c-a41a-4eac-ada3-a95539936309 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2202/4350] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:04 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:05.012 8 WARNING keystonemiddleware.audit [req-11600580-912a-4106-be52-cc27322256fb req-94e9f989-e836-4a55-8594-f9d46acc5cd4 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2149/4351] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:05 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2203/4352] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:05 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2150/4353] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:05 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2152/4356] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:05 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2205/4357] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:05 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:06.124 8 WARNING keystonemiddleware.audit [req-1138588b-a3f3-4dd3-ae9a-1affe9c5421a req-15acd3d4-e158-4b17-b6a8-aea7c5d60c9d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2153/4358] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:06 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:06.198 7 WARNING keystonemiddleware.audit [req-1138588b-a3f3-4dd3-ae9a-1affe9c5421a req-c8d0224e-c5ef-4f18-a5a3-cb45c80163b2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2206/4359] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:06 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2154/4360] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:06 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2207/4361] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:06 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2155/4362] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2208/4363] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:07.306 8 WARNING keystonemiddleware.audit [req-2b73a2d7-468f-45b8-9994-c5580576fd55 req-a9310183-5f62-4b6b-a656-ab55f3e0d8f0 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2156/4364] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:07.353 7 WARNING keystonemiddleware.audit [req-2b73a2d7-468f-45b8-9994-c5580576fd55 req-83666ddc-f8c0-40ce-b30d-1b6ecaed331a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2209/4365] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2157/4366] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2210/4367] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:07 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2158/4368] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2211/4369] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:08.454 8 WARNING keystonemiddleware.audit [req-4357ffc0-1f9a-4b1c-91c4-70fb3a5dd8a1 req-9e4deb5f-7e98-4e1f-a3b8-fa07a0c607a0 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2159/4370] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:08.503 7 WARNING keystonemiddleware.audit [req-4357ffc0-1f9a-4b1c-91c4-70fb3a5dd8a1 req-7d2bf05f-7e4b-47bb-850f-9adacd9f90fe 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2212/4371] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2160/4372] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2213/4373] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:08 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2161/4374] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2214/4375] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:09.607 8 WARNING keystonemiddleware.audit [req-8e9b60c9-2e5a-4748-9930-4b98440da1ac req-459e6427-6c35-49ff-90e6-29d9402d82a2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2162/4376] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:09.647 7 WARNING keystonemiddleware.audit [req-8e9b60c9-2e5a-4748-9930-4b98440da1ac req-315bda2c-532f-48d5-a34b-0f9f679369b4 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2215/4377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2163/4378] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2216/4379] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:09 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2164/4380] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:10 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2217/4381] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:10 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:10.747 8 WARNING keystonemiddleware.audit [req-24067533-01dc-4a2f-b4d1-6a92e367e6f0 req-467546d1-0088-4dd2-9042-413435444c76 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2165/4382] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:10 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:10.794 7 WARNING keystonemiddleware.audit [req-24067533-01dc-4a2f-b4d1-6a92e367e6f0 req-e7fcbee1-a00a-4baa-89b1-07e91a4c8efb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2218/4383] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:10 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2166/4384] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2219/4385] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2167/4386] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2220/4387] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:11.902 8 WARNING keystonemiddleware.audit [req-0c34869e-f465-4ebe-ad01-8db15d534aca req-7390c34b-3dcf-4705-9a10-5b1c656621c4 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2168/4388] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:11.989 7 WARNING keystonemiddleware.audit [req-0c34869e-f465-4ebe-ad01-8db15d534aca req-353887e3-be03-4532-a934-c6c89493f9dd 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2221/4389] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:11 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2169/4390] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:12 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2222/4391] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:12 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2170/4392] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:12 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2223/4393] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:12 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:13.100 8 WARNING keystonemiddleware.audit [req-3656760a-84e8-4bcf-a107-8383d5660b52 req-be8e02de-0737-4209-8dde-e54d011f0e2d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2171/4394] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:13 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:13.153 7 WARNING keystonemiddleware.audit [req-3656760a-84e8-4bcf-a107-8383d5660b52 req-dc8c613d-949f-44ef-a433-4197bbb38627 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2224/4395] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:13 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2172/4396] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:13 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2225/4397] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:13 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2173/4398] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2226/4399] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:14.266 8 WARNING keystonemiddleware.audit [req-85754d42-a265-4683-8805-2acc5fb60ee2 req-0c5a2b4b-2efe-4546-9eec-d69b97b00bb3 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2174/4400] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:14.306 7 WARNING keystonemiddleware.audit [req-85754d42-a265-4683-8805-2acc5fb60ee2 req-31222f1e-0230-48f8-8d82-1e30a8671781 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2227/4401] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2175/4402] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2228/4403] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:14 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2176/4404] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2229/4405] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:15.401 8 WARNING keystonemiddleware.audit [req-a1791596-6fad-4c20-a2ac-0f42916b8441 req-437f3a82-7cfc-41e5-84ee-090113dcbdbc 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2177/4406] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:15.451 7 WARNING keystonemiddleware.audit [req-a1791596-6fad-4c20-a2ac-0f42916b8441 req-9954b914-97a9-40d4-a470-5e79df9b1993 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2230/4407] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2178/4408] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2231/4409] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:15 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2179/4410] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2232/4411] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:16.554 8 WARNING keystonemiddleware.audit [req-38da3e2d-bd1f-4143-ae33-86f99708cb19 req-6a5a0175-f2e1-4aee-b175-7898e49a4716 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2180/4412] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:16.608 7 WARNING keystonemiddleware.audit [req-38da3e2d-bd1f-4143-ae33-86f99708cb19 req-9102e5ff-5eef-4185-ad0d-bc0cf075d7ed 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2233/4413] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2181/4414] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2234/4415] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:16 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2182/4416] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:17 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2235/4417] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:17 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:17.718 8 WARNING keystonemiddleware.audit [req-4e51c67b-e764-4695-aa29-b24d46c22ed8 req-3eaacb1f-38cd-4825-af19-18ca96efa399 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2183/4418] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:17 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:17.799 7 WARNING keystonemiddleware.audit [req-4e51c67b-e764-4695-aa29-b24d46c22ed8 req-810cdb6f-e907-40a5-9662-3428bd710005 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2236/4419] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:17 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2184/4420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:17 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2237/4421] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:18 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2185/4422] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:18 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2238/4423] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:18 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:18.905 8 WARNING keystonemiddleware.audit [req-a3d921e1-bb62-4eb3-872f-a37b8f0c6831 req-a2e284a0-65ee-4888-85f0-2ee002574248 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2186/4424] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:18 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:18.962 7 WARNING keystonemiddleware.audit [req-a3d921e1-bb62-4eb3-872f-a37b8f0c6831 req-c6e02234-14b8-4bc4-bf6c-9944481eb1f3 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2239/4425] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:18 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2187/4426] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:19 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2240/4427] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:19 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2188/4428] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:19 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2241/4429] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:19 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:20.062 8 WARNING keystonemiddleware.audit [req-1f95b817-5b6a-40dd-8a4b-dbf1901cf7f5 req-31f715be-1532-4470-937c-1e031d62ef38 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2189/4430] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:20 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:20.115 7 WARNING keystonemiddleware.audit [req-1f95b817-5b6a-40dd-8a4b-dbf1901cf7f5 req-569af412-73d9-4fca-b9e9-f466cd733def 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2242/4431] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:20 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2190/4432] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:20 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2243/4433] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:20 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2245/4436] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2192/4437] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:21.226 7 WARNING keystonemiddleware.audit [req-eeba8c73-c927-41e8-92f2-3d6d3a0bceba req-be5334bc-dfd9-4e67-8ffa-956e7424d7a3 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2246/4438] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:21.314 8 WARNING keystonemiddleware.audit [req-eeba8c73-c927-41e8-92f2-3d6d3a0bceba req-a0a0ab53-a6a8-4bf3-9622-513bef8d8bb1 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2193/4439] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2247/4440] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2194/4441] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:21 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2248/4442] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2195/4443] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:22.421 7 WARNING keystonemiddleware.audit [req-b60b944f-b03e-4b9a-9dc8-0f529a3535f3 req-fb590862-9f38-46d7-8f59-cb470bd5edc2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2249/4444] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:22.466 8 WARNING keystonemiddleware.audit [req-b60b944f-b03e-4b9a-9dc8-0f529a3535f3 req-12ce58b2-07ec-4a4c-866c-2e9133cd520e 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2196/4445] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2250/4446] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2197/4447] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:22 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2251/4448] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2198/4449] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:23.575 7 WARNING keystonemiddleware.audit [req-b8b7be03-8f96-4a25-9026-b90268e71e78 req-c2fb972b-9abd-4886-a99f-716c720ca24a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2252/4450] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:23.625 8 WARNING keystonemiddleware.audit [req-b8b7be03-8f96-4a25-9026-b90268e71e78 req-693ea88e-70fa-4f4e-b1f7-19585cd13cce 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2199/4451] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2253/4452] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2200/4453] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:23 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2254/4454] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:24 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2201/4455] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:24 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:24.734 7 WARNING keystonemiddleware.audit [req-bcccc588-ab1b-4829-9fa3-bdc90902d104 req-ef791137-766b-47a9-ba17-bc1492ed8324 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2255/4456] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:24 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:24.780 8 WARNING keystonemiddleware.audit [req-bcccc588-ab1b-4829-9fa3-bdc90902d104 req-e4cfe49a-e00d-44fa-8855-165647d3e797 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2202/4457] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:24 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2256/4458] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:24 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2203/4459] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:25 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2257/4460] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:25 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2204/4461] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:25 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:25.891 7 WARNING keystonemiddleware.audit [req-618a855b-fea6-44b0-a0ac-fc9d0fe5c7d4 req-dc06c1d8-99fa-4e8a-a177-e6f6da0dc6f8 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2258/4462] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:25 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:25.938 8 WARNING keystonemiddleware.audit [req-618a855b-fea6-44b0-a0ac-fc9d0fe5c7d4 req-40cb3a46-4a6e-40e2-9cac-3c6e3c6f6289 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2205/4463] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:25 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2259/4464] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:26 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2206/4465] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:26 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2260/4466] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:26 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2207/4467] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:26 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:27.057 7 WARNING keystonemiddleware.audit [req-c20d9977-e635-4cf9-b746-9ef5636c80f3 req-240a9f24-b091-41fe-8229-f4370dc19d79 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2261/4468] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:27 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:27.137 8 WARNING keystonemiddleware.audit [req-c20d9977-e635-4cf9-b746-9ef5636c80f3 req-d537c904-6103-48ca-a209-db6c5e828be4 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2208/4469] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:27 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2262/4470] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:27 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2209/4471] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:27 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2263/4472] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2210/4473] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:28.240 7 WARNING keystonemiddleware.audit [req-7fff7849-b37c-4de8-b409-1e01a6998f0c req-e450618e-9a27-4ca7-b62a-2aedf9be1de3 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2264/4474] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:28.287 8 WARNING keystonemiddleware.audit [req-7fff7849-b37c-4de8-b409-1e01a6998f0c req-f5888c15-0ece-4c3c-9cf6-eceea5450f64 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2211/4475] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2265/4476] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2212/4477] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:28 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2266/4478] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2213/4479] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:29.392 7 WARNING keystonemiddleware.audit [req-ed6860f6-9a9e-48bb-ab62-b80309120c8d req-61149266-18f5-4634-be8c-7c71976c177c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2267/4480] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:29.442 8 WARNING keystonemiddleware.audit [req-ed6860f6-9a9e-48bb-ab62-b80309120c8d req-cd98d841-3418-4a5e-bcf0-a5f27f80e164 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2214/4481] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2268/4482] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2215/4483] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:29 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2269/4484] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2216/4485] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:30.549 7 WARNING keystonemiddleware.audit [req-3fc31048-9430-4060-acd8-ba77c8bd0dae req-e3bbcb84-f542-41b4-ad7b-2470ed3fd7bf 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2270/4486] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:30.596 8 WARNING keystonemiddleware.audit [req-3fc31048-9430-4060-acd8-ba77c8bd0dae req-87f1e61e-95ca-42a7-83b4-a22f9cf59e1c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2217/4487] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2271/4488] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2218/4489] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:30 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2272/4490] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2219/4491] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:31.714 7 WARNING keystonemiddleware.audit [req-fdc41f39-91b4-40b1-8db4-3c9e95dea2f7 req-a4461cd3-a8a1-4259-9a82-8378d1b7dc50 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2273/4492] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:31.765 8 WARNING keystonemiddleware.audit [req-fdc41f39-91b4-40b1-8db4-3c9e95dea2f7 req-d1f134f2-0d3c-4ee6-83ce-8e21fc22e9e7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2220/4493] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2274/4494] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2221/4495] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:31 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2275/4496] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:32 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2222/4497] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:32 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:32.879 7 WARNING keystonemiddleware.audit [req-11747cb3-6dc6-4681-828d-43d7b9389352 req-b0f4c6bf-c746-41ec-b83e-3d057c1222de 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2276/4498] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:32 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:32.964 8 WARNING keystonemiddleware.audit [req-11747cb3-6dc6-4681-828d-43d7b9389352 req-9ec8412f-0b7b-417e-912c-a32ef3bb9b59 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2223/4499] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:32 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2277/4500] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:33 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2224/4501] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:33 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2278/4502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:33 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2225/4503] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:33 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:34.071 7 WARNING keystonemiddleware.audit [req-49f30afd-1f1b-4bf5-b448-673930128817 req-10116368-eed9-4f55-a4b3-4efb1a94bb03 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2279/4504] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:34 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:34.120 8 WARNING keystonemiddleware.audit [req-49f30afd-1f1b-4bf5-b448-673930128817 req-34516b9d-6cff-4d03-86b6-9e83eb87f0ac 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2226/4505] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:34 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2280/4506] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:34 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2227/4507] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:34 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2281/4508] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2228/4509] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:35.231 7 WARNING keystonemiddleware.audit [req-8a629e5d-5b67-417e-a6b2-74ff1faa6453 req-f905c620-0a1c-4194-9d86-f32dffeabd03 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2282/4510] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:35.276 8 WARNING keystonemiddleware.audit [req-8a629e5d-5b67-417e-a6b2-74ff1faa6453 req-f1e6ec5c-4022-4a82-834b-36717f234d27 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2229/4511] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2283/4512] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2285/4515] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:35 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2231/4516] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2286/4517] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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-08 06:37:36.377 8 WARNING keystonemiddleware.audit [req-ac9115cd-1c05-4ff6-a9f7-5f3c6bb0ee2b req-089c17fe-9870-468d-91d5-f38c4a414ee9 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2232/4518] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:36.452 7 WARNING keystonemiddleware.audit [req-ac9115cd-1c05-4ff6-a9f7-5f3c6bb0ee2b req-a3e8f800-a42f-474c-bb39-d9c8d462b0ed 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2287/4519] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2233/4520] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2288/4521] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:36 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2234/4522] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2289/4523] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:37.574 8 WARNING keystonemiddleware.audit [req-06605339-04bd-4aca-bec6-bb18f544afe4 req-a8f90e36-efd6-49cc-bade-dcc94a1b1c10 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2235/4524] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:37.625 7 WARNING keystonemiddleware.audit [req-06605339-04bd-4aca-bec6-bb18f544afe4 req-5139586b-81b9-4d80-9d2e-53f9fa800433 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2290/4525] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2236/4526] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2291/4527] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:37 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2237/4528] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2292/4529] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:38.735 8 WARNING keystonemiddleware.audit [req-568c5a24-d320-466e-8dbc-5b2e188461ef req-cdd1fc79-0b51-4b17-b8f4-921af8b9106b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2238/4530] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:38.777 7 WARNING keystonemiddleware.audit [req-568c5a24-d320-466e-8dbc-5b2e188461ef req-9232241a-83f4-46a2-93cc-ad3d5ca19f62 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2293/4531] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2239/4532] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2294/4533] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:38 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2240/4534] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:39 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2295/4535] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:39 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:39.875 8 WARNING keystonemiddleware.audit [req-1146c540-f12b-476e-913a-9572bc40b2ae req-cd4b7cc7-fe88-4643-bba9-08b0d8753a94 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2241/4536] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:39.924 7 WARNING keystonemiddleware.audit [req-1146c540-f12b-476e-913a-9572bc40b2ae req-d85216c0-89a5-47c1-8501-99704e0b481e 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2296/4537] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2242/4538] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:40 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2297/4539] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:40 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2243/4540] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2298/4541] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:41.023 8 WARNING keystonemiddleware.audit [req-9f6b9309-a251-4cdf-9223-e32157d257ba req-469cc3bc-683c-4301-9276-5c1dec389c79 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2244/4542] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:41.075 7 WARNING keystonemiddleware.audit [req-9f6b9309-a251-4cdf-9223-e32157d257ba req-e1c25615-d483-45b0-baf4-ee8647809fef 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2299/4543] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:41 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2245/4544] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2300/4545] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:41 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2246/4546] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2301/4547] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:42 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:42.182 8 WARNING keystonemiddleware.audit [req-3cb81b8b-db28-4312-ae1e-b7461f42550e req-1eee54c0-218b-4c34-9aad-2d264abbc1d1 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2247/4548] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:42 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:42.265 7 WARNING keystonemiddleware.audit [req-3cb81b8b-db28-4312-ae1e-b7461f42550e req-2d4886bd-8679-469e-b8db-157c6854f627 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2302/4549] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:42 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2248/4550] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:42 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2303/4551] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:42 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2249/4552] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2304/4553] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:43.383 8 WARNING keystonemiddleware.audit [req-75056366-f26e-48f2-bb82-eb72956fae20 req-720f0d6a-e94c-448c-8c9a-e50375d99043 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2250/4554] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:43.440 7 WARNING keystonemiddleware.audit [req-75056366-f26e-48f2-bb82-eb72956fae20 req-4afa6952-a936-43a0-bd27-4a6f92ad4cf2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2305/4555] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2251/4556] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2306/4557] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:43 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2252/4558] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2307/4559] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:44.544 8 WARNING keystonemiddleware.audit [req-d980d919-b3ad-4cac-a7a4-07de5ddf2ac1 req-bff56a36-4ef0-4090-b1db-6048209584ee 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2253/4560] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:44.591 7 WARNING keystonemiddleware.audit [req-d980d919-b3ad-4cac-a7a4-07de5ddf2ac1 req-293abb39-b5ab-44ed-a606-92895c070f4f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2308/4561] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2254/4562] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2309/4563] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:44 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2255/4564] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2310/4565] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:45.703 8 WARNING keystonemiddleware.audit [req-6207e953-5519-44d7-9bf1-9b50c06cf263 req-cd895ef4-0292-46ac-9a93-80e37c0fba50 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2256/4566] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:45.752 7 WARNING keystonemiddleware.audit [req-6207e953-5519-44d7-9bf1-9b50c06cf263 req-50574df2-bdba-4244-a79e-c47edb58c2f9 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2311/4567] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2257/4568] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2312/4569] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:45 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2258/4570] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2313/4571] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:46.856 8 WARNING keystonemiddleware.audit [req-85b2c7a5-70fe-46d7-9124-77321ca87ee8 req-2eaa0039-307a-4b21-bd58-ae0cfa8378b7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2259/4572] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:46.901 7 WARNING keystonemiddleware.audit [req-85b2c7a5-70fe-46d7-9124-77321ca87ee8 req-c003bd61-6c98-4653-8f31-007ca6d5410c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2314/4573] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2260/4574] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2315/4575] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:46 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2261/4576] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:47 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2316/4577] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:48.010 8 WARNING keystonemiddleware.audit [req-8f749f35-8710-4669-b51d-09b31234f347 req-eb4292ac-94bc-46b4-a205-27519c11ee5f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2262/4578] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:48.089 7 WARNING keystonemiddleware.audit [req-8f749f35-8710-4669-b51d-09b31234f347 req-95dbca40-b350-4489-8764-b3b2f32a8be7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2317/4579] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2263/4580] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:48 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2318/4581] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:48 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2264/4582] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2319/4583] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:49.192 8 WARNING keystonemiddleware.audit [req-7d80905c-085a-4a06-b28c-5ee4b6f36083 req-b672caae-583f-4828-947d-8f57c70a098b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2265/4584] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:49 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:49.242 7 WARNING keystonemiddleware.audit [req-7d80905c-085a-4a06-b28c-5ee4b6f36083 req-0944cb5d-8847-49d0-ae53-c43023d47d9b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2320/4585] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:49 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2266/4586] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:49 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2321/4587] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:49 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2267/4588] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2322/4589] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:50.342 8 WARNING keystonemiddleware.audit [req-863c6c87-a235-4a5a-89d1-8e319994b184 req-06b82c24-e84d-4cd7-8896-44d5acedc039 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2268/4590] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:50.391 7 WARNING keystonemiddleware.audit [req-863c6c87-a235-4a5a-89d1-8e319994b184 req-d282ee3b-b9b5-4327-81b8-8c87cddbba0c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2323/4591] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2269/4594] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2326/4595] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2270/4596] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2327/4597] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:51.494 8 WARNING keystonemiddleware.audit [req-21b1c6bb-2ef8-4002-a0f3-2558a9de78b5 req-6f253275-90db-4b4a-927b-67bb800fad9b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2271/4598] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:51.542 7 WARNING keystonemiddleware.audit [req-21b1c6bb-2ef8-4002-a0f3-2558a9de78b5 req-804838bc-657a-4b2d-8bee-0ba248d8db6d 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2328/4599] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2272/4600] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2329/4601] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2273/4602] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2330/4603] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:52.644 8 WARNING keystonemiddleware.audit [req-59aef3a8-736f-4c5e-9df3-54f608d9ec27 req-4fa02e62-c224-4ae4-86b3-406f0a18cc84 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2274/4604] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:52.702 7 WARNING keystonemiddleware.audit [req-59aef3a8-736f-4c5e-9df3-54f608d9ec27 req-fafe429a-4f3b-4c12-b47f-e690b7d646c6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2331/4605] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 8|app: 0|req: 2275/4606] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2332/4607] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:52 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2276/4608] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2333/4609] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:53.800 8 WARNING keystonemiddleware.audit [req-73c20364-a4d2-4bdc-8908-3afa6e544bae req-c4e0ce80-5b90-421c-b0ff-911bc46da763 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2277/4610] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:53.891 8 WARNING keystonemiddleware.audit [req-095fdd4c-5a2e-4023-a174-03ae8d59dc95 req-95bb234f-4294-4de7-a49a-8f31542ce878 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2278/4611] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2334/4612] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2279/4613] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:53 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2335/4614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:54 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2280/4615] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:54 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:55.012 7 WARNING keystonemiddleware.audit [req-a1f22e49-fabf-4c1d-8835-f3f21677ea16 req-6e502e55-ee8a-45fd-bf56-b00c59167011 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2336/4616] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:55.095 7 WARNING keystonemiddleware.audit [req-c079bf77-d4b1-495d-bc43-e0d9ddaf3d29 req-48597f06-d871-4578-a818-c5e820dbc219 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2337/4617] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:55 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2281/4618] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2338/4619] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:55 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2282/4620] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2339/4621] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:56 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:56.214 8 WARNING keystonemiddleware.audit [req-1b30ecf1-498b-4b32-a471-c795e0d2d894 req-3da8c659-dc03-4f2b-8305-70d5e20588c3 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2283/4622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:56.257 7 WARNING keystonemiddleware.audit [req-1b30ecf1-498b-4b32-a471-c795e0d2d894 req-5e10da5c-9814-4d70-b6f9-dcee69855e74 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2340/4623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:56 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2284/4624] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:56 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2341/4625] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:56 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2285/4626] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2342/4627] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:57.364 7 WARNING keystonemiddleware.audit [req-ab465a6e-0c08-41b1-8ff8-b80603d7fc0f req-17da5e74-20ff-4f26-aa5a-23a1565a006c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2286/4628] 10.0.0.229 () {34 vars in 1178 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac&device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81&device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 3692 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2343/4629] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:57.412 7 WARNING keystonemiddleware.audit [req-4f909d25-3357-4ee9-9d0d-749a49003eeb req-3227fcaa-9769-494a-bf90-ae03cf4eead2 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2287/4630] 10.0.0.229 () {34 vars in 1200 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&id=786bbc27-ca69-477c-bb53-01040c84bf19&id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 273 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2344/4631] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2288/4632] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2345/4633] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2289/4634] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2346/4635] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:57 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2290/4636] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2347/4637] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2291/4638] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2348/4639] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2292/4640] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2349/4641] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:37:58.525 8 WARNING keystonemiddleware.audit [req-2157d648-14c9-44a7-95fb-e53820b5d226 req-b2909303-f5d4-4f8c-9ef5-204501e8d5b4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2293/4642] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:58.572 7 WARNING keystonemiddleware.audit [req-2157d648-14c9-44a7-95fb-e53820b5d226 req-f7af61c9-3d7c-4c60-9ad0-c2ce7db16097 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2350/4643] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2294/4644] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2351/4645] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:58 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2295/4646] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2352/4647] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:37:59.687 8 WARNING keystonemiddleware.audit [req-55df3e50-ea94-403b-ad5f-4881b3f7b07f req-e37d45b4-7a8b-4389-8b21-296abc0aff66 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2296/4648] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:37:59.772 7 WARNING keystonemiddleware.audit [req-55df3e50-ea94-403b-ad5f-4881b3f7b07f req-4f20cf57-2878-4e9a-8faf-54ab5dcfda09 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2353/4649] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2297/4650] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2354/4651] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:37:59 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2298/4652] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2355/4653] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:00.913 8 WARNING keystonemiddleware.audit [req-533aed7a-4167-42a0-8750-4a7176f61654 req-b071ac2c-3925-4ddb-bb01-a87d2bf2cedb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2299/4654] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:00.955 8 WARNING keystonemiddleware.audit [req-384d2cdc-aeb0-4e80-b40d-7793ab213bc4 req-a3bdc4ed-9cab-430c-b862-79c02c97babd 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2300/4655] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2356/4656] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2301/4657] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:00 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2357/4658] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:01 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2302/4659] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:01 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:02.062 7 WARNING keystonemiddleware.audit [req-11478f14-4e7d-4421-a17d-1a2753bf8063 req-d86d66ec-e08c-4a1a-b433-da26ec6f05d6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2358/4660] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:02 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:02.175 7 WARNING keystonemiddleware.audit [req-11a5aac2-6fec-404c-b509-8b2a618e2f13 req-416dca7d-4ca0-4e5f-921d-0c4925c0220d 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2303/4661] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:02 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2359/4662] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:02 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2304/4663] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:02 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2360/4664] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2305/4665] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:03.276 7 WARNING keystonemiddleware.audit [req-64ff5dbc-1f68-4813-a0c2-9ce881a85fc0 req-59886ee3-ade7-4444-9217-5da797146a42 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2361/4666] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:03.325 7 WARNING keystonemiddleware.audit [req-0ef26944-265f-4b66-9e56-86e582f442ee req-51ab0ba8-6ed9-4014-b5fd-f6c8f400b25a 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2306/4667] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2362/4668] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2307/4669] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:03 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2363/4670] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2308/4671] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:04.427 7 WARNING keystonemiddleware.audit [req-b44e3455-ad39-4410-a3ec-2a7159b57d68 req-e4ddbbd1-a263-43c7-9990-0b3ebc800c91 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2364/4672] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:04.470 7 WARNING keystonemiddleware.audit [req-cb5404a0-8a73-4541-a32d-3ae9272c3a56 req-c22e134e-cd6a-4899-887a-0ded1423f1bc 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2309/4673] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2365/4674] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2310/4675] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:04 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2366/4676] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2311/4679] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:05.564 7 WARNING keystonemiddleware.audit [req-9f5ba31c-90a1-4aea-a45c-68c6b2d665d8 req-f55e6c6f-a127-451b-a5b7-aa7b64037f22 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2369/4680] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:05.615 7 WARNING keystonemiddleware.audit [req-136c27f5-b93a-4463-94d1-9f67ddb16f5a req-edb99bd4-f9d1-45a6-934e-91efdd69bc1d 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2370/4681] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2312/4682] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2371/4683] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:05 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2313/4684] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2372/4685] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:06.716 8 WARNING keystonemiddleware.audit [req-aab836e8-1212-4bbb-9b55-ba89507dc2c7 req-1b0d4767-91f1-45cc-9381-7f4bed4889b8 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2314/4686] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:06.801 8 WARNING keystonemiddleware.audit [req-456ea70a-b3b3-4c6f-add9-9f047af00042 req-96f6d990-0a55-403b-94f9-67bd91bb622c 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2315/4687] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2373/4688] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2316/4689] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:06 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2374/4690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:07 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2317/4691] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:07 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:07.899 7 WARNING keystonemiddleware.audit [req-06c531e1-a3c3-4d65-a571-4e12da681e21 req-c128101d-d8b1-4fa6-a3ae-d8bab6981f7a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2375/4692] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:07 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:07.977 7 WARNING keystonemiddleware.audit [req-fa7f91cb-b89a-4c04-994e-10adfce6caae req-fbacd788-d549-4df0-acf8-74a3bcfdb653 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2376/4693] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:07 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2318/4694] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:07 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2377/4695] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:08 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2319/4696] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:08 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2378/4697] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:08 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:09.076 8 WARNING keystonemiddleware.audit [req-ef3e67f1-cbd1-4e61-a7b7-c9e913f7c6a1 req-2ddbd511-42b9-4c0e-a21e-6fbe005631a6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2320/4698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:09 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:09.123 7 WARNING keystonemiddleware.audit [req-ef3e67f1-cbd1-4e61-a7b7-c9e913f7c6a1 req-7f981455-97e2-4d2c-b21f-810e4d2ef0f5 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2379/4699] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:09 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2321/4700] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:09 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2380/4701] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:09 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2322/4702] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:09 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2381/4703] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:10 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:10.228 8 WARNING keystonemiddleware.audit [req-918b5dce-c1a7-4156-9d36-58b3b9b25d74 req-70b79437-84d7-420a-b660-1fed804f1e61 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2323/4704] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:10 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:10.272 7 WARNING keystonemiddleware.audit [req-918b5dce-c1a7-4156-9d36-58b3b9b25d74 req-43beb313-3ec0-4712-a2d5-3a4ebccff2c5 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2382/4705] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:10 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2324/4706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:10 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2383/4707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:10 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2325/4708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2384/4709] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:11.378 8 WARNING keystonemiddleware.audit [req-a80e54b1-ea3f-4ff1-8fad-58dad0b19c5c req-9b22d154-d7b0-41c4-a0c0-03b5c9118992 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2326/4710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:11.423 8 WARNING keystonemiddleware.audit [req-c76fffcc-98ca-46fd-8a9f-465f3bbd9fec req-79e7ebf3-189b-46d0-b863-3cf2599bd46d 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2327/4711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2385/4712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2328/4713] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:11 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2386/4714] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2329/4715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:12.525 7 WARNING keystonemiddleware.audit [req-70248340-ba6a-4aaa-aa8a-22739f344427 req-1869870c-7fe4-4c43-8ea1-99cdd11c2486 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2387/4716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:12.575 7 WARNING keystonemiddleware.audit [req-348eea71-a041-4dc7-bf15-e3f480825beb req-e44151da-1b41-4e3d-b828-057aa88bfc64 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2388/4717] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2330/4718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2389/4719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:12 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2331/4720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2390/4721] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:13.673 8 WARNING keystonemiddleware.audit [req-a0acd723-49ef-431b-9326-1f65ea546758 req-ab4926d1-b24b-4e89-8729-644b9783bed7 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2332/4722] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:13.754 8 WARNING keystonemiddleware.audit [req-0567be86-f1d2-4979-b0b3-231afb9903b5 req-974abd66-56c2-4b15-9e78-da01134f41d6 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2333/4723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2391/4724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2334/4725] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:13 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2392/4726] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2335/4727] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:14.852 7 WARNING keystonemiddleware.audit [req-d66589e8-472c-4d6b-bd50-6242120b880e req-c59a2086-f51e-49af-8417-8aa4b1161243 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2393/4728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:14.927 7 WARNING keystonemiddleware.audit [req-cb97aa9f-c6ca-4fac-95ef-32390cc94bfa req-faa76f23-dd9c-40f3-a9d7-2a653b5378a1 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2394/4729] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 8|app: 0|req: 2336/4730] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2395/4731] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:14 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2337/4732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:15 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2396/4733] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:15 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:16.027 8 WARNING keystonemiddleware.audit [req-48eea0b7-8f9b-4323-81dd-8477c3597045 req-48e84ec5-b259-4ac7-84ba-db264fc9ddf2 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2338/4734] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:16 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:16.077 7 WARNING keystonemiddleware.audit [req-48eea0b7-8f9b-4323-81dd-8477c3597045 req-374fd199-ba85-46b5-ad07-2ecc67ec5a6b 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2397/4735] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:16 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2339/4736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:16 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2398/4737] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:16 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2340/4738] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:16 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2399/4739] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:17 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:17.177 8 WARNING keystonemiddleware.audit [req-0cc0b15e-9549-4025-b590-44ecabfaf3c6 req-66678317-d8ee-4e6d-a315-1cc385be5d2c 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2341/4740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:17 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:17.223 7 WARNING keystonemiddleware.audit [req-0cc0b15e-9549-4025-b590-44ecabfaf3c6 req-6e8c7aa1-dab9-4c2a-a92f-cd35581d7ec4 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2400/4741] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:17 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2342/4742] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:17 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2401/4743] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:17 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2343/4744] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2402/4745] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:18.333 8 WARNING keystonemiddleware.audit [req-052d8135-d1a6-4bf5-880b-657efc1a7268 req-1bb80a2a-087a-4d4a-9590-f9d17cb72c1a 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2344/4746] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:18.384 7 WARNING keystonemiddleware.audit [req-052d8135-d1a6-4bf5-880b-657efc1a7268 req-ce3a39aa-0bdb-476a-8bcc-f92ebd13c444 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2403/4747] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2345/4748] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2404/4749] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:18 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2346/4750] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2405/4751] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:19.487 8 WARNING keystonemiddleware.audit [req-f21c1f86-bd16-44f0-bf41-1b0a3d92a246 req-ad751caa-553c-4d22-a18e-bad7b3ee6989 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2347/4752] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:19.558 8 WARNING keystonemiddleware.audit [req-dedf9c2f-aec7-4081-8f9d-94d79c95b514 req-49b6c75d-ad00-4b1c-8737-1c946c866f9a 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2348/4753] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2406/4754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2349/4755] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:19 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2351/4758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2408/4759] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:20.652 8 WARNING keystonemiddleware.audit [req-948cd698-caa3-473a-b5fb-c9a84f0834ad req-cbd70c38-bb99-4053-8fdf-c988676511fb 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2352/4760] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:20.701 7 WARNING keystonemiddleware.audit [req-948cd698-caa3-473a-b5fb-c9a84f0834ad req-60b84d25-f5c4-43e1-b6d6-cef823d8736f 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2409/4761] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2353/4762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2410/4763] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:20 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2354/4764] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2411/4765] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:21.800 8 WARNING keystonemiddleware.audit [req-f5203059-60fd-4c2e-8e4c-0b37e3400221 req-a3ad4a3f-4e1d-469f-8e34-c955e03bedba 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2355/4766] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:21.843 7 WARNING keystonemiddleware.audit [req-f5203059-60fd-4c2e-8e4c-0b37e3400221 req-7a35d167-3e3d-4d3f-9dd3-611f29d9dbb6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2412/4767] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2356/4768] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2413/4769] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:21 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2357/4770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:22 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2414/4771] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:22 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:22.934 8 WARNING keystonemiddleware.audit [req-6ad741bc-752f-4fcd-b00e-406638328835 req-065c8db6-b5fe-47a9-b392-d85a7a995998 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2358/4772] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:22 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:22.980 7 WARNING keystonemiddleware.audit [req-6ad741bc-752f-4fcd-b00e-406638328835 req-31474888-f7d7-4ac2-8ebd-3dc9fafa15d6 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2415/4773] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:22 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2359/4774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:23 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2416/4775] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:23 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2360/4776] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:23 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2417/4777] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:23 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:24.086 8 WARNING keystonemiddleware.audit [req-41365578-fca3-4c80-a695-9e7a2de86ecf req-97c01b43-af65-42b2-a0c0-c18e05ccebee 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2361/4778] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:24 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:24.135 7 WARNING keystonemiddleware.audit [req-41365578-fca3-4c80-a695-9e7a2de86ecf req-ecc6ba24-e96b-415c-9d78-ecf330595113 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2418/4779] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:24 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2362/4780] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:24 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2419/4781] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:24 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2363/4782] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2420/4783] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:25.245 8 WARNING keystonemiddleware.audit [req-2d2f10c1-a605-4d22-8afc-396b265e1da3 req-599bfd62-43c3-45d4-a6ee-d7d792210f20 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2364/4784] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:25.318 7 WARNING keystonemiddleware.audit [req-2d2f10c1-a605-4d22-8afc-396b265e1da3 req-f0f4db02-56db-47cd-a877-11f8d43be3af 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2421/4785] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2365/4786] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2422/4787] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:25 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2366/4788] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2423/4789] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:26.431 8 WARNING keystonemiddleware.audit [req-a8a472a1-5d9c-49be-9750-f3afe1851bdf req-038b42a2-9253-48e0-8ba1-b7a4d4e2a5fc 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2367/4790] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:26.483 7 WARNING keystonemiddleware.audit [req-a8a472a1-5d9c-49be-9750-f3afe1851bdf req-c37dffb0-a206-40a8-b8c8-387ff096bc36 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2424/4791] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 8|app: 0|req: 2368/4792] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2425/4793] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:26 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2369/4794] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2426/4795] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2370/4796] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2427/4797] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:27.775 8 WARNING keystonemiddleware.audit [req-650e1bbf-28e6-4e47-825c-89b32cbb2d42 req-608f5874-63a9-4064-831f-bcb7d7e0a962 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2371/4798] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:27.823 7 WARNING keystonemiddleware.audit [req-650e1bbf-28e6-4e47-825c-89b32cbb2d42 req-6b98f03a-97d1-48ed-87a3-970fc3b7ff88 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2428/4799] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:27 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2372/4800] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2429/4801] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2373/4802] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2430/4803] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:28.920 8 WARNING keystonemiddleware.audit [req-8899f765-6cd2-44b0-9f1f-e9f4f02db447 req-e524acac-fc54-4cdf-9593-2664097b32c2 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2374/4804] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:28.972 7 WARNING keystonemiddleware.audit [req-8899f765-6cd2-44b0-9f1f-e9f4f02db447 req-94af5e98-b9f4-4229-9cf7-7b5f5791de84 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2431/4805] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:28 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2375/4806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:29 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2432/4807] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:29 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2376/4808] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:29 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2433/4809] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:30 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:30.070 8 WARNING keystonemiddleware.audit [req-728874ff-191a-429e-81a0-9206a962d160 req-27319685-5edb-41b4-a24b-fafb34fdc711 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2377/4810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:30 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:30.122 7 WARNING keystonemiddleware.audit [req-728874ff-191a-429e-81a0-9206a962d160 req-f2f45a4e-7f01-4edd-bd73-d139a5ebe0cb 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2434/4811] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:30 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2378/4812] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:30 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2435/4813] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:30 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2379/4814] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:31 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2436/4815] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:31 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:38:31.225 8 WARNING keystonemiddleware.audit [req-9a0dfa52-73bf-4b24-8f58-5ef0ee33b830 req-d92b24c3-8e10-45f4-b5cb-10e54f3e31be 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2380/4816] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:31 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:31.308 7 WARNING keystonemiddleware.audit [req-9a0dfa52-73bf-4b24-8f58-5ef0ee33b830 req-4885ac38-71c0-4919-9056-8d04318cf875 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2437/4817] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:31 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2381/4818] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:31 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2438/4819] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:32 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2382/4820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:32 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2439/4821] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:32 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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-08 06:38:32.410 8 WARNING keystonemiddleware.audit [req-bb93ec97-f6c7-4700-812f-9801870b81ce req-73e53edc-d175-4918-902a-6472a87ca094 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 8|app: 0|req: 2383/4822] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:32 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:32.455 7 WARNING keystonemiddleware.audit [req-bb93ec97-f6c7-4700-812f-9801870b81ce req-3a34c8a2-d994-4577-b620-6ccf07df12e7 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2440/4823] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:32 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2384/4824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2441/4825] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2385/4826] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:33.550 8 WARNING keystonemiddleware.audit [req-1e6a6ac7-3064-4eb3-a871-141cee32a5e5 req-1af45d0e-3805-42cd-926e-7dada1f5ad26 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2442/4827] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2386/4828] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:33.590 7 WARNING keystonemiddleware.audit [req-1e6a6ac7-3064-4eb3-a871-141cee32a5e5 req-0bbcd37a-63c0-464d-9581-36b2dc849ca8 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2443/4829] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:33 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2387/4830] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2444/4831] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2388/4832] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:34.697 8 WARNING keystonemiddleware.audit [req-53e6604c-5dc7-4e40-b7b7-49866db82953 req-94fdc328-5567-41d6-b710-fc9e6e4e8671 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2445/4833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2389/4834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:34.745 7 WARNING keystonemiddleware.audit [req-53e6604c-5dc7-4e40-b7b7-49866db82953 req-f22cbc2b-2301-4d22-a3e4-285f00aab673 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Skipping service tempest-service-513595038 as it have no endpoints. [pid: 7|app: 0|req: 2446/4835] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:34 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2390/4838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2449/4839] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2391/4840] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2450/4841] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2392/4842] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2451/4843] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:35 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2393/4844] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:36 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2452/4845] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:36 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2394/4846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:36 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2453/4847] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:36 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2395/4848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:37 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2454/4849] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:37 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2396/4850] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:37 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2455/4851] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:37 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2397/4852] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2456/4853] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2398/4854] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2457/4855] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2399/4856] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2458/4857] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:38 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2400/4858] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2459/4859] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2401/4860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2460/4861] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2402/4862] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2461/4863] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:39 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2403/4864] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2462/4865] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2404/4866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2463/4867] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2405/4868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2464/4869] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:40 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2406/4870] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2465/4871] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2407/4872] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2466/4873] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2408/4874] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2467/4875] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2409/4876] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:41 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2468/4877] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:42 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2410/4878] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:42 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2469/4879] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:42 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2411/4880] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2470/4881] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2412/4882] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2471/4883] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2413/4884] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2472/4885] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:43 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2414/4886] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2473/4887] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2415/4888] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2474/4889] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2416/4890] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2475/4891] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:44 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2417/4892] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2476/4893] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2418/4894] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2477/4895] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2419/4896] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2478/4897] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:45 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2420/4898] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:46 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2479/4899] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:46 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2421/4900] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:46 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2480/4901] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:46 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2422/4902] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2481/4903] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2423/4904] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:47 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2424/4905] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:47 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2482/4906] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:47 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2425/4907] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:47 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2483/4908] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2426/4909] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2484/4910] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2485/4911] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2427/4912] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2486/4913] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:48 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2428/4914] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:49 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2487/4915] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2429/4916] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:49 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2430/4917] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:50 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 7|app: 0|req: 2488/4918] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:50 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2431/4919] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:50 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2433/4922] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2490/4923] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2434/4924] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2491/4925] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2435/4926] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2492/4927] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2436/4928] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2493/4929] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:51 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2437/4930] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2494/4931] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2438/4932] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2495/4933] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&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: 2439/4934] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2496/4935] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:52 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2440/4936] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2441/4937] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2497/4938] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2442/4939] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/security-groups?id=301cef91-a1df-489e-bc78-26eb2af9fe03&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2443/4940] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2498/4941] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2444/4942] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:54.121 7 INFO neutron_taas.services.taas.taas_plugin [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-3e0458dd-ada9-4b86-9e1f-cdfab6c14cb8 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] TaaS: Handle Delete Port: 0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78 2026-05-08 06:38:54.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3e83121-9bc5-4a99-b58f-3182994ddc45 req-3e0458dd-ada9-4b86-9e1f-cdfab6c14cb8 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Tap Mirror: Handle Delete Port: 0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78 [pid: 7|app: 0|req: 2499/4943] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:38:54 2026] DELETE /v2.0/ports/0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:38:54.331 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-8165126a-9ffa-458a-b38e-92c6767c7160']: {'server_uuid': 'b43538e5-8e44-4527-96ad-b9cdf83865d1', 'name': 'network-vif-deleted', 'tag': '0bbed3fd-c6c2-4262-aae7-0a3aae3d3f78', 'status': 'failed', 'code': 422} returned with failed status [pid: 8|app: 0|req: 2445/4944] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:54 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2500/4945] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:54 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2446/4946] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:54 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&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: 2501/4947] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2447/4948] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2502/4949] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:38:55.786 8 INFO neutron_taas.services.taas.taas_plugin [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-b6bf7583-bdd0-4387-b615-f66cdb916ea6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] TaaS: Handle Delete Port: cc119c0e-c15d-4e8a-bc9b-f7ebaded1172 2026-05-08 06:38:55.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-640c0e93-ed32-4939-80a6-2f34cc97b0ae req-b6bf7583-bdd0-4387-b615-f66cdb916ea6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Tap Mirror: Handle Delete Port: cc119c0e-c15d-4e8a-bc9b-f7ebaded1172 [pid: 7|app: 0|req: 2503/4950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2504/4951] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2505/4952] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:55 2026] GET /v2.0/security-groups?id=786bbc27-ca69-477c-bb53-01040c84bf19&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2448/4953] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:38:55 2026] DELETE /v2.0/ports/cc119c0e-c15d-4e8a-bc9b-f7ebaded1172 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:38:55.993 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-7b1ca0d7-be0d-41ed-8656-a71d6387aa8d']: {'server_uuid': 'f11b82c3-0607-4e41-a76d-5a87acf5ee81', 'name': 'network-vif-deleted', 'tag': 'cc119c0e-c15d-4e8a-bc9b-f7ebaded1172', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 2506/4954] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:56 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2449/4955] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:56 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2507/4956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:56 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => 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: 2508/4957] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:56 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2450/4958] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:38:56 2026] DELETE /v2.0/security-groups/301cef91-a1df-489e-bc78-26eb2af9fe03 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:38:57.072 7 INFO neutron.api.v2.resource [None req-91b1a967-4e5a-44ae-aa20-60d65ccee861 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2509/4959] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:38:57 2026] GET /v2.0/security-groups/301cef91-a1df-489e-bc78-26eb2af9fe03 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:38:57.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f496917-0983-4fc2-94a9-d8b7a40ace98 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] TaaS: Handle Delete Port: 0e305911-d13d-4877-b6b6-7e5c86fc96ff 2026-05-08 06:38:57.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f496917-0983-4fc2-94a9-d8b7a40ace98 93a02afe48034444a7b4f36a120257e6 1b4c8f008c014202a17c0e76e3fe3f25 - - default default] Tap Mirror: Handle Delete Port: 0e305911-d13d-4877-b6b6-7e5c86fc96ff [pid: 8|app: 0|req: 2451/4960] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:38:57 2026] DELETE /v2.0/floatingips/6167803b-6c62-47c0-8e52-4826af5b292f => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2452/4961] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2453/4962] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:57 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:57.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-754e520d-e189-4bce-ac09-91869d619d24 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 21be5a6c-e395-46ad-8a6c-da9975c682f9 2026-05-08 06:38:57.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754e520d-e189-4bce-ac09-91869d619d24 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 21be5a6c-e395-46ad-8a6c-da9975c682f9 [pid: 8|app: 0|req: 2454/4963] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:58 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => 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: 2510/4964] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:38:57 2026] PUT /v2.0/routers/d155ce44-b965-4c3b-93fd-5be2c9997715/remove_router_interface => generated 310 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2455/4965] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:38:58 2026] DELETE /v2.0/security-groups/786bbc27-ca69-477c-bb53-01040c84bf19 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:38:58.270 8 INFO neutron.api.v2.resource [None req-fca3c890-d7f9-476b-b0e9-89e05dd0f5d6 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2456/4966] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:38:58 2026] GET /v2.0/security-groups/786bbc27-ca69-477c-bb53-01040c84bf19 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:38:58.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-74eb7d8b-b545-4577-bace-e79f4f95f2b5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 9e796209-2ef9-4802-ab67-53da51a7a939 2026-05-08 06:38:58.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74eb7d8b-b545-4577-bace-e79f4f95f2b5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 9e796209-2ef9-4802-ab67-53da51a7a939 2026-05-08 06:38:58.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-74eb7d8b-b545-4577-bace-e79f4f95f2b5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 736c49b4-0854-4643-a123-a8fadfaffdd9 2026-05-08 06:38:58.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74eb7d8b-b545-4577-bace-e79f4f95f2b5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 736c49b4-0854-4643-a123-a8fadfaffdd9 2026-05-08 06:38:58.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-3935d66d-4793-44af-901a-ff3836a72375 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] TaaS: Handle Delete Port: 0176b3a3-f3f8-49c2-9f46-6b9b4d7fd9f4 2026-05-08 06:38:58.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3935d66d-4793-44af-901a-ff3836a72375 8cf6533f27f04caabb53cf95ae0ab65c d7cbe38a85fd4c30abd42d75bc5f7d0f - - default default] Tap Mirror: Handle Delete Port: 0176b3a3-f3f8-49c2-9f46-6b9b4d7fd9f4 [pid: 8|app: 0|req: 2457/4967] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:38:58 2026] DELETE /v2.0/floatingips/fd495e22-78c1-4b1b-b382-787d4ddf0c57 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2458/4968] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:38:58 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2459/4969] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:38:58 2026] GET /v2.0/ports?device_id=b43538e5-8e44-4527-96ad-b9cdf83865d1 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:38:59.011 7 INFO neutron.db.l3_hamode_db [None req-74eb7d8b-b545-4577-bace-e79f4f95f2b5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 285202ea-7fd7-4038-b920-b37327444eb4 was deleted as no HA routers are present in project 1b4c8f008c014202a17c0e76e3fe3f25. 2026-05-08 06:38:59.017 7 INFO neutron.services.segments.plugin [-] Segment d1f645cc-2538-4b91-923a-8d9d0b6d310a resource provider aggregate not found [pid: 7|app: 0|req: 2511/4970] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:38:58 2026] DELETE /v2.0/routers/d155ce44-b965-4c3b-93fd-5be2c9997715 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:38:59.036 7 INFO neutron.services.segments.plugin [-] Segment d1f645cc-2538-4b91-923a-8d9d0b6d310a resource provider aggregate not found 2026-05-08 06:38:59.037 7 INFO neutron.services.segments.plugin [-] Segment d1f645cc-2538-4b91-923a-8d9d0b6d310a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f645cc-2538-4b91-923a-8d9d0b6d310a found for delete ", "request_id": "req-6992f33d-54b7-4b1b-8d7c-71b1d5bcd219"}]} 2026-05-08 06:38:59.053 7 INFO neutron.services.segments.plugin [-] Segment d1f645cc-2538-4b91-923a-8d9d0b6d310a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f645cc-2538-4b91-923a-8d9d0b6d310a found for delete ", "request_id": "req-f3050bfc-0b60-4f4c-b748-f7e2e6df07c9"}]} [pid: 7|app: 0|req: 2512/4971] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:38:59 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2513/4972] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:38:59 2026] DELETE /v2.0/subnets/9d09f5b4-642a-43bb-90f8-cdce0f32a6d2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:38:59.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad5e27f8-58b0-4174-aedb-87bc59046a71 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 179d7ead-5c4a-4445-a075-6ba41c4e4ceb 2026-05-08 06:38:59.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad5e27f8-58b0-4174-aedb-87bc59046a71 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 179d7ead-5c4a-4445-a075-6ba41c4e4ceb 2026-05-08 06:38:59.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-56b2a53c-9b5c-4ec1-9d63-06437cf6f6bf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 4c9eb4b4-5a99-497f-9ece-53b3cfa069d1 2026-05-08 06:38:59.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56b2a53c-9b5c-4ec1-9d63-06437cf6f6bf 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 4c9eb4b4-5a99-497f-9ece-53b3cfa069d1 [pid: 7|app: 0|req: 2514/4973] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:38:59 2026] DELETE /v2.0/networks/20c33579-5120-474d-835b-b8cb01963cc2 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:38:59.597 7 WARNING neutron.db.securitygroups_db [None req-4abeecde-cf57-45d2-81e5-def1a8913306 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2515/4974] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:38:59 2026] GET /v2.0/security-groups?tenant_id=1b4c8f008c014202a17c0e76e3fe3f25&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2516/4975] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:38:59 2026] DELETE /v2.0/security-groups/56479d8f-9018-4b21-9a1d-adae9e5770b7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2460/4976] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:38:58 2026] PUT /v2.0/routers/44815c9d-525d-4e2b-9877-580ff135ade3/remove_router_interface => generated 310 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:00.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe97c041-5edc-4867-8529-ed4e13ff562f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: cd1c5ab5-db01-467e-a825-970083ee640c 2026-05-08 06:39:00.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe97c041-5edc-4867-8529-ed4e13ff562f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: cd1c5ab5-db01-467e-a825-970083ee640c [pid: 8|app: 0|req: 2461/4977] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:00 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2462/4978] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:00 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:00.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe97c041-5edc-4867-8529-ed4e13ff562f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: aa2a2f97-1a81-465b-be8a-eb67d46ccfae 2026-05-08 06:39:00.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe97c041-5edc-4867-8529-ed4e13ff562f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: aa2a2f97-1a81-465b-be8a-eb67d46ccfae [pid: 8|app: 0|req: 2463/4979] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:39:00 2026] GET /v2.0/ports?device_id=f11b82c3-0607-4e41-a76d-5a87acf5ee81 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:00.611 7 INFO neutron.db.l3_hamode_db [None req-fe97c041-5edc-4867-8529-ed4e13ff562f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network f3482a58-bf09-4583-aeda-884c87a94f4a was deleted as no HA routers are present in project d7cbe38a85fd4c30abd42d75bc5f7d0f. [pid: 7|app: 0|req: 2517/4980] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:38:59 2026] DELETE /v2.0/routers/44815c9d-525d-4e2b-9877-580ff135ade3 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2464/4981] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:00 2026] DELETE /v2.0/subnets/a48c862b-89cb-4d79-8d92-1169d059c9df => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:00.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-216e7d53-a2dd-45f4-a66f-0c1496f3f903 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 632c7625-3769-4133-ad1b-db2fab85c0ca 2026-05-08 06:39:00.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216e7d53-a2dd-45f4-a66f-0c1496f3f903 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 632c7625-3769-4133-ad1b-db2fab85c0ca [pid: 7|app: 0|req: 2518/4982] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:00 2026] DELETE /v2.0/networks/73389426-f1b7-4c93-a59b-dbf4e0c7f30a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:01.058 7 INFO neutron.services.segments.plugin [-] Segment 471fa2a6-850f-47b5-abee-b9a7ce961fb5 resource provider aggregate not found 2026-05-08 06:39:01.074 7 INFO neutron.services.segments.plugin [-] Segment 471fa2a6-850f-47b5-abee-b9a7ce961fb5 resource provider aggregate not found 2026-05-08 06:39:01.077 7 INFO neutron.services.segments.plugin [-] Segment 471fa2a6-850f-47b5-abee-b9a7ce961fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471fa2a6-850f-47b5-abee-b9a7ce961fb5 found for delete ", "request_id": "req-1c9da4ce-cf5e-4ad9-a04c-c6ff4e94b3d6"}]} 2026-05-08 06:39:01.092 7 INFO neutron.services.segments.plugin [-] Segment 471fa2a6-850f-47b5-abee-b9a7ce961fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471fa2a6-850f-47b5-abee-b9a7ce961fb5 found for delete ", "request_id": "req-fd53e372-9628-43ef-8d1c-164a7b4d21f5"}]} 2026-05-08 06:39:01.094 7 INFO neutron.services.segments.plugin [-] Segment 38825d21-7a4a-4995-ab65-2f6934595f6b resource provider aggregate not found 2026-05-08 06:39:01.109 7 INFO neutron.services.segments.plugin [-] Segment 38825d21-7a4a-4995-ab65-2f6934595f6b resource provider aggregate not found 2026-05-08 06:39:01.114 7 INFO neutron.services.segments.plugin [-] Segment 38825d21-7a4a-4995-ab65-2f6934595f6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38825d21-7a4a-4995-ab65-2f6934595f6b found for delete ", "request_id": "req-c88c6da9-4768-4023-908e-24ca0d41b01f"}]} 2026-05-08 06:39:01.129 7 INFO neutron.services.segments.plugin [-] Segment 38825d21-7a4a-4995-ab65-2f6934595f6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38825d21-7a4a-4995-ab65-2f6934595f6b found for delete ", "request_id": "req-dd7f93a7-74be-4935-9dce-87ffd4bfe20d"}]} 2026-05-08 06:39:01.135 7 INFO neutron.services.segments.plugin [-] Segment 3d740279-9a0d-4bab-a1f9-04b4eb28b288 resource provider aggregate not found 2026-05-08 06:39:01.149 7 INFO neutron.services.segments.plugin [-] Segment 3d740279-9a0d-4bab-a1f9-04b4eb28b288 resource provider aggregate not found 2026-05-08 06:39:01.154 7 INFO neutron.services.segments.plugin [-] Segment 3d740279-9a0d-4bab-a1f9-04b4eb28b288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d740279-9a0d-4bab-a1f9-04b4eb28b288 found for delete ", "request_id": "req-880f3365-fa34-4f13-b3fc-e92c9c1257db"}]} 2026-05-08 06:39:01.165 7 INFO neutron.services.segments.plugin [-] Segment 3d740279-9a0d-4bab-a1f9-04b4eb28b288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d740279-9a0d-4bab-a1f9-04b4eb28b288 found for delete ", "request_id": "req-6b76a7c8-3937-4610-bd84-022d92aba5ab"}]} 2026-05-08 06:39:01.199 8 WARNING neutron.db.securitygroups_db [None req-77445765-99d5-46d6-b4d9-34f5f78a9d80 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2465/4983] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:01 2026] GET /v2.0/security-groups?tenant_id=d7cbe38a85fd4c30abd42d75bc5f7d0f&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2466/4984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:01 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2519/4985] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:01 2026] DELETE /v2.0/security-groups/135f9482-a56a-4a6e-9a5b-19b428b3bd57 => 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: 2467/4986] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:01 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2520/4987] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:02 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2468/4988] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:02 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2521/4989] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:03 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2469/4990] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:03 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2522/4991] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:04 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2470/4992] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:04 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:05.508 7 WARNING neutron.db.securitygroups_db [None req-8ff61fc0-d3ea-4459-aaf8-4fa8aac0b648 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2523/4995] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:05 2026] GET /v2.0/security-groups?tenant_id=1f254412a6634b9aa45dd360fff226d1&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2473/4996] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:05 2026] DELETE /v2.0/security-groups/0e8c2654-d955-40ba-944f-182a940ac689 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:05.780 7 WARNING neutron.db.securitygroups_db [None req-a5e0cae9-a13d-45ba-9933-aed5b70e0f16 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:39:05.876 8 WARNING neutron.db.securitygroups_db [None req-210b28c2-7326-42fe-bbd0-74b7542acb09 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2524/4997] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:05 2026] GET /v2.0/security-groups?tenant_id=9059590b29ab424d86611f66127d4176&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2474/4998] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:05 2026] GET /v2.0/security-groups?tenant_id=7db815aa4cd44259b1edc5ec3dd5b536&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2525/4999] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:05 2026] DELETE /v2.0/security-groups/249c1b4a-cacf-406e-9a00-ed3b1340d731 => 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: 2475/5000] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:06 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2476/5001] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:06 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2526/5002] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:06 2026] DELETE /v2.0/security-groups/db6a3e3c-347c-453a-9726-9816257dbe82 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:06.193 8 WARNING neutron.db.securitygroups_db [None req-0682ba61-2e39-4d65-b4ab-d0604d8e6a72 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2477/5003] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:06 2026] GET /v2.0/security-groups?tenant_id=bb5cb34d452442f1a001021c88c3b170&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2527/5004] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:06 2026] DELETE /v2.0/security-groups/5f6cfcf9-c1f0-449f-a1fe-0d4d7f5de421 => 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: 2478/5005] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:07 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2528/5006] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:07 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2479/5007] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:08 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2529/5008] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:08 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:08.576 8 WARNING neutron.db.securitygroups_db [None req-a2c7c818-9447-4637-86fb-1e0cbac93571 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2480/5009] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:08 2026] GET /v2.0/security-groups?tenant_id=f34000b26f614f95a1b1cf1c7c5b6c9d&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2530/5010] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:08 2026] DELETE /v2.0/security-groups/154e6478-255c-4302-ad28-c77619a5a1d4 => 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: 2481/5011] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:09 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2531/5012] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:09 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:10.212 8 WARNING neutron.db.securitygroups_db [None req-bf235170-9f66-4496-b505-3240e2585fc3 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2482/5013] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:10 2026] GET /v2.0/security-groups?tenant_id=527d5ae30fb74b0ab2b218fc4a87e858&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2532/5014] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:10 2026] DELETE /v2.0/security-groups/4f81655a-40e3-4a65-8e9e-964df3ac7e0b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:10.590 8 WARNING neutron.db.securitygroups_db [None req-e72c01b1-5a91-436d-bfbb-7b1e4f5d8006 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2483/5015] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:10 2026] GET /v2.0/security-groups?tenant_id=9276ef4ec8734094ae3d7ffb5cbec01e&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: 2533/5016] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:10 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2534/5017] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:10 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2484/5018] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:10 2026] DELETE /v2.0/security-groups/27ef0725-61f2-4a2a-a2d5-8eb85979e350 => 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: 2535/5019] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:11 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2485/5020] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:11 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2536/5021] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:12 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2486/5022] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:13 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:14.063 7 WARNING neutron.db.securitygroups_db [None req-84d46b41-c8f4-4fef-9171-a3ac0387598e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2537/5023] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:13 2026] GET /v2.0/security-groups?tenant_id=f29e09e137f54bc7bcfc6b6a5f28d062&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2487/5024] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:14 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2488/5025] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:14 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2538/5026] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:14 2026] DELETE /v2.0/security-groups/0ffbe526-63be-4e30-be87-47f87f212606 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:14.538 8 WARNING neutron.db.securitygroups_db [None req-8ebf2638-28e2-40c1-998f-94d5c5e3cb77 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2489/5027] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:14 2026] GET /v2.0/security-groups?tenant_id=7a60c81d48c24d9f990cd70cc4a571af&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2539/5028] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:14 2026] DELETE /v2.0/security-groups/67c4192a-b359-4e9a-ac07-e805ce95ddb7 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:14.823 8 WARNING neutron.db.securitygroups_db [None req-a925725a-42ec-48ab-a6b0-ccbeb4655037 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2490/5029] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:14 2026] GET /v2.0/security-groups?tenant_id=bc6aa38f6e24425a89ca21d443582afc&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2540/5030] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:14 2026] DELETE /v2.0/security-groups/6fae066b-1229-4e6f-9101-c237b22d1ae7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2491/5031] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:15 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2541/5032] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:15 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:16.340 8 INFO neutron.db.segments_db [None req-e2f2ab9e-751a-4820-8b31-c8e4269f16b1 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Added segment f1df036a-fba7-4fd4-95c2-a001856d4932 of type vxlan for network 3b96255e-acbc-4d96-a36e-8dfe26d7194d [pid: 8|app: 0|req: 2492/5033] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:16 2026] POST /v2.0/networks => generated 644 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2493/5034] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:16 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2494/5035] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:16 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2542/5036] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:16 2026] POST /v2.0/ports => generated 775 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:16.784 8 INFO neutron.db.segments_db [None req-fc902b6a-ab00-499b-a8c2-079e0b8bdc24 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Added segment ceb25b1e-0c68-4e2b-b12f-be7c058991c5 of type vxlan for network 01218917-2f79-4844-b660-79a19ddfa7c6 [pid: 8|app: 0|req: 2495/5037] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:16 2026] POST /v2.0/networks => generated 632 bytes in 134 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: 2543/5038] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:16 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2496/5039] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:17 2026] POST /v2.0/ports => generated 949 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:39:17.493 7 WARNING neutron.db.securitygroups_db [None req-bdee7798-f1d9-46c9-a8ff-5f62c9860a75 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:39:17.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccdf8bad-a123-43ff-9660-79206eb269f8 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] TaaS: Handle Delete Port: 899dcdc5-5895-4de4-bdb0-917a1d08ed17 2026-05-08 06:39:17.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccdf8bad-a123-43ff-9660-79206eb269f8 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Tap Mirror: Handle Delete Port: 899dcdc5-5895-4de4-bdb0-917a1d08ed17 [pid: 7|app: 0|req: 2544/5040] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:17 2026] GET /v2.0/security-groups?tenant_id=998e2a455ece461fa2817834db026850&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2497/5041] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:17 2026] DELETE /v2.0/ports/899dcdc5-5895-4de4-bdb0-917a1d08ed17 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:17.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-036883ff-3e0b-45ce-9aa1-fe1ad9171289 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2498/5042] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:17 2026] DELETE /v2.0/ports/899dcdc5-5895-4de4-bdb0-917a1d08ed17 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2545/5043] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:17 2026] DELETE /v2.0/security-groups/44163f17-a785-48e9-8f10-7591f9710b79 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:17.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddf0d612-8d83-47a0-95cc-006febd203d0 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2546/5044] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:17 2026] GET /v2.0/ports/899dcdc5-5895-4de4-bdb0-917a1d08ed17 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2499/5045] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:17 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2500/5046] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:17 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2547/5047] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:17 2026] DELETE /v2.0/subnets/c96de943-f77b-4261-8279-277e55b1e410 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:18.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-60592d8a-b769-4f4c-b37b-3db9eb2a1c76 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] TaaS: Handle Delete Port: 99fe2b49-47ce-4876-8dbe-d9b4d3933884 2026-05-08 06:39:18.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60592d8a-b769-4f4c-b37b-3db9eb2a1c76 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Tap Mirror: Handle Delete Port: 99fe2b49-47ce-4876-8dbe-d9b4d3933884 [pid: 8|app: 0|req: 2501/5048] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:17 2026] DELETE /v2.0/networks/01218917-2f79-4844-b660-79a19ddfa7c6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:18.338 7 INFO neutron.db.segments_db [None req-3588b788-8fc1-46bb-ad22-c434ac2ae2fd 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Added segment 8bdb90fa-625a-44fb-bc27-da010240bf5d of type vxlan for network a7945052-e153-4073-ad8f-fd063f06c27f 2026-05-08 06:39:18.429 8 INFO neutron.services.segments.plugin [-] Segment ceb25b1e-0c68-4e2b-b12f-be7c058991c5 resource provider aggregate not found [pid: 7|app: 0|req: 2548/5049] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:18 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:18.441 8 INFO neutron.services.segments.plugin [-] Segment ceb25b1e-0c68-4e2b-b12f-be7c058991c5 resource provider aggregate not found 2026-05-08 06:39:18.453 8 INFO neutron.services.segments.plugin [-] Segment ceb25b1e-0c68-4e2b-b12f-be7c058991c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb25b1e-0c68-4e2b-b12f-be7c058991c5 found for delete ", "request_id": "req-e8aaa7f5-e1a4-414e-a583-70fc0fd8f64e"}]} 2026-05-08 06:39:18.459 8 INFO neutron.services.segments.plugin [-] Segment ceb25b1e-0c68-4e2b-b12f-be7c058991c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb25b1e-0c68-4e2b-b12f-be7c058991c5 found for delete ", "request_id": "req-6eafe1b3-2f78-431c-99ca-0e4920a75ccf"}]} [pid: 8|app: 0|req: 2502/5050] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:18 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2503/5051] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:18 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2504/5052] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:18 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2549/5053] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:18 2026] POST /v2.0/ports => generated 912 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:19.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca16eb2f-1a87-4ebc-99de-e32a30f61725 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] TaaS: Handle Delete Port: c71c7134-13a4-4cef-b8b1-d86cabf40c5b 2026-05-08 06:39:19.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca16eb2f-1a87-4ebc-99de-e32a30f61725 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Tap Mirror: Handle Delete Port: c71c7134-13a4-4cef-b8b1-d86cabf40c5b [pid: 8|app: 0|req: 2505/5054] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:19 2026] DELETE /v2.0/ports/c71c7134-13a4-4cef-b8b1-d86cabf40c5b => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:19.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-547c6d6b-9d84-4934-a74c-5b5dc790412b 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2550/5055] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/ports/c71c7134-13a4-4cef-b8b1-d86cabf40c5b => 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: 2551/5056] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:19 2026] DELETE /v2.0/subnets/0c972e5a-23f8-4129-bd5e-cd2511350a5e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2506/5057] 10.0.0.224 () {32 vars in 653 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions => generated 22222 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2507/5058] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:19 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: 8|app: 0|req: 2508/5059] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:19 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: 2509/5060] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2510/5061] 10.0.0.224 () {32 vars in 665 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2511/5062] 10.0.0.224 () {32 vars in 699 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2512/5063] 10.0.0.224 () {32 vars in 697 bytes} [Fri May 8 06:39:19 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: 2513/5064] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2514/5065] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2515/5066] 10.0.0.224 () {32 vars in 703 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2516/5067] 10.0.0.224 () {32 vars in 693 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2517/5068] 10.0.0.224 () {32 vars in 695 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2518/5069] 10.0.0.224 () {32 vars in 685 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:19.597 7 INFO neutron.services.segments.plugin [-] Segment 8bdb90fa-625a-44fb-bc27-da010240bf5d resource provider aggregate not found 2026-05-08 06:39:19.603 7 INFO neutron.services.segments.plugin [-] Segment 8bdb90fa-625a-44fb-bc27-da010240bf5d resource provider aggregate not found [pid: 8|app: 0|req: 2519/5070] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2520/5071] 10.0.0.224 () {32 vars in 661 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:19.620 7 INFO neutron.services.segments.plugin [-] Segment 8bdb90fa-625a-44fb-bc27-da010240bf5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bdb90fa-625a-44fb-bc27-da010240bf5d found for delete ", "request_id": "req-77bf5bd5-7015-4c77-9c9b-efd5ce4c15f3"}]} [pid: 8|app: 0|req: 2521/5072] 10.0.0.224 () {32 vars in 699 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:19.622 7 INFO neutron.services.segments.plugin [-] Segment 8bdb90fa-625a-44fb-bc27-da010240bf5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bdb90fa-625a-44fb-bc27-da010240bf5d found for delete ", "request_id": "req-bfa512d0-8c82-419a-b7b0-1b63ee529d03"}]} [pid: 7|app: 0|req: 2552/5073] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:19 2026] DELETE /v2.0/networks/a7945052-e153-4073-ad8f-fd063f06c27f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2522/5074] 10.0.0.224 () {32 vars in 679 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2553/5075] 10.0.0.224 () {32 vars in 683 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2554/5076] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2555/5077] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2556/5078] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/filter-validation => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2557/5079] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2558/5080] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2559/5081] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2560/5082] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2561/5083] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2562/5084] 10.0.0.224 () {32 vars in 699 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2563/5085] 10.0.0.224 () {32 vars in 679 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2564/5086] 10.0.0.224 () {32 vars in 667 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2565/5087] 10.0.0.224 () {32 vars in 677 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2566/5088] 10.0.0.224 () {32 vars in 665 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2567/5089] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2568/5090] 10.0.0.224 () {32 vars in 713 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2569/5091] 10.0.0.224 () {32 vars in 691 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2570/5092] 10.0.0.224 () {32 vars in 683 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/multi-provider => 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: 2571/5093] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2572/5094] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:19 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: 2573/5095] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2574/5096] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:19 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: 2575/5097] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2576/5098] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2577/5099] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2578/5100] 10.0.0.224 () {32 vars in 693 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2579/5101] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:19 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: 2580/5102] 10.0.0.224 () {32 vars in 709 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2581/5103] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:19 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: 7|app: 0|req: 2582/5104] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2583/5105] 10.0.0.224 () {32 vars in 697 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2584/5106] 10.0.0.224 () {32 vars in 711 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2523/5107] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:19 2026] POST /v2.0/ports => generated 775 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2585/5108] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 2524/5109] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2525/5110] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2526/5111] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2527/5112] 10.0.0.224 () {32 vars in 671 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2528/5113] 10.0.0.224 () {32 vars in 661 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2529/5114] 10.0.0.224 () {32 vars in 699 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2530/5115] 10.0.0.224 () {32 vars in 699 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2531/5116] 10.0.0.224 () {32 vars in 677 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2532/5117] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-fip => 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: 2533/5118] 10.0.0.224 () {32 vars in 683 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2534/5119] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2535/5120] 10.0.0.224 () {32 vars in 685 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2536/5121] 10.0.0.224 () {32 vars in 707 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2537/5122] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2538/5123] 10.0.0.224 () {32 vars in 697 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2539/5124] 10.0.0.224 () {32 vars in 695 bytes} [Fri May 8 06:39:20 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: 2540/5125] 10.0.0.224 () {32 vars in 685 bytes} [Fri May 8 06:39:20 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: 2541/5126] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:20 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: 7|app: 0|req: 2586/5127] 10.0.0.224 () {34 vars in 737 bytes} [Fri May 8 06:39:19 2026] PUT /v2.0/ports/57c2059e-6fa6-47b3-8a45-a8a22c17e193 => generated 752 bytes in 163 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: 2587/5128] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2542/5129] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2543/5130] 10.0.0.224 () {32 vars in 667 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2544/5131] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2545/5132] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:20.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-882e89e4-289a-43ac-b1d9-859bb8a43b29 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] TaaS: Handle Delete Port: 57c2059e-6fa6-47b3-8a45-a8a22c17e193 2026-05-08 06:39:20.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-882e89e4-289a-43ac-b1d9-859bb8a43b29 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Tap Mirror: Handle Delete Port: 57c2059e-6fa6-47b3-8a45-a8a22c17e193 [pid: 8|app: 0|req: 2546/5133] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/rbac-policies => 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: 2547/5134] 10.0.0.224 () {32 vars in 691 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2548/5135] 10.0.0.224 () {32 vars in 691 bytes} [Fri May 8 06:39:20 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: 2549/5136] 10.0.0.224 () {32 vars in 695 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2550/5137] 10.0.0.224 () {32 vars in 685 bytes} [Fri May 8 06:39:20 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: 2551/5138] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2552/5139] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2553/5140] 10.0.0.224 () {32 vars in 703 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2554/5141] 10.0.0.224 () {32 vars in 713 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2555/5142] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:20 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: 2556/5143] 10.0.0.224 () {32 vars in 715 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2588/5144] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/ports/57c2059e-6fa6-47b3-8a45-a8a22c17e193 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2557/5145] 10.0.0.224 () {32 vars in 727 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2558/5146] 10.0.0.224 () {32 vars in 741 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2559/5147] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2560/5148] 10.0.0.224 () {32 vars in 683 bytes} [Fri May 8 06:39:20 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: 2561/5149] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:20 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: 7|app: 0|req: 2589/5150] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2562/5151] 10.0.0.224 () {32 vars in 719 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2563/5152] 10.0.0.224 () {32 vars in 679 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:20.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6895c01c-847c-4cec-ac55-a641fdd55bc2 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2590/5153] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/ports/57c2059e-6fa6-47b3-8a45-a8a22c17e193 => 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: 2564/5154] 10.0.0.224 () {32 vars in 669 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2565/5155] 10.0.0.224 () {32 vars in 697 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2566/5156] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:20 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: 7|app: 0|req: 2591/5157] 10.0.0.224 () {32 vars in 643 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2567/5158] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2568/5159] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:20 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: 2569/5160] 10.0.0.224 () {32 vars in 683 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2570/5161] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2571/5162] 10.0.0.224 () {32 vars in 695 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2572/5163] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2592/5164] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/ports/4561f9ad-f576-452e-b72d-366a61b656e9 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2573/5165] 10.0.0.224 () {32 vars in 697 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2574/5166] 10.0.0.224 () {32 vars in 679 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:20.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a634aafd-4a4b-49a6-8621-ddce07b4d3c3 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2593/5167] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/ports/c71c7134-13a4-4cef-b8b1-d86cabf40c5b => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2575/5168] 10.0.0.224 () {32 vars in 689 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2576/5169] 10.0.0.224 () {32 vars in 701 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:20.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5290802e-60af-4632-b820-5af83972b2d3 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2594/5170] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/subnets/0c972e5a-23f8-4129-bd5e-cd2511350a5e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2577/5171] 10.0.0.224 () {32 vars in 665 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2578/5172] 10.0.0.224 () {32 vars in 681 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:20.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-291aab47-c136-49bb-b0a5-8966816469a4 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2595/5173] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/subnets/c96de943-f77b-4261-8279-277e55b1e410 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2579/5174] 10.0.0.224 () {32 vars in 677 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2580/5175] 10.0.0.224 () {32 vars in 693 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2581/5176] 10.0.0.224 () {32 vars in 677 bytes} [Fri May 8 06:39:20 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: 2582/5177] 10.0.0.224 () {32 vars in 667 bytes} [Fri May 8 06:39:20 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: 2585/5180] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:39:20 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: 2586/5181] 10.0.0.224 () {32 vars in 675 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2587/5182] 10.0.0.224 () {32 vars in 705 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2588/5183] 10.0.0.224 () {32 vars in 687 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:20.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-90405543-0ab4-41ed-b1f2-31476f10d750 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] TaaS: Handle Delete Port: 4561f9ad-f576-452e-b72d-366a61b656e9 2026-05-08 06:39:20.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90405543-0ab4-41ed-b1f2-31476f10d750 59979afacf1e46ab98fe5e05f6d785ab 134d5df785124dc7a40f108e8909bf20 - - default default] Tap Mirror: Handle Delete Port: 4561f9ad-f576-452e-b72d-366a61b656e9 [pid: 7|app: 0|req: 2596/5184] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/ports/4561f9ad-f576-452e-b72d-366a61b656e9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:20.695 8 INFO neutron.services.segments.plugin [-] Segment f1df036a-fba7-4fd4-95c2-a001856d4932 resource provider aggregate not found 2026-05-08 06:39:20.699 8 INFO neutron.services.segments.plugin [-] Segment f1df036a-fba7-4fd4-95c2-a001856d4932 resource provider aggregate not found 2026-05-08 06:39:20.713 8 INFO neutron.services.segments.plugin [-] Segment f1df036a-fba7-4fd4-95c2-a001856d4932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1df036a-fba7-4fd4-95c2-a001856d4932 found for delete ", "request_id": "req-d656cc28-2074-48bb-94a4-b5d728d4b72a"}]} 2026-05-08 06:39:20.716 8 INFO neutron.services.segments.plugin [-] Segment f1df036a-fba7-4fd4-95c2-a001856d4932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1df036a-fba7-4fd4-95c2-a001856d4932 found for delete ", "request_id": "req-c818d246-2b8f-4b53-b794-1f12fe007e71"}]} [pid: 8|app: 0|req: 2589/5185] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:20 2026] DELETE /v2.0/networks/3b96255e-acbc-4d96-a36e-8dfe26d7194d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:21.093 7 WARNING neutron.db.securitygroups_db [None req-18c638eb-a631-428e-b707-d69f463dcdac 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2597/5186] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:20 2026] GET /v2.0/security-groups?tenant_id=c970f3e33b7b47d48bf40b9d5e1232b7&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:39:21.231 8 WARNING neutron.db.securitygroups_db [None req-54623a9e-67b5-406c-b140-b8016eecd50a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2590/5187] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:21 2026] GET /v2.0/security-groups?tenant_id=134d5df785124dc7a40f108e8909bf20&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2591/5188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:21 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2598/5189] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:21 2026] DELETE /v2.0/security-groups/cad79f16-f0b0-44ec-88be-4a4941a88300 => 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: 2599/5190] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:21 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2592/5191] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:21 2026] DELETE /v2.0/security-groups/cc70f923-2904-4a63-8f45-2ddf54dc8978 => 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: 2600/5192] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:22 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2593/5193] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:22 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:23.232 7 INFO neutron.db.segments_db [None req-ea51ead9-39c6-441c-aa4b-b74e181edf63 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Added segment d1a81250-0d26-4cce-8d66-509733753409 of type vxlan for network 18240f45-465d-4c40-adad-6847e3ceccdc 2026-05-08 06:39:23.261 8 INFO neutron.db.segments_db [None req-363599b5-6669-44ba-be18-f21823d2ceb4 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment fa1f3b77-6089-47e1-90ba-bef1826e10e4 of type vxlan for network 6a322380-628d-441e-a8af-23f62be8a977 [pid: 7|app: 0|req: 2601/5194] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:22 2026] POST /v2.0/networks => generated 650 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2594/5195] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/networks => generated 634 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:23.396 8 INFO neutron.db.segments_db [None req-013b0aac-7d8a-42de-8ed7-e3674cc0430e eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment 9c107000-7b7b-4563-9ff3-acc402bf9a28 of type vxlan for network 3cec2367-f54f-4840-bf23-ed3753f82587 [pid: 8|app: 0|req: 2595/5196] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/networks => generated 633 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2602/5197] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/subnets => generated 627 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2603/5198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:23 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:23.670 7 INFO neutron.db.segments_db [None req-86bb0027-17f0-4a7d-9f05-631e2bd471ea 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Added segment a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c of type vxlan for network c7715f2f-b5bc-49e8-84e8-d5c41de1c8e8 [pid: 8|app: 0|req: 2596/5199] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2597/5200] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:23 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:23.875 7 INFO neutron.db.l3_hamode_db [None req-86bb0027-17f0-4a7d-9f05-631e2bd471ea 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2598/5201] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/subnets => generated 655 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:23.981 8 INFO neutron.db.segments_db [None req-d5ee2431-5e93-4d09-8604-c1097b367f51 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment e2aff537-7e40-4d3c-a565-86be7eecf70b of type vxlan for network e1f4f821-fd45-4abd-8dd5-4b1267817ec8 2026-05-08 06:39:24.227 8 INFO neutron.db.l3_hamode_db [None req-d5ee2431-5e93-4d09-8604-c1097b367f51 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:39:24.354 8 INFO neutron.db.l3_hamode_db [None req-d5ee2431-5e93-4d09-8604-c1097b367f51 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:39:24.552 7 INFO neutron.db.l3_hamode_db [None req-86bb0027-17f0-4a7d-9f05-631e2bd471ea 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2599/5202] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/routers => generated 510 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2600/5203] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:24 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2604/5204] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:23 2026] POST /v2.0/routers => generated 694 bytes in 1838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2605/5205] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:25 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2601/5206] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:25 2026] PUT /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7/add_router_interface => generated 310 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2602/5207] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:26 2026] GET /v2.0/ports/d218bad3-c058-4cbb-9df0-aa5e6d329125 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2606/5208] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:25 2026] PUT /v2.0/routers/18dbee6e-d63f-4632-8b34-9c30832e4311/add_router_interface => generated 310 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2607/5209] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:26 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2603/5210] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:26 2026] PUT /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7/add_router_interface => generated 310 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2604/5211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:27 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2605/5212] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:27 2026] GET /v2.0/ports/10d00ff6-72d8-4042-afb6-ee3517eaf946 => generated 967 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2608/5213] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:26 2026] POST /v2.0/ports => generated 959 bytes in 316 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-08 06:39:27.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c352152-6ddc-4299-aed4-2addf9f9eb12 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 10d00ff6-72d8-4042-afb6-ee3517eaf946 2026-05-08 06:39:27.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c352152-6ddc-4299-aed4-2addf9f9eb12 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 10d00ff6-72d8-4042-afb6-ee3517eaf946 [pid: 7|app: 0|req: 2609/5214] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:27 2026] POST /v2.0/ports => generated 958 bytes in 346 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: 2606/5215] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:27 2026] PUT /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7/remove_router_interface => generated 310 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:28.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cfc3898-0342-4236-a482-7a05b6dbe649 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: d218bad3-c058-4cbb-9df0-aa5e6d329125 2026-05-08 06:39:28.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cfc3898-0342-4236-a482-7a05b6dbe649 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: d218bad3-c058-4cbb-9df0-aa5e6d329125 [pid: 8|app: 0|req: 2607/5216] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:27 2026] PUT /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7/remove_router_interface => generated 310 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2608/5217] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:28 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2609/5218] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:28 2026] GET /v2.0/ports?device_id=e48bff1e-cc5b-455b-b897-23f01f6fcdd7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:28.679 7 INFO neutron.db.l3_db [None req-a64e84b0-3f75-40d4-89fe-3627f24e3bac 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Floating IP ba9beeb5-c153-4e3f-a39f-94deff59c15b associated. External IP: 10.96.250.212, port: b6c8213e-494d-4b1f-8f97-aac056f234e3. [pid: 8|app: 0|req: 2610/5219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:28 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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-08 06:39:28.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-da2d6290-5997-4871-b8cb-11d01f43394a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 180fd5be-7205-43cf-9e19-7ee3c91a2f5a 2026-05-08 06:39:28.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da2d6290-5997-4871-b8cb-11d01f43394a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 180fd5be-7205-43cf-9e19-7ee3c91a2f5a [pid: 7|app: 0|req: 2610/5220] 10.0.0.224 () {34 vars in 677 bytes} [Fri May 8 06:39:27 2026] POST /v2.0/floatingips => generated 842 bytes in 1425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:29.031 7 INFO neutron.db.l3_db [None req-235926aa-863e-46bf-aca5-5b709c4b8874 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Floating IP ba9beeb5-c153-4e3f-a39f-94deff59c15b disassociated. External IP: 10.96.250.212, port: b6c8213e-494d-4b1f-8f97-aac056f234e3. 2026-05-08 06:39:29.196 8 INFO neutron.services.segments.plugin [-] Segment e2aff537-7e40-4d3c-a565-86be7eecf70b resource provider aggregate not found 2026-05-08 06:39:29.201 8 INFO neutron.services.segments.plugin [-] Segment e2aff537-7e40-4d3c-a565-86be7eecf70b resource provider aggregate not found 2026-05-08 06:39:29.214 8 INFO neutron.services.segments.plugin [-] Segment e2aff537-7e40-4d3c-a565-86be7eecf70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aff537-7e40-4d3c-a565-86be7eecf70b found for delete ", "request_id": "req-2cf08798-93bf-4995-91fd-8bce93da6aed"}]} 2026-05-08 06:39:29.220 8 INFO neutron.services.segments.plugin [-] Segment e2aff537-7e40-4d3c-a565-86be7eecf70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aff537-7e40-4d3c-a565-86be7eecf70b found for delete ", "request_id": "req-30ae9338-650a-46e6-ba98-325f26fb0f61"}]} 2026-05-08 06:39:29.230 8 INFO neutron.db.l3_hamode_db [None req-da2d6290-5997-4871-b8cb-11d01f43394a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] HA network e1f4f821-fd45-4abd-8dd5-4b1267817ec8 was deleted as no HA routers are present in project 7a5ae1deb69e40259a82523ed22390c2. [pid: 8|app: 0|req: 2611/5221] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:28 2026] DELETE /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7 => 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: 2611/5222] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:39:28 2026] PUT /v2.0/floatingips/ba9beeb5-c153-4e3f-a39f-94deff59c15b => generated 552 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2612/5223] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:29 2026] DELETE /v2.0/subnets/ea66d7ec-e6c1-480c-96ea-3b8c3014d2bd => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:29.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-71169161-b1a0-4cef-8916-52be3cda5494 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: 04646d60-2c15-49ad-ae7d-357f43b562d8 2026-05-08 06:39:29.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71169161-b1a0-4cef-8916-52be3cda5494 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: 04646d60-2c15-49ad-ae7d-357f43b562d8 [pid: 8|app: 0|req: 2613/5224] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:29 2026] DELETE /v2.0/subnets/5f5e5e2d-7e65-4e5f-a2c4-817d0b1ebe00 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2612/5225] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:39:29 2026] DELETE /v2.0/floatingips/ba9beeb5-c153-4e3f-a39f-94deff59c15b => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2614/5226] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:29 2026] DELETE /v2.0/networks/3cec2367-f54f-4840-bf23-ed3753f82587 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:29.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-61671c6c-ef41-4229-83cb-ea12e6cdcc48 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: b71ff2b8-9736-405d-ba18-59083ff69215 2026-05-08 06:39:29.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61671c6c-ef41-4229-83cb-ea12e6cdcc48 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: b71ff2b8-9736-405d-ba18-59083ff69215 [pid: 8|app: 0|req: 2615/5227] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:29 2026] DELETE /v2.0/networks/6a322380-628d-441e-a8af-23f62be8a977 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2616/5228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:29 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:30.009 8 INFO neutron.db.segments_db [None req-a292b320-a1b3-415b-8dfa-5d44bf40f40c eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment b83e2210-fcd9-4296-a17c-dd330dd32c4a of type vxlan for network 8bbcabaa-0e7a-453a-a87d-02cf2416fa01 [pid: 8|app: 0|req: 2617/5229] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:29 2026] POST /v2.0/networks => generated 634 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2618/5230] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:30 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:30.263 7 INFO neutron.db.l3_db [None req-15947bdb-a6a9-491f-aed7-5488cf75acde 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Floating IP afdbb8c5-1bb7-4b2a-9039-e950e4df7017 associated. External IP: 10.96.250.207, port: b1a8db2f-81ae-4aa9-aac9-c64f0f5b31e2. [pid: 8|app: 0|req: 2619/5231] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:30 2026] POST /v2.0/subnets => generated 646 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:30.339 8 INFO neutron.db.segments_db [None req-a7949aa9-7283-4d88-bc12-0a859194b0ba eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment 83fad500-8613-4fe2-838c-74b5ed06b187 of type vxlan for network 7268a40b-8c9c-4611-baeb-0fa84faba3e4 2026-05-08 06:39:30.538 8 INFO neutron.db.l3_hamode_db [None req-a7949aa9-7283-4d88-bc12-0a859194b0ba eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2613/5232] 10.0.0.224 () {34 vars in 677 bytes} [Fri May 8 06:39:29 2026] POST /v2.0/floatingips => generated 843 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2614/5233] 10.0.0.224 () {32 vars in 729 bytes} [Fri May 8 06:39:30 2026] GET /v2.0/floatingips/afdbb8c5-1bb7-4b2a-9039-e950e4df7017 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:30.660 8 INFO neutron.db.l3_hamode_db [None req-a7949aa9-7283-4d88-bc12-0a859194b0ba eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2615/5234] 10.0.0.224 () {32 vars in 655 bytes} [Fri May 8 06:39:30 2026] GET /v2.0/floatingips => generated 846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:31.012 7 INFO neutron.db.l3_db [None req-5b59b26b-c84e-440d-88a0-2e7d0c35323b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Floating IP afdbb8c5-1bb7-4b2a-9039-e950e4df7017 associated. External IP: 10.96.250.207, port: b1a8db2f-81ae-4aa9-aac9-c64f0f5b31e2. [pid: 8|app: 0|req: 2620/5235] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:30 2026] POST /v2.0/routers => generated 511 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2621/5236] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:31 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:31.238 8 INFO neutron.services.segments.plugin [-] Segment 9c107000-7b7b-4563-9ff3-acc402bf9a28 resource provider aggregate not found 2026-05-08 06:39:31.243 8 INFO neutron.services.segments.plugin [-] Segment 9c107000-7b7b-4563-9ff3-acc402bf9a28 resource provider aggregate not found 2026-05-08 06:39:31.259 8 INFO neutron.services.segments.plugin [-] Segment 9c107000-7b7b-4563-9ff3-acc402bf9a28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c107000-7b7b-4563-9ff3-acc402bf9a28 found for delete ", "request_id": "req-3d7357b1-af44-47f7-ab64-0807f52b84c6"}]} 2026-05-08 06:39:31.268 8 INFO neutron.services.segments.plugin [-] Segment 9c107000-7b7b-4563-9ff3-acc402bf9a28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c107000-7b7b-4563-9ff3-acc402bf9a28 found for delete ", "request_id": "req-4e560e17-5a1b-4381-8249-87142b77890c"}]} 2026-05-08 06:39:31.286 8 INFO neutron.services.segments.plugin [-] Segment fa1f3b77-6089-47e1-90ba-bef1826e10e4 resource provider aggregate not found 2026-05-08 06:39:31.291 8 INFO neutron.services.segments.plugin [-] Segment fa1f3b77-6089-47e1-90ba-bef1826e10e4 resource provider aggregate not found 2026-05-08 06:39:31.309 8 INFO neutron.services.segments.plugin [-] Segment fa1f3b77-6089-47e1-90ba-bef1826e10e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1f3b77-6089-47e1-90ba-bef1826e10e4 found for delete ", "request_id": "req-0458c054-7685-4d92-92a5-364f6d0d8e3f"}]} 2026-05-08 06:39:31.311 8 INFO neutron.services.segments.plugin [-] Segment fa1f3b77-6089-47e1-90ba-bef1826e10e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1f3b77-6089-47e1-90ba-bef1826e10e4 found for delete ", "request_id": "req-57fcdd09-9aa9-4909-a60e-c782d0fe3b8b"}]} [pid: 8|app: 0|req: 2622/5237] 10.0.0.224 () {34 vars in 665 bytes} [Fri May 8 06:39:31 2026] POST /v2.0/ports => generated 963 bytes in 333 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: 2616/5238] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:39:30 2026] PUT /v2.0/floatingips/afdbb8c5-1bb7-4b2a-9039-e950e4df7017 => generated 842 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2623/5239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:31 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:31.713 8 INFO neutron.db.l3_db [None req-a97946b1-5c56-4554-9029-7fb1b750da1a 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Floating IP afdbb8c5-1bb7-4b2a-9039-e950e4df7017 disassociated. External IP: 10.96.250.207, port: b6c8213e-494d-4b1f-8f97-aac056f234e3. [pid: 8|app: 0|req: 2624/5240] 10.0.0.224 () {34 vars in 749 bytes} [Fri May 8 06:39:31 2026] PUT /v2.0/floatingips/afdbb8c5-1bb7-4b2a-9039-e950e4df7017 => generated 552 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:32.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-7451b814-9fba-4975-8e30-fa7595e6f054 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: 82e7f251-d615-40bc-bf5c-6c95a3e5b275 2026-05-08 06:39:32.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7451b814-9fba-4975-8e30-fa7595e6f054 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: 82e7f251-d615-40bc-bf5c-6c95a3e5b275 [pid: 8|app: 0|req: 2625/5241] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:39:31 2026] DELETE /v2.0/floatingips/afdbb8c5-1bb7-4b2a-9039-e950e4df7017 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:32.318 8 INFO neutron.api.v2.resource [None req-418f16fe-36f3-43eb-98c1-66253532960f 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2626/5242] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:39:32 2026] DELETE /v2.0/floatingips/afdbb8c5-1bb7-4b2a-9039-e950e4df7017 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:32.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-bce5777d-916e-40fa-9f5c-886d7fd19ed2 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: b6c8213e-494d-4b1f-8f97-aac056f234e3 2026-05-08 06:39:32.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce5777d-916e-40fa-9f5c-886d7fd19ed2 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: b6c8213e-494d-4b1f-8f97-aac056f234e3 [pid: 8|app: 0|req: 2627/5243] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:32 2026] DELETE /v2.0/ports/b6c8213e-494d-4b1f-8f97-aac056f234e3 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2617/5244] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:31 2026] PUT /v2.0/routers/0f667727-ac79-4881-b796-abb07c4b6237/add_router_interface => generated 310 bytes in 1039 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: 2618/5245] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:32 2026] GET /v2.0/ports/3e6a86a5-fb3a-47f5-a627-de3e43e91b71 => generated 1037 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:39:32.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad980977-a96d-4d7d-b5aa-279d25b69a02 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: b1a8db2f-81ae-4aa9-aac9-c64f0f5b31e2 2026-05-08 06:39:32.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad980977-a96d-4d7d-b5aa-279d25b69a02 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: b1a8db2f-81ae-4aa9-aac9-c64f0f5b31e2 [pid: 7|app: 0|req: 2619/5246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:32 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2628/5247] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:39:32 2026] DELETE /v2.0/ports/b1a8db2f-81ae-4aa9-aac9-c64f0f5b31e2 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2629/5248] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:32 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2630/5249] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:32 2026] GET /v2.0/ports?device_id=18dbee6e-d63f-4632-8b34-9c30832e4311 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:33.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-de1036a0-ccd1-4d0b-bceb-2f29ffd54341 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 3e6a86a5-fb3a-47f5-a627-de3e43e91b71 2026-05-08 06:39:33.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de1036a0-ccd1-4d0b-bceb-2f29ffd54341 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 3e6a86a5-fb3a-47f5-a627-de3e43e91b71 2026-05-08 06:39:33.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-e81d8a50-6579-45dc-8eb0-3ac6a464d599 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: 1cb1496a-8ad2-4f4d-985f-91d691cdff2a 2026-05-08 06:39:33.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e81d8a50-6579-45dc-8eb0-3ac6a464d599 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: 1cb1496a-8ad2-4f4d-985f-91d691cdff2a [pid: 7|app: 0|req: 2620/5250] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:32 2026] PUT /v2.0/routers/0f667727-ac79-4881-b796-abb07c4b6237/remove_router_interface => generated 310 bytes in 704 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-08 06:39:33.569 7 INFO neutron.api.v2.resource [None req-a1523d39-06ab-49b5-aea1-be808ec0ee91 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2621/5251] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:33 2026] PUT /v2.0/routers/0f667727-ac79-4881-b796-abb07c4b6237/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2622/5252] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:33 2026] GET /v2.0/ports?device_id=0f667727-ac79-4881-b796-abb07c4b6237 => 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: 2631/5253] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:32 2026] PUT /v2.0/routers/18dbee6e-d63f-4632-8b34-9c30832e4311/remove_router_interface => generated 310 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:33.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff4b39ae-54ec-4eb9-99e6-97da9796c20a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: be5e85d9-1df6-4f0d-8296-989f74ae924e 2026-05-08 06:39:33.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff4b39ae-54ec-4eb9-99e6-97da9796c20a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: be5e85d9-1df6-4f0d-8296-989f74ae924e 2026-05-08 06:39:33.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f394995-e957-4a66-8718-f0c9e151d46b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: 6744e9e3-9070-4c77-a1e4-dea13bd5888b 2026-05-08 06:39:33.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f394995-e957-4a66-8718-f0c9e151d46b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: 6744e9e3-9070-4c77-a1e4-dea13bd5888b 2026-05-08 06:39:34.083 7 INFO neutron.services.segments.plugin [-] Segment 83fad500-8613-4fe2-838c-74b5ed06b187 resource provider aggregate not found 2026-05-08 06:39:34.091 7 INFO neutron.services.segments.plugin [-] Segment 83fad500-8613-4fe2-838c-74b5ed06b187 resource provider aggregate not found 2026-05-08 06:39:34.109 7 INFO neutron.services.segments.plugin [-] Segment 83fad500-8613-4fe2-838c-74b5ed06b187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fad500-8613-4fe2-838c-74b5ed06b187 found for delete ", "request_id": "req-6463183a-cc91-4a5b-9901-59740734ae78"}]} 2026-05-08 06:39:34.112 7 INFO neutron.services.segments.plugin [-] Segment 83fad500-8613-4fe2-838c-74b5ed06b187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fad500-8613-4fe2-838c-74b5ed06b187 found for delete ", "request_id": "req-78a2a301-3907-43a7-b1a7-137582069293"}]} 2026-05-08 06:39:34.120 7 INFO neutron.db.l3_hamode_db [None req-ff4b39ae-54ec-4eb9-99e6-97da9796c20a eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] HA network 7268a40b-8c9c-4611-baeb-0fa84faba3e4 was deleted as no HA routers are present in project 7a5ae1deb69e40259a82523ed22390c2. [pid: 7|app: 0|req: 2623/5254] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:33 2026] DELETE /v2.0/routers/0f667727-ac79-4881-b796-abb07c4b6237 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2624/5255] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:34 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:34.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f394995-e957-4a66-8718-f0c9e151d46b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] TaaS: Handle Delete Port: f795346d-6da3-4631-bfbf-80dec32f67ab 2026-05-08 06:39:34.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f394995-e957-4a66-8718-f0c9e151d46b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] Tap Mirror: Handle Delete Port: f795346d-6da3-4631-bfbf-80dec32f67ab [pid: 7|app: 0|req: 2625/5256] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:34 2026] DELETE /v2.0/subnets/d89ec454-d62b-40c1-85dd-b2d77187dd5c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2626/5257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:34 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:34.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3682e6f-a02d-45c7-aee9-efdd65441b24 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 71620cc2-309e-4c54-b1fd-fddab9d1daaa 2026-05-08 06:39:34.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3682e6f-a02d-45c7-aee9-efdd65441b24 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 71620cc2-309e-4c54-b1fd-fddab9d1daaa 2026-05-08 06:39:34.523 8 INFO neutron.services.segments.plugin [-] Segment a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c resource provider aggregate not found 2026-05-08 06:39:34.529 8 INFO neutron.services.segments.plugin [-] Segment a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c resource provider aggregate not found 2026-05-08 06:39:34.543 8 INFO neutron.services.segments.plugin [-] Segment a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c found for delete ", "request_id": "req-642e2f16-ec89-4474-8584-4522d47044ca"}]} 2026-05-08 06:39:34.550 8 INFO neutron.services.segments.plugin [-] Segment a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a80fa3d7-f2ce-45f5-8bcb-d13f710b2a2c found for delete ", "request_id": "req-9c405e21-dbac-4f15-bd6c-d062ec7ae4ff"}]} 2026-05-08 06:39:34.558 8 INFO neutron.db.l3_hamode_db [None req-5f394995-e957-4a66-8718-f0c9e151d46b 6cf3aad42a55425382f0ffbd1ae7ec18 2db40c56ba904f23a64bcbfe7bb592d5 - - default default] HA network c7715f2f-b5bc-49e8-84e8-d5c41de1c8e8 was deleted as no HA routers are present in project 2db40c56ba904f23a64bcbfe7bb592d5. [pid: 8|app: 0|req: 2632/5258] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:33 2026] DELETE /v2.0/routers/18dbee6e-d63f-4632-8b34-9c30832e4311 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2627/5259] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:34 2026] DELETE /v2.0/networks/8bbcabaa-0e7a-453a-a87d-02cf2416fa01 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:34.637 7 INFO neutron.db.segments_db [None req-a23db21c-1925-4924-b085-7517a17fd361 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment d65ba65e-dbcb-4264-b6e0-c46406ee38b2 of type vxlan for network b4bff011-6775-431f-9f2b-9af21392ec58 [pid: 8|app: 0|req: 2633/5260] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:34 2026] DELETE /v2.0/subnets/11bb9f85-1e98-4a6b-966e-a9d2353d245a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2628/5261] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:34 2026] POST /v2.0/networks => generated 633 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2634/5262] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:34 2026] DELETE /v2.0/networks/18240f45-465d-4c40-adad-6847e3ceccdc => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2629/5263] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:34 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:34.997 8 INFO neutron.db.segments_db [None req-4aaa54fe-a1a0-4f82-a35c-5394c1f33752 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment 8ad2bd93-0443-4e42-b21f-891d22122f41 of type vxlan for network 79d985c4-dc05-40dc-91c2-61fc03f94a35 2026-05-08 06:39:35.233 8 INFO neutron.db.l3_hamode_db [None req-4aaa54fe-a1a0-4f82-a35c-5394c1f33752 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:39:35.362 8 INFO neutron.db.l3_hamode_db [None req-4aaa54fe-a1a0-4f82-a35c-5394c1f33752 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:39:35.409 7 WARNING neutron.db.securitygroups_db [None req-b158a9a6-63e6-4767-80be-5e2212860cb5 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2630/5264] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:35 2026] GET /v2.0/security-groups?tenant_id=2db40c56ba904f23a64bcbfe7bb592d5&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: 2631/5265] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:35 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2632/5266] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:35 2026] DELETE /v2.0/security-groups/38a1a12f-ca91-4551-9330-bbce337a3778 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2635/5269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:35 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2635/5270] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:34 2026] POST /v2.0/routers => generated 511 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:36.135 7 INFO neutron.services.segments.plugin [-] Segment b83e2210-fcd9-4296-a17c-dd330dd32c4a resource provider aggregate not found 2026-05-08 06:39:36.140 7 INFO neutron.services.segments.plugin [-] Segment b83e2210-fcd9-4296-a17c-dd330dd32c4a resource provider aggregate not found 2026-05-08 06:39:36.160 7 INFO neutron.services.segments.plugin [-] Segment b83e2210-fcd9-4296-a17c-dd330dd32c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b83e2210-fcd9-4296-a17c-dd330dd32c4a found for delete ", "request_id": "req-c024f6c2-2c5f-47cb-80a2-4631bd4ab231"}]} 2026-05-08 06:39:36.161 7 INFO neutron.services.segments.plugin [-] Segment b83e2210-fcd9-4296-a17c-dd330dd32c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b83e2210-fcd9-4296-a17c-dd330dd32c4a found for delete ", "request_id": "req-67796464-603a-4347-9ec2-9d70f48125ad"}]} 2026-05-08 06:39:36.566 8 INFO neutron.services.segments.plugin [-] Segment d1a81250-0d26-4cce-8d66-509733753409 resource provider aggregate not found 2026-05-08 06:39:36.571 8 INFO neutron.services.segments.plugin [-] Segment d1a81250-0d26-4cce-8d66-509733753409 resource provider aggregate not found 2026-05-08 06:39:36.591 8 INFO neutron.services.segments.plugin [-] Segment d1a81250-0d26-4cce-8d66-509733753409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1a81250-0d26-4cce-8d66-509733753409 found for delete ", "request_id": "req-7b2c4f37-80d5-4d28-b178-d5b4cb112654"}]} 2026-05-08 06:39:36.592 8 INFO neutron.services.segments.plugin [-] Segment d1a81250-0d26-4cce-8d66-509733753409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1a81250-0d26-4cce-8d66-509733753409 found for delete ", "request_id": "req-16bbd93c-3ade-439e-abc0-895751803d77"}]} [pid: 8|app: 0|req: 2636/5271] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:36 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2637/5272] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:36 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2636/5273] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:35 2026] PUT /v2.0/routers/11847b3c-e373-4a2b-9991-2cd0cc2e52f5/add_router_interface => generated 310 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2638/5274] 10.0.0.224 () {32 vars in 717 bytes} [Fri May 8 06:39:37 2026] GET /v2.0/ports/e17c3456-cdea-4419-8122-eca3ba2a205f => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:37.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-9817e074-40c8-4d38-982e-e9e82b2d6236 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: e17c3456-cdea-4419-8122-eca3ba2a205f 2026-05-08 06:39:37.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9817e074-40c8-4d38-982e-e9e82b2d6236 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: e17c3456-cdea-4419-8122-eca3ba2a205f 2026-05-08 06:39:37.563 8 INFO neutron.db.segments_db [None req-112f3a9c-9216-4ed9-a4ec-1ac1884c54af 26ec33458d024a63b44b10e41bc19ca2 5fd0ec9dfce14db189b86a4d88307101 - - default default] Added segment 239006c8-c511-4be1-b3c1-c4a5972c12c5 of type vxlan for network 971a13f5-a78e-4135-8aff-aa7ccfead7d3 [pid: 8|app: 0|req: 2639/5275] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:37 2026] POST /v2.0/networks => generated 648 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2637/5276] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:37 2026] PUT /v2.0/routers/11847b3c-e373-4a2b-9991-2cd0cc2e52f5/remove_router_interface => generated 310 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2640/5277] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:37 2026] GET /v2.0/ports?device_id=11847b3c-e373-4a2b-9991-2cd0cc2e52f5 => 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: 2641/5278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:37 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2642/5279] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:37 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:37.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-f84f16bd-bc9c-4289-b0e0-1b0cb50b6713 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 009a43ca-0820-4e95-a0ae-0e35ada8bbd0 2026-05-08 06:39:37.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f84f16bd-bc9c-4289-b0e0-1b0cb50b6713 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 009a43ca-0820-4e95-a0ae-0e35ada8bbd0 2026-05-08 06:39:38.201 7 INFO neutron.services.segments.plugin [-] Segment 8ad2bd93-0443-4e42-b21f-891d22122f41 resource provider aggregate not found 2026-05-08 06:39:38.207 7 INFO neutron.services.segments.plugin [-] Segment 8ad2bd93-0443-4e42-b21f-891d22122f41 resource provider aggregate not found 2026-05-08 06:39:38.219 7 INFO neutron.services.segments.plugin [-] Segment 8ad2bd93-0443-4e42-b21f-891d22122f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ad2bd93-0443-4e42-b21f-891d22122f41 found for delete ", "request_id": "req-84447a1f-0d6f-4377-a419-b9acd5cf9fa9"}]} 2026-05-08 06:39:38.221 7 INFO neutron.db.l3_hamode_db [None req-f84f16bd-bc9c-4289-b0e0-1b0cb50b6713 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] HA network 79d985c4-dc05-40dc-91c2-61fc03f94a35 was deleted as no HA routers are present in project 7a5ae1deb69e40259a82523ed22390c2. 2026-05-08 06:39:38.222 7 INFO neutron.services.segments.plugin [-] Segment 8ad2bd93-0443-4e42-b21f-891d22122f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ad2bd93-0443-4e42-b21f-891d22122f41 found for delete ", "request_id": "req-3e98d3c3-9846-4d6b-a2c7-4abe1bbeb8f8"}]} [pid: 7|app: 0|req: 2638/5280] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:37 2026] DELETE /v2.0/routers/11847b3c-e373-4a2b-9991-2cd0cc2e52f5 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2643/5281] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:38 2026] POST /v2.0/subnets => generated 673 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2639/5282] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:38 2026] DELETE /v2.0/subnets/01bda64d-ac40-4e9b-809f-37028028ee81 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:38.389 8 INFO neutron.db.segments_db [None req-84dba8b6-3663-40b3-b5c1-062bed67a087 26ec33458d024a63b44b10e41bc19ca2 5fd0ec9dfce14db189b86a4d88307101 - - default default] Added segment 31492dc8-f91d-4f98-a712-830d8b75387c of type vxlan for network ffd91569-2fc8-497f-9e5b-603b4d77afe8 [pid: 8|app: 0|req: 2644/5283] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:38 2026] POST /v2.0/networks => generated 648 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2640/5284] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:38 2026] DELETE /v2.0/networks/b4bff011-6775-431f-9f2b-9af21392ec58 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:38.540 7 INFO neutron.db.segments_db [None req-3949be40-b812-40f2-9cd6-927aed5bbda3 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Added segment 76ff00dd-e884-43cd-85db-cbe92bd9dd1f of type vxlan for network e382c1ec-be33-4256-be72-e516eef0ee41 [pid: 8|app: 0|req: 2645/5285] 10.0.0.224 () {34 vars in 743 bytes} [Fri May 8 06:39:38 2026] PUT /v2.0/networks/ffd91569-2fc8-497f-9e5b-603b4d77afe8 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:38.767 7 INFO neutron.db.l3_hamode_db [None req-3949be40-b812-40f2-9cd6-927aed5bbda3 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2646/5286] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:38 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2647/5287] 10.0.0.224 () {34 vars in 741 bytes} [Fri May 8 06:39:38 2026] PUT /v2.0/subnets/fff983f1-fd3a-4471-9b5f-685c1672a61d => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:39.102 8 INFO neutron.services.segments.plugin [-] Segment 31492dc8-f91d-4f98-a712-830d8b75387c resource provider aggregate not found 2026-05-08 06:39:39.102 8 INFO neutron.services.segments.plugin [-] Segment 31492dc8-f91d-4f98-a712-830d8b75387c resource provider aggregate not found 2026-05-08 06:39:39.120 8 INFO neutron.services.segments.plugin [-] Segment 31492dc8-f91d-4f98-a712-830d8b75387c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31492dc8-f91d-4f98-a712-830d8b75387c found for delete ", "request_id": "req-a748ff3d-b53d-46c4-a1a8-f295ddbacb1c"}]} 2026-05-08 06:39:39.121 8 INFO neutron.services.segments.plugin [-] Segment 31492dc8-f91d-4f98-a712-830d8b75387c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31492dc8-f91d-4f98-a712-830d8b75387c found for delete ", "request_id": "req-9b1abe69-3bb0-4cb1-89e7-6da91671eb3b"}]} [pid: 8|app: 0|req: 2648/5288] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:38 2026] DELETE /v2.0/networks/ffd91569-2fc8-497f-9e5b-603b4d77afe8 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:39.142 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4bde0e5-3236-44cd-aa59-bcb3c29758cb 26ec33458d024a63b44b10e41bc19ca2 5fd0ec9dfce14db189b86a4d88307101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2649/5289] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:39 2026] DELETE /v2.0/networks/ffd91569-2fc8-497f-9e5b-603b4d77afe8 => 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: 2650/5290] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2651/5291] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/subnets?network_id=3a9279a4-b7e4-4e90-b885-47f2039964be => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2652/5292] 10.0.0.224 () {32 vars in 653 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/extensions => generated 22222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2653/5293] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2654/5294] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/networks => generated 1313 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2655/5295] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2656/5296] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2657/5297] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/networks/971a13f5-a78e-4135-8aff-aa7ccfead7d3 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2658/5298] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:39:39 2026] GET /v2.0/subnets/b1fb78e3-795f-4c07-ae37-5393a650f58e => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:39.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a71d913-c55a-4b11-a086-652793da2e2b 26ec33458d024a63b44b10e41bc19ca2 5fd0ec9dfce14db189b86a4d88307101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2659/5299] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:39 2026] DELETE /v2.0/subnets/fff983f1-fd3a-4471-9b5f-685c1672a61d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:39.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db53386e-a3e2-445f-98d3-c11ec227b31b 26ec33458d024a63b44b10e41bc19ca2 5fd0ec9dfce14db189b86a4d88307101 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2660/5300] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:39 2026] DELETE /v2.0/networks/ffd91569-2fc8-497f-9e5b-603b4d77afe8 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:39.521 7 INFO neutron.db.l3_hamode_db [None req-3949be40-b812-40f2-9cd6-927aed5bbda3 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2661/5301] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:39 2026] DELETE /v2.0/subnets/b1fb78e3-795f-4c07-ae37-5393a650f58e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2662/5302] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:39 2026] DELETE /v2.0/networks/971a13f5-a78e-4135-8aff-aa7ccfead7d3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:40.245 7 INFO neutron.services.segments.plugin [-] Segment d65ba65e-dbcb-4264-b6e0-c46406ee38b2 resource provider aggregate not found 2026-05-08 06:39:40.248 7 INFO neutron.services.segments.plugin [-] Segment d65ba65e-dbcb-4264-b6e0-c46406ee38b2 resource provider aggregate not found 2026-05-08 06:39:40.275 7 INFO neutron.services.segments.plugin [-] Segment d65ba65e-dbcb-4264-b6e0-c46406ee38b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65ba65e-dbcb-4264-b6e0-c46406ee38b2 found for delete ", "request_id": "req-d2974620-a3d2-4035-a8ef-fb00deda2614"}]} 2026-05-08 06:39:40.276 7 INFO neutron.services.segments.plugin [-] Segment d65ba65e-dbcb-4264-b6e0-c46406ee38b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65ba65e-dbcb-4264-b6e0-c46406ee38b2 found for delete ", "request_id": "req-ceea7216-835d-45b8-b8e4-86456cbe0582"}]} 2026-05-08 06:39:40.365 8 WARNING neutron.db.securitygroups_db [None req-d3e5e1c9-4487-43c5-bd74-46dd721d88f8 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2663/5303] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/security-groups?tenant_id=5fd0ec9dfce14db189b86a4d88307101&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2641/5304] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:38 2026] POST /v2.0/routers => generated 692 bytes in 1945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2664/5305] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:40 2026] DELETE /v2.0/security-groups/c8c1effd-aa4e-4514-b6ef-3eb322213f2e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2642/5306] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/routers/7a6477af-2276-463f-a771-7c5a55c242ba => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2665/5307] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2666/5308] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2643/5309] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/routers => generated 701 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2644/5310] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2645/5311] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 8|app: 0|req: 2667/5312] 10.0.0.224 () {34 vars in 741 bytes} [Fri May 8 06:39:40 2026] PUT /v2.0/routers/7a6477af-2276-463f-a771-7c5a55c242ba => generated 705 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2646/5313] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:39:40 2026] GET /v2.0/routers/7a6477af-2276-463f-a771-7c5a55c242ba => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2668/5314] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=7a6477af-2276-463f-a771-7c5a55c242ba => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:41.140 8 INFO neutron.services.segments.plugin [-] Segment 239006c8-c511-4be1-b3c1-c4a5972c12c5 resource provider aggregate not found 2026-05-08 06:39:41.145 8 INFO neutron.services.segments.plugin [-] Segment 239006c8-c511-4be1-b3c1-c4a5972c12c5 resource provider aggregate not found 2026-05-08 06:39:41.158 8 INFO neutron.services.segments.plugin [-] Segment 239006c8-c511-4be1-b3c1-c4a5972c12c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239006c8-c511-4be1-b3c1-c4a5972c12c5 found for delete ", "request_id": "req-0f18990a-3d3d-44b3-842e-6e306e3c268e"}]} 2026-05-08 06:39:41.159 8 INFO neutron.services.segments.plugin [-] Segment 239006c8-c511-4be1-b3c1-c4a5972c12c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239006c8-c511-4be1-b3c1-c4a5972c12c5 found for delete ", "request_id": "req-161badb4-9328-4ba6-8b2e-00d1ebe8c287"}]} 2026-05-08 06:39:41.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ed091ac-26c3-44c6-83ec-5cdfc2980a73 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 94e42b34-24fb-46b2-8805-81bec859bb1b 2026-05-08 06:39:41.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ed091ac-26c3-44c6-83ec-5cdfc2980a73 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 94e42b34-24fb-46b2-8805-81bec859bb1b 2026-05-08 06:39:41.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ed091ac-26c3-44c6-83ec-5cdfc2980a73 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] TaaS: Handle Delete Port: 8a8a1b6b-1d41-46e9-ab30-2ccfc7441352 2026-05-08 06:39:41.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ed091ac-26c3-44c6-83ec-5cdfc2980a73 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] Tap Mirror: Handle Delete Port: 8a8a1b6b-1d41-46e9-ab30-2ccfc7441352 2026-05-08 06:39:41.758 7 INFO neutron.db.l3_hamode_db [None req-7ed091ac-26c3-44c6-83ec-5cdfc2980a73 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] HA network e382c1ec-be33-4256-be72-e516eef0ee41 was deleted as no HA routers are present in project 7a5ae1deb69e40259a82523ed22390c2. [pid: 7|app: 0|req: 2647/5315] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/routers/7a6477af-2276-463f-a771-7c5a55c242ba => generated 0 bytes in 723 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2669/5316] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=7a6477af-2276-463f-a771-7c5a55c242ba => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:41.815 7 INFO neutron.api.v2.resource [None req-9bbe718c-ba7f-4876-9d61-3cea752a3f7b eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2648/5317] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/routers/7a6477af-2276-463f-a771-7c5a55c242ba => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2670/5318] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=11847b3c-e373-4a2b-9991-2cd0cc2e52f5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:41.861 7 INFO neutron.api.v2.resource [None req-68cb46db-dc0f-47d0-9fd6-7840907379b7 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2649/5319] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/routers/11847b3c-e373-4a2b-9991-2cd0cc2e52f5 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:41.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d97f0c82-bd05-4631-84f5-fbbe5e3c1620 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2671/5320] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/subnets/01bda64d-ac40-4e9b-809f-37028028ee81 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2650/5321] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=0f667727-ac79-4881-b796-abb07c4b6237 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:41.934 8 INFO neutron.api.v2.resource [None req-b3413a5c-613d-44be-ac5f-f4ad2d8383a1 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2672/5322] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/routers/0f667727-ac79-4881-b796-abb07c4b6237 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:41.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a3c8182-9a7d-4096-8b14-7201a171cf40 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2673/5323] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/subnets/d89ec454-d62b-40c1-85dd-b2d77187dd5c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2651/5324] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2674/5325] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/ports?device_id=e48bff1e-cc5b-455b-b897-23f01f6fcdd7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:41.997 7 INFO neutron.api.v2.resource [None req-ebed6075-8b5b-4a23-afc1-0355157e4038 eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2652/5326] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:41 2026] DELETE /v2.0/routers/e48bff1e-cc5b-455b-b897-23f01f6fcdd7 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2675/5327] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:41 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:42.019 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c59ee79-ed96-49c0-a7dd-ea999127391e eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2653/5328] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:42 2026] DELETE /v2.0/subnets/ea66d7ec-e6c1-480c-96ea-3b8c3014d2bd => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:42.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-932d761b-b5c1-4cc7-ab8b-35d064ac0c7b eb82782162b54c859dbbf440f10e3f8a 7a5ae1deb69e40259a82523ed22390c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2676/5329] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:42 2026] DELETE /v2.0/subnets/5f5e5e2d-7e65-4e5f-a2c4-817d0b1ebe00 => 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: 2654/5330] 10.0.0.224 () {32 vars in 623 bytes} [Fri May 8 06:39:42 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-08 06:39:42.300 7 INFO neutron.services.segments.plugin [-] Segment 76ff00dd-e884-43cd-85db-cbe92bd9dd1f resource provider aggregate not found 2026-05-08 06:39:42.301 7 INFO neutron.services.segments.plugin [-] Segment 76ff00dd-e884-43cd-85db-cbe92bd9dd1f resource provider aggregate not found 2026-05-08 06:39:42.333 7 INFO neutron.services.segments.plugin [-] Segment 76ff00dd-e884-43cd-85db-cbe92bd9dd1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ff00dd-e884-43cd-85db-cbe92bd9dd1f found for delete ", "request_id": "req-882069ee-938f-407d-852c-bc219ff87a05"}]} 2026-05-08 06:39:42.334 7 INFO neutron.services.segments.plugin [-] Segment 76ff00dd-e884-43cd-85db-cbe92bd9dd1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ff00dd-e884-43cd-85db-cbe92bd9dd1f found for delete ", "request_id": "req-c3b6e1fa-f324-4d17-aa29-7f796d88bc61"}]} [pid: 8|app: 0|req: 2677/5331] 10.0.0.224 () {32 vars in 633 bytes} [Fri May 8 06:39:42 2026] GET /v2.0/ => generated 632 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:42.632 7 WARNING neutron.db.securitygroups_db [None req-2429985b-8745-4499-9ddc-2255bc2c15ce 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2655/5332] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:42 2026] GET /v2.0/security-groups?tenant_id=7a5ae1deb69e40259a82523ed22390c2&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2678/5333] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:42 2026] DELETE /v2.0/security-groups/c45b7722-8226-4c23-95c1-dc64ac6a45ef => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:42.813 7 WARNING neutron.db.securitygroups_db [None req-1d0afb43-b7b8-4e50-af07-b6fdcb963b85 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2656/5334] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:42 2026] GET /v2.0/security-groups?tenant_id=60ceab6734d8444daaa6098380380856&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: 2679/5335] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:42 2026] DELETE /v2.0/security-groups/3560028e-94bf-42fe-90e6-1e5febe89c41 => 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: 2657/5336] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:43 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2680/5337] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:43 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2658/5338] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:44 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2681/5339] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:44 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2659/5340] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:39:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2682/5341] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:39:44 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2660/5342] 10.0.0.224 () {34 vars in 758 bytes} [Fri May 8 06:39:44 2026] PUT /v2.0/security-groups/e6c9228c-3df1-4c20-b39a-3390aa6e9a7a => generated 1661 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2683/5343] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:39:44 2026] GET /v2.0/security-groups/e6c9228c-3df1-4c20-b39a-3390aa6e9a7a => generated 1661 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2661/5344] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:44 2026] DELETE /v2.0/security-groups/e6c9228c-3df1-4c20-b39a-3390aa6e9a7a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2684/5345] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:39:45.116 7 INFO neutron.api.v2.resource [None req-dc329893-4cde-4f3c-81b4-83a777fc515d 5c6bd17b88a74285895eabe20b63de7e 6109b19b5c6441dda3bd07a34020a85f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2662/5346] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:45 2026] DELETE /v2.0/security-groups/e6c9228c-3df1-4c20-b39a-3390aa6e9a7a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2685/5347] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:39:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2663/5348] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:39:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2664/5349] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-group-rules/8f6c215d-23e2-42c0-8305-791151c8b2f0 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2686/5350] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2665/5351] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2687/5352] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&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: 2666/5353] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:39:45 2026] DELETE /v2.0/security-group-rules/8f6c215d-23e2-42c0-8305-791151c8b2f0 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2688/5354] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39: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: 2667/5355] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:39:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2689/5356] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-group-rules/75dbff65-60f3-4138-a2c4-a39c4345a258 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2668/5357] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2690/5358] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:39:45 2026] DELETE /v2.0/security-group-rules/75dbff65-60f3-4138-a2c4-a39c4345a258 => 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: 2669/5359] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:39:46.006 8 INFO neutron.db.securitygroups_db [None req-7c6e105e-095f-4c51-bd75-08a0abb5e892 5c6bd17b88a74285895eabe20b63de7e 6109b19b5c6441dda3bd07a34020a85f - - default default] Project 6109b19b5c6441dda3bd07a34020a85f 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: 2691/5360] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:39:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2670/5361] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-group-rules/1f447919-443a-4200-8fb5-9cb618b3499b => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2692/5362] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2671/5363] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:39:46 2026] DELETE /v2.0/security-group-rules/1f447919-443a-4200-8fb5-9cb618b3499b => 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: 2672/5364] 10.0.0.224 () {32 vars in 673 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:39:46.329 8 WARNING neutron.db.securitygroups_db [None req-e9d58e37-dfbd-4a5b-9b2b-38f073a1cb10 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2673/5365] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:46 2026] DELETE /v2.0/security-groups/3d0d6c6a-0dfe-47ea-95e3-98935f81f885 => 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: 2674/5366] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2693/5367] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-groups?tenant_id=b6012e70698b469ead9a2b1fc2eadda2&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2675/5368] 10.0.0.224 () {32 vars in 663 bytes} [Fri May 8 06:39:46 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: 2694/5369] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:46 2026] DELETE /v2.0/security-groups/ac93f4d7-6429-43be-80d4-2c088dead61a => 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: 2676/5370] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2695/5371] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:47.147 7 WARNING neutron.db.securitygroups_db [None req-dd7d2318-768f-4c5f-b16e-af07e6cfd5fe 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2677/5372] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:46 2026] GET /v2.0/security-groups?tenant_id=6109b19b5c6441dda3bd07a34020a85f&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2696/5373] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:47 2026] DELETE /v2.0/security-groups/02c9fd2d-a6a0-4b90-94a6-51da71bbe800 => 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: 2678/5374] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:47 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2697/5375] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:47 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:48.985 7 WARNING neutron.db.securitygroups_db [None req-094de5b2-8db1-486e-8db3-0eb80f80b257 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2698/5376] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:48 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2699/5377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:49 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2679/5378] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:48 2026] GET /v2.0/security-groups?tenant_id=9d9acc111065403896a4457afc10defc&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2700/5379] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:49 2026] DELETE /v2.0/security-groups/5ca077f2-4997-4484-8b2b-03cdedfcaf5a => 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: 2680/5380] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:50 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2701/5381] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:50 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:50.723 8 WARNING neutron.db.securitygroups_db [None req-845140cc-57d2-456f-9f3b-c4d6ec5e1310 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2703/5384] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:50 2026] GET /v2.0/security-groups?tenant_id=2d69c16bcd3b48ea8bb4417d778393ca&name=default => generated 2925 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2682/5385] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:51 2026] DELETE /v2.0/security-groups/d7db3c5e-5d71-4a61-b611-eb6d709cc3d2 => 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: 2704/5386] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:51 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2683/5387] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:51 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2705/5388] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:52 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2684/5389] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:52 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:53.233 8 INFO neutron.db.segments_db [None req-21fb8366-43e1-48cc-8958-88eb2bc002b9 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 5bcbcdde-ab77-486f-bfdf-f7e066020342 of type vxlan for network 73d90b64-f589-4fdd-958c-7217b1dc166b 2026-05-08 06:39:53.284 7 INFO neutron.db.segments_db [None req-a059eec5-5291-476f-b1c7-65e667e20d77 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] Added segment 6aeada7d-88cb-4027-b323-1c7ce91bcd8a of type vxlan for network b24c5b31-82e6-44da-a69a-f4a4cc272940 [pid: 8|app: 0|req: 2706/5390] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/networks => generated 740 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2685/5391] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/networks => generated 727 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2707/5392] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/subnets => generated 687 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:53.531 8 INFO neutron.db.segments_db [None req-6d366c61-dc42-43a5-9909-91ebec35aa14 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 8f12dfe1-d234-47e1-836f-5467318f9eef of type vxlan for network a9c778be-62b1-4f51-a353-a7c40e41b84b [pid: 7|app: 0|req: 2686/5393] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/subnets => generated 644 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:53.551 7 WARNING neutron.api.v2.base [None req-19190f20-3a75-43da-abb4-2261c8907a5c 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - 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-08 06:39:53.552 7 INFO neutron.api.v2.resource [None req-19190f20-3a75-43da-abb4-2261c8907a5c 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 2687/5394] 10.0.0.224 () {34 vars in 681 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-08 06:39:53.734 7 INFO neutron.services.segments.plugin [-] Segment 6aeada7d-88cb-4027-b323-1c7ce91bcd8a resource provider aggregate not found 2026-05-08 06:39:53.738 7 INFO neutron.services.segments.plugin [-] Segment 6aeada7d-88cb-4027-b323-1c7ce91bcd8a resource provider aggregate not found [pid: 7|app: 0|req: 2688/5395] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:53 2026] DELETE /v2.0/networks/b24c5b31-82e6-44da-a69a-f4a4cc272940 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:53.761 7 INFO neutron.services.segments.plugin [-] Segment 6aeada7d-88cb-4027-b323-1c7ce91bcd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aeada7d-88cb-4027-b323-1c7ce91bcd8a found for delete ", "request_id": "req-1ffd3302-672e-4030-877d-d497af3517a0"}]} 2026-05-08 06:39:53.765 7 INFO neutron.services.segments.plugin [-] Segment 6aeada7d-88cb-4027-b323-1c7ce91bcd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aeada7d-88cb-4027-b323-1c7ce91bcd8a found for delete ", "request_id": "req-155c8ff6-e69c-4967-a512-d12c61d95f83"}]} 2026-05-08 06:39:53.794 8 INFO neutron.db.l3_hamode_db [None req-6d366c61-dc42-43a5-9909-91ebec35aa14 08b1bb7f1570454f86b1184363fa6b78 8efd0e17b06c416d9ec97ed5e305d027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2689/5396] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:53 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:53.876 7 INFO neutron.db.segments_db [None req-8b317698-a4a2-493f-bf1b-f281d2f95b11 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] Added segment 7790513a-bfa8-4f4a-8edf-8dc3e02cedab of type vxlan for network 2f379db4-14ed-4ccb-a918-4ebcb26972f6 [pid: 7|app: 0|req: 2690/5397] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/networks => generated 726 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2691/5398] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:39:53 2026] GET /v2.0/security-groups?id=9fbda39e-f7dc-4027-846c-bd654a0924a3&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2692/5399] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/subnets => generated 647 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:54.131 7 WARNING neutron.api.v2.base [None req-de667df9-a813-425e-a77b-a495dae9aafd 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - 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-08 06:39:54.131 7 INFO neutron.api.v2.resource [None req-de667df9-a813-425e-a77b-a495dae9aafd 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 2693/5400] 10.0.0.224 () {34 vars in 681 bytes} [Fri May 8 06:39:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2694/5401] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:54 2026] DELETE /v2.0/networks/2f379db4-14ed-4ccb-a918-4ebcb26972f6 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:54.359 7 INFO neutron.db.segments_db [None req-9f3ec935-33ac-4318-8b3b-e9169215d582 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] Added segment fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 of type vxlan for network c8048b0a-2ea8-4504-b61f-2e58f27a8555 [pid: 7|app: 0|req: 2695/5402] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:39:54 2026] POST /v2.0/networks => generated 727 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:54.633 8 INFO neutron.db.l3_hamode_db [None req-6d366c61-dc42-43a5-9909-91ebec35aa14 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2696/5403] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:54 2026] POST /v2.0/subnets => generated 647 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2697/5404] 10.0.0.224 () {34 vars in 681 bytes} [Fri May 8 06:39:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2698/5405] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:39:54 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:54.982 7 INFO neutron_taas.services.taas.taas_plugin [req-411641ef-51a8-4b43-83b6-670481090866 req-15936f65-3623-44d6-bb66-b16836a4fa08 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] TaaS: Handle Delete Port: 8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5 2026-05-08 06:39:54.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-411641ef-51a8-4b43-83b6-670481090866 req-15936f65-3623-44d6-bb66-b16836a4fa08 156570abd5ad40198db437008541a255 993a2e07421b4228a730bd199321a2de - - default default] Tap Mirror: Handle Delete Port: 8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5 [pid: 7|app: 0|req: 2699/5406] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:39:54 2026] DELETE /v2.0/ports/8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2700/5407] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:55 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:39:55.172 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-f2b1a4c7-f7bf-4031-8e1f-da2b1e4a13e9']: {'server_uuid': '4918faf7-91f5-4d26-851e-55973a5a3bac', 'name': 'network-vif-deleted', 'tag': '8a1a37b1-e3f9-4184-9eef-b7f7b0efaae5', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 2701/5408] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:39:55 2026] GET /v2.0/networks/c8048b0a-2ea8-4504-b61f-2e58f27a8555 => generated 655 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2708/5409] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:53 2026] POST /v2.0/routers => generated 727 bytes in 1964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:55.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2546544c-aadc-452c-987c-268193426b03 88666945ffa348d1b660d932011e177c b1eb86569e4e4590b62695a33bf6da00 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2709/5410] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:39:55 2026] GET /v2.0/networks/c8048b0a-2ea8-4504-b61f-2e58f27a8555 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:55.798 7 INFO neutron.services.segments.plugin [-] Segment 7790513a-bfa8-4f4a-8edf-8dc3e02cedab resource provider aggregate not found 2026-05-08 06:39:55.799 7 INFO neutron.services.segments.plugin [-] Segment 7790513a-bfa8-4f4a-8edf-8dc3e02cedab resource provider aggregate not found 2026-05-08 06:39:55.822 7 INFO neutron.services.segments.plugin [-] Segment 7790513a-bfa8-4f4a-8edf-8dc3e02cedab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7790513a-bfa8-4f4a-8edf-8dc3e02cedab found for delete ", "request_id": "req-90872503-7d99-4004-a318-27bfe7eec0db"}]} 2026-05-08 06:39:55.825 7 INFO neutron.services.segments.plugin [-] Segment 7790513a-bfa8-4f4a-8edf-8dc3e02cedab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7790513a-bfa8-4f4a-8edf-8dc3e02cedab found for delete ", "request_id": "req-ee353b0c-d182-4e88-8c74-2568cb3bd5c8"}]} 2026-05-08 06:39:55.851 8 INFO neutron.services.segments.plugin [-] Segment fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 resource provider aggregate not found 2026-05-08 06:39:55.854 8 INFO neutron.services.segments.plugin [-] Segment fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 resource provider aggregate not found 2026-05-08 06:39:55.874 8 INFO neutron.services.segments.plugin [-] Segment fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 found for delete ", "request_id": "req-da29077e-3fb1-4e53-92ed-58ca91d26ce2"}]} 2026-05-08 06:39:55.875 8 INFO neutron.services.segments.plugin [-] Segment fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe29f4b5-cfb5-41dc-b8dd-d350f93f0a83 found for delete ", "request_id": "req-f0e43784-0dcc-4adb-8ce7-37ce9603c3cb"}]} [pid: 8|app: 0|req: 2710/5411] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:39:55 2026] DELETE /v2.0/networks/c8048b0a-2ea8-4504-b61f-2e58f27a8555 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:39:55.904 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1426456-10d2-4a36-b1cd-5851760b4fa9 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2711/5412] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:55 2026] DELETE /v2.0/subnets/faa9c9d6-d54f-4112-980e-51108301f912 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:55.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdddd978-e965-4e31-855a-82e962d01fd6 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2712/5413] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:55 2026] DELETE /v2.0/subnets/f0794df4-60d6-42b8-ac18-0c1123c67c90 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:39:55.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a5d463a-2a8b-4f1f-b014-9163ec0b686e 56cda13bd83143758adf97d6cb438147 a19b1571fae444649e4f7aafbc76a294 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2713/5414] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:55 2026] DELETE /v2.0/subnets/32be94ea-6430-403a-bc44-637c8062e0af => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2714/5415] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:56 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2702/5416] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:39:55 2026] PUT /v2.0/routers/a233222c-a0d0-4310-97e2-c467f20bbc1b/add_router_interface => generated 310 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:56.931 8 WARNING neutron.db.securitygroups_db [None req-7cfb516c-876e-4f71-94c3-3974870458ff 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2715/5417] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:56 2026] GET /v2.0/security-groups?tenant_id=a19b1571fae444649e4f7aafbc76a294&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2703/5418] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:56 2026] DELETE /v2.0/security-groups/096d2a08-4bec-4e8f-86c2-e78fd39b67be => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:57.165 8 WARNING neutron.db.securitygroups_db [None req-4939f117-981d-4b21-a9f5-42a5920140cd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2716/5419] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:57 2026] GET /v2.0/security-groups?tenant_id=b30d1a5febbf4763a4546cfe88f14caa&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2717/5420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:39:57 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => 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: 2704/5421] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:57 2026] DELETE /v2.0/security-groups/b3f3dddc-16a1-4bfe-a7e6-87166bac0a6c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:57.504 8 WARNING neutron.db.securitygroups_db [None req-2e875879-e7f1-426f-98f4-811ff0d9cf60 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2718/5422] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:39:57 2026] GET /v2.0/security-groups?tenant_id=b1eb86569e4e4590b62695a33bf6da00&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: 2719/5423] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:39:57 2026] DELETE /v2.0/security-groups/083d54af-26ff-40b9-b538-d43a57e4e2a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:39:57.778 7 INFO neutron.db.segments_db [None req-58e52b27-1c17-4f76-8218-06fbe3008e6c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 5b82f79f-50b9-48df-af4e-72455a00c780 of type vxlan for network 3fc376d5-565f-4eee-9051-751fae86874b [pid: 7|app: 0|req: 2705/5424] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:39:57 2026] POST /v2.0/networks => generated 741 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2720/5425] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:57 2026] POST /v2.0/subnets => generated 688 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:39:58.097 7 INFO neutron.db.segments_db [None req-3fe258c5-a577-4839-98c8-a430c02581cd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Added segment 5c91abe6-c7d4-4433-9d4f-cc296f849d84 of type vxlan for network de45751c-f968-4741-b8fa-37729769f474 2026-05-08 06:39:58.303 7 INFO neutron.db.l3_hamode_db [None req-3fe258c5-a577-4839-98c8-a430c02581cd 08b1bb7f1570454f86b1184363fa6b78 f94babb22472430d9745c6f4de2ebf19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:39:59.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c4f221d-04e0-43cb-b6f1-2aee52bd3ea6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: fe20db99-c849-487e-8f68-9e734c76ca69 2026-05-08 06:39:59.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c4f221d-04e0-43cb-b6f1-2aee52bd3ea6 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: fe20db99-c849-487e-8f68-9e734c76ca69 2026-05-08 06:39:59.444 7 INFO neutron.db.l3_hamode_db [None req-3fe258c5-a577-4839-98c8-a430c02581cd 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2721/5426] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:39:58 2026] PUT /v2.0/routers/e3f94309-5f2c-40ee-b34f-8b7310150eeb/remove_router_interface => generated 310 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:39:59.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-52720cf7-0bd1-4c4a-9460-9a14bcbbe728 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: c7542db1-997f-4ddf-85ea-a8382f51c3f2 2026-05-08 06:39:59.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52720cf7-0bd1-4c4a-9460-9a14bcbbe728 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: c7542db1-997f-4ddf-85ea-a8382f51c3f2 2026-05-08 06:40:00.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-52720cf7-0bd1-4c4a-9460-9a14bcbbe728 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: a132267a-d0ae-4ac1-97a7-4830dc8f0989 2026-05-08 06:40:00.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52720cf7-0bd1-4c4a-9460-9a14bcbbe728 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: a132267a-d0ae-4ac1-97a7-4830dc8f0989 [pid: 7|app: 0|req: 2706/5427] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:39:58 2026] POST /v2.0/routers => generated 728 bytes in 2352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2707/5428] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:40:00 2026] GET /v2.0/ports?device_id=4918faf7-91f5-4d26-851e-55973a5a3bac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:00.485 8 INFO neutron.services.segments.plugin [-] Segment a272d5bb-95a2-420d-b935-63e1caf734a3 resource provider aggregate not found 2026-05-08 06:40:00.500 8 INFO neutron.services.segments.plugin [-] Segment a272d5bb-95a2-420d-b935-63e1caf734a3 resource provider aggregate not found 2026-05-08 06:40:00.524 8 INFO neutron.services.segments.plugin [-] Segment a272d5bb-95a2-420d-b935-63e1caf734a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a272d5bb-95a2-420d-b935-63e1caf734a3 found for delete ", "request_id": "req-031cec22-39bc-4170-a9c3-e76892028bbd"}]} 2026-05-08 06:40:00.528 8 INFO neutron.services.segments.plugin [-] Segment a272d5bb-95a2-420d-b935-63e1caf734a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a272d5bb-95a2-420d-b935-63e1caf734a3 found for delete ", "request_id": "req-e67bd9f6-e857-4c21-9019-150847cb8e72"}]} 2026-05-08 06:40:00.536 8 INFO neutron.db.l3_hamode_db [None req-52720cf7-0bd1-4c4a-9460-9a14bcbbe728 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network 1305e3fc-c44a-420d-8111-da98e0127abe was deleted as no HA routers are present in project 993a2e07421b4228a730bd199321a2de. [pid: 8|app: 0|req: 2722/5429] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:39:59 2026] DELETE /v2.0/routers/e3f94309-5f2c-40ee-b34f-8b7310150eeb => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2723/5430] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:00 2026] DELETE /v2.0/subnets/6e32f59d-2477-4a98-b58f-5092dc8e78e6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:40:00.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab6aed4b-21a8-4412-b285-8a93b2e67e90 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b2dec96c-edcb-4bcb-9366-69fedafdae52 2026-05-08 06:40:00.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab6aed4b-21a8-4412-b285-8a93b2e67e90 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b2dec96c-edcb-4bcb-9366-69fedafdae52 [pid: 8|app: 0|req: 2724/5431] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:00 2026] DELETE /v2.0/networks/ba268326-c122-4afe-9bed-243257b91716 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:40:01.178 8 WARNING neutron.db.securitygroups_db [None req-e165cdd0-4a5e-4f35-afd0-3afa50360d3b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2725/5432] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:01 2026] GET /v2.0/security-groups?tenant_id=993a2e07421b4228a730bd199321a2de&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2726/5433] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:01 2026] DELETE /v2.0/security-groups/9fbda39e-f7dc-4027-846c-bd654a0924a3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2708/5434] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:40:00 2026] PUT /v2.0/routers/b21eaf97-8830-4b7a-a2cf-9d5c49efb641/add_router_interface => generated 310 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2727/5435] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-groups => generated 1675 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2728/5436] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:02.553 8 INFO neutron.services.segments.plugin [-] Segment 024610e5-bd3b-47c9-9799-d6f3a8854fff resource provider aggregate not found 2026-05-08 06:40:02.556 8 INFO neutron.services.segments.plugin [-] Segment 024610e5-bd3b-47c9-9799-d6f3a8854fff resource provider aggregate not found 2026-05-08 06:40:02.569 8 INFO neutron.services.segments.plugin [-] Segment 024610e5-bd3b-47c9-9799-d6f3a8854fff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024610e5-bd3b-47c9-9799-d6f3a8854fff found for delete ", "request_id": "req-73b8debf-4309-4002-a875-22dbf0d8003b"}]} [pid: 8|app: 0|req: 2729/5437] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:02.584 8 INFO neutron.services.segments.plugin [-] Segment 024610e5-bd3b-47c9-9799-d6f3a8854fff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024610e5-bd3b-47c9-9799-d6f3a8854fff found for delete ", "request_id": "req-e5cb902e-11ea-44c8-89b3-1e2713d4e123"}]} 2026-05-08 06:40:02.645 7 INFO neutron.db.segments_db [None req-eba48db7-7b30-43fe-8ba6-5b0463173ba4 5b9be854002e49aa87b519153a76225f 0665b13a37494eabb31ce0bbefdfb49e - - default default] Added segment 7387f990-7011-471f-9d67-641c01f0a0ab of type vxlan for network 2fae6135-dbb1-4b6c-9aae-ad234bc1a6b1 [pid: 8|app: 0|req: 2730/5438] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2709/5439] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/networks => generated 632 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:02.776 7 INFO neutron.db.segments_db [None req-266e18cf-e202-4d01-a520-443607fdb97a 5b9be854002e49aa87b519153a76225f 0665b13a37494eabb31ce0bbefdfb49e - - default default] Added segment 87165e09-c490-4111-8895-323c196be2a0 of type vxlan for network 4d7312b5-3212-4a48-a75d-626bc8e0f8ce [pid: 8|app: 0|req: 2731/5440] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2710/5441] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:02.898 7 INFO neutron.db.securitygroups_db [None req-64176279-eb9e-49d1-976b-54f3751f6ed3 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] Project 8efd0e17b06c416d9ec97ed5e305d027 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-08 06:40:02.917 8 INFO neutron.db.segments_db [None req-efddaa65-1646-4181-9eb5-7287cd560b74 5b9be854002e49aa87b519153a76225f 0665b13a37494eabb31ce0bbefdfb49e - - default default] Added segment 1959c530-4546-4796-9f85-eda11f63472f of type vxlan for network 98ac9dd9-2a6a-416c-b5e0-20cb3a3314d5 [pid: 7|app: 0|req: 2711/5442] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:03.012 7 INFO neutron.db.securitygroups_db [None req-80489b38-0cb1-40a9-b22f-c802a0147516 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] Project 8efd0e17b06c416d9ec97ed5e305d027 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: 2732/5443] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:03.078 8 INFO neutron.db.segments_db [None req-3cea1f48-afa3-4c01-8fc9-5a42c483e4cb 5b9be854002e49aa87b519153a76225f 0665b13a37494eabb31ce0bbefdfb49e - - default default] Added segment 2edb99dc-6a2d-47f5-b629-afaa46313f77 of type vxlan for network d346b895-f322-4e3a-9008-696569f6966e [pid: 7|app: 0|req: 2712/5444] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2733/5445] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:03 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:03.215 7 INFO neutron.db.segments_db [None req-e2f4c0d0-4757-469d-8c8a-7b27c946a047 5b9be854002e49aa87b519153a76225f 0665b13a37494eabb31ce0bbefdfb49e - - default default] Added segment 8060377b-7d37-4a1f-8a4b-202fcc4c7668 of type vxlan for network d93682a6-e17d-455c-8746-2594666f7633 [pid: 7|app: 0|req: 2713/5446] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:03 2026] POST /v2.0/networks => generated 632 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2734/5447] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:40:03 2026] PUT /v2.0/networks/2fae6135-dbb1-4b6c-9aae-ad234bc1a6b1/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: 2714/5448] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:40:03 2026] PUT /v2.0/networks/4d7312b5-3212-4a48-a75d-626bc8e0f8ce/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2735/5449] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:40:03 2026] PUT /v2.0/networks/98ac9dd9-2a6a-416c-b5e0-20cb3a3314d5/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2715/5450] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:40:03 2026] PUT /v2.0/networks/d346b895-f322-4e3a-9008-696569f6966e/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2716/5451] 10.0.0.224 () {32 vars in 666 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2736/5452] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:40:03 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: 7|app: 0|req: 2717/5453] 10.0.0.224 () {32 vars in 680 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2718/5454] 10.0.0.224 () {32 vars in 676 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2737/5455] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2719/5456] 10.0.0.224 () {32 vars in 688 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2720/5457] 10.0.0.224 () {32 vars in 674 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2738/5458] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2721/5459] 10.0.0.224 () {32 vars in 688 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2722/5460] 10.0.0.224 () {32 vars in 684 bytes} [Fri May 8 06:40:03 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2723/5461] 10.0.0.224 () {32 vars in 696 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:04.235 7 INFO neutron.services.segments.plugin [-] Segment 7387f990-7011-471f-9d67-641c01f0a0ab resource provider aggregate not found 2026-05-08 06:40:04.241 7 INFO neutron.services.segments.plugin [-] Segment 7387f990-7011-471f-9d67-641c01f0a0ab resource provider aggregate not found 2026-05-08 06:40:04.257 7 INFO neutron.services.segments.plugin [-] Segment 7387f990-7011-471f-9d67-641c01f0a0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7387f990-7011-471f-9d67-641c01f0a0ab found for delete ", "request_id": "req-4950e47c-1dd5-4d44-a2a7-b755b9a4d03a"}]} 2026-05-08 06:40:04.261 7 INFO neutron.services.segments.plugin [-] Segment 7387f990-7011-471f-9d67-641c01f0a0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7387f990-7011-471f-9d67-641c01f0a0ab found for delete ", "request_id": "req-6d10c342-bc34-415b-a600-6cba33d713b7"}]} [pid: 7|app: 0|req: 2724/5462] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:04 2026] DELETE /v2.0/networks/2fae6135-dbb1-4b6c-9aae-ad234bc1a6b1 => 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: 2725/5463] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:04 2026] DELETE /v2.0/networks/4d7312b5-3212-4a48-a75d-626bc8e0f8ce => 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: 2739/5464] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:40:03 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: 2726/5465] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:04 2026] DELETE /v2.0/networks/98ac9dd9-2a6a-416c-b5e0-20cb3a3314d5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:40:04.581 7 WARNING neutron.db.securitygroups_db [req-1bce8187-dedf-4538-b7cb-fdb42dddb31c req-9e7c175f-2d36-49ba-804b-2d7f8dab6a1d 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2727/5466] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1396892165&fields=id&tenant_id=8efd0e17b06c416d9ec97ed5e305d027 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:04.630 7 WARNING neutron.db.securitygroups_db [req-1bce8187-dedf-4538-b7cb-fdb42dddb31c req-c2bccf69-37a4-45ad-86c7-acef7fa6aa64 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2728/5467] 10.0.0.229 () {34 vars in 1098 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--978437146&fields=id&tenant_id=8efd0e17b06c416d9ec97ed5e305d027 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:04.696 8 INFO neutron.services.segments.plugin [-] Segment 2edb99dc-6a2d-47f5-b629-afaa46313f77 resource provider aggregate not found 2026-05-08 06:40:04.697 8 INFO neutron.services.segments.plugin [-] Segment 2edb99dc-6a2d-47f5-b629-afaa46313f77 resource provider aggregate not found [pid: 7|app: 0|req: 2729/5468] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/networks?id=73d90b64-f589-4fdd-958c-7217b1dc166b => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:04.718 8 INFO neutron.services.segments.plugin [-] Segment 2edb99dc-6a2d-47f5-b629-afaa46313f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2edb99dc-6a2d-47f5-b629-afaa46313f77 found for delete ", "request_id": "req-bc4ee117-50a0-45dd-b792-c472ce688afd"}]} 2026-05-08 06:40:04.722 8 INFO neutron.services.segments.plugin [-] Segment 2edb99dc-6a2d-47f5-b629-afaa46313f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2edb99dc-6a2d-47f5-b629-afaa46313f77 found for delete ", "request_id": "req-38e0584d-eca7-4fba-a652-74ccb2e01e85"}]} [pid: 8|app: 0|req: 2740/5469] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:04 2026] DELETE /v2.0/networks/d346b895-f322-4e3a-9008-696569f6966e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2730/5470] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/quotas/8efd0e17b06c416d9ec97ed5e305d027 => 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: 2731/5471] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/ports?tenant_id=8efd0e17b06c416d9ec97ed5e305d027&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2741/5472] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:04 2026] DELETE /v2.0/networks/d93682a6-e17d-455c-8746-2594666f7633 => 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: 2732/5473] 10.0.0.229 () {34 vars in 907 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/extensions => generated 22222 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2742/5474] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:40:04 2026] GET /v2.0/networks/73d90b64-f589-4fdd-958c-7217b1dc166b?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: 2733/5475] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:40:05 2026] GET /v2.0/networks/73d90b64-f589-4fdd-958c-7217b1dc166b?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: 2743/5476] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:05.908 8 WARNING neutron.db.securitygroups_db [None req-a77a2c51-dbe3-443c-b35c-83ef700e588c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2745/5479] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:05 2026] GET /v2.0/security-groups?tenant_id=05ff2c23dec04c8e9c0bb403a27fd5b6&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2735/5480] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:06 2026] DELETE /v2.0/security-groups/6dcdc9ff-188f-460c-b113-b074f6bd22a1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:06.277 7 INFO neutron.services.segments.plugin [-] Segment 87165e09-c490-4111-8895-323c196be2a0 resource provider aggregate not found 2026-05-08 06:40:06.279 7 INFO neutron.services.segments.plugin [-] Segment 87165e09-c490-4111-8895-323c196be2a0 resource provider aggregate not found 2026-05-08 06:40:06.285 8 WARNING neutron.db.securitygroups_db [None req-feaebbe2-a042-4c28-9bd6-9c7b768c8153 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:06.296 7 INFO neutron.services.segments.plugin [-] Segment 87165e09-c490-4111-8895-323c196be2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87165e09-c490-4111-8895-323c196be2a0 found for delete ", "request_id": "req-b381ba69-d766-45a1-b5b9-241820677f7c"}]} 2026-05-08 06:40:06.301 7 INFO neutron.services.segments.plugin [-] Segment 87165e09-c490-4111-8895-323c196be2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87165e09-c490-4111-8895-323c196be2a0 found for delete ", "request_id": "req-0c981c6a-cbc8-4168-8602-601c949d4caf"}]} 2026-05-08 06:40:06.316 7 INFO neutron.services.segments.plugin [-] Segment 1959c530-4546-4796-9f85-eda11f63472f resource provider aggregate not found 2026-05-08 06:40:06.321 7 INFO neutron.services.segments.plugin [-] Segment 1959c530-4546-4796-9f85-eda11f63472f resource provider aggregate not found 2026-05-08 06:40:06.337 7 INFO neutron.services.segments.plugin [-] Segment 1959c530-4546-4796-9f85-eda11f63472f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1959c530-4546-4796-9f85-eda11f63472f found for delete ", "request_id": "req-594d7aa2-8bc3-4d7e-982b-0734ed671bb4"}]} 2026-05-08 06:40:06.345 7 INFO neutron.services.segments.plugin [-] Segment 1959c530-4546-4796-9f85-eda11f63472f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1959c530-4546-4796-9f85-eda11f63472f found for delete ", "request_id": "req-16706105-39ad-4d91-836a-cf5b645fd4c4"}]} [pid: 7|app: 0|req: 2736/5481] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:06 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 2746/5482] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:06 2026] GET /v2.0/security-groups?tenant_id=4d038ff26a6140fca147b4c5145db05b&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2737/5483] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:06 2026] DELETE /v2.0/security-groups/ac5a140b-76a4-4c02-8ae6-4fd65108f9a9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:06.716 8 WARNING neutron.db.securitygroups_db [None req-5f2e70bb-7a46-4f13-9906-61d04d0c1a02 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:06.740 8 INFO neutron.services.segments.plugin [-] Segment 8060377b-7d37-4a1f-8a4b-202fcc4c7668 resource provider aggregate not found 2026-05-08 06:40:06.749 8 INFO neutron.services.segments.plugin [-] Segment 8060377b-7d37-4a1f-8a4b-202fcc4c7668 resource provider aggregate not found 2026-05-08 06:40:06.772 8 INFO neutron.services.segments.plugin [-] Segment 8060377b-7d37-4a1f-8a4b-202fcc4c7668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8060377b-7d37-4a1f-8a4b-202fcc4c7668 found for delete ", "request_id": "req-38f367b8-14f5-451f-a8a7-4ac2800ee47d"}]} 2026-05-08 06:40:06.774 8 INFO neutron.services.segments.plugin [-] Segment 8060377b-7d37-4a1f-8a4b-202fcc4c7668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8060377b-7d37-4a1f-8a4b-202fcc4c7668 found for delete ", "request_id": "req-899de9f6-4b6e-4943-80b7-d22d7a1cb463"}]} [pid: 8|app: 0|req: 2747/5484] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:06 2026] GET /v2.0/security-groups?tenant_id=0665b13a37494eabb31ce0bbefdfb49e&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2738/5485] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:06 2026] DELETE /v2.0/security-groups/6675eaad-510b-4bc1-962d-6d70eed3b955 => 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: 2748/5486] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 2739/5487] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2749/5488] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:40:09 2026] GET /v2.0/networks?id=73d90b64-f589-4fdd-958c-7217b1dc166b => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2740/5489] 199.204.45.246 () {34 vars in 911 bytes} [Fri May 8 06:40:09 2026] GET /v2.0/extensions => generated 22222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 06:40:09.591 8 WARNING neutron.db.securitygroups_db [req-1bce8187-dedf-4538-b7cb-fdb42dddb31c req-9d85282f-c1c2-4eb1-b41a-d235834601b6 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2750/5490] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:40:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8efd0e17b06c416d9ec97ed5e305d027 => generated 273 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2751/5491] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:09 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 2741/5492] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:40:09 2026] POST /v2.0/ports => generated 993 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2752/5493] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:40:10 2026] PUT /v2.0/ports/63aae1c0-01b7-4478-9bd7-6d668281a4a1 => generated 1274 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:10.639 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32ed5237-4da3-43c6-8b33-ed1edfc636d5'] response: {'name': 'network-changed', 'server_uuid': '43dabd5d-dec5-46db-9ae3-f20cb4f0982d', 'tag': '63aae1c0-01b7-4478-9bd7-6d668281a4a1', '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: 2742/5494] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 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: 2753/5495] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2743/5496] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:40:11 2026] GET /v2.0/ports?tenant_id=8efd0e17b06c416d9ec97ed5e305d027&device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2744/5497] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:40:11 2026] GET /v2.0/networks?tenant_id=8efd0e17b06c416d9ec97ed5e305d027&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2745/5498] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:40:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:11.467 8 INFO neutron.db.segments_db [None req-7032582a-91db-48c5-8a5a-cc685b00a515 ad50ff716a2e40ffa03e30be0fee48bc 841c803cce8e4c389ca61b199c50e186 - - default default] Added segment 3357e595-cbf5-4aef-a72d-aa2490312afd of type vxlan for network aad9f24e-01b7-4fe5-92da-c9ffdf28acd2 [pid: 8|app: 0|req: 2754/5499] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:11 2026] POST /v2.0/networks => generated 631 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2746/5500] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:11 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:11.861 8 INFO neutron.db.segments_db [None req-7d03e1cb-90fa-4343-8b71-74642e3edbc1 ad50ff716a2e40ffa03e30be0fee48bc 841c803cce8e4c389ca61b199c50e186 - - default default] Added segment 2c3801eb-ee84-4396-b602-8e446c95ddf2 of type vxlan for network 86e42ac9-6187-4812-951c-5b00f1020d10 [pid: 8|app: 0|req: 2755/5501] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:11 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2747/5502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2748/5503] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2756/5504] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:11 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:12.262 7 INFO neutron.db.segments_db [None req-9f4571a1-3679-4d41-a4d4-37698e230c73 ad50ff716a2e40ffa03e30be0fee48bc 841c803cce8e4c389ca61b199c50e186 - - default default] Added segment 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 of type vxlan for network 6298212b-720a-4ca5-9a9a-42ed70ecfe75 [pid: 7|app: 0|req: 2749/5505] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:12 2026] POST /v2.0/networks => generated 631 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2757/5506] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/ports?tenant_id=8efd0e17b06c416d9ec97ed5e305d027&device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2758/5507] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=63aae1c0-01b7-4478-9bd7-6d668281a4a1 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2759/5508] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/subnets?id=5254d344-a6ba-42c0-a362-d95fa84f1e8f => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2760/5509] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/ports?network_id=73d90b64-f589-4fdd-958c-7217b1dc166b&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: 2761/5510] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/networks/73d90b64-f589-4fdd-958c-7217b1dc166b?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: 2750/5511] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:12 2026] POST /v2.0/subnets => generated 629 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2762/5512] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:40:12 2026] GET /v2.0/networks/73d90b64-f589-4fdd-958c-7217b1dc166b?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) 2026-05-08 06:40:12.588 7 INFO neutron.db.segments_db [None req-60506cc7-cd9d-45f7-b482-6792efaab746 ad50ff716a2e40ffa03e30be0fee48bc 841c803cce8e4c389ca61b199c50e186 - - default default] Added segment 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff of type vxlan for network fa1ec40d-909d-45d5-933f-b5e00984c8b3 [pid: 7|app: 0|req: 2751/5513] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:12 2026] POST /v2.0/networks => generated 632 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2763/5514] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:12 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-08 06:40:12.983 7 INFO neutron.db.segments_db [None req-76a1b145-9258-48fc-a59b-fc08faf39f1e ad50ff716a2e40ffa03e30be0fee48bc 841c803cce8e4c389ca61b199c50e186 - - default default] Added segment 68aebfa4-990e-4baa-9e1d-7ee1072e6163 of type vxlan for network d19bf737-d320-43ef-a35c-c7793d15cf1c [pid: 7|app: 0|req: 2752/5515] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:40:12 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2764/5516] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2765/5517] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2753/5518] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:13 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) [pid: 8|app: 0|req: 2766/5519] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:40:13 2026] PUT /v2.0/subnets/e659da82-2f01-4935-acdc-e1ab0961b01b/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2754/5520] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:40:13 2026] PUT /v2.0/subnets/a966c50a-647a-4894-9109-8a9786a961e2/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2767/5521] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:40:13 2026] PUT /v2.0/subnets/339bcca4-1aa4-41b4-80af-00ff728636e2/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: 2755/5522] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:40:13 2026] PUT /v2.0/subnets/8551c200-4adf-4bfa-bbb4-d7815791f1e6/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2768/5523] 10.0.0.224 () {32 vars in 664 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2756/5524] 10.0.0.224 () {32 vars in 678 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2769/5525] 10.0.0.224 () {32 vars in 674 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2757/5526] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2770/5527] 10.0.0.224 () {32 vars in 672 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2758/5528] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2771/5529] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:40:13 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2759/5530] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:40: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: 2772/5531] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/subnets/e659da82-2f01-4935-acdc-e1ab0961b01b => 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: 2773/5532] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2760/5533] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/subnets/a966c50a-647a-4894-9109-8a9786a961e2 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2761/5534] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2774/5535] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/subnets/339bcca4-1aa4-41b4-80af-00ff728636e2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:40:14.513 7 WARNING neutron.db.securitygroups_db [None req-08425a8a-72ad-44fc-b91b-16fa3196ab72 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2775/5536] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/subnets/8551c200-4adf-4bfa-bbb4-d7815791f1e6 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2762/5537] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:14 2026] GET /v2.0/security-groups?tenant_id=e37d928420ed4bcf91ca18d34f3c8618&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2776/5538] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/subnets/86d4af49-f37a-4741-920c-5236480a8eb9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2763/5539] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/security-groups/af5d6624-af51-4037-97e3-45e370187ce4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:14.815 8 INFO neutron.services.segments.plugin [-] Segment 3357e595-cbf5-4aef-a72d-aa2490312afd resource provider aggregate not found 2026-05-08 06:40:14.823 8 INFO neutron.services.segments.plugin [-] Segment 3357e595-cbf5-4aef-a72d-aa2490312afd resource provider aggregate not found 2026-05-08 06:40:14.836 8 INFO neutron.services.segments.plugin [-] Segment 3357e595-cbf5-4aef-a72d-aa2490312afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3357e595-cbf5-4aef-a72d-aa2490312afd found for delete ", "request_id": "req-266fdcf7-4da9-4494-aee2-a862dd248241"}]} 2026-05-08 06:40:14.842 8 INFO neutron.services.segments.plugin [-] Segment 3357e595-cbf5-4aef-a72d-aa2490312afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3357e595-cbf5-4aef-a72d-aa2490312afd found for delete ", "request_id": "req-61f8d382-86e6-433c-b3a9-b9815385828b"}]} [pid: 8|app: 0|req: 2777/5540] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/networks/aad9f24e-01b7-4fe5-92da-c9ffdf28acd2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:40:14.981 7 INFO neutron.services.segments.plugin [-] Segment 2c3801eb-ee84-4396-b602-8e446c95ddf2 resource provider aggregate not found 2026-05-08 06:40:14.985 7 INFO neutron.services.segments.plugin [-] Segment 2c3801eb-ee84-4396-b602-8e446c95ddf2 resource provider aggregate not found 2026-05-08 06:40:15.080 7 INFO neutron.services.segments.plugin [-] Segment 2c3801eb-ee84-4396-b602-8e446c95ddf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3801eb-ee84-4396-b602-8e446c95ddf2 found for delete ", "request_id": "req-eee2a06b-453c-4bda-a76a-8b9ac6b0de5d"}]} 2026-05-08 06:40:15.089 7 INFO neutron.services.segments.plugin [-] Segment 2c3801eb-ee84-4396-b602-8e446c95ddf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3801eb-ee84-4396-b602-8e446c95ddf2 found for delete ", "request_id": "req-c1e9b965-7467-487d-a34f-689b2ee5461e"}]} [pid: 7|app: 0|req: 2764/5541] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:14 2026] DELETE /v2.0/networks/86e42ac9-6187-4812-951c-5b00f1020d10 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2778/5542] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:15 2026] DELETE /v2.0/networks/6298212b-720a-4ca5-9a9a-42ed70ecfe75 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2765/5543] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:15 2026] DELETE /v2.0/networks/fa1ec40d-909d-45d5-933f-b5e00984c8b3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2779/5544] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:40:15 2026] DELETE /v2.0/networks/d19bf737-d320-43ef-a35c-c7793d15cf1c => 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: 2766/5545] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2780/5546] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:15 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2767/5547] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:40:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1277 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2781/5548] 199.204.45.246 () {34 vars in 1124 bytes} [Fri May 8 06:40:15 2026] GET /v2.0/security-groups?id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&id=b3406317-83e0-4f04-ad07-f49116a576a2&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-08 06:40:16.414 7 WARNING neutron.db.securitygroups_db [None req-cce95af7-6d94-48f4-9653-7b7e7234a5b1 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2768/5549] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:16 2026] GET /v2.0/security-groups?tenant_id=f9a0957243744c39ab28ae6a3dcc34e3&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: 2782/5550] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:16 2026] DELETE /v2.0/security-groups/f09e02ec-e7c8-4455-86cd-b1bd93d89b67 => 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: 2769/5551] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:16 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2783/5552] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:16 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:16.763 7 WARNING neutron.db.securitygroups_db [None req-fca408af-cc87-4730-9226-11a8eb94b691 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:16.855 8 INFO neutron.services.segments.plugin [-] Segment 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 resource provider aggregate not found 2026-05-08 06:40:16.858 8 INFO neutron.services.segments.plugin [-] Segment 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 resource provider aggregate not found 2026-05-08 06:40:16.874 8 INFO neutron.services.segments.plugin [-] Segment 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 found for delete ", "request_id": "req-78dec357-1019-421f-9cdc-312aca35fa4f"}]} 2026-05-08 06:40:16.878 8 INFO neutron.services.segments.plugin [-] Segment 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee3144f-8e6c-4bea-82d0-db1cf773f8c8 found for delete ", "request_id": "req-5a6ad9e9-5b86-401e-a4c5-c8724de231de"}]} [pid: 7|app: 0|req: 2770/5553] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:16 2026] GET /v2.0/security-groups?tenant_id=37a6c072b87d415dab9303d8d6dd66e5&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:16.898 8 INFO neutron.services.segments.plugin [-] Segment 68aebfa4-990e-4baa-9e1d-7ee1072e6163 resource provider aggregate not found 2026-05-08 06:40:16.901 8 INFO neutron.services.segments.plugin [-] Segment 68aebfa4-990e-4baa-9e1d-7ee1072e6163 resource provider aggregate not found 2026-05-08 06:40:16.920 8 INFO neutron.services.segments.plugin [-] Segment 68aebfa4-990e-4baa-9e1d-7ee1072e6163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68aebfa4-990e-4baa-9e1d-7ee1072e6163 found for delete ", "request_id": "req-8038dec3-cae4-407c-98ea-ded88d9eb6c4"}]} 2026-05-08 06:40:16.922 8 INFO neutron.services.segments.plugin [-] Segment 68aebfa4-990e-4baa-9e1d-7ee1072e6163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68aebfa4-990e-4baa-9e1d-7ee1072e6163 found for delete ", "request_id": "req-1d5aea4d-c04e-4a65-9de2-4b3f544b2c2f"}]} [pid: 8|app: 0|req: 2784/5554] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:16 2026] DELETE /v2.0/security-groups/fa0db845-a097-4fb1-aec0-69b2335f0973 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:17.096 7 WARNING neutron.db.securitygroups_db [None req-9ef3eb44-0223-445f-a502-a7f81678609c 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:17.100 7 INFO neutron.services.segments.plugin [-] Segment 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff resource provider aggregate not found 2026-05-08 06:40:17.112 7 INFO neutron.services.segments.plugin [-] Segment 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff resource provider aggregate not found 2026-05-08 06:40:17.121 7 INFO neutron.services.segments.plugin [-] Segment 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff found for delete ", "request_id": "req-5c54a578-ebc4-4077-8dd7-56f819f208fb"}]} 2026-05-08 06:40:17.135 7 INFO neutron.services.segments.plugin [-] Segment 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f42fbf3-ee7e-4d40-b39d-faa6ca3fe6ff found for delete ", "request_id": "req-c9a430a5-ab37-455a-a7d4-2a0b274c4b37"}]} [pid: 7|app: 0|req: 2771/5555] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:17 2026] GET /v2.0/security-groups?tenant_id=841c803cce8e4c389ca61b199c50e186&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2785/5556] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:17 2026] DELETE /v2.0/security-groups/695bb30e-a6ff-49c4-a6af-bb4f126f42e0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:17.817 7 INFO neutron.db.segments_db [None req-399a438d-2d52-472a-bb51-0363fde12793 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Added segment 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 of type vxlan for network 1b961d04-fbe5-4384-90e3-9402851b725e [pid: 8|app: 0|req: 2786/5557] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2787/5558] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2772/5559] 10.0.0.224 () {34 vars in 671 bytes} [Fri May 8 06:40:17 2026] POST /v2.0/networks => generated 633 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:17.954 8 INFO neutron.db.segments_db [None req-da98329a-683b-41cf-b43e-1b2e9a46a00f ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Added segment dfd6d0a1-bfe1-4705-8c47-07cfe750e012 of type vxlan for network c1ce4cb3-596c-426d-b000-1aa73ce14dd6 2026-05-08 06:40:18.201 8 INFO neutron.db.l3_hamode_db [None req-da98329a-683b-41cf-b43e-1b2e9a46a00f ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:40:18.900 8 INFO neutron.db.l3_hamode_db [None req-da98329a-683b-41cf-b43e-1b2e9a46a00f ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2773/5560] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2774/5561] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2788/5562] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:17 2026] POST /v2.0/routers => generated 692 bytes in 1856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2775/5563] 10.0.0.224 () {32 vars in 776 bytes} [Fri May 8 06:40:19 2026] GET /v2.0/subnets?project_id=b245a354d154404a8fb14a7f22322fda&cidr=10.100.0.0%2F28 => generated 14 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2789/5564] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:40:20 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2790/5565] 10.0.0.224 () {32 vars in 784 bytes} [Fri May 8 06:40:20 2026] GET /v2.0/subnets?network_id=3a9279a4-b7e4-4e90-b885-47f2039964be&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2776/5566] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2777/5567] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:20 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2791/5568] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:40:20 2026] POST /v2.0/subnets => generated 656 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2778/5569] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:40:20 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:20.857 7 WARNING tagging [None req-50712052-4364-4934-bdef-0f5c07bd941c 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2781/5572] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:40:20 2026] PUT /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:20.941 7 WARNING tagging [None req-afb9711f-27bf-4676-9802-2b5f469faaec 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2782/5573] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:20 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:20.981 7 WARNING tagging [None req-09c37736-73c6-4ee6-ac3c-b8200669372b 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2783/5574] 10.0.0.224 () {34 vars in 770 bytes} [Fri May 8 06:40:20 2026] PUT /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:40:21.050 7 WARNING tagging [None req-5e9252c7-700b-4397-8dff-734778f91d04 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2784/5575] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:21.091 7 WARNING tagging [None req-f6d50440-a4d2-4825-bf40-df366576a565 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2785/5576] 10.0.0.224 () {34 vars in 766 bytes} [Fri May 8 06:40:21 2026] PUT /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:40:21.152 7 WARNING tagging [None req-30f3952e-6342-4c8b-b43f-bbac0f5eb044 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2786/5577] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:21.204 7 WARNING tagging [None req-341fc2bc-19b3-4235-ad0a-8c3cf61dd41d 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2787/5578] 10.0.0.224 () {34 vars in 788 bytes} [Fri May 8 06:40:21 2026] PUT /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2788/5579] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:21.343 7 WARNING tagging [None req-a697bb50-d7db-4d29-9854-1be42baf71c1 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2789/5580] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2790/5581] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:21.396 7 WARNING tagging [None req-860c6359-cbee-4fe6-864e-001c8f977200 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2791/5582] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:40:21 2026] PUT /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:21.441 7 WARNING tagging [None req-93774550-d14c-4246-a9b0-99a04df1fd88 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2792/5583] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:21.475 7 WARNING tagging [None req-2ed6bc18-c538-4769-bca5-e0c2a791e935 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2793/5584] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:21.515 7 WARNING tagging [None req-d049c0a2-defb-4d27-a6c4-ef45d9492c5a 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:21.532 7 INFO neutron.api.v2.resource [None req-d049c0a2-defb-4d27-a6c4-ef45d9492c5a 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2794/5585] 10.0.0.224 () {32 vars in 751 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:40:21.562 7 WARNING tagging [None req-e22f8f5d-cd0b-4360-b7d0-ab9ad7b405c9 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2795/5586] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:40:21 2026] DELETE /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:21.616 7 WARNING tagging [None req-f19ee021-779b-4336-83ec-5dcce9713454 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2792/5587] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:40:20 2026] PUT /v2.0/routers/4d3a27b0-9600-4a63-a613-7cdf2952a8c2/add_router_interface => generated 310 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2796/5588] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:21.659 7 WARNING tagging [None req-abb202d9-06c2-484c-a09e-c76d0098ae2f 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:21.677 7 INFO neutron.api.v2.resource [None req-abb202d9-06c2-484c-a09e-c76d0098ae2f 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2797/5589] 10.0.0.224 () {32 vars in 754 bytes} [Fri May 8 06:40:21 2026] DELETE /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2793/5590] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/networks => generated 6511 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:21.703 7 WARNING tagging [None req-de173699-262a-4323-a55e-fd8ad7596d8f 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2798/5591] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:40:21 2026] DELETE /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2794/5592] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/subnets => generated 5196 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:21.762 7 WARNING tagging [None req-161adf5e-d1b8-4d9b-889c-5cca44ff9caf 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2799/5593] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf/tags => 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: 2795/5594] 10.0.0.224 () {32 vars in 647 bytes} [Fri May 8 06:40:21 2026] GET /v2.0/routers => generated 2182 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:21.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b76de57-ddaf-4e22-8445-1b0e11b4cdfd 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] TaaS: Handle Delete Port: 61b4d1b3-913d-469e-8bbd-c9bd6ff8067b 2026-05-08 06:40:21.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b76de57-ddaf-4e22-8445-1b0e11b4cdfd 30385ccced5c46609188cb3397db582b dee4d273e7db4d36ac30cdbba2e774a6 - - default default] Tap Mirror: Handle Delete Port: 61b4d1b3-913d-469e-8bbd-c9bd6ff8067b [pid: 7|app: 0|req: 2800/5595] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:40:21 2026] DELETE /v2.0/floatingips/b0db1649-964c-4653-b8bb-a8973bc26edf => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2796/5596] 10.0.0.224 () {34 vars in 685 bytes} [Fri May 8 06:40:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2801/5597] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2797/5598] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2802/5599] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 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: 7|app: 0|req: 2803/5600] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:22 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2804/5601] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:22 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2798/5602] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 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-08 06:40:22.585 7 INFO neutron.db.securitygroups_db [None req-47fad468-2330-45a9-8ef2-f01b97b49367 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Project b245a354d154404a8fb14a7f22322fda 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: 2805/5603] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:22.704 8 INFO neutron.db.securitygroups_db [None req-77e1471f-deed-4aef-bb42-d9d8775f7fb2 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Project b245a354d154404a8fb14a7f22322fda 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: 2799/5604] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:40:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:40:22.841 7 WARNING neutron.db.securitygroups_db [None req-ec449f93-9f88-43a5-84d1-02b425d7ee78 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2806/5605] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:22 2026] GET /v2.0/security-groups?tenant_id=7636e48b5cb3470f93d0ca9dcf934706&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2800/5606] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:22 2026] DELETE /v2.0/security-groups/5839f19d-70d4-45f3-a10f-4ffce0e7f410 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:23.182 8 WARNING neutron.db.securitygroups_db [None req-36bd1d71-3034-4438-878b-2b653b1d46ed 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2801/5607] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/security-groups?tenant_id=dee4d273e7db4d36ac30cdbba2e774a6&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2807/5608] 10.0.0.224 () {32 vars in 649 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks => generated 1298 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2802/5609] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:23 2026] DELETE /v2.0/security-groups/9cb8e5da-411f-4dee-bc82-d9e2faf320d1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:23.431 7 WARNING neutron.db.securitygroups_db [req-6a1fb553-030a-485a-bd3f-74c9267dc0bd req-ee43c8b1-942f-4861-a34d-3f80efc7c89c ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2808/5610] 10.0.0.229 () {34 vars in 1100 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1953586645&fields=id&tenant_id=b245a354d154404a8fb14a7f22322fda => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2803/5611] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks?id=1b961d04-fbe5-4384-90e3-9402851b725e => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2809/5612] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/quotas/b245a354d154404a8fb14a7f22322fda => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2804/5613] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/ports?tenant_id=b245a354d154404a8fb14a7f22322fda&fields=id => generated 103 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2810/5614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2805/5615] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks/1b961d04-fbe5-4384-90e3-9402851b725e?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: 2811/5616] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2806/5617] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/networks/1b961d04-fbe5-4384-90e3-9402851b725e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2812/5618] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:23 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2807/5619] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:24 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2813/5620] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:24 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2808/5621] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2814/5622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2809/5623] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:26 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2815/5624] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:26 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2816/5625] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2817/5626] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2818/5627] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2810/5628] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:40:26 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) 2026-05-08 06:40:27.342 7 WARNING tagging [None req-ad75527e-8d17-4e45-a4e8-d04c4fbb0f18 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2819/5629] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:40:27 2026] PUT /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.398 8 WARNING tagging [None req-67b3c489-4194-4706-a296-9790d8316cdf 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2811/5630] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.446 7 WARNING tagging [None req-924bb382-7c73-43d8-9483-badc61e8abd5 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2820/5631] 10.0.0.224 () {34 vars in 778 bytes} [Fri May 8 06:40:27 2026] PUT /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:40:27.528 8 WARNING tagging [None req-08baa98c-eb3a-418e-ad66-96a4e1e9de5f 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2812/5632] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.571 7 WARNING tagging [None req-cc1d39ae-7f7b-4475-8d59-71424a419edb 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2821/5633] 10.0.0.224 () {34 vars in 774 bytes} [Fri May 8 06:40:27 2026] PUT /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:40:27.634 8 WARNING tagging [None req-c51da4ce-4abc-4725-bcad-4e74879c6740 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2813/5634] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.677 7 WARNING tagging [None req-58b261aa-c408-433e-a3cf-292041ed7e78 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2822/5635] 10.0.0.224 () {34 vars in 796 bytes} [Fri May 8 06:40:27 2026] PUT /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:40:27.737 8 WARNING tagging [None req-6c97f91e-67da-4d63-ad26-45d8cbc50573 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2814/5636] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.774 7 WARNING tagging [None req-917f9a4c-7913-4a66-9116-e2961a7a5710 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2823/5637] 10.0.0.224 () {34 vars in 767 bytes} [Fri May 8 06:40:27 2026] PUT /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.821 8 WARNING tagging [None req-639b57c1-5234-436c-8eae-7cfba5fb96dd 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2815/5638] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:27.860 7 WARNING tagging [None req-51a3d64b-9291-4832-b1bc-a8d1adde630c 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2824/5639] 10.0.0.224 () {32 vars in 755 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:27.901 8 WARNING tagging [None req-1988d0f2-c5e7-47c0-886d-032ff2fad0a6 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:27.910 8 INFO neutron.api.v2.resource [None req-1988d0f2-c5e7-47c0-886d-032ff2fad0a6 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2816/5640] 10.0.0.224 () {32 vars in 759 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:40:27.942 7 WARNING tagging [None req-e58f086f-840a-4f51-b913-09d77e9f428a 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2825/5641] 10.0.0.224 () {32 vars in 758 bytes} [Fri May 8 06:40:27 2026] DELETE /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:27.996 8 WARNING tagging [None req-5cdf6195-e733-40cd-9501-a17fdb3cac42 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2817/5642] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:27 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:28.039 7 WARNING tagging [None req-a478aa70-edc0-40df-bd27-18579b0298b6 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:40:28.052 7 INFO neutron.api.v2.resource [None req-a478aa70-edc0-40df-bd27-18579b0298b6 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2826/5643] 10.0.0.224 () {32 vars in 762 bytes} [Fri May 8 06:40:28 2026] DELETE /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:40:28.089 8 WARNING tagging [None req-b01f8720-b7e4-4a18-925c-854ae9c292a5 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2818/5644] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:40:28 2026] DELETE /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:28.151 7 WARNING tagging [None req-f21086d3-c1cb-4ceb-9245-ac846f3c9156 98dbee23dbdb4de38142e26922656f45 fe47f5f2409446a7a57cc96b54ff17a5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 2827/5645] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2819/5646] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/networks?id=1b961d04-fbe5-4384-90e3-9402851b725e => generated 661 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:28.192 8 WARNING neutron.db.securitygroups_db [req-6a1fb553-030a-485a-bd3f-74c9267dc0bd req-b88b2a2b-4cdf-4746-93c8-c60fb17a4067 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2820/5647] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b245a354d154404a8fb14a7f22322fda => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2828/5648] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:28 2026] DELETE /v2.0/security-groups/83eda50a-0b1c-4f65-942d-69ec19376411 => 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: 2829/5649] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2830/5650] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2831/5651] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2821/5652] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:40:28 2026] POST /v2.0/ports => generated 958 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 06:40:28.967 8 WARNING neutron.db.securitygroups_db [None req-1222832e-f4a1-4803-bd62-a5af84f0c52f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2822/5653] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:28 2026] GET /v2.0/security-groups?tenant_id=fe47f5f2409446a7a57cc96b54ff17a5&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2823/5654] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:29 2026] DELETE /v2.0/security-groups/c6ec66d8-3401-4805-aa61-543ea70e0b96 => 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: 2832/5655] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:40:28 2026] PUT /v2.0/ports/9da2f1d9-73a7-4865-95a1-c13b3402bd50 => generated 1239 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:40:29.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02b5d75b-11dc-4861-a3fd-9fd504432b18'] response: {'name': 'network-changed', 'server_uuid': '94f09d05-fd15-46a8-abe2-933b8f46398f', 'tag': '9da2f1d9-73a7-4865-95a1-c13b3402bd50', 'status': 'completed', 'code': 200} 2026-05-08 06:40:29.210 8 WARNING neutron.db.securitygroups_db [None req-f4426713-1a63-496c-af16-6ab22dfab2e1 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2824/5656] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/security-groups?tenant_id=0de75714fd5240b6ba5e09f03e8aeab2&name=default => generated 2925 bytes in 141 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: 2825/5657] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2826/5658] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2833/5659] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:29 2026] DELETE /v2.0/security-groups/9a7b3dbb-1b57-46ee-8dca-7fffbbb85f0b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2827/5660] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2834/5661] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2828/5662] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/ports?tenant_id=b245a354d154404a8fb14a7f22322fda&device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2835/5663] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/networks?tenant_id=b245a354d154404a8fb14a7f22322fda&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2829/5664] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:40:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2836/5665] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2830/5666] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2837/5667] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2831/5668] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2838/5669] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/ports?tenant_id=b245a354d154404a8fb14a7f22322fda&device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2832/5670] 199.204.45.246 () {34 vars in 1060 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9da2f1d9-73a7-4865-95a1-c13b3402bd50 => 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: 2839/5671] 199.204.45.246 () {34 vars in 984 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/subnets?id=02e7c720-173e-4f3d-9bc7-1d0ec72d78c4 => 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: 2833/5672] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/ports?network_id=1b961d04-fbe5-4384-90e3-9402851b725e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2840/5673] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:40:30 2026] GET /v2.0/networks/1b961d04-fbe5-4384-90e3-9402851b725e?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: 2834/5674] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:40:31 2026] GET /v2.0/networks/1b961d04-fbe5-4384-90e3-9402851b725e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2841/5675] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2842/5676] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2835/5677] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:31 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2843/5678] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:31 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2836/5679] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:40:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2844/5680] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:40:32 2026] PUT /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/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: 2837/5681] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:32 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2845/5682] 10.0.0.224 () {34 vars in 770 bytes} [Fri May 8 06:40:32 2026] PUT /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2838/5683] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:32 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2846/5684] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:32 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/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: 2839/5685] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:32 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2847/5686] 10.0.0.224 () {34 vars in 766 bytes} [Fri May 8 06:40:32 2026] PUT /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2840/5687] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:32 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2848/5688] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2841/5689] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 2849/5690] 10.0.0.224 () {34 vars in 788 bytes} [Fri May 8 06:40:33 2026] PUT /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/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: 2842/5691] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2850/5692] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:40:33 2026] PUT /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2843/5693] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2851/5694] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:33.249 8 INFO neutron.api.v2.resource [None req-2c597d3e-f7b3-4e8f-9aa1-d9a007447a7c 73689d9eb0b84af59dd0a5204ed30120 f19c0ed188164923afb75fa745b4d6ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2844/5695] 10.0.0.224 () {32 vars in 751 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2852/5696] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:40:33 2026] DELETE /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2845/5697] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:40:33.363 7 INFO neutron.api.v2.resource [None req-6877fa6a-14a0-4f4e-bc1f-d6fbba297ba3 73689d9eb0b84af59dd0a5204ed30120 f19c0ed188164923afb75fa745b4d6ae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2853/5698] 10.0.0.224 () {32 vars in 754 bytes} [Fri May 8 06:40:33 2026] DELETE /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/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: 2846/5699] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:40:33 2026] DELETE /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2854/5700] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:40:33 2026] GET /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2847/5701] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:40:33 2026] DELETE /v2.0/subnetpools/ff7c77a1-14fa-448f-9059-48f6f1fb36d5 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2855/5702] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2848/5703] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2856/5704] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2857/5705] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:40:34.249 8 WARNING neutron.db.securitygroups_db [None req-72f67bce-03dc-40eb-9b2e-c61d531048a8 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2849/5706] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/security-groups?tenant_id=13bad878e2354c058a74e6414b30a373&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2858/5707] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:34 2026] DELETE /v2.0/security-groups/d965f4ac-177f-431d-abeb-068505f180ad => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:40:34.555 8 WARNING neutron.db.securitygroups_db [None req-0a0ba336-90f4-4eb0-96fe-be69373484d3 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 2850/5708] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:40:34 2026] GET /v2.0/security-groups?tenant_id=f19c0ed188164923afb75fa745b4d6ae&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: 2859/5709] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:40:34 2026] DELETE /v2.0/security-groups/009fa72a-2b5c-4746-a9ad-7ad150ef69c1 => 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: 2851/5710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:35 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2860/5711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2852/5712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:35 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2861/5713] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:35 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2863/5716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2864/5717] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:36 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2854/5718] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2865/5719] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:36 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2855/5720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2866/5721] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:37 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2856/5722] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:37 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2867/5723] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:37 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2857/5724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:38 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2868/5725] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:38 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2858/5726] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:38 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2869/5727] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:38 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2859/5728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:39 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2870/5729] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:39 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2860/5730] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:40 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2871/5731] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:40 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2861/5732] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2872/5733] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:41 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2862/5734] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:41 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2873/5735] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:41 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2863/5736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:42 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2874/5737] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:42 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2864/5738] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:42 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2875/5739] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:42 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2865/5740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:43 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2876/5741] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:43 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2866/5742] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:43 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2877/5743] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:43 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2867/5744] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:44 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2868/5745] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:44 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2878/5746] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:44 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2869/5747] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:44 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2879/5748] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:45 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2880/5749] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:45 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2870/5750] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:45 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2881/5751] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:45 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2871/5752] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:46 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2882/5753] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:47 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2872/5754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:47 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2883/5755] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:47 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2873/5756] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:48 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2884/5757] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:48 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2874/5758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:48 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2885/5759] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:48 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2875/5760] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:49 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2876/5761] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:49 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2886/5762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:49 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2877/5763] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:49 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2887/5766] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:50 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2880/5767] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:50 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2888/5768] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:50 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2881/5769] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:50 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2889/5770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:51 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2890/5771] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:51 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2882/5772] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:51 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2891/5773] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:51 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2883/5774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:52 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2892/5775] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:52 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2884/5776] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:52 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2893/5777] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:52 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2885/5778] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:53 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2894/5779] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:53 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2886/5780] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:53 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2895/5781] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:53 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2887/5782] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:55 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2888/5783] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:55 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2896/5784] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:55 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2889/5785] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:55 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2897/5786] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:56 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2898/5787] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:56 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 2890/5788] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:56 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2899/5789] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:56 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2891/5790] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:57 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2900/5791] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:57 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2892/5792] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:57 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2901/5793] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:57 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2902/5794] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:58 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2893/5795] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:58 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2903/5796] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:58 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2894/5797] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:58 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2904/5798] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:59 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2895/5799] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:40:59 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2905/5800] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:40:59 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2896/5801] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:40:59 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2906/5802] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:00 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2897/5803] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:00 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2907/5804] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:00 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2898/5805] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:00 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2908/5806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:02 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2899/5807] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:02 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2909/5808] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:02 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2900/5809] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:02 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2910/5810] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:03 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2901/5811] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:03 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2911/5812] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:03 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2902/5813] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:03 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2912/5814] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:04 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2903/5815] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:04 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2913/5816] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:04 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2904/5817] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:04 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2915/5820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:05 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2906/5821] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2916/5822] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:05 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2907/5823] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:05 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2917/5824] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:06 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2908/5825] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:06 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2918/5826] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:06 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2909/5827] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:06 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2919/5828] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:07 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2910/5829] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2920/5830] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:07 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2911/5831] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:07 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 2921/5832] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:08 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2922/5833] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:08 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2912/5834] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2923/5835] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:09 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2913/5836] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:10 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2914/5837] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:10 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2924/5838] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2915/5839] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2925/5840] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:11 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2926/5841] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:11 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2916/5842] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2927/5843] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2917/5844] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:12 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2928/5845] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:12 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2918/5846] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:12 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2929/5847] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:12 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2919/5848] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:13 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2930/5849] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:13 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2920/5850] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:13 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2931/5851] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:13 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2921/5852] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:14 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2932/5853] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:14 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2922/5854] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2933/5855] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2923/5856] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:15 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2934/5857] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:15 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2924/5858] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:16 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2935/5859] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:16 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2925/5860] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:17 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2926/5861] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:17 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2936/5862] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2927/5863] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2937/5864] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:18 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2938/5865] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:18 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2928/5866] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2939/5867] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2929/5868] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:19 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2940/5869] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:19 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2930/5870] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:19 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2941/5871] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:19 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2943/5874] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:20 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2932/5875] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:20 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2944/5876] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2933/5877] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:20 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2945/5878] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:21 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2934/5879] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:21 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2946/5880] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:21 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2935/5881] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:21 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2947/5882] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:22 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2936/5883] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:22 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2948/5884] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:23 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2937/5885] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:23 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 2949/5886] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2938/5887] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:24 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2950/5888] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:24 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2939/5889] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:24 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2951/5890] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:25 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2940/5891] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:25 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2952/5892] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2941/5893] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:25 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2953/5894] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:26 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2942/5895] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:26 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2954/5896] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:26 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2943/5897] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:26 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2955/5898] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:27 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2944/5899] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:27 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2956/5900] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:27 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2945/5901] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:27 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2957/5902] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:28 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2946/5903] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:28 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2958/5904] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:28 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2947/5905] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:28 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2959/5906] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2948/5907] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2960/5908] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:30 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2949/5909] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:30 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2961/5910] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2950/5911] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2962/5912] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:31 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 2951/5913] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:31 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2963/5914] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:32 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2952/5915] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:32 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2964/5916] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:32 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2953/5917] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:32 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2965/5918] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:33 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2954/5919] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:33 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2966/5920] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:33 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2955/5921] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:33 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 2967/5922] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2956/5923] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:34 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2968/5924] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:34 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2957/5925] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:34 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2959/5928] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:35 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2970/5929] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2960/5930] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:35 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2971/5931] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:35 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2961/5932] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2972/5933] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2962/5934] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:36 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2973/5935] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:37 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 2963/5936] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2974/5937] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:38 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2964/5938] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:38 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2975/5939] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:38 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2965/5940] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:39 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2976/5941] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:39 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2966/5942] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:39 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2977/5943] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:39 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2967/5944] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:40 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 2978/5945] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:40 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2968/5946] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:40 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2979/5947] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:40 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2969/5948] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2980/5949] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:41 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2970/5950] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:41 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2981/5951] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:41 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2971/5952] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:42 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2982/5953] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:42 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2972/5954] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:42 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2983/5955] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:42 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2973/5956] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:43 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2984/5957] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:43 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2974/5958] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:43 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2985/5959] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:44 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2975/5960] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:44 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2986/5961] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:44 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2976/5962] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:45 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2987/5963] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:45 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2977/5964] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:46 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2988/5965] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:46 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2978/5966] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:46 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2989/5967] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:46 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2979/5968] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:47 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2990/5969] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:47 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2980/5970] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:47 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2991/5971] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:47 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2981/5972] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:48 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2992/5973] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:48 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2982/5974] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:48 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2993/5975] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:48 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2983/5976] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:49 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2994/5977] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:49 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2984/5978] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:49 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2995/5979] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:49 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2986/5982] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:50 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2997/5983] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:50 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2987/5984] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:50 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2998/5985] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:50 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2988/5986] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:51 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2999/5987] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:51 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2989/5988] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:52 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3000/5989] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:52 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2990/5990] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:53 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3001/5991] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:53 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2991/5992] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:53 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3002/5993] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:53 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2992/5994] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:54 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3003/5995] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:54 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2993/5996] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:54 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3004/5997] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:54 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 2994/5998] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:55 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3005/5999] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:55 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 2995/6000] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:55 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3006/6001] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:55 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2996/6002] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:56 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3007/6003] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:56 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2997/6004] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:56 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3008/6005] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:56 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2998/6006] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:57 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3009/6007] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:57 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2999/6008] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:57 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3010/6009] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:57 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3000/6010] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:58 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3011/6011] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:41:58 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3001/6012] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:41:58 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3012/6013] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:41:59 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3002/6014] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:00 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3013/6015] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:00 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3003/6016] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:00 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3014/6017] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:00 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3004/6018] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:01 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3015/6019] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:01 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3005/6020] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:01 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3016/6021] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:01 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3006/6022] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:02 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3017/6023] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:02 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3007/6024] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:02 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3018/6025] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:02 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3008/6026] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:03 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3019/6027] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:03 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3009/6028] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:03 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3020/6029] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:03 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3010/6030] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:04 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3021/6031] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:04 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3011/6032] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:04 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3022/6033] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:04 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3013/6036] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:05 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3024/6037] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:05 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3014/6038] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3025/6039] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:06 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3015/6040] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:06 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3026/6041] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:06 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3016/6042] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3027/6043] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:07 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3017/6044] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:08 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3028/6045] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:08 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3018/6046] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3029/6047] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:08 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3019/6048] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:09 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3030/6049] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:09 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3020/6050] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:09 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3031/6051] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:09 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3021/6052] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:10 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3032/6053] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:10 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3022/6054] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3033/6055] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3023/6056] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:11 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3034/6057] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:11 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3024/6058] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3035/6059] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3025/6060] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:12 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3036/6061] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:12 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3026/6062] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:12 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3037/6063] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:12 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3027/6064] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:13 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3038/6065] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:13 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3028/6066] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3039/6067] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3029/6068] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:15 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3040/6069] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:15 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3030/6070] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3041/6071] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:15 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3031/6072] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:16 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3042/6073] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:16 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3032/6074] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:16 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3043/6075] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:16 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3033/6076] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:17 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3044/6077] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:17 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3034/6078] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3045/6079] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3035/6080] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:18 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3046/6081] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:18 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3036/6082] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3047/6083] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3037/6084] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:19 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3048/6085] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:19 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3038/6086] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:19 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3049/6087] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:19 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3040/6090] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:20 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3051/6091] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:20 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3041/6092] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:21 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3052/6093] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:21 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3042/6094] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:21 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3053/6095] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:21 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3043/6096] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:22 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3054/6097] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:22 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3044/6098] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:23 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3055/6099] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:23 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3045/6100] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:23 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3056/6101] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:23 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3046/6102] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3057/6103] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:24 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3047/6104] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:24 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3058/6105] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:24 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3048/6106] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:25 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3059/6107] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:25 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3049/6108] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3060/6109] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:25 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3061/6110] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:26 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3062/6111] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:26 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3050/6112] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:26 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3063/6113] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:26 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3051/6114] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:27 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3052/6115] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:28 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3064/6116] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:28 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3053/6117] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:28 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3065/6118] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:29 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3066/6119] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:29 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3054/6120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3067/6121] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3055/6122] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:30 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3068/6123] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:30 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3056/6124] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:30 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3069/6125] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:30 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3057/6126] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:31 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3070/6127] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:31 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3058/6128] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3071/6129] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3059/6130] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:32 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3060/6131] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:32 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3072/6132] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:32 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3061/6133] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:32 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3073/6134] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:33 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3062/6135] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:33 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3074/6136] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:33 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3063/6137] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:33 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3075/6138] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3064/6139] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:34 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3076/6140] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3065/6141] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:35 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3078/6144] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3067/6145] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:36 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3079/6146] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3068/6147] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:36 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3080/6148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3069/6149] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:37 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3081/6150] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:37 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3070/6151] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:37 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3082/6152] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:38 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3071/6153] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:38 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3083/6154] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:38 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3072/6155] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:38 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3084/6156] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:39 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3073/6157] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:39 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3085/6158] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:39 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3074/6159] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:39 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3086/6160] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:40 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3075/6161] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:40 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3087/6162] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:40 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3076/6163] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:40 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3088/6164] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3077/6165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:41 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3089/6166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:41 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3078/6167] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:42 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3090/6168] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:43 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3079/6169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:43 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3091/6170] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:43 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3080/6171] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:43 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3092/6172] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:44 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3081/6173] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:44 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3093/6174] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:44 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3082/6175] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:44 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3094/6176] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:45 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3083/6177] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:45 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3095/6178] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:45 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3084/6179] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:45 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3096/6180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:46 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3085/6181] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:46 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3097/6182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:46 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3086/6183] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:46 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3098/6184] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:47 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3087/6185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:47 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3099/6186] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:47 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3088/6187] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:47 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3100/6188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:48 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3089/6189] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:48 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3101/6190] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:49 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3090/6191] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:49 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3102/6192] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:50 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3091/6193] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:50 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3103/6194] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:50 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3092/6195] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:50 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3094/6198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:51 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3105/6199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:51 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3095/6200] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:51 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3106/6201] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:51 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3096/6202] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:52 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3107/6203] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:52 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3097/6204] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:52 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3108/6205] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:52 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3098/6206] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:53 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3109/6207] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:53 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3099/6208] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:53 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3110/6209] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:53 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3100/6210] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:54 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3111/6211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:54 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3101/6212] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:54 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3112/6213] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:54 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3102/6214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:55 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3113/6215] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:55 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3103/6216] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:55 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3114/6217] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:56 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3104/6218] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:57 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3115/6219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:57 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3105/6220] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:57 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3116/6221] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:57 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3106/6222] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:58 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3117/6223] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:58 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3107/6224] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:58 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3118/6225] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:58 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3108/6226] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:59 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3119/6227] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:42:59 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3109/6228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:42:59 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3120/6229] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:42:59 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3110/6230] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:00 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3121/6231] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:00 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3111/6232] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:00 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3122/6233] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:00 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3112/6234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:01 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3123/6235] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:01 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3113/6236] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:01 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3124/6237] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:01 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3114/6238] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:02 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3125/6239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:02 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3115/6240] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:03 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3126/6241] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:03 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3116/6242] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:04 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3127/6243] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:04 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3117/6244] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:04 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3128/6245] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:04 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3118/6246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:05 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3129/6247] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:05 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3120/6250] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3131/6251] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:05 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3121/6252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:06 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3132/6253] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:06 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3122/6254] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:06 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3133/6255] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:06 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3123/6256] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:07 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3134/6257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:07 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3124/6258] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3135/6259] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:07 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3125/6260] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:08 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3136/6261] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:08 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3126/6262] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3137/6263] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:09 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3127/6264] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:09 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3138/6265] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:09 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3128/6266] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3139/6267] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3129/6268] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:11 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3140/6269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:11 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3130/6270] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3141/6271] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3131/6272] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:12 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3142/6273] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:12 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3132/6274] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:12 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3143/6275] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:12 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3133/6276] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:13 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3144/6277] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:13 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3134/6278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:13 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3145/6279] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:13 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3135/6280] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:14 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3146/6281] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:14 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3136/6282] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3147/6283] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3137/6284] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:15 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3148/6285] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:15 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3138/6286] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3149/6287] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:15 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3139/6288] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:16 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3150/6289] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:16 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3140/6290] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3151/6291] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3141/6292] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:17 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3152/6293] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:18 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3142/6294] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3153/6295] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3143/6296] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:19 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3154/6297] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:19 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3144/6298] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:19 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3155/6299] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:19 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3145/6300] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:20 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3156/6301] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:20 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3158/6304] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3147/6305] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:20 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3159/6306] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:21 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3148/6307] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:21 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3160/6308] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:21 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3149/6309] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:21 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3161/6310] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:22 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3150/6311] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:22 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3162/6312] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:22 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3151/6313] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:22 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3163/6314] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:23 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3152/6315] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:23 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3164/6316] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:24 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3153/6317] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:24 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3165/6318] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3154/6319] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:25 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3166/6320] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3155/6321] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:25 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3167/6322] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:26 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3156/6323] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:26 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3168/6324] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:26 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3157/6325] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:26 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3169/6326] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:27 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3158/6327] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:27 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3170/6328] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:27 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3159/6329] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:27 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3171/6330] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:28 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3160/6331] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:28 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3172/6332] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:28 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3161/6333] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:28 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3173/6334] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3162/6335] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3174/6336] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:29 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3163/6337] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:29 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3175/6338] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:30 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3164/6339] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:30 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3176/6340] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:31 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3165/6341] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:31 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3177/6342] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3166/6343] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3178/6344] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:32 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3167/6345] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:32 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3179/6346] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:33 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3168/6347] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:33 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3180/6348] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:33 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3169/6349] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:33 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3181/6350] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3170/6351] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:34 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3182/6352] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:34 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3171/6353] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:34 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3183/6356] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:35 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3174/6357] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3184/6358] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:35 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3175/6359] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:35 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3185/6360] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3176/6361] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3186/6362] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:36 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3177/6363] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:36 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3187/6364] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3178/6365] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:37 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3188/6366] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:37 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3179/6367] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:38 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3189/6368] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:38 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3180/6369] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:38 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3190/6370] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:39 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3181/6371] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:39 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3191/6372] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:40 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3182/6373] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:40 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3192/6374] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:40 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3183/6375] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:40 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3193/6376] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3184/6377] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:41 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3194/6378] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:41 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3185/6379] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:41 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3195/6380] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:42 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3186/6381] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:42 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3196/6382] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:42 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3187/6383] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:42 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3197/6384] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:43 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3188/6385] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:43 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3198/6386] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:43 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3189/6387] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:43 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3199/6388] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:44 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3190/6389] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:44 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3200/6390] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:45 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3191/6391] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:45 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3201/6392] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:45 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3192/6393] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:45 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3202/6394] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:46 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3193/6395] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:46 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3203/6396] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:46 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3194/6397] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:47 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3204/6398] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:47 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3195/6399] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:47 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3205/6400] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:48 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3196/6401] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:48 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3206/6402] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:48 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3197/6403] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:48 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3207/6404] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:49 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3198/6405] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:49 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3208/6406] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:49 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3199/6407] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:49 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3210/6410] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:50 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3201/6411] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:50 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3211/6412] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:50 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3202/6413] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:50 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3212/6414] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:51 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3203/6415] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:51 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3213/6416] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:51 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3204/6417] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:51 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3214/6418] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:52 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3205/6419] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:52 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3215/6420] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:53 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3206/6421] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:53 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3216/6422] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:53 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3207/6423] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:53 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3217/6424] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:54 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3208/6425] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:54 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3218/6426] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:55 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3209/6427] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:55 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3219/6428] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:55 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3210/6429] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:55 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3220/6430] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:56 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3211/6431] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:56 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3221/6432] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:56 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3212/6433] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:56 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3222/6434] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:57 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3213/6435] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:57 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3223/6436] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:57 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3214/6437] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:57 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3224/6438] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:58 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3215/6439] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:58 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3225/6440] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:58 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3216/6441] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:43:58 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3226/6442] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:43:59 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3217/6443] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:43:59 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3227/6444] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:00 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3218/6445] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:00 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3228/6446] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:00 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3219/6447] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:00 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3229/6448] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:01 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3220/6449] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:01 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3230/6450] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:02 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3221/6451] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:02 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3231/6452] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:02 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3222/6453] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:02 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3232/6454] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:03 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3223/6455] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:03 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3233/6456] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:03 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3224/6457] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:03 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3234/6458] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:04 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3225/6459] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:04 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3235/6460] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:04 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3226/6461] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:04 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3228/6464] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:05 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3237/6465] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:05 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3229/6466] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3238/6467] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:05 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3230/6468] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:06 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3239/6469] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:06 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3231/6470] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3240/6471] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:07 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3232/6472] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:07 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3241/6473] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:07 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3233/6474] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3242/6475] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:08 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3234/6476] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:09 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3243/6477] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:09 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3235/6478] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:09 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3244/6479] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:09 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3236/6480] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:10 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3245/6481] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:10 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3237/6482] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3246/6483] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3238/6484] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:11 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3247/6485] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:11 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3239/6486] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3248/6487] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3240/6488] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:12 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3249/6489] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:12 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3241/6490] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:12 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3250/6491] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:12 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3242/6492] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:13 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3251/6493] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:13 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3243/6494] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3252/6495] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3244/6496] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:14 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3253/6497] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:14 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3245/6498] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3254/6499] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:15 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3246/6500] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:15 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3255/6501] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:16 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3247/6502] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:16 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3256/6503] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:16 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3248/6504] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:17 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3257/6505] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:17 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3249/6506] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3258/6507] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3250/6508] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:18 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3259/6509] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:18 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3251/6510] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3260/6511] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3252/6512] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:19 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3261/6513] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:19 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3253/6514] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:19 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3262/6515] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:19 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3255/6518] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:20 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3264/6519] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:20 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3256/6520] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3265/6521] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:20 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3257/6522] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:21 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3266/6523] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:21 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3258/6524] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:22 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3267/6525] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:22 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3259/6526] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:22 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3268/6527] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:23 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3260/6528] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:23 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3269/6529] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:23 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3261/6530] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3270/6531] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:24 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3262/6532] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:24 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3271/6533] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:24 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3263/6534] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:25 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3264/6535] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3265/6536] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:25 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3272/6537] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:25 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3266/6538] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:26 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3273/6539] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:26 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3267/6540] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:26 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3274/6541] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:26 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3268/6542] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:27 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3275/6543] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:27 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3269/6544] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:27 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3276/6545] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:28 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3270/6546] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:29 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3277/6547] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:29 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3271/6548] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3278/6549] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3272/6550] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:30 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3279/6551] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:30 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3273/6552] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:30 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3280/6553] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:30 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3274/6554] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:31 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3281/6555] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:31 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3275/6556] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3282/6557] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3276/6558] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:32 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3283/6559] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:32 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3277/6560] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:32 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3284/6561] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:32 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3278/6562] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:33 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3285/6563] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:33 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3279/6564] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:33 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3286/6565] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:33 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3280/6566] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:34 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3287/6567] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:34 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3281/6568] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3288/6569] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3290/6572] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:36 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3283/6573] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:36 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3291/6574] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3284/6575] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3292/6576] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:37 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3285/6577] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:37 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3293/6578] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3286/6579] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:37 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3294/6580] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:38 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3287/6581] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:38 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3295/6582] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:38 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3288/6583] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:38 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3296/6584] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:39 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3289/6585] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:39 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3297/6586] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:39 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3290/6587] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:39 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3298/6588] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:40 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3291/6589] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:40 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3299/6590] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:40 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3292/6591] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:40 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3300/6592] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:41 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3293/6593] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:41 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3301/6594] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3294/6595] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:42 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3302/6596] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:43 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3295/6597] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:43 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3303/6598] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:43 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3296/6599] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:43 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3304/6600] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:44 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3297/6601] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:44 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3305/6602] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:44 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3298/6603] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:44 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3306/6604] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:45 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3299/6605] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:45 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3307/6606] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:45 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3300/6607] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:45 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3308/6608] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:46 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3301/6609] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:46 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3309/6610] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:46 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3302/6611] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:46 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3310/6612] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:47 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3303/6613] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:47 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3311/6614] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:47 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3304/6615] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:47 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3312/6616] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:48 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3305/6617] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:48 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3313/6618] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:48 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3306/6619] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:49 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3314/6620] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:50 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3307/6621] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:50 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3315/6622] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:50 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3308/6623] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:50 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3317/6626] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:51 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3310/6627] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:51 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3318/6628] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:51 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3311/6629] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:51 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3319/6630] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:52 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3312/6631] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:52 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3320/6632] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:52 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3313/6633] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:52 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3321/6634] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:53 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3322/6635] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:53 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3314/6636] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:53 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3323/6637] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:53 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3315/6638] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:54 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3324/6639] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:54 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3316/6640] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:54 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3325/6641] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:54 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3317/6642] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:55 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3318/6643] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:56 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3326/6644] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:56 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3319/6645] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:56 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3327/6646] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:57 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3320/6647] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:57 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3328/6648] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:57 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3321/6649] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:57 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3329/6650] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:58 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3322/6651] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:58 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3330/6652] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:58 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3323/6653] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:58 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3331/6654] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:59 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3332/6655] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:44:59 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3324/6656] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:44:59 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3333/6657] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:44:59 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3325/6658] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:00 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3326/6659] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:00 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3334/6660] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:00 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3327/6661] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:00 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3335/6662] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:01 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3328/6663] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:01 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 7|app: 0|req: 3336/6664] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:01 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3329/6665] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:01 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3337/6666] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:03 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3330/6667] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:03 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3338/6668] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:03 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3331/6669] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:03 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3339/6670] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:04 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3332/6671] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:04 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3340/6672] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:04 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3333/6673] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:04 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3335/6676] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3342/6677] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3336/6678] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3343/6679] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3337/6680] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3344/6681] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:05 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3338/6682] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:06 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3345/6683] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:06 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3339/6684] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:07 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3346/6685] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:07 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3340/6686] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:07 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3347/6687] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:07 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3341/6688] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:08 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3348/6689] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:08 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3342/6690] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:09 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3349/6691] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:09 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3343/6692] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:09 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3350/6693] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:09 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3344/6694] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:10 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3351/6695] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:10 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3345/6696] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:10 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3352/6697] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:10 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3346/6698] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:11 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3353/6699] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:11 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3347/6700] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:11 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3354/6701] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:11 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3348/6702] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:12 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3355/6703] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:12 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3349/6704] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:13 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3356/6705] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:13 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3350/6706] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:13 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3357/6707] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:13 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3351/6708] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:14 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 3358/6709] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:14 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3352/6710] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:14 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3359/6711] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:14 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3353/6712] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:15 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3360/6713] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:15 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3354/6714] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:16 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3361/6715] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:16 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3355/6716] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:16 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3362/6717] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:16 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3356/6718] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:17 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3363/6719] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:17 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3357/6720] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:17 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3364/6721] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:17 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3358/6722] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:18 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3365/6723] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:18 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3359/6724] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:18 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3366/6725] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:18 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 3360/6726] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:19 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3367/6727] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:19 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3361/6728] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3368/6729] 10.0.0.229 () {34 vars in 1120 bytes} [Fri May 8 06:45:20 2026] GET /v2.0/security-groups?id=b3406317-83e0-4f04-ad07-f49116a576a2&id=c1c934f6-0d3c-4dea-88c3-01ebc52c672f&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: 8|app: 0|req: 3362/6730] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:45:20 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 1008 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:45:20.550 8 INFO neutron_taas.services.taas.taas_plugin [req-1bce8187-dedf-4538-b7cb-fdb42dddb31c req-8752dcdc-c73a-4b94-825d-b4e59d612829 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] TaaS: Handle Delete Port: 63aae1c0-01b7-4478-9bd7-6d668281a4a1 2026-05-08 06:45:20.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1bce8187-dedf-4538-b7cb-fdb42dddb31c req-8752dcdc-c73a-4b94-825d-b4e59d612829 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] Tap Mirror: Handle Delete Port: 63aae1c0-01b7-4478-9bd7-6d668281a4a1 [pid: 8|app: 0|req: 3364/6733] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:45:20 2026] DELETE /v2.0/ports/63aae1c0-01b7-4478-9bd7-6d668281a4a1 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:20.823 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-7d296cde-6aef-439c-ac91-ac02f1854077']: {'server_uuid': '43dabd5d-dec5-46db-9ae3-f20cb4f0982d', 'name': 'network-vif-deleted', 'tag': '63aae1c0-01b7-4478-9bd7-6d668281a4a1', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 3370/6734] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:20 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3365/6735] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:21 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3371/6736] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:21 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 3366/6737] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:22 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3372/6738] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:22 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3367/6739] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:22 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3373/6740] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3368/6741] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3374/6742] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => 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: 3375/6743] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3369/6744] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:23 2026] DELETE /v2.0/security-groups/c1c934f6-0d3c-4dea-88c3-01ebc52c672f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:23.675 8 INFO neutron.api.v2.resource [None req-fae4418e-77ec-4834-9dfb-0d3ea71c1cfc 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3370/6745] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/security-groups/c1c934f6-0d3c-4dea-88c3-01ebc52c672f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3376/6746] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:23 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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-08 06:45:23.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-500ca3be-3dd4-4904-85ef-dd3973673a72 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] TaaS: Handle Delete Port: 15e6fc6a-efc2-4ac1-9599-bfff7523982a 2026-05-08 06:45:23.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500ca3be-3dd4-4904-85ef-dd3973673a72 60349bdc10be4da3bbf12136a34fb794 8efd0e17b06c416d9ec97ed5e305d027 - - default default] Tap Mirror: Handle Delete Port: 15e6fc6a-efc2-4ac1-9599-bfff7523982a [pid: 8|app: 0|req: 3371/6747] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:23 2026] DELETE /v2.0/floatingips/2c984206-7cf3-4c47-a067-8b08937cb067 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3377/6748] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:23 2026] DELETE /v2.0/security-groups/b3406317-83e0-4f04-ad07-f49116a576a2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:24.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d0575e6-5157-4584-ae4f-300b48468667 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b3e48c62-7653-4325-ba45-50f5b40834b7 2026-05-08 06:45:24.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d0575e6-5157-4584-ae4f-300b48468667 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b3e48c62-7653-4325-ba45-50f5b40834b7 [pid: 7|app: 0|req: 3378/6749] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3379/6750] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:24 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3372/6751] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:45:24 2026] PUT /v2.0/routers/a233222c-a0d0-4310-97e2-c467f20bbc1b/remove_router_interface => generated 310 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:25.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-d54d50e2-a219-45d6-8af1-8c3d90b70755 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: f68809df-3192-497f-bd1c-d81002e323e8 2026-05-08 06:45:25.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54d50e2-a219-45d6-8af1-8c3d90b70755 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: f68809df-3192-497f-bd1c-d81002e323e8 [pid: 8|app: 0|req: 3373/6752] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:45:25 2026] GET /v2.0/ports?device_id=43dabd5d-dec5-46db-9ae3-f20cb4f0982d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:25.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-d54d50e2-a219-45d6-8af1-8c3d90b70755 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 6f8baaf5-c7ff-47f0-a85f-2996831db960 2026-05-08 06:45:25.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54d50e2-a219-45d6-8af1-8c3d90b70755 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 6f8baaf5-c7ff-47f0-a85f-2996831db960 2026-05-08 06:45:26.015 7 INFO neutron.db.l3_hamode_db [None req-d54d50e2-a219-45d6-8af1-8c3d90b70755 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network a9c778be-62b1-4f51-a353-a7c40e41b84b was deleted as no HA routers are present in project 8efd0e17b06c416d9ec97ed5e305d027. [pid: 7|app: 0|req: 3380/6753] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:25 2026] DELETE /v2.0/routers/a233222c-a0d0-4310-97e2-c467f20bbc1b => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:26.025 7 INFO neutron.services.segments.plugin [-] Segment 8f12dfe1-d234-47e1-836f-5467318f9eef resource provider aggregate not found 2026-05-08 06:45:26.046 7 INFO neutron.services.segments.plugin [-] Segment 8f12dfe1-d234-47e1-836f-5467318f9eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f12dfe1-d234-47e1-836f-5467318f9eef found for delete ", "request_id": "req-550cf79b-f01b-4b6f-b538-94a10f829c0d"}]} 2026-05-08 06:45:26.059 7 INFO neutron.services.segments.plugin [-] Segment 8f12dfe1-d234-47e1-836f-5467318f9eef resource provider aggregate not found [pid: 8|app: 0|req: 3374/6754] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:25 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:26.095 7 INFO neutron.services.segments.plugin [-] Segment 8f12dfe1-d234-47e1-836f-5467318f9eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f12dfe1-d234-47e1-836f-5467318f9eef found for delete ", "request_id": "req-d87dbd1e-9d80-4d35-b3dc-23cab95c2163"}]} [pid: 8|app: 0|req: 3375/6755] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:26 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3381/6756] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:26 2026] DELETE /v2.0/subnets/5254d344-a6ba-42c0-a362-d95fa84f1e8f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:26.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e739275-6ac5-4a42-810b-a0131061364b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 9d29f6b1-fe4d-46b5-b92e-e07c376353d0 2026-05-08 06:45:26.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e739275-6ac5-4a42-810b-a0131061364b 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 9d29f6b1-fe4d-46b5-b92e-e07c376353d0 [pid: 8|app: 0|req: 3376/6757] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:26 2026] DELETE /v2.0/networks/73d90b64-f589-4fdd-958c-7217b1dc166b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:26.545 8 INFO neutron.services.segments.plugin [-] Segment 5bcbcdde-ab77-486f-bfdf-f7e066020342 resource provider aggregate not found 2026-05-08 06:45:26.557 8 INFO neutron.services.segments.plugin [-] Segment 5bcbcdde-ab77-486f-bfdf-f7e066020342 resource provider aggregate not found 2026-05-08 06:45:26.562 8 INFO neutron.services.segments.plugin [-] Segment 5bcbcdde-ab77-486f-bfdf-f7e066020342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bcbcdde-ab77-486f-bfdf-f7e066020342 found for delete ", "request_id": "req-12617085-7168-49ec-9d63-7d35bf8fd97b"}]} 2026-05-08 06:45:26.578 8 INFO neutron.services.segments.plugin [-] Segment 5bcbcdde-ab77-486f-bfdf-f7e066020342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bcbcdde-ab77-486f-bfdf-f7e066020342 found for delete ", "request_id": "req-de1b64fa-debb-4a6a-86c7-65df3b044481"}]} 2026-05-08 06:45:26.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-3993d749-8e05-4705-b87c-a0d10a717042 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 94dff74b-1025-47a2-a5f9-1f345ff72a60 2026-05-08 06:45:26.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3993d749-8e05-4705-b87c-a0d10a717042 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 94dff74b-1025-47a2-a5f9-1f345ff72a60 [pid: 8|app: 0|req: 3377/6758] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:27 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3378/6759] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:27 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3382/6760] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:45:26 2026] PUT /v2.0/routers/b21eaf97-8830-4b7a-a2cf-9d5c49efb641/remove_router_interface => generated 310 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:27.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-54a77347-7353-4f12-ad10-f1f82607718f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: ec142e61-587f-4f7e-967d-e6d6cbd7056e 2026-05-08 06:45:27.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a77347-7353-4f12-ad10-f1f82607718f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: ec142e61-587f-4f7e-967d-e6d6cbd7056e 2026-05-08 06:45:27.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-54a77347-7353-4f12-ad10-f1f82607718f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: b1757d2a-377c-457b-8b8b-b0a5a1d4d7d9 2026-05-08 06:45:27.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a77347-7353-4f12-ad10-f1f82607718f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: b1757d2a-377c-457b-8b8b-b0a5a1d4d7d9 2026-05-08 06:45:28.233 8 INFO neutron.db.l3_hamode_db [None req-54a77347-7353-4f12-ad10-f1f82607718f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] HA network de45751c-f968-4741-b8fa-37729769f474 was deleted as no HA routers are present in project f94babb22472430d9745c6f4de2ebf19. [pid: 8|app: 0|req: 3379/6761] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:27 2026] DELETE /v2.0/routers/b21eaf97-8830-4b7a-a2cf-9d5c49efb641 => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3380/6762] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3383/6763] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:28 2026] DELETE /v2.0/subnets/977992f2-6ff5-4a66-bef0-a97f2ea2e4f6 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3381/6764] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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-08 06:45:28.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f1f9cbd-81c9-4b61-819e-9fe3f3a26194 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] TaaS: Handle Delete Port: 82306c6a-cd1b-4f13-ac16-c326864b4d75 2026-05-08 06:45:28.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f1f9cbd-81c9-4b61-819e-9fe3f3a26194 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] Tap Mirror: Handle Delete Port: 82306c6a-cd1b-4f13-ac16-c326864b4d75 2026-05-08 06:45:28.585 8 INFO neutron.services.segments.plugin [-] Segment 5c91abe6-c7d4-4433-9d4f-cc296f849d84 resource provider aggregate not found 2026-05-08 06:45:28.602 8 INFO neutron.services.segments.plugin [-] Segment 5c91abe6-c7d4-4433-9d4f-cc296f849d84 resource provider aggregate not found 2026-05-08 06:45:28.605 8 INFO neutron.services.segments.plugin [-] Segment 5c91abe6-c7d4-4433-9d4f-cc296f849d84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c91abe6-c7d4-4433-9d4f-cc296f849d84 found for delete ", "request_id": "req-9e1ab6c8-00ab-4ebf-842a-331043b3dbd8"}]} 2026-05-08 06:45:28.614 8 INFO neutron.services.segments.plugin [-] Segment 5c91abe6-c7d4-4433-9d4f-cc296f849d84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c91abe6-c7d4-4433-9d4f-cc296f849d84 found for delete ", "request_id": "req-0d3aea1e-0e8a-4a5e-9ba0-848cb516239e"}]} 2026-05-08 06:45:28.658 7 INFO neutron.services.segments.plugin [-] Segment 5b82f79f-50b9-48df-af4e-72455a00c780 resource provider aggregate not found 2026-05-08 06:45:28.659 7 INFO neutron.services.segments.plugin [-] Segment 5b82f79f-50b9-48df-af4e-72455a00c780 resource provider aggregate not found 2026-05-08 06:45:28.677 7 INFO neutron.services.segments.plugin [-] Segment 5b82f79f-50b9-48df-af4e-72455a00c780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b82f79f-50b9-48df-af4e-72455a00c780 found for delete ", "request_id": "req-55716446-2dfb-4d0d-9613-8601c35b886c"}]} 2026-05-08 06:45:28.679 7 INFO neutron.services.segments.plugin [-] Segment 5b82f79f-50b9-48df-af4e-72455a00c780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b82f79f-50b9-48df-af4e-72455a00c780 found for delete ", "request_id": "req-0377847c-743e-4ede-ad89-ffe6d7e9ee8e"}]} [pid: 7|app: 0|req: 3384/6765] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:28 2026] DELETE /v2.0/networks/3fc376d5-565f-4eee-9051-751fae86874b => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:28.930 8 WARNING neutron.db.securitygroups_db [None req-02dcd66e-7506-4b48-9b5a-dff441f9970f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3382/6766] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:28 2026] GET /v2.0/security-groups?tenant_id=8efd0e17b06c416d9ec97ed5e305d027&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3385/6767] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:28 2026] DELETE /v2.0/security-groups/2d29935f-6f7c-44e3-9f63-1c34b7a673e3 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:29.184 8 WARNING neutron.db.securitygroups_db [None req-ece83f16-5f37-4f11-8951-63024fc20e4e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3383/6768] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:29 2026] GET /v2.0/security-groups?tenant_id=f94babb22472430d9745c6f4de2ebf19&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: 3386/6769] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:29 2026] DELETE /v2.0/security-groups/495472e2-7af8-4636-b611-edc9b231f71a => 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: 3384/6770] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:29 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3387/6771] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:29 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3385/6772] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:30 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3388/6773] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:30 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3386/6774] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:31 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3389/6775] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:31 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3387/6776] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:33 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3390/6777] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:33 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3388/6778] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:45:33 2026] POST /v2.0/floatingips => generated 552 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3389/6779] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:34 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3390/6780] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:34 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3391/6781] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:45:34 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3391/6782] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:45:34 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3392/6783] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:35 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3393/6784] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:35 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3392/6787] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:45:35 2026] POST /v2.0/floatingips => generated 552 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3396/6788] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:45:35 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:36.166 7 WARNING tagging [None req-2c8fcbf5-cd67-4f76-825d-7fdbaa1a3682 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3393/6789] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:45:36 2026] PUT /v2.0/floatingips/4e58245c-ed7d-43a9-8ff4-40e0a6ed30ed/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:36.264 8 WARNING tagging [None req-b729b90c-6e15-4b12-ad67-650564604951 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3397/6790] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:45:36 2026] PUT /v2.0/floatingips/0680d2d4-67aa-4b63-8668-cf43e3798bce/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:36.352 7 WARNING tagging [None req-63740548-beea-46fb-b64b-841b52e99fee c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3394/6791] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:45:36 2026] PUT /v2.0/floatingips/8ebe56b0-6945-414c-8947-5ee04eae1dfd/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:36.404 8 WARNING tagging [None req-51ee1626-510a-463a-a47b-fc7dba654e66 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3398/6792] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:45:36 2026] PUT /v2.0/floatingips/85a0ac71-a5de-49a9-9cb1-bc3bfb152ed1/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3395/6793] 10.0.0.224 () {32 vars in 672 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3399/6794] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3400/6795] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3401/6796] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3396/6797] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3402/6798] 10.0.0.224 () {32 vars in 680 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3397/6799] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&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: 3403/6800] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3398/6801] 10.0.0.224 () {32 vars in 690 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3404/6802] 10.0.0.224 () {32 vars in 702 bytes} [Fri May 8 06:45:36 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:45:36.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b775c92-f974-4cfe-b9a0-3f2a293be7d1 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] TaaS: Handle Delete Port: 622dd879-d011-4a18-af23-a366662879b3 2026-05-08 06:45:36.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b775c92-f974-4cfe-b9a0-3f2a293be7d1 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] Tap Mirror: Handle Delete Port: 622dd879-d011-4a18-af23-a366662879b3 [pid: 7|app: 0|req: 3399/6803] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:36 2026] DELETE /v2.0/floatingips/4e58245c-ed7d-43a9-8ff4-40e0a6ed30ed => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:37.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a1d20ce-df38-489c-9156-db57587eb36f c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] TaaS: Handle Delete Port: 56c72d0e-4057-45a9-9915-4248cbd5492a 2026-05-08 06:45:37.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1d20ce-df38-489c-9156-db57587eb36f c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] Tap Mirror: Handle Delete Port: 56c72d0e-4057-45a9-9915-4248cbd5492a [pid: 8|app: 0|req: 3405/6804] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:37 2026] DELETE /v2.0/floatingips/0680d2d4-67aa-4b63-8668-cf43e3798bce => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:37.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7a299df-9aa8-4a9d-9220-8da9b1199447 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] TaaS: Handle Delete Port: 6c280a4a-96ad-4738-bd30-d8556c97fba6 2026-05-08 06:45:37.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a299df-9aa8-4a9d-9220-8da9b1199447 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] Tap Mirror: Handle Delete Port: 6c280a4a-96ad-4738-bd30-d8556c97fba6 [pid: 7|app: 0|req: 3400/6805] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:37 2026] DELETE /v2.0/floatingips/8ebe56b0-6945-414c-8947-5ee04eae1dfd => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3401/6806] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3402/6807] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:45:37 2026] GET /v2.0/security-groups?id=1b210d22-c05a-4c0b-9e30-0c8b151c2df9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:37.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-93ae0187-68b7-4e5f-a233-9c1c62b0bed5 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] TaaS: Handle Delete Port: b0ebdb5d-2111-4168-bc67-d6d6bf436cfc 2026-05-08 06:45:37.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93ae0187-68b7-4e5f-a233-9c1c62b0bed5 c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] Tap Mirror: Handle Delete Port: b0ebdb5d-2111-4168-bc67-d6d6bf436cfc [pid: 7|app: 0|req: 3403/6808] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:45:37 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3406/6809] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:37 2026] DELETE /v2.0/floatingips/85a0ac71-a5de-49a9-9cb1-bc3bfb152ed1 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:37.982 7 INFO neutron_taas.services.taas.taas_plugin [req-6a1fb553-030a-485a-bd3f-74c9267dc0bd req-bc045316-f7b0-415f-ad41-ba0f7c849692 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] TaaS: Handle Delete Port: 9da2f1d9-73a7-4865-95a1-c13b3402bd50 2026-05-08 06:45:37.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a1fb553-030a-485a-bd3f-74c9267dc0bd req-bc045316-f7b0-415f-ad41-ba0f7c849692 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Tap Mirror: Handle Delete Port: 9da2f1d9-73a7-4865-95a1-c13b3402bd50 2026-05-08 06:45:38.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-521711c1-7529-4fe7-8c52-935d73ebe34c c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] TaaS: Handle Delete Port: e17bbe56-4bc2-477f-8f17-da8b53fcd86b 2026-05-08 06:45:38.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-521711c1-7529-4fe7-8c52-935d73ebe34c c4218107c5dd4e5d91fa2c853bdd986e b806e6e7aaa34740b0d9fe0fabf3c8e6 - - default default] Tap Mirror: Handle Delete Port: e17bbe56-4bc2-477f-8f17-da8b53fcd86b [pid: 7|app: 0|req: 3404/6810] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:45:37 2026] DELETE /v2.0/ports/9da2f1d9-73a7-4865-95a1-c13b3402bd50 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3407/6811] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:45:37 2026] DELETE /v2.0/floatingips/030540d7-d5a5-47b1-9467-4e095ca097eb => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:38.244 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-d8bdcfa5-a174-40d2-8520-95a2bb663155']: {'server_uuid': '94f09d05-fd15-46a8-abe2-933b8f46398f', 'name': 'network-vif-deleted', 'tag': '9da2f1d9-73a7-4865-95a1-c13b3402bd50', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 3405/6812] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:38 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:39.134 8 WARNING neutron.db.securitygroups_db [None req-d5987026-2d62-4195-b79c-da99b388e49e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3408/6813] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:38 2026] GET /v2.0/security-groups?tenant_id=b806e6e7aaa34740b0d9fe0fabf3c8e6&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3406/6814] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:39 2026] DELETE /v2.0/security-groups/74fdbe79-9d43-4b6a-a5eb-931d31123638 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:39.446 8 WARNING neutron.db.securitygroups_db [None req-dd404d63-6399-4004-ba2b-c336ca58f126 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3409/6815] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:39 2026] GET /v2.0/security-groups?tenant_id=5b9304629f944118977e12cdb358e2bd&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: 3407/6816] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:39 2026] DELETE /v2.0/security-groups/4f4e6107-6288-4a8c-a6cf-e43052f778b8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:39.801 8 WARNING neutron.db.securitygroups_db [None req-b67a9e45-0ba8-44fd-9cf1-1d3e3a3ca2af 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3410/6817] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:39 2026] GET /v2.0/security-groups?tenant_id=e91c076c987242439f74fa682248d81f&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3411/6818] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:39 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3408/6819] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:39 2026] DELETE /v2.0/security-groups/f08fec1c-48ff-4587-b6a8-b9fad7b90efc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3412/6820] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:45:41 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => 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: 3409/6821] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:41 2026] DELETE /v2.0/security-groups/1b210d22-c05a-4c0b-9e30-0c8b151c2df9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:41.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a6dcbd0-aa6c-4133-afc5-3decf9beda86 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] TaaS: Handle Delete Port: 9bab292a-c625-4439-acb9-f9bb81b73347 2026-05-08 06:45:41.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a6dcbd0-aa6c-4133-afc5-3decf9beda86 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Tap Mirror: Handle Delete Port: 9bab292a-c625-4439-acb9-f9bb81b73347 [pid: 8|app: 0|req: 3413/6822] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:45:41 2026] PUT /v2.0/routers/4d3a27b0-9600-4a63-a613-7cdf2952a8c2/remove_router_interface => generated 310 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3410/6823] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:42 2026] DELETE /v2.0/subnets/02e7c720-173e-4f3d-9bc7-1d0ec72d78c4 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:42.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc55fc7b-3916-4367-84bb-dc1c7cd6281d ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] TaaS: Handle Delete Port: 24b2b385-f1cb-4af0-8926-828479fd8fcf 2026-05-08 06:45:42.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc55fc7b-3916-4367-84bb-dc1c7cd6281d ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Tap Mirror: Handle Delete Port: 24b2b385-f1cb-4af0-8926-828479fd8fcf 2026-05-08 06:45:42.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc55fc7b-3916-4367-84bb-dc1c7cd6281d ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] TaaS: Handle Delete Port: 0a8b3ef3-aff8-46b1-af44-e0c655fa8a7d 2026-05-08 06:45:42.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc55fc7b-3916-4367-84bb-dc1c7cd6281d ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Tap Mirror: Handle Delete Port: 0a8b3ef3-aff8-46b1-af44-e0c655fa8a7d [pid: 7|app: 0|req: 3411/6824] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:45:42 2026] GET /v2.0/ports?device_id=94f09d05-fd15-46a8-abe2-933b8f46398f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:43.128 8 INFO neutron.services.segments.plugin [-] Segment dfd6d0a1-bfe1-4705-8c47-07cfe750e012 resource provider aggregate not found 2026-05-08 06:45:43.132 8 INFO neutron.services.segments.plugin [-] Segment dfd6d0a1-bfe1-4705-8c47-07cfe750e012 resource provider aggregate not found 2026-05-08 06:45:43.147 8 INFO neutron.services.segments.plugin [-] Segment dfd6d0a1-bfe1-4705-8c47-07cfe750e012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd6d0a1-bfe1-4705-8c47-07cfe750e012 found for delete ", "request_id": "req-a357cef2-c339-455b-a08c-8ec0637c4309"}]} 2026-05-08 06:45:43.150 8 INFO neutron.services.segments.plugin [-] Segment dfd6d0a1-bfe1-4705-8c47-07cfe750e012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd6d0a1-bfe1-4705-8c47-07cfe750e012 found for delete ", "request_id": "req-46599cdb-e5c4-4eb6-b4ac-0e6f89a464a2"}]} 2026-05-08 06:45:43.158 8 INFO neutron.db.l3_hamode_db [None req-fc55fc7b-3916-4367-84bb-dc1c7cd6281d ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] HA network c1ce4cb3-596c-426d-b000-1aa73ce14dd6 was deleted as no HA routers are present in project b245a354d154404a8fb14a7f22322fda. [pid: 8|app: 0|req: 3414/6825] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:42 2026] DELETE /v2.0/routers/4d3a27b0-9600-4a63-a613-7cdf2952a8c2 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:43.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-b58350ca-c436-4aaf-8208-c9f90b4ea410 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] TaaS: Handle Delete Port: 9cd3b17f-4796-44aa-904d-e60bbf8f77bf 2026-05-08 06:45:43.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b58350ca-c436-4aaf-8208-c9f90b4ea410 ebb3086341df4da2b1ad534b77a68430 b245a354d154404a8fb14a7f22322fda - - default default] Tap Mirror: Handle Delete Port: 9cd3b17f-4796-44aa-904d-e60bbf8f77bf 2026-05-08 06:45:43.416 7 INFO neutron.services.segments.plugin [-] Segment 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 resource provider aggregate not found 2026-05-08 06:45:43.420 7 INFO neutron.services.segments.plugin [-] Segment 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 resource provider aggregate not found 2026-05-08 06:45:43.454 7 INFO neutron.services.segments.plugin [-] Segment 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 found for delete ", "request_id": "req-c90bfa75-61f1-4da8-8c2f-f6738552c5f5"}]} 2026-05-08 06:45:43.454 7 INFO neutron.services.segments.plugin [-] Segment 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465721d7-1aeb-4e1a-946a-3ff2dd902cb2 found for delete ", "request_id": "req-23646736-1799-4e91-bfda-cc078265f16a"}]} [pid: 7|app: 0|req: 3412/6826] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:43 2026] DELETE /v2.0/networks/1b961d04-fbe5-4384-90e3-9402851b725e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:44.303 8 WARNING neutron.db.securitygroups_db [None req-273b3be4-a319-40a2-807d-50580666b26f 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3415/6827] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:44 2026] GET /v2.0/security-groups?tenant_id=b245a354d154404a8fb14a7f22322fda&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3413/6828] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:45:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3414/6829] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:45:44 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: 3415/6830] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:45:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3416/6831] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:44 2026] DELETE /v2.0/security-groups/3746078b-d321-459e-8f98-9b05481004d7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3416/6832] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:45:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3417/6833] 10.0.0.224 () {34 vars in 678 bytes} [Fri May 8 06:45:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:44.551 7 WARNING tagging [None req-881e73d4-1a17-4f12-aa83-8f8f458c7082 71615731695c4a25bc980722e9a253cb 562c126f86ee40719f8aa3d0d649faef - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3417/6834] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:45:44 2026] PUT /v2.0/policies/2249d93e-c832-4100-a724-51d805366dc2/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:44.568 8 WARNING neutron.db.securitygroups_db [None req-494b628d-8779-4af9-8139-0bab4985a401 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:45:44.587 7 WARNING tagging [None req-6d55d020-2a38-4fd7-9f1d-72638277d6cb 71615731695c4a25bc980722e9a253cb 562c126f86ee40719f8aa3d0d649faef - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3418/6835] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:45:44 2026] PUT /v2.0/policies/956e3a6e-8ef6-4578-9273-4d53c2003c4d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:44.625 7 WARNING tagging [None req-1eeb3bc8-1300-4ec0-8980-28132cd849ed 71615731695c4a25bc980722e9a253cb 562c126f86ee40719f8aa3d0d649faef - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3419/6836] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:45:44 2026] PUT /v2.0/policies/a634670d-df05-461f-9755-9414d70f9d0f/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:44.687 7 WARNING tagging [None req-0c521054-5c31-4e3c-9927-bdf8408517d1 71615731695c4a25bc980722e9a253cb 562c126f86ee40719f8aa3d0d649faef - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3418/6837] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:44 2026] GET /v2.0/security-groups?tenant_id=577c43b7d0e94881a2868657ec32b93a&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3420/6838] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:45:44 2026] PUT /v2.0/policies/a13bfa4b-adc0-4444-b468-f485651a25b5/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3419/6839] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:44 2026] DELETE /v2.0/security-groups/963172e4-aa9f-4ccf-a68b-b17e077e126d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3421/6840] 10.0.0.224 () {32 vars in 674 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3420/6841] 10.0.0.224 () {32 vars in 688 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3422/6842] 10.0.0.224 () {32 vars in 684 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3421/6843] 10.0.0.224 () {32 vars in 696 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3423/6844] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3422/6845] 10.0.0.224 () {32 vars in 696 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3424/6846] 10.0.0.224 () {32 vars in 692 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3423/6847] 10.0.0.224 () {32 vars in 704 bytes} [Fri May 8 06:45:45 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3425/6848] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:45:45 2026] DELETE /v2.0/qos/policies/2249d93e-c832-4100-a724-51d805366dc2 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3424/6849] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:45:45 2026] DELETE /v2.0/qos/policies/956e3a6e-8ef6-4578-9273-4d53c2003c4d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3426/6850] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:45:45 2026] DELETE /v2.0/qos/policies/a634670d-df05-461f-9755-9414d70f9d0f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3425/6851] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:45:45 2026] DELETE /v2.0/qos/policies/a13bfa4b-adc0-4444-b468-f485651a25b5 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3427/6852] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:45:46 2026] DELETE /v2.0/qos/policies/d4c7d073-4ac3-45e7-a617-04260197ddd2 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:46.993 8 WARNING neutron.db.securitygroups_db [None req-aa6ea43a-7e98-49c9-bb51-74bd0cf58b87 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3426/6853] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:46 2026] GET /v2.0/security-groups?tenant_id=a4d86f61521d49b9bf0bf5358cffd595&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3428/6854] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:47 2026] DELETE /v2.0/security-groups/ecf37c1b-c4e3-4b29-8a02-387cdce57890 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:47.340 8 WARNING neutron.db.securitygroups_db [None req-bbc24fdf-1d31-4f3c-be77-214b3282a7b0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3427/6855] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:47 2026] GET /v2.0/security-groups?tenant_id=0f7ce81614304769960e098a6b26adf6&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3429/6856] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:47 2026] DELETE /v2.0/security-groups/9cfa3d3f-808b-4129-a0d6-58d3283c7377 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:47.699 8 WARNING neutron.db.securitygroups_db [None req-abd6a96c-96ae-44d3-a6c0-5c56e1a926e8 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3428/6857] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:47 2026] GET /v2.0/security-groups?tenant_id=562c126f86ee40719f8aa3d0d649faef&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3430/6858] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:47 2026] DELETE /v2.0/security-groups/81bccf04-2a83-4571-bff6-8ddc70897732 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:49.483 8 INFO neutron.db.segments_db [None req-2a24befa-2bf3-4995-ae95-7adaa078610d 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Added segment 1a0686e5-4c5f-433d-ba70-034014746072 of type vxlan for network c4b2519c-0fa5-4231-bbc8-dd13ec76dfe5 [pid: 8|app: 0|req: 3429/6859] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:45:49 2026] POST /v2.0/networks => generated 632 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3431/6860] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:45:49 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:49.911 8 INFO neutron.db.segments_db [None req-68694717-e7d2-496d-b510-01b29a77cee8 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Added segment 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 of type vxlan for network 2122d551-ac18-475c-b4ce-d6ffd6d9d9de [pid: 8|app: 0|req: 3430/6861] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:45:49 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3432/6862] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:45:50 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) 2026-05-08 06:45:50.380 8 INFO neutron.db.segments_db [None req-309f8d06-f78f-47e7-b55b-33d3096c51e9 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Added segment 7ddc5974-e421-4f38-92e0-24393bcb101e of type vxlan for network d7e86c9c-a129-421d-b033-70c3e7df43b2 [pid: 8|app: 0|req: 3431/6865] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:45:50 2026] POST /v2.0/networks => generated 631 bytes in 141 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: 3435/6866] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:45:50 2026] POST /v2.0/ports => generated 743 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:50.797 8 INFO neutron.db.segments_db [None req-6d3c4c10-b03e-4a7f-8605-f92e6c12ede9 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Added segment a27d4495-f1a4-4e71-945f-205dd295cdb1 of type vxlan for network 92cbfde9-da61-4ff0-a242-428964b8b7eb [pid: 8|app: 0|req: 3432/6867] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:45:50 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 3436/6868] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:45:50 2026] POST /v2.0/ports => generated 743 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:51.177 8 INFO neutron.db.segments_db [None req-9ba4ea46-f96d-4c56-9435-991077f7afbb 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Added segment 28487f32-705a-4b04-be9b-963d9ef09931 of type vxlan for network af69c55c-1c35-4a43-ba88-b839814ac1aa [pid: 8|app: 0|req: 3433/6869] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:45:51 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 3437/6870] 10.0.0.224 () {34 vars in 664 bytes} [Fri May 8 06:45:51 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3434/6871] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:45:51 2026] PUT /v2.0/ports/2208d0a1-7e5e-4e4f-abab-6d595681f75e/tags => generated 17 bytes in 61 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: 3438/6872] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:45:51 2026] PUT /v2.0/ports/69f40b64-689b-4f28-a3ff-bde729a4f6f6/tags => generated 25 bytes in 57 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: 3435/6873] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:45:51 2026] PUT /v2.0/ports/3735ab44-1d33-4839-a76a-86b06b1be850/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3439/6874] 10.0.0.224 () {34 vars in 747 bytes} [Fri May 8 06:45:51 2026] PUT /v2.0/ports/dc49f188-fef0-45c0-aa3e-14ec4d0a14ba/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 3436/6875] 10.0.0.224 () {32 vars in 660 bytes} [Fri May 8 06:45:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 144 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: 3440/6876] 10.0.0.224 () {32 vars in 674 bytes} [Fri May 8 06:45:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3441/6877] 10.0.0.224 () {32 vars in 670 bytes} [Fri May 8 06:45:52 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: 7|app: 0|req: 3442/6878] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:45:52 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:45:52.157 8 INFO neutron.db.segments_db [None req-5837da1f-4666-45f5-9801-3e08f276b3f5 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Added segment e2f26058-0597-46f7-bf19-bf8741fb00fe of type vxlan for network 5dbbf5c8-527c-4de7-873d-cbaf913e1bba [pid: 7|app: 0|req: 3443/6879] 10.0.0.224 () {32 vars in 668 bytes} [Fri May 8 06:45:52 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3444/6880] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:45:52 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3445/6881] 10.0.0.224 () {32 vars in 678 bytes} [Fri May 8 06:45:52 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3446/6882] 10.0.0.224 () {32 vars in 690 bytes} [Fri May 8 06:45:52 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:45:52.409 8 INFO neutron.db.l3_hamode_db [None req-5837da1f-4666-45f5-9801-3e08f276b3f5 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:52.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdc247ff-8529-4014-ba60-a4297d23d952 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] TaaS: Handle Delete Port: 2208d0a1-7e5e-4e4f-abab-6d595681f75e 2026-05-08 06:45:52.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc247ff-8529-4014-ba60-a4297d23d952 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Tap Mirror: Handle Delete Port: 2208d0a1-7e5e-4e4f-abab-6d595681f75e 2026-05-08 06:45:52.508 8 INFO neutron.db.l3_hamode_db [None req-5837da1f-4666-45f5-9801-3e08f276b3f5 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3447/6883] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:45:52 2026] DELETE /v2.0/ports/2208d0a1-7e5e-4e4f-abab-6d595681f75e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:52.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b14932-32e9-452a-845a-d44383041b06 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] TaaS: Handle Delete Port: 69f40b64-689b-4f28-a3ff-bde729a4f6f6 2026-05-08 06:45:52.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b14932-32e9-452a-845a-d44383041b06 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Tap Mirror: Handle Delete Port: 69f40b64-689b-4f28-a3ff-bde729a4f6f6 [pid: 7|app: 0|req: 3448/6884] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:45:52 2026] DELETE /v2.0/ports/69f40b64-689b-4f28-a3ff-bde729a4f6f6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:52.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-8422d14c-6a62-4243-87ac-09e0dd1818a6 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] TaaS: Handle Delete Port: 3735ab44-1d33-4839-a76a-86b06b1be850 2026-05-08 06:45:52.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8422d14c-6a62-4243-87ac-09e0dd1818a6 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Tap Mirror: Handle Delete Port: 3735ab44-1d33-4839-a76a-86b06b1be850 [pid: 7|app: 0|req: 3449/6885] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:45:52 2026] DELETE /v2.0/ports/3735ab44-1d33-4839-a76a-86b06b1be850 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:53.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fd92300-c9b4-43f9-9409-a4b31018ab89 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] TaaS: Handle Delete Port: dc49f188-fef0-45c0-aa3e-14ec4d0a14ba 2026-05-08 06:45:53.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd92300-c9b4-43f9-9409-a4b31018ab89 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Tap Mirror: Handle Delete Port: dc49f188-fef0-45c0-aa3e-14ec4d0a14ba [pid: 8|app: 0|req: 3437/6886] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:51 2026] POST /v2.0/routers => generated 474 bytes in 1090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:53.099 8 INFO neutron.db.l3_hamode_db [None req-9442b064-8e2f-4c0b-8dc0-8aa23e1a4176 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3450/6887] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:45:52 2026] DELETE /v2.0/ports/dc49f188-fef0-45c0-aa3e-14ec4d0a14ba => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:53.191 8 INFO neutron.db.l3_hamode_db [None req-9442b064-8e2f-4c0b-8dc0-8aa23e1a4176 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:53.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf211dc9-2ff7-4a23-b3a5-2c2017331564 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] TaaS: Handle Delete Port: b864f8fa-8caa-4536-9790-2d180bda9af5 2026-05-08 06:45:53.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf211dc9-2ff7-4a23-b3a5-2c2017331564 389a9f22897347aa972745ea9813981b 5a30b1050bda470a9010ba84ce06a8ea - - default default] Tap Mirror: Handle Delete Port: b864f8fa-8caa-4536-9790-2d180bda9af5 [pid: 7|app: 0|req: 3451/6888] 10.0.0.224 () {32 vars in 720 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/ports/b864f8fa-8caa-4536-9790-2d180bda9af5 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:53.392 7 INFO neutron.services.segments.plugin [-] Segment 1a0686e5-4c5f-433d-ba70-034014746072 resource provider aggregate not found 2026-05-08 06:45:53.397 7 INFO neutron.services.segments.plugin [-] Segment 1a0686e5-4c5f-433d-ba70-034014746072 resource provider aggregate not found 2026-05-08 06:45:53.411 7 INFO neutron.services.segments.plugin [-] Segment 1a0686e5-4c5f-433d-ba70-034014746072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a0686e5-4c5f-433d-ba70-034014746072 found for delete ", "request_id": "req-d844d7a4-7121-4d48-aea2-4abed473e519"}]} 2026-05-08 06:45:53.415 7 INFO neutron.services.segments.plugin [-] Segment 1a0686e5-4c5f-433d-ba70-034014746072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a0686e5-4c5f-433d-ba70-034014746072 found for delete ", "request_id": "req-0ae29f58-8728-401b-bcf0-3ddcf4760c87"}]} [pid: 7|app: 0|req: 3452/6889] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/networks/c4b2519c-0fa5-4231-bbc8-dd13ec76dfe5 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3453/6890] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/networks/2122d551-ac18-475c-b4ce-d6ffd6d9d9de => 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: 3454/6891] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/networks/d7e86c9c-a129-421d-b033-70c3e7df43b2 => 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: 3438/6892] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:53 2026] POST /v2.0/routers => generated 474 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:53.817 8 INFO neutron.db.l3_hamode_db [None req-52f08fea-9d17-4786-9239-e07bc728410b a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3455/6893] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/networks/92cbfde9-da61-4ff0-a242-428964b8b7eb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:45:53.911 8 INFO neutron.db.l3_hamode_db [None req-52f08fea-9d17-4786-9239-e07bc728410b a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3456/6894] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:45:53 2026] DELETE /v2.0/networks/af69c55c-1c35-4a43-ba88-b839814ac1aa => 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: 3439/6895] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:53 2026] POST /v2.0/routers => generated 474 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:54.551 7 INFO neutron.db.l3_hamode_db [None req-ffd46e23-a3e1-47a9-8c9b-0f5c20785db8 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:54.668 7 INFO neutron.db.l3_hamode_db [None req-ffd46e23-a3e1-47a9-8c9b-0f5c20785db8 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:54.948 8 WARNING neutron.db.securitygroups_db [None req-c1e208df-c7bd-4c19-a4d8-672a93f043f2 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3440/6896] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:54 2026] GET /v2.0/security-groups?tenant_id=d1348f8de9c54f3a97436069c6977e7f&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3441/6897] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:55 2026] DELETE /v2.0/security-groups/cd9a3c99-8ead-40f0-b11b-21ef95210575 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:55.277 8 WARNING neutron.db.securitygroups_db [None req-79031ae9-433b-43a4-8d67-6b6b079692e4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3442/6898] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:55 2026] GET /v2.0/security-groups?tenant_id=5a30b1050bda470a9010ba84ce06a8ea&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3457/6899] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:54 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) 2026-05-08 06:45:55.346 7 INFO neutron.db.l3_hamode_db [None req-6b9a427e-409d-437d-a7c2-c74c072aa0f1 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3443/6900] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:55 2026] DELETE /v2.0/security-groups/5e4ca256-389b-4c83-8af6-f06c8c9b9e1d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:55.434 7 INFO neutron.services.segments.plugin [-] Segment 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 resource provider aggregate not found 2026-05-08 06:45:55.450 7 INFO neutron.services.segments.plugin [-] Segment 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 resource provider aggregate not found 2026-05-08 06:45:55.469 7 INFO neutron.services.segments.plugin [-] Segment 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 found for delete ", "request_id": "req-a14ad46b-61a4-4d50-9553-6db27ea0e752"}]} 2026-05-08 06:45:55.476 7 INFO neutron.services.segments.plugin [-] Segment 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4e6e3e-a523-4734-8d1b-b0907fd685d4 found for delete ", "request_id": "req-166f131c-bf0d-4880-bfe8-7aa8e735fb06"}]} 2026-05-08 06:45:55.493 7 INFO neutron.services.segments.plugin [-] Segment 7ddc5974-e421-4f38-92e0-24393bcb101e resource provider aggregate not found 2026-05-08 06:45:55.493 7 INFO neutron.services.segments.plugin [-] Segment 7ddc5974-e421-4f38-92e0-24393bcb101e resource provider aggregate not found 2026-05-08 06:45:55.507 7 INFO neutron.db.l3_hamode_db [None req-6b9a427e-409d-437d-a7c2-c74c072aa0f1 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:55.516 7 INFO neutron.services.segments.plugin [-] Segment 7ddc5974-e421-4f38-92e0-24393bcb101e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ddc5974-e421-4f38-92e0-24393bcb101e found for delete ", "request_id": "req-e033e591-a34e-4e7a-98d5-37a1177ff361"}]} 2026-05-08 06:45:55.521 7 INFO neutron.services.segments.plugin [-] Segment 7ddc5974-e421-4f38-92e0-24393bcb101e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ddc5974-e421-4f38-92e0-24393bcb101e found for delete ", "request_id": "req-8f86afc6-fd1d-4e1b-8bc1-542873414a03"}]} 2026-05-08 06:45:55.533 7 INFO neutron.services.segments.plugin [-] Segment a27d4495-f1a4-4e71-945f-205dd295cdb1 resource provider aggregate not found 2026-05-08 06:45:55.539 7 INFO neutron.services.segments.plugin [-] Segment a27d4495-f1a4-4e71-945f-205dd295cdb1 resource provider aggregate not found 2026-05-08 06:45:55.555 8 WARNING neutron.db.securitygroups_db [None req-a612cf3b-efe2-4e70-97e0-e088da0559c3 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:45:55.567 7 INFO neutron.services.segments.plugin [-] Segment a27d4495-f1a4-4e71-945f-205dd295cdb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27d4495-f1a4-4e71-945f-205dd295cdb1 found for delete ", "request_id": "req-285bb066-5f94-4aa2-a2ac-edcf08a88be7"}]} 2026-05-08 06:45:55.569 7 INFO neutron.services.segments.plugin [-] Segment a27d4495-f1a4-4e71-945f-205dd295cdb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27d4495-f1a4-4e71-945f-205dd295cdb1 found for delete ", "request_id": "req-645f3066-7f0c-4ba8-b7aa-5a7789086bf4"}]} 2026-05-08 06:45:55.589 7 INFO neutron.services.segments.plugin [-] Segment 28487f32-705a-4b04-be9b-963d9ef09931 resource provider aggregate not found 2026-05-08 06:45:55.592 7 INFO neutron.services.segments.plugin [-] Segment 28487f32-705a-4b04-be9b-963d9ef09931 resource provider aggregate not found 2026-05-08 06:45:55.607 7 INFO neutron.services.segments.plugin [-] Segment 28487f32-705a-4b04-be9b-963d9ef09931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28487f32-705a-4b04-be9b-963d9ef09931 found for delete ", "request_id": "req-484f44d3-c10b-4b6f-9be9-51613d324a25"}]} 2026-05-08 06:45:55.610 7 INFO neutron.services.segments.plugin [-] Segment 28487f32-705a-4b04-be9b-963d9ef09931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28487f32-705a-4b04-be9b-963d9ef09931 found for delete ", "request_id": "req-4a802053-d4d7-4c76-ab7f-5c74ca513c6d"}]} [pid: 8|app: 0|req: 3444/6901] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:45:55 2026] GET /v2.0/security-groups?tenant_id=5f5818aa47a94e9e995255731e51191d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3445/6902] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:45:55 2026] DELETE /v2.0/security-groups/f056fa44-379a-4d8a-ae68-0867dcb0b446 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3458/6903] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:55 2026] POST /v2.0/routers => generated 474 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:45:56.195 8 WARNING tagging [None req-acc15aa8-d93d-4fec-b14c-58de8fa8a2f6 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3446/6904] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:45:56 2026] PUT /v2.0/routers/af92838e-05a0-4700-aefd-87e092e30eca/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:56.336 7 WARNING tagging [None req-de778a22-97e3-4d97-92fd-8d0c2620f164 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3459/6905] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:45:56 2026] PUT /v2.0/routers/f54d6bfe-4ffe-476d-84cb-33c4d190cae8/tags => generated 25 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:56.450 8 WARNING tagging [None req-858022c9-1482-48ff-9c69-08db66884d47 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3447/6906] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:45:56 2026] PUT /v2.0/routers/de56f355-5534-444d-9821-91d9733bd304/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:56.561 7 WARNING tagging [None req-f0f401fd-58a2-43bd-8ad5-3c83a0514ea9 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3460/6907] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:45:56 2026] PUT /v2.0/routers/b8c8cd26-54b2-477c-9aeb-cc96d232625c/tags => generated 19 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3448/6908] 10.0.0.224 () {32 vars in 664 bytes} [Fri May 8 06:45:56 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3461/6909] 10.0.0.224 () {32 vars in 678 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3449/6910] 10.0.0.224 () {32 vars in 674 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3462/6911] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3450/6912] 10.0.0.224 () {32 vars in 672 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3463/6913] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3451/6914] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3464/6915] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:45:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3452/6916] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:45:58 2026] GET /v2.0/routers/af92838e-05a0-4700-aefd-87e092e30eca => generated 485 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3465/6917] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:45:58 2026] PUT /v2.0/routers/af92838e-05a0-4700-aefd-87e092e30eca => generated 485 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3453/6918] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:45:58 2026] GET /v2.0/ports?device_id=af92838e-05a0-4700-aefd-87e092e30eca => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:58.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-b875dd5d-44d4-4abf-a8b8-71caf2b692db a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] TaaS: Handle Delete Port: d4f5be4a-f645-4a83-b7e8-a0323d1c415e 2026-05-08 06:45:58.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b875dd5d-44d4-4abf-a8b8-71caf2b692db a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Tap Mirror: Handle Delete Port: d4f5be4a-f645-4a83-b7e8-a0323d1c415e [pid: 7|app: 0|req: 3466/6919] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:58 2026] DELETE /v2.0/routers/af92838e-05a0-4700-aefd-87e092e30eca => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:45:59.056 8 INFO neutron.db.segments_db [None req-5e56edae-451d-4f24-ad26-feaaedf2499e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] Added segment c6bffeef-8538-4d4c-8138-b6ef70dd7609 of type vxlan for network ca4f7300-96e6-41c9-9cda-857ad9c77aea [pid: 7|app: 0|req: 3467/6920] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:45:59 2026] GET /v2.0/routers/f54d6bfe-4ffe-476d-84cb-33c4d190cae8 => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:45:59.297 8 INFO neutron.db.l3_hamode_db [None req-5e56edae-451d-4f24-ad26-feaaedf2499e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:45:59.414 8 INFO neutron.db.l3_hamode_db [None req-5e56edae-451d-4f24-ad26-feaaedf2499e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3468/6921] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:45:59 2026] PUT /v2.0/routers/f54d6bfe-4ffe-476d-84cb-33c4d190cae8 => generated 493 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3469/6922] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:45:59 2026] GET /v2.0/ports?device_id=f54d6bfe-4ffe-476d-84cb-33c4d190cae8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:45:59.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-92b6cf3f-9bca-438a-9688-33219c2fe575 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] TaaS: Handle Delete Port: ced279ac-07ad-414b-a355-7922e6855d68 2026-05-08 06:45:59.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92b6cf3f-9bca-438a-9688-33219c2fe575 a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Tap Mirror: Handle Delete Port: ced279ac-07ad-414b-a355-7922e6855d68 [pid: 8|app: 0|req: 3454/6923] 10.0.0.224 () {34 vars in 668 bytes} [Fri May 8 06:45:58 2026] POST /v2.0/routers => generated 474 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3470/6924] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:45:59 2026] DELETE /v2.0/routers/f54d6bfe-4ffe-476d-84cb-33c4d190cae8 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:00.002 8 WARNING tagging [None req-3f214c72-10fc-4ca3-853d-b01d399285bc e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3455/6925] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:45:59 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:00.100 8 WARNING tagging [None req-1e84f251-31f9-400f-b790-eb9ee2623142 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3456/6926] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:00 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:00.191 8 WARNING tagging [None req-cecdd3c2-a73b-4350-a270-6d7cd69db78d e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3457/6927] 10.0.0.224 () {34 vars in 762 bytes} [Fri May 8 06:46:00 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/green => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:46:00.345 8 WARNING tagging [None req-8f8fd1f5-f261-4a05-bee6-3e2508af2db4 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3458/6928] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:00 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:00.457 8 WARNING tagging [None req-ee70dd9a-1f87-4f88-82d3-f61fd6b9d066 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3459/6929] 10.0.0.224 () {34 vars in 758 bytes} [Fri May 8 06:46:00 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/red => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:46:00.589 8 WARNING tagging [None req-c9372168-d88b-4a62-a1b2-41373242ddf0 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3460/6930] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:00 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:00.672 8 WARNING tagging [None req-d551bdcd-ea1b-478c-a8e5-e4b81914d5a7 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3461/6931] 10.0.0.224 () {34 vars in 780 bytes} [Fri May 8 06:46:00 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/black.or.white => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 06:46:00.828 8 WARNING tagging [None req-28774ac9-55dc-4550-86a8-b07633e39e5e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3462/6932] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:00 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3471/6933] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:45:59 2026] GET /v2.0/routers/de56f355-5534-444d-9821-91d9733bd304 => generated 502 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:00.925 8 WARNING tagging [None req-e44d548a-9828-47d2-8016-4a2ed44f7bf8 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3463/6934] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:46:00 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:01.041 8 WARNING tagging [None req-7322fa67-89c4-4fd6-8372-b74a559705d7 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3464/6935] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:00 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:01.138 8 WARNING tagging [None req-386c7005-11dd-4b9f-baf0-5fb21dc3653c e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3465/6936] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:01.224 8 WARNING tagging [None req-cba4eef9-ff01-4e44-8789-6a1ae5be66dd e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:46:01.263 8 INFO neutron.api.v2.resource [None req-cba4eef9-ff01-4e44-8789-6a1ae5be66dd e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3466/6937] 10.0.0.224 () {32 vars in 743 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:46:01.310 8 WARNING tagging [None req-1b14b71c-38d5-4acd-bbb9-455a97014bea e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3472/6938] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:46:00 2026] PUT /v2.0/routers/de56f355-5534-444d-9821-91d9733bd304 => generated 502 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3467/6939] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:46:01 2026] DELETE /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/red => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3473/6940] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/ports?device_id=de56f355-5534-444d-9821-91d9733bd304 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:01.451 8 WARNING tagging [None req-a39ad687-d386-4c78-bb20-55ca04937d09 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3468/6941] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:01.540 8 WARNING tagging [None req-ee84d140-8168-4b51-a6aa-f5591d7e28ae e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-08 06:46:01.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-d09e2ae0-ce41-408f-8837-745c90b0263f a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] TaaS: Handle Delete Port: 7685b286-9706-4802-a036-e38c5cc65152 2026-05-08 06:46:01.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d09e2ae0-ce41-408f-8837-745c90b0263f a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Tap Mirror: Handle Delete Port: 7685b286-9706-4802-a036-e38c5cc65152 2026-05-08 06:46:01.581 8 INFO neutron.api.v2.resource [None req-ee84d140-8168-4b51-a6aa-f5591d7e28ae e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3469/6942] 10.0.0.224 () {32 vars in 746 bytes} [Fri May 8 06:46:01 2026] DELETE /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 06:46:01.626 8 WARNING tagging [None req-7962fa7a-7367-4432-82cb-d873fe1d1f6e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3470/6943] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:46:01 2026] DELETE /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:01.735 8 WARNING tagging [None req-b99fc958-40eb-4d54-9116-d1689636f702 e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3471/6944] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f/tags => generated 12 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3474/6945] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:46:01 2026] DELETE /v2.0/routers/de56f355-5534-444d-9821-91d9733bd304 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3475/6946] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3472/6947] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:46:01 2026] GET /v2.0/routers/b8c8cd26-54b2-477c-9aeb-cc96d232625c => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3476/6948] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:46:01 2026] PUT /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f => generated 480 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3477/6949] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:46:02 2026] GET /v2.0/ports?device_id=7d9840e8-9329-4864-a089-3a8848b4681f => 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: 3473/6950] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:46:01 2026] PUT /v2.0/routers/b8c8cd26-54b2-477c-9aeb-cc96d232625c => generated 487 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3474/6951] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:46:02 2026] GET /v2.0/ports?device_id=b8c8cd26-54b2-477c-9aeb-cc96d232625c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:02.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d28ce41-5c49-419d-83ae-c1fb0de2248e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] TaaS: Handle Delete Port: 79b1f531-4b4a-4be0-8b8e-b2862df04c19 2026-05-08 06:46:02.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d28ce41-5c49-419d-83ae-c1fb0de2248e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] Tap Mirror: Handle Delete Port: 79b1f531-4b4a-4be0-8b8e-b2862df04c19 2026-05-08 06:46:02.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ab79b0e-649c-4a56-8b8a-3e068def55fb a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] TaaS: Handle Delete Port: 0849eaca-ff00-4a55-a81d-5f56ea159049 2026-05-08 06:46:02.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ab79b0e-649c-4a56-8b8a-3e068def55fb a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Tap Mirror: Handle Delete Port: 0849eaca-ff00-4a55-a81d-5f56ea159049 [pid: 8|app: 0|req: 3475/6952] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:46:02 2026] DELETE /v2.0/routers/b8c8cd26-54b2-477c-9aeb-cc96d232625c => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3476/6953] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:46:02 2026] GET /v2.0/routers/64cd903a-b581-4069-9c2f-5a4b3f0dd7e9 => generated 480 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:02.861 7 INFO neutron.services.segments.plugin [-] Segment c6bffeef-8538-4d4c-8138-b6ef70dd7609 resource provider aggregate not found 2026-05-08 06:46:02.861 7 INFO neutron.services.segments.plugin [-] Segment c6bffeef-8538-4d4c-8138-b6ef70dd7609 resource provider aggregate not found 2026-05-08 06:46:02.885 7 INFO neutron.services.segments.plugin [-] Segment c6bffeef-8538-4d4c-8138-b6ef70dd7609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6bffeef-8538-4d4c-8138-b6ef70dd7609 found for delete ", "request_id": "req-f61da72d-c007-4868-9d3d-84c07a85e2ee"}]} 2026-05-08 06:46:02.886 7 INFO neutron.services.segments.plugin [-] Segment c6bffeef-8538-4d4c-8138-b6ef70dd7609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6bffeef-8538-4d4c-8138-b6ef70dd7609 found for delete ", "request_id": "req-f4e2ae2b-3d2e-452d-b332-501d00061cfc"}]} 2026-05-08 06:46:02.889 7 INFO neutron.db.l3_hamode_db [None req-5d28ce41-5c49-419d-83ae-c1fb0de2248e e391e1b26e55409798f86fc4df726ea2 671daf5174f64ecc9da2fed2b54923c5 - - default default] HA network ca4f7300-96e6-41c9-9cda-857ad9c77aea was deleted as no HA routers are present in project 671daf5174f64ecc9da2fed2b54923c5. [pid: 7|app: 0|req: 3478/6954] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:46:02 2026] DELETE /v2.0/routers/7d9840e8-9329-4864-a089-3a8848b4681f => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3477/6955] 10.0.0.224 () {34 vars in 742 bytes} [Fri May 8 06:46:02 2026] PUT /v2.0/routers/64cd903a-b581-4069-9c2f-5a4b3f0dd7e9 => generated 480 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3479/6956] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:46:03 2026] GET /v2.0/ports?device_id=64cd903a-b581-4069-9c2f-5a4b3f0dd7e9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:03.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cc19170-e8fd-4816-ac94-bb271ec8093a a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] TaaS: Handle Delete Port: 5043175a-75e9-4496-a9f1-7c912a7c993e 2026-05-08 06:46:03.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cc19170-e8fd-4816-ac94-bb271ec8093a a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] Tap Mirror: Handle Delete Port: 5043175a-75e9-4496-a9f1-7c912a7c993e 2026-05-08 06:46:03.650 7 WARNING neutron.db.securitygroups_db [None req-b5a088d1-d575-4902-b98f-92d29a73c368 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3480/6957] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:03 2026] GET /v2.0/security-groups?tenant_id=14656f29cf994056a1ed52a141316f51&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:46:03.818 8 INFO neutron.services.segments.plugin [-] Segment e2f26058-0597-46f7-bf19-bf8741fb00fe resource provider aggregate not found 2026-05-08 06:46:03.824 8 INFO neutron.services.segments.plugin [-] Segment e2f26058-0597-46f7-bf19-bf8741fb00fe resource provider aggregate not found 2026-05-08 06:46:03.847 8 INFO neutron.services.segments.plugin [-] Segment e2f26058-0597-46f7-bf19-bf8741fb00fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f26058-0597-46f7-bf19-bf8741fb00fe found for delete ", "request_id": "req-37e16122-e0b1-486b-b6f6-fd171c51abd8"}]} 2026-05-08 06:46:03.848 8 INFO neutron.services.segments.plugin [-] Segment e2f26058-0597-46f7-bf19-bf8741fb00fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f26058-0597-46f7-bf19-bf8741fb00fe found for delete ", "request_id": "req-89ec14bc-af03-4f30-9cf5-8dc6e063b206"}]} 2026-05-08 06:46:03.854 8 INFO neutron.db.l3_hamode_db [None req-1cc19170-e8fd-4816-ac94-bb271ec8093a a94f0dee4ac84c87b25173dfad0fab2e 551ab691946441c18bf764a7c882ff90 - - default default] HA network 5dbbf5c8-527c-4de7-873d-cbaf913e1bba was deleted as no HA routers are present in project 551ab691946441c18bf764a7c882ff90. [pid: 8|app: 0|req: 3478/6958] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:46:03 2026] DELETE /v2.0/routers/64cd903a-b581-4069-9c2f-5a4b3f0dd7e9 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3481/6959] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:03 2026] DELETE /v2.0/security-groups/2df29ab8-0846-4bde-a961-beba0a10577e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:04.052 8 WARNING neutron.db.securitygroups_db [None req-7c591468-eae0-46eb-8f66-6e704097cf46 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3479/6960] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:04 2026] GET /v2.0/security-groups?tenant_id=671daf5174f64ecc9da2fed2b54923c5&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3482/6961] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:04 2026] DELETE /v2.0/security-groups/70429b4f-1332-4e0b-a72d-bba59be2fcc5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:04.727 8 WARNING neutron.db.securitygroups_db [None req-f5c9b1e4-d709-49db-9999-089668e9494e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3480/6962] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:04 2026] GET /v2.0/security-groups?tenant_id=2f174db901d24bf9acbdc341261dcddb&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: 3483/6963] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:04 2026] DELETE /v2.0/security-groups/8c9ce11c-ba78-4f98-8e95-851e52d3fdb7 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:05.004 8 WARNING neutron.db.securitygroups_db [None req-3e6c3772-d815-4a19-bda4-45e610882a7a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3481/6964] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:04 2026] GET /v2.0/security-groups?tenant_id=551ab691946441c18bf764a7c882ff90&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3484/6965] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:05 2026] DELETE /v2.0/security-groups/6f6725cf-44c2-4a3c-a973-2ebbba8a48f7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:05.437 8 WARNING neutron.db.securitygroups_db [None req-34d3f60a-3ff2-4946-8b25-03e9dcd92cb8 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3482/6968] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:05 2026] GET /v2.0/security-groups?tenant_id=bfece2ec1269497fbf59ac04a2346f2e&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3487/6969] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:05 2026] DELETE /v2.0/security-groups/77a518eb-31c5-4174-8250-168cf15ff5c1 => 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: 3483/6970] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:46:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3488/6971] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:46:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3484/6972] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:46:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3489/6973] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:46:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3485/6974] 10.0.0.224 () {34 vars in 676 bytes} [Fri May 8 06:46:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3490/6975] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:46:10 2026] PUT /v2.0/subnetpools/0c71e6c7-8e00-4905-a65f-19f377c8de87/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3486/6976] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:46:10 2026] PUT /v2.0/subnetpools/ad621487-9421-4e92-b6ad-b5241f26e4c6/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: 3491/6977] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:46:10 2026] PUT /v2.0/subnetpools/95581e18-e775-4e1a-9ea6-eb19bbe36754/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3487/6978] 10.0.0.224 () {34 vars in 759 bytes} [Fri May 8 06:46:10 2026] PUT /v2.0/subnetpools/ced4893a-3598-4c49-aa74-19d242d9fdfd/tags => 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: 3492/6979] 10.0.0.224 () {32 vars in 672 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3488/6980] 10.0.0.224 () {32 vars in 686 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3493/6981] 10.0.0.224 () {32 vars in 682 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3489/6982] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3494/6983] 10.0.0.224 () {32 vars in 680 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3490/6984] 10.0.0.224 () {32 vars in 694 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3495/6985] 10.0.0.224 () {32 vars in 690 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3491/6986] 10.0.0.224 () {32 vars in 702 bytes} [Fri May 8 06:46:10 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3496/6987] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:46:10 2026] DELETE /v2.0/subnetpools/0c71e6c7-8e00-4905-a65f-19f377c8de87 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3492/6988] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:46:10 2026] DELETE /v2.0/subnetpools/ad621487-9421-4e92-b6ad-b5241f26e4c6 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3497/6989] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:46:10 2026] DELETE /v2.0/subnetpools/95581e18-e775-4e1a-9ea6-eb19bbe36754 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3493/6990] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:46:10 2026] DELETE /v2.0/subnetpools/ced4893a-3598-4c49-aa74-19d242d9fdfd => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3498/6991] 10.0.0.224 () {32 vars in 732 bytes} [Fri May 8 06:46:10 2026] DELETE /v2.0/subnetpools/31d458a9-7af7-4528-87f1-1f7884055add => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:11.720 8 WARNING neutron.db.securitygroups_db [None req-2f2f21ce-ade3-4e06-9b51-875b56c6bde7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3494/6992] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:11 2026] GET /v2.0/security-groups?tenant_id=5ebebe56bf044607a141944a7ece8958&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3499/6993] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:11 2026] DELETE /v2.0/security-groups/e6795431-9b8c-4930-999b-3a1412d009ee => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:12.093 8 WARNING neutron.db.securitygroups_db [None req-54469e48-7e41-473a-8910-4f7b22bdf66e 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3495/6994] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:12 2026] GET /v2.0/security-groups?tenant_id=e90c523e21e74f9aa24550d755d528e5&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3500/6995] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:12 2026] DELETE /v2.0/security-groups/60d465bb-9410-41f7-ba8b-bc62c8dd8b77 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:12.472 8 WARNING neutron.db.securitygroups_db [None req-c1fffc7f-fe08-4c1d-9dcb-95771b4ba1d0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3496/6996] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:12 2026] GET /v2.0/security-groups?tenant_id=c1f67fdec93b4f8293cd77ca60f01ad8&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3501/6997] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:12 2026] DELETE /v2.0/security-groups/fa2e7edd-3b8a-4492-aee3-cba31fb36797 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:13.518 8 INFO neutron.db.segments_db [None req-ef1dd4f9-52b1-4aff-a37b-2c3442fc9984 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Added segment fe5c8c09-2d70-4615-922d-de55560bdc11 of type vxlan for network 10850659-857c-4289-a977-06643c81c351 [pid: 8|app: 0|req: 3497/6998] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:13 2026] POST /v2.0/networks => generated 639 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3502/6999] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:13 2026] POST /v2.0/subnets => generated 657 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3498/7000] 10.0.0.224 () {32 vars in 722 bytes} [Fri May 8 06:46:13 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3503/7001] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:14 2026] POST /v2.0/subnets => generated 731 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:14.327 8 INFO neutron.db.segments_db [None req-562ea69c-e074-469a-bb0c-fe11ba19f372 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Added segment a9dd7ba1-869e-40a6-b154-a51e2f60d41c of type vxlan for network 772991bc-de40-4265-8f60-09864523fee0 [pid: 8|app: 0|req: 3499/7002] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:14 2026] POST /v2.0/networks => generated 638 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3504/7003] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:14 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3500/7004] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:14 2026] POST /v2.0/subnets => generated 725 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:15.086 7 INFO neutron.db.segments_db [None req-ff35e6db-b386-4f49-b647-7b07703533e2 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Added segment b6e04a37-996c-4c4e-b2eb-ea54154b05f5 of type vxlan for network 7739d0ed-b146-498c-a95c-c3d0fa3c210c [pid: 7|app: 0|req: 3505/7005] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:15 2026] POST /v2.0/networks => generated 638 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3501/7006] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:15 2026] POST /v2.0/subnets => generated 655 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3506/7007] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:15 2026] POST /v2.0/subnets => generated 730 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:15.746 8 INFO neutron.db.segments_db [None req-cdf4912b-fd03-4203-af2e-e1bf1214b848 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Added segment d6329f98-8617-4fc5-96d4-92d58813e9f4 of type vxlan for network 94f50b3a-8958-4f63-a362-e871bc225233 2026-05-08 06:46:15.992 8 INFO neutron.db.l3_hamode_db [None req-cdf4912b-fd03-4203-af2e-e1bf1214b848 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 06:46:16.176 7 INFO neutron.db.segments_db [None req-f4d75673-0b15-4735-9426-08e0196978f9 2020dc896e4d4e8ab5301a8891288e8c af3dd468b96b47c6992e11d09ef0b4c3 - - default default] Added segment fdad2b11-7dcc-4f44-89fa-18b0a2718d99 of type vxlan for network 61c91390-df62-4373-9d1f-f613f35b0962 [pid: 7|app: 0|req: 3507/7008] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:15 2026] POST /v2.0/networks => generated 632 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3508/7009] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:46:16 2026] PUT /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3509/7010] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3510/7011] 10.0.0.224 () {34 vars in 764 bytes} [Fri May 8 06:46:16 2026] PUT /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3511/7012] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3512/7013] 10.0.0.224 () {34 vars in 760 bytes} [Fri May 8 06:46:16 2026] PUT /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3513/7014] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3514/7015] 10.0.0.224 () {34 vars in 782 bytes} [Fri May 8 06:46:16 2026] PUT /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3515/7016] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/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: 3516/7017] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:46:16 2026] PUT /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3517/7018] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:16.806 8 INFO neutron.db.l3_hamode_db [None req-cdf4912b-fd03-4203-af2e-e1bf1214b848 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3518/7019] 10.0.0.224 () {32 vars in 741 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:16.861 7 INFO neutron.api.v2.resource [None req-018effb7-69d4-463c-b8d5-adb96af63ed3 2020dc896e4d4e8ab5301a8891288e8c af3dd468b96b47c6992e11d09ef0b4c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3519/7020] 10.0.0.224 () {32 vars in 745 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3520/7021] 10.0.0.224 () {32 vars in 744 bytes} [Fri May 8 06:46:16 2026] DELETE /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/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: 3521/7022] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:16 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:17.007 7 INFO neutron.api.v2.resource [None req-350e30be-b917-4eb6-bc59-6e8cd3b96dbb 2020dc896e4d4e8ab5301a8891288e8c af3dd468b96b47c6992e11d09ef0b4c3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3522/7023] 10.0.0.224 () {32 vars in 748 bytes} [Fri May 8 06:46:16 2026] DELETE /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3523/7024] 10.0.0.224 () {32 vars in 736 bytes} [Fri May 8 06:46:17 2026] DELETE /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3524/7025] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:17 2026] GET /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:17.214 7 INFO neutron.services.segments.plugin [-] Segment fdad2b11-7dcc-4f44-89fa-18b0a2718d99 resource provider aggregate not found 2026-05-08 06:46:17.218 7 INFO neutron.services.segments.plugin [-] Segment fdad2b11-7dcc-4f44-89fa-18b0a2718d99 resource provider aggregate not found 2026-05-08 06:46:17.236 7 INFO neutron.services.segments.plugin [-] Segment fdad2b11-7dcc-4f44-89fa-18b0a2718d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdad2b11-7dcc-4f44-89fa-18b0a2718d99 found for delete ", "request_id": "req-61a397dc-5478-4576-9e42-c842dcaca6dc"}]} 2026-05-08 06:46:17.237 7 INFO neutron.services.segments.plugin [-] Segment fdad2b11-7dcc-4f44-89fa-18b0a2718d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdad2b11-7dcc-4f44-89fa-18b0a2718d99 found for delete ", "request_id": "req-b4b5e971-619e-4d35-9b59-90c7f3c7e687"}]} [pid: 7|app: 0|req: 3525/7026] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:46:17 2026] DELETE /v2.0/networks/61c91390-df62-4373-9d1f-f613f35b0962 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3502/7027] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:15 2026] POST /v2.0/routers => generated 684 bytes in 1967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:18.003 8 WARNING neutron.db.securitygroups_db [None req-46fd9d79-38c2-4434-9738-d81f478345db 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3503/7028] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:17 2026] GET /v2.0/security-groups?tenant_id=af3dd468b96b47c6992e11d09ef0b4c3&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3504/7029] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:18 2026] DELETE /v2.0/security-groups/e74e49cf-af44-43c6-8466-5c0ecfae7e4c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:18.251 8 WARNING neutron.db.securitygroups_db [None req-a9b639f5-ea22-4a75-9515-70dd96f65c62 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3505/7030] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:18 2026] GET /v2.0/security-groups?tenant_id=00cc456e856b48638ef56a756cd31e1a&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3506/7031] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:18 2026] DELETE /v2.0/security-groups/643e6ab8-18ca-4858-b929-5bc0a1a46fae => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3526/7032] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:46:17 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/add_router_interface => generated 310 bytes in 1358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3507/7033] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:46:19 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/add_router_interface => generated 310 bytes in 1369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3527/7036] 10.0.0.224 () {34 vars in 783 bytes} [Fri May 8 06:46:20 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/add_router_interface => generated 310 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3510/7037] 10.0.0.224 () {34 vars in 684 bytes} [Fri May 8 06:46:21 2026] POST /v2.0/security-groups => generated 1629 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3511/7038] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:22.126 7 INFO neutron.db.segments_db [None req-4bb06344-66e6-4f85-ad2a-7fb8f34145cd 45ada53808144d168e26550984f1e567 fe6709f94ace442ea8bdb739d2ccdf03 - - default default] Added segment 3ee5fd92-287e-484d-9d67-484dbd006fa9 of type vxlan for network 6bb85951-bac0-4117-a2f0-b4d5cb35a7be [pid: 8|app: 0|req: 3512/7039] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3528/7040] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:21 2026] POST /v2.0/networks => generated 631 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3513/7041] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3514/7042] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3529/7043] 10.0.0.224 () {34 vars in 669 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/subnets => generated 626 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3515/7044] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3530/7045] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:46:22 2026] PUT /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/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: 3531/7046] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:22 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3516/7047] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3532/7048] 10.0.0.224 () {34 vars in 762 bytes} [Fri May 8 06:46:22 2026] PUT /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3533/7049] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:22 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/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: 3517/7050] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3534/7051] 10.0.0.224 () {34 vars in 758 bytes} [Fri May 8 06:46:22 2026] PUT /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3535/7052] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:22 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3518/7053] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3536/7054] 10.0.0.224 () {34 vars in 780 bytes} [Fri May 8 06:46:22 2026] PUT /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3537/7055] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:22 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3519/7056] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3538/7057] 10.0.0.224 () {34 vars in 751 bytes} [Fri May 8 06:46:23 2026] PUT /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3539/7058] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3540/7059] 10.0.0.224 () {32 vars in 739 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:23.193 7 INFO neutron.api.v2.resource [None req-015b3334-f23a-4035-9ec7-d3baf5f012c6 45ada53808144d168e26550984f1e567 fe6709f94ace442ea8bdb739d2ccdf03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3541/7061] 10.0.0.224 () {32 vars in 743 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3520/7061] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3521/7062] 10.0.0.224 () {32 vars in 742 bytes} [Fri May 8 06:46:23 2026] DELETE /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3522/7063] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3542/7064] 10.0.0.224 () {34 vars in 695 bytes} [Fri May 8 06:46:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:23.363 8 INFO neutron.api.v2.resource [None req-5bc6f106-664c-44c4-b9ed-757d9c0c7edd 45ada53808144d168e26550984f1e567 fe6709f94ace442ea8bdb739d2ccdf03 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3523/7065] 10.0.0.224 () {32 vars in 746 bytes} [Fri May 8 06:46:23 2026] DELETE /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3543/7066] 10.0.0.224 () {32 vars in 734 bytes} [Fri May 8 06:46:23 2026] DELETE /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3524/7067] 10.0.0.224 () {32 vars in 731 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:23.605 8 WARNING neutron.db.securitygroups_db [req-6e8112b6-ef27-47ed-b06e-0ef97498a8cd req-aba2abf6-f8e2-469f-81a2-c68d533b4881 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3525/7068] 10.0.0.229 () {34 vars in 1094 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-985122588&fields=id&tenant_id=0ef94575415642f29a2b0ca138a9873a => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3544/7069] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:46:23 2026] DELETE /v2.0/subnets/7ff9e5a6-faab-434a-8761-ad49cbe767c3 => 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: 3526/7070] 10.0.0.229 () {34 vars in 982 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/networks?id=772991bc-de40-4265-8f60-09864523fee0 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3527/7071] 10.0.0.229 () {34 vars in 965 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/quotas/0ef94575415642f29a2b0ca138a9873a => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:23.784 7 INFO neutron.services.segments.plugin [-] Segment 3ee5fd92-287e-484d-9d67-484dbd006fa9 resource provider aggregate not found 2026-05-08 06:46:23.785 7 INFO neutron.services.segments.plugin [-] Segment 3ee5fd92-287e-484d-9d67-484dbd006fa9 resource provider aggregate not found 2026-05-08 06:46:23.809 7 INFO neutron.services.segments.plugin [-] Segment 3ee5fd92-287e-484d-9d67-484dbd006fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ee5fd92-287e-484d-9d67-484dbd006fa9 found for delete ", "request_id": "req-d5667314-bdfe-4c97-b60d-5107055a02c3"}]} 2026-05-08 06:46:23.810 7 INFO neutron.services.segments.plugin [-] Segment 3ee5fd92-287e-484d-9d67-484dbd006fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ee5fd92-287e-484d-9d67-484dbd006fa9 found for delete ", "request_id": "req-46ad9542-10cd-4af9-af0b-ade4a4b626f3"}]} [pid: 7|app: 0|req: 3545/7072] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:46:23 2026] DELETE /v2.0/networks/6bb85951-bac0-4117-a2f0-b4d5cb35a7be => 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: 3528/7073] 10.0.0.229 () {34 vars in 1002 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/ports?tenant_id=0ef94575415642f29a2b0ca138a9873a&fields=id => generated 287 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3546/7074] 10.0.0.229 () {34 vars in 907 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/extensions => generated 22222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3529/7075] 10.0.0.229 () {34 vars in 1008 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0?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: 3547/7076] 10.0.0.229 () {34 vars in 1108 bytes} [Fri May 8 06:46:23 2026] GET /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0?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: 3530/7077] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:24 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:24.562 7 WARNING neutron.db.securitygroups_db [None req-feb7dd2f-3038-46a7-aeef-441fd75ad7fa 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3548/7078] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:24 2026] GET /v2.0/security-groups?tenant_id=fe6709f94ace442ea8bdb739d2ccdf03&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3531/7079] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:24 2026] DELETE /v2.0/security-groups/4583ac8d-8ea8-4c4c-b407-d25cf323686b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:24.785 7 WARNING neutron.db.securitygroups_db [None req-ddb4d362-5c89-4dd3-88d1-5ab06d62cf79 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3549/7080] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:24 2026] GET /v2.0/security-groups?tenant_id=05710f531f1b4564b66fcbae486f0b7d&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3532/7081] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:24 2026] DELETE /v2.0/security-groups/86081a9f-ef91-4018-88d0-9ead7aaf3258 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3533/7082] 199.204.45.246 () {34 vars in 986 bytes} [Fri May 8 06:46:28 2026] GET /v2.0/networks?id=772991bc-de40-4265-8f60-09864523fee0 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:28.467 8 WARNING neutron.db.securitygroups_db [req-6e8112b6-ef27-47ed-b06e-0ef97498a8cd req-9bee81d5-9688-4fde-8902-e539c6b2d61d 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3534/7083] 199.204.45.246 () {34 vars in 1050 bytes} [Fri May 8 06:46:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0ef94575415642f29a2b0ca138a9873a => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:28.512 7 INFO neutron.db.segments_db [None req-bafb80f5-7b0c-4de4-b221-12626844f267 a0e8e1d8e4cb406b8fc5318f70093919 cdb47c0ecd10478081e2da2a4618da89 - - default default] Added segment dc763bba-80c7-461b-99ed-2c88d2c0e97c of type vxlan for network d57a97c6-1c06-412f-b1f1-693d0027f62c [pid: 7|app: 0|req: 3550/7084] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:28 2026] POST /v2.0/networks => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 06:46:28.668 7 INFO neutron.db.segments_db [None req-c542ab1d-aaeb-49f4-b39f-88a7bc3abb39 a0e8e1d8e4cb406b8fc5318f70093919 cdb47c0ecd10478081e2da2a4618da89 - - default default] Added segment 0c8e655d-54b3-40a4-bf9d-eec55162933e of type vxlan for network d2fc960d-37cf-4bc5-b32c-d333a3dd812b [pid: 7|app: 0|req: 3551/7085] 10.0.0.224 () {34 vars in 670 bytes} [Fri May 8 06:46:28 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3552/7086] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:46:28 2026] PUT /v2.0/networks/d57a97c6-1c06-412f-b1f1-693d0027f62c/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3553/7087] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:28 2026] GET /v2.0/networks/d57a97c6-1c06-412f-b1f1-693d0027f62c/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3535/7088] 199.204.45.246 () {38 vars in 955 bytes} [Fri May 8 06:46:28 2026] POST /v2.0/ports => generated 1183 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: 7|app: 0|req: 3554/7089] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:46:28 2026] PUT /v2.0/networks/d2fc960d-37cf-4bc5-b32c-d333a3dd812b/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3555/7090] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:28 2026] GET /v2.0/networks/d2fc960d-37cf-4bc5-b32c-d333a3dd812b/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3556/7091] 10.0.0.224 () {34 vars in 753 bytes} [Fri May 8 06:46:29 2026] PUT /v2.0/networks/d2fc960d-37cf-4bc5-b32c-d333a3dd812b/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3557/7092] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:29 2026] GET /v2.0/networks/d2fc960d-37cf-4bc5-b32c-d333a3dd812b/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3558/7093] 10.0.0.224 () {32 vars in 733 bytes} [Fri May 8 06:46:29 2026] GET /v2.0/networks/d57a97c6-1c06-412f-b1f1-693d0027f62c/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 06:46:29.277 7 INFO neutron.services.segments.plugin [-] Segment dc763bba-80c7-461b-99ed-2c88d2c0e97c resource provider aggregate not found 2026-05-08 06:46:29.286 7 INFO neutron.services.segments.plugin [-] Segment dc763bba-80c7-461b-99ed-2c88d2c0e97c resource provider aggregate not found 2026-05-08 06:46:29.294 7 INFO neutron.services.segments.plugin [-] Segment dc763bba-80c7-461b-99ed-2c88d2c0e97c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc763bba-80c7-461b-99ed-2c88d2c0e97c found for delete ", "request_id": "req-dea9b74e-f303-4be7-94e7-5f64edd0e3d0"}]} 2026-05-08 06:46:29.305 7 INFO neutron.services.segments.plugin [-] Segment dc763bba-80c7-461b-99ed-2c88d2c0e97c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc763bba-80c7-461b-99ed-2c88d2c0e97c found for delete ", "request_id": "req-d88c5c61-0629-473f-9ef1-e872850101bc"}]} [pid: 7|app: 0|req: 3559/7094] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:46:29 2026] DELETE /v2.0/networks/d57a97c6-1c06-412f-b1f1-693d0027f62c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3560/7095] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:29 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3536/7096] 199.204.45.246 () {38 vars in 1028 bytes} [Fri May 8 06:46:28 2026] PUT /v2.0/ports/1d71b515-f077-453b-ba20-eabdbd94b729 => generated 1464 bytes in 524 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: 3537/7097] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:29 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:29.491 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f35bff9-e616-41ca-a4d2-4e4297c32ea7'] response: {'name': 'network-changed', 'server_uuid': 'be5beffa-549b-43e6-8b46-0de91373d8e8', 'tag': '1d71b515-f077-453b-ba20-eabdbd94b729', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3561/7098] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:46:29 2026] DELETE /v2.0/networks/d2fc960d-37cf-4bc5-b32c-d333a3dd812b => 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: 3538/7099] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:46:30 2026] GET /v2.0/ports?tenant_id=0ef94575415642f29a2b0ca138a9873a&device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3562/7100] 199.204.45.246 () {34 vars in 1018 bytes} [Fri May 8 06:46:30 2026] GET /v2.0/networks?tenant_id=0ef94575415642f29a2b0ca138a9873a&shared=False => generated 2376 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3539/7101] 199.204.45.246 () {34 vars in 930 bytes} [Fri May 8 06:46:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:46:30.298 7 WARNING neutron.db.securitygroups_db [None req-0d84a186-4909-4b93-bc0d-398430c54707 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3563/7102] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:30 2026] GET /v2.0/security-groups?tenant_id=cdb47c0ecd10478081e2da2a4618da89&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3540/7103] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:30 2026] DELETE /v2.0/security-groups/624a0f15-664d-4c7a-9b60-65b8e4e06333 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:46:30.516 7 WARNING neutron.db.securitygroups_db [None req-d1d57531-47e8-4a67-b19e-51f584310b78 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 3564/7104] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:46:30 2026] GET /v2.0/security-groups?tenant_id=7177724a96534c8eac75b4f7c3799e99&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3541/7105] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:46:30 2026] DELETE /v2.0/security-groups/a9fef6e6-e14b-4a05-b641-414713aaf4a2 => 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: 3565/7106] 199.204.45.246 () {34 vars in 1080 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/ports?tenant_id=0ef94575415642f29a2b0ca138a9873a&device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3542/7107] 199.204.45.246 () {34 vars in 1058 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=1d71b515-f077-453b-ba20-eabdbd94b729 => 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: 3566/7108] 199.204.45.246 () {34 vars in 1104 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32e&port_id=1d71b515-f077-453b-ba20-eabdbd94b729 => 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: 3543/7109] 199.204.45.246 () {34 vars in 1064 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/subnets?id=5298d8df-3195-433c-8c5e-0f16b727b6d0&id=f3e174b0-5d3d-4643-987c-ef80b88f6094 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:46:31.315 7 INFO neutron.services.segments.plugin [-] Segment 0c8e655d-54b3-40a4-bf9d-eec55162933e resource provider aggregate not found 2026-05-08 06:46:31.323 7 INFO neutron.services.segments.plugin [-] Segment 0c8e655d-54b3-40a4-bf9d-eec55162933e resource provider aggregate not found 2026-05-08 06:46:31.329 7 INFO neutron.services.segments.plugin [-] Segment 0c8e655d-54b3-40a4-bf9d-eec55162933e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c8e655d-54b3-40a4-bf9d-eec55162933e found for delete ", "request_id": "req-0284ea3d-7ad8-4785-abb8-d9f6ace79924"}]} 2026-05-08 06:46:31.338 7 INFO neutron.services.segments.plugin [-] Segment 0c8e655d-54b3-40a4-bf9d-eec55162933e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c8e655d-54b3-40a4-bf9d-eec55162933e found for delete ", "request_id": "req-d22b0100-b8f4-42ca-b764-7b19fe82a3ba"}]} [pid: 7|app: 0|req: 3567/7110] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/ports?network_id=772991bc-de40-4265-8f60-09864523fee0&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3544/7111] 199.204.45.246 () {34 vars in 1052 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/ports?network_id=772991bc-de40-4265-8f60-09864523fee0&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: 3568/7112] 199.204.45.246 () {34 vars in 1012 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0?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: 3545/7113] 199.204.45.246 () {34 vars in 1112 bytes} [Fri May 8 06:46:31 2026] GET /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0?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: 3569/7114] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:34 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3546/7115] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:34 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 8|app: 0|req: 3548/7118] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:39 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3571/7119] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:39 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3549/7120] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:44 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3572/7121] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:45 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3550/7122] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:50 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3573/7123] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:50 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 7|app: 0|req: 3575/7126] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:46:55 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3552/7127] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:46:55 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3576/7128] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:00 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3553/7129] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:00 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3555/7132] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:05 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3578/7133] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:05 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3556/7134] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:10 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3579/7135] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:11 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3557/7136] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:16 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3580/7137] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:16 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3559/7140] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:21 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3582/7141] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:21 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3560/7142] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:26 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3583/7143] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:26 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3561/7144] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:31 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3584/7145] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:31 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3563/7148] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:36 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3586/7149] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:37 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3564/7150] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:42 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3587/7151] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:42 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3565/7152] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:47 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3588/7153] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:47 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3567/7156] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:52 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3590/7157] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:52 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3568/7158] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:47:57 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3591/7159] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:47:57 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3569/7160] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:03 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3592/7161] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:03 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3594/7164] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:08 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3571/7165] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:08 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3595/7166] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:13 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3572/7167] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:13 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3596/7168] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:18 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3573/7169] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:19 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3598/7172] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:24 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3575/7173] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:24 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3599/7174] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:29 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3576/7175] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:29 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3600/7176] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:34 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3577/7177] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:34 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3579/7180] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:39 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3602/7181] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:39 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3580/7182] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:45 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3603/7183] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:45 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3581/7184] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:50 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3604/7185] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:50 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3606/7188] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:48:55 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3583/7189] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:48:55 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3607/7190] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:00 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3584/7191] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:00 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3586/7194] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:05 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3609/7195] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:06 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3587/7196] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:11 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3610/7197] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:11 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3588/7198] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:16 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3611/7199] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:16 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3590/7202] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:21 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3613/7203] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:21 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3591/7204] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:26 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3614/7205] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:26 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3592/7206] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:31 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3615/7207] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:32 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3594/7210] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:37 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3617/7211] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:37 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3595/7212] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:42 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3618/7213] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:42 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3596/7214] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:47 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3619/7215] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:47 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3598/7218] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:52 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3621/7219] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:52 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3599/7220] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:49:57 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3622/7221] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:49:58 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3600/7222] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:03 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3623/7223] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:03 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3602/7226] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:08 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3625/7227] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:08 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 8|app: 0|req: 3603/7228] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:13 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3626/7229] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:13 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3604/7230] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:18 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3627/7231] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:18 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3606/7234] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:24 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3629/7235] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:24 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3607/7236] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:29 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3630/7237] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:29 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3608/7238] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:34 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3631/7239] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:34 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 8|app: 0|req: 3610/7242] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:39 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3633/7243] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:39 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 8|app: 0|req: 3611/7244] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:44 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3634/7245] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:45 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3612/7246] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:50 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3635/7247] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:50 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3637/7250] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:50:55 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3614/7251] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:50:55 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&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: 3638/7252] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:00 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3615/7253] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:00 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3640/7256] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:05 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3617/7257] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:05 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3641/7258] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:11 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3618/7259] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:11 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3642/7260] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:16 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3619/7261] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:16 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3621/7264] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:21 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3644/7265] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:21 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3622/7266] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:26 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3645/7267] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:26 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3623/7268] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:27 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3646/7269] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:27 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3624/7270] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:32 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3647/7271] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:32 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3626/7274] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:37 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3649/7275] 10.0.0.229 () {34 vars in 1040 bytes} [Fri May 8 06:51:37 2026] GET /v2.0/security-groups?id=a86978b4-76e5-49f0-bcd7-b55e77b9b354&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3627/7276] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:51:38 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => generated 1198 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 06:51:38.852 7 INFO neutron_taas.services.taas.taas_plugin [req-6e8112b6-ef27-47ed-b06e-0ef97498a8cd req-fe52d70b-a900-4d21-a0ec-57435f1470d7 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: 1d71b515-f077-453b-ba20-eabdbd94b729 2026-05-08 06:51:38.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6e8112b6-ef27-47ed-b06e-0ef97498a8cd req-fe52d70b-a900-4d21-a0ec-57435f1470d7 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: 1d71b515-f077-453b-ba20-eabdbd94b729 [pid: 7|app: 0|req: 3650/7277] 199.204.45.246 () {36 vars in 997 bytes} [Fri May 8 06:51:38 2026] DELETE /v2.0/ports/1d71b515-f077-453b-ba20-eabdbd94b729 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:39.091 7 WARNING neutron.notifiers.nova [-] Nova event matching ['req-a5e21fcc-ec38-427c-9575-0abaa8c35e1d']: {'server_uuid': 'be5beffa-549b-43e6-8b46-0de91373d8e8', 'name': 'network-vif-deleted', 'tag': '1d71b515-f077-453b-ba20-eabdbd94b729', 'status': 'failed', 'code': 422} returned with failed status [pid: 8|app: 0|req: 3628/7278] 10.0.0.229 () {34 vars in 990 bytes} [Fri May 8 06:51:42 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3651/7279] 199.204.45.246 () {34 vars in 994 bytes} [Fri May 8 06:51:43 2026] GET /v2.0/ports?device_id=be5beffa-549b-43e6-8b46-0de91373d8e8 => 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: 3629/7280] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:47 2026] DELETE /v2.0/security-group-rules/eb0c71a6-8a3a-46a2-b09c-fdfff9e8c3f9 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:47.939 7 INFO neutron.api.v2.resource [None req-9a76fb0e-cc29-4d7c-8256-78ba4150da6c 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3652/7281] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:47 2026] GET /v2.0/security-group-rules/eb0c71a6-8a3a-46a2-b09c-fdfff9e8c3f9 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3630/7282] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:47 2026] DELETE /v2.0/security-group-rules/4ecb4c3f-4dc0-4980-9c3d-f002d352a745 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.027 7 INFO neutron.api.v2.resource [None req-df9d5e3d-6b7a-4324-bee4-5c3bf4c153a1 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3653/7283] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/4ecb4c3f-4dc0-4980-9c3d-f002d352a745 => 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: 3631/7284] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/466e8180-97c7-468d-b88a-080817af28d6 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.117 7 INFO neutron.api.v2.resource [None req-5cc3c2b7-da71-44e3-b341-614429b575d5 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3654/7285] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/466e8180-97c7-468d-b88a-080817af28d6 => 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: 3632/7286] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/f5081e14-64e0-41c9-aeeb-7729a5b0995f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.209 7 INFO neutron.api.v2.resource [None req-544c6217-28d4-46d0-b3ab-280989966a34 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3655/7287] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/f5081e14-64e0-41c9-aeeb-7729a5b0995f => 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: 3633/7288] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/f82428b5-1aa5-48ec-8edb-39514b42894c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.296 7 INFO neutron.api.v2.resource [None req-48a58c30-2034-4ddd-a9e0-fa056629ff8f 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3656/7289] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/f82428b5-1aa5-48ec-8edb-39514b42894c => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3634/7290] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/7c420826-eea7-495d-a4f1-0ca531c55785 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.382 7 INFO neutron.api.v2.resource [None req-00b5b39f-f5bf-411b-9144-d0204b0c1fd9 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3657/7291] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/7c420826-eea7-495d-a4f1-0ca531c55785 => 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: 3635/7292] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/4f9ffe61-bd6e-4ddf-8188-70cc6afba62f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.462 7 INFO neutron.api.v2.resource [None req-deb449a3-950a-475c-9d49-1ca9a089ae67 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3658/7293] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/4f9ffe61-bd6e-4ddf-8188-70cc6afba62f => 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: 3636/7294] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/df4aecc6-53a7-40a9-a164-1676ab3a8988 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.539 7 INFO neutron.api.v2.resource [None req-20942be2-c0e4-44d3-9cf1-a2005f6e421b 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3659/7295] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/df4aecc6-53a7-40a9-a164-1676ab3a8988 => 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: 3637/7296] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/7cc543e1-8ee6-4cb1-adf2-4fb1e0b62da8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.643 7 INFO neutron.api.v2.resource [None req-43d9cea5-5228-422c-b598-bce78b9d359e 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3660/7297] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/7cc543e1-8ee6-4cb1-adf2-4fb1e0b62da8 => 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: 3638/7298] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/8c2bf25f-3dd1-4e96-a215-8870ed23c708 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.736 7 INFO neutron.api.v2.resource [None req-fdcede04-ed9f-415f-a0dc-e82f72e7eb07 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3661/7299] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/8c2bf25f-3dd1-4e96-a215-8870ed23c708 => 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: 3639/7300] 10.0.0.224 () {32 vars in 750 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-group-rules/4f14319d-7a60-4568-abb0-8aa3d4cc1bee => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.830 7 INFO neutron.api.v2.resource [None req-d75e5b7b-e3bb-41d0-8fc0-6d29c08f1a2b 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3662/7301] 10.0.0.224 () {32 vars in 747 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-group-rules/4f14319d-7a60-4568-abb0-8aa3d4cc1bee => 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: 3640/7302] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:48 2026] DELETE /v2.0/security-groups/a86978b4-76e5-49f0-bcd7-b55e77b9b354 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:48.960 7 INFO neutron.api.v2.resource [None req-10bdb0f7-e1f8-4c9d-9940-390564dfeae7 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3663/7303] 10.0.0.224 () {32 vars in 737 bytes} [Fri May 8 06:51:48 2026] GET /v2.0/security-groups/a86978b4-76e5-49f0-bcd7-b55e77b9b354 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:49.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-172b9454-bfe7-4fb4-ba32-f93a66f1aeb0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: 12c38f2c-0cca-4fbd-a29b-602f970f1231 2026-05-08 06:51:49.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-172b9454-bfe7-4fb4-ba32-f93a66f1aeb0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: 12c38f2c-0cca-4fbd-a29b-602f970f1231 [pid: 8|app: 0|req: 3641/7306] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:49 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 310 bytes in 1535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:51:50.716 7 INFO neutron.api.v2.resource [None req-802a76f9-03d6-4269-9259-c387f3c9b5cf 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3666/7307] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:50 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:51.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b27b145-2398-4434-bc4b-526cbd59d70b 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: dc0bc91f-65a2-401e-912a-be1ec55e1557 2026-05-08 06:51:51.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b27b145-2398-4434-bc4b-526cbd59d70b 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: dc0bc91f-65a2-401e-912a-be1ec55e1557 [pid: 8|app: 0|req: 3642/7308] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:50 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 310 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:51:51.789 7 INFO neutron.api.v2.resource [None req-374d6f1d-0a6c-4692-9b51-c2f61af32f81 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3667/7309] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:51 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:52.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-45661cfb-f6ff-4364-bef4-f53f549dc9a4 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: d0e039c7-ce17-42cb-8e29-cddbbdf8b66f 2026-05-08 06:51:52.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45661cfb-f6ff-4364-bef4-f53f549dc9a4 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: d0e039c7-ce17-42cb-8e29-cddbbdf8b66f [pid: 8|app: 0|req: 3643/7310] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:51 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 310 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 06:51:52.953 7 INFO neutron.api.v2.resource [None req-b7567411-de2c-4c12-b55f-ff18c5861a6c 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3668/7311] 10.0.0.224 () {34 vars in 789 bytes} [Fri May 8 06:51:52 2026] PUT /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:53.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada2fc5c-1007-484b-8545-a76e61f6a5e0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: 516faff6-55e9-48c0-942d-793480a81358 2026-05-08 06:51:53.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada2fc5c-1007-484b-8545-a76e61f6a5e0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: 516faff6-55e9-48c0-942d-793480a81358 2026-05-08 06:51:53.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada2fc5c-1007-484b-8545-a76e61f6a5e0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: 990f9b58-7182-4137-b458-f8d704974082 2026-05-08 06:51:53.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada2fc5c-1007-484b-8545-a76e61f6a5e0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: 990f9b58-7182-4137-b458-f8d704974082 2026-05-08 06:51:53.798 8 INFO neutron.db.l3_hamode_db [None req-ada2fc5c-1007-484b-8545-a76e61f6a5e0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] HA network 94f50b3a-8958-4f63-a362-e871bc225233 was deleted as no HA routers are present in project 0ef94575415642f29a2b0ca138a9873a. [pid: 8|app: 0|req: 3644/7312] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:52 2026] DELETE /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:53.822 8 INFO neutron.services.segments.plugin [-] Segment d6329f98-8617-4fc5-96d4-92d58813e9f4 resource provider aggregate not found 2026-05-08 06:51:53.832 7 INFO neutron.api.v2.resource [None req-ff53e704-a9b1-4ee4-afda-f749ddfa533f 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] show failed (client error): The resource could not be found. 2026-05-08 06:51:53.833 8 INFO neutron.services.segments.plugin [-] Segment d6329f98-8617-4fc5-96d4-92d58813e9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6329f98-8617-4fc5-96d4-92d58813e9f4 found for delete ", "request_id": "req-c0f53eaa-6f2a-4736-88a1-00d9519a0a66"}]} [pid: 7|app: 0|req: 3669/7313] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:53 2026] GET /v2.0/routers/f2a38e34-fbc7-4de7-b083-5394922af42b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:53.853 8 INFO neutron.services.segments.plugin [-] Segment d6329f98-8617-4fc5-96d4-92d58813e9f4 resource provider aggregate not found 2026-05-08 06:51:53.885 8 INFO neutron.services.segments.plugin [-] Segment d6329f98-8617-4fc5-96d4-92d58813e9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6329f98-8617-4fc5-96d4-92d58813e9f4 found for delete ", "request_id": "req-0c543b28-070e-4cb5-a123-4f883416144e"}]} [pid: 8|app: 0|req: 3645/7314] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:53 2026] DELETE /v2.0/subnets/706a6b47-73e4-4192-a268-db2b2326151d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:53.997 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02ff5e18-3fa3-4737-9c73-e4303356e81e 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3670/7315] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:53 2026] GET /v2.0/subnets/706a6b47-73e4-4192-a268-db2b2326151d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3646/7316] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:54 2026] DELETE /v2.0/subnets/856914a7-b7a2-49a2-b2d6-109f4b69d62d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:54.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06b5c5bb-0f48-4d10-be4c-ce3d754bd15e 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3671/7317] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:54 2026] GET /v2.0/subnets/856914a7-b7a2-49a2-b2d6-109f4b69d62d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:54.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f3f59f7-e7d4-4ef2-b9a9-93d92a043b1a 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: ff63bb32-92da-499b-a9df-b4580748a22c 2026-05-08 06:51:54.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f3f59f7-e7d4-4ef2-b9a9-93d92a043b1a 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: ff63bb32-92da-499b-a9df-b4580748a22c [pid: 8|app: 0|req: 3647/7318] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:51:54 2026] DELETE /v2.0/networks/7739d0ed-b146-498c-a95c-c3d0fa3c210c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:54.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5047aa7c-e4bd-45d6-9f2a-4039c0f92c91 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3672/7319] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:51:54 2026] GET /v2.0/networks/7739d0ed-b146-498c-a95c-c3d0fa3c210c => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3648/7320] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:54 2026] DELETE /v2.0/subnets/f3e174b0-5d3d-4643-987c-ef80b88f6094 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:54.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4faa728-c67f-480c-80b7-55104f20418f 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3673/7321] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:54 2026] GET /v2.0/subnets/f3e174b0-5d3d-4643-987c-ef80b88f6094 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3649/7322] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:54 2026] DELETE /v2.0/subnets/5298d8df-3195-433c-8c5e-0f16b727b6d0 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:54.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7dbe0866-58ff-4540-8e9a-f57fece450cd 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3674/7323] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:54 2026] GET /v2.0/subnets/5298d8df-3195-433c-8c5e-0f16b727b6d0 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:54.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-0181afc9-9733-479d-9a5a-3bd5f1d05ce4 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: c9eb6d5f-c6da-4400-99f3-8968f806f0b7 2026-05-08 06:51:54.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0181afc9-9733-479d-9a5a-3bd5f1d05ce4 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: c9eb6d5f-c6da-4400-99f3-8968f806f0b7 [pid: 8|app: 0|req: 3650/7324] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:51:54 2026] DELETE /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:55.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61d5cdba-ca97-4e98-9cba-d1ef4531b4d0 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3675/7325] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:51:55 2026] GET /v2.0/networks/772991bc-de40-4265-8f60-09864523fee0 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3651/7326] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:55 2026] DELETE /v2.0/subnets/d085a7df-f520-4a91-a6c4-d1b3cf8f00c4 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:55.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c656076-f75f-4541-aea2-276325917c01 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3676/7327] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:55 2026] GET /v2.0/subnets/d085a7df-f520-4a91-a6c4-d1b3cf8f00c4 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3652/7328] 10.0.0.224 () {32 vars in 724 bytes} [Fri May 8 06:51:55 2026] DELETE /v2.0/subnets/42a04220-90e4-4d80-8d9e-1f51b1962f41 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:55.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e3fffaf-73c9-4b35-acab-683ab4c75de7 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3677/7329] 10.0.0.224 () {32 vars in 721 bytes} [Fri May 8 06:51:55 2026] GET /v2.0/subnets/42a04220-90e4-4d80-8d9e-1f51b1962f41 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:55.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d3aa3ad-dc6f-40bf-88a7-4b1eed391951 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] TaaS: Handle Delete Port: d6453c60-4537-4778-a85f-14f97e0fbd92 2026-05-08 06:51:55.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d3aa3ad-dc6f-40bf-88a7-4b1eed391951 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] Tap Mirror: Handle Delete Port: d6453c60-4537-4778-a85f-14f97e0fbd92 [pid: 8|app: 0|req: 3653/7330] 10.0.0.224 () {32 vars in 726 bytes} [Fri May 8 06:51:55 2026] DELETE /v2.0/networks/10850659-857c-4289-a977-06643c81c351 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 06:51:55.855 8 INFO neutron.services.segments.plugin [-] Segment b6e04a37-996c-4c4e-b2eb-ea54154b05f5 resource provider aggregate not found 2026-05-08 06:51:55.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cbb86f7-8ad4-4799-b08c-8d30f8774573 51f521b547dd4b6b8c758142efb15ded 0ef94575415642f29a2b0ca138a9873a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3678/7331] 10.0.0.224 () {32 vars in 723 bytes} [Fri May 8 06:51:55 2026] GET /v2.0/networks/10850659-857c-4289-a977-06643c81c351 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 06:51:55.873 8 INFO neutron.services.segments.plugin [-] Segment b6e04a37-996c-4c4e-b2eb-ea54154b05f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e04a37-996c-4c4e-b2eb-ea54154b05f5 found for delete ", "request_id": "req-a0cb5706-2b8e-4082-aeef-b8c8233759d6"}]} 2026-05-08 06:51:55.893 8 INFO neutron.services.segments.plugin [-] Segment a9dd7ba1-869e-40a6-b154-a51e2f60d41c resource provider aggregate not found 2026-05-08 06:51:55.909 8 INFO neutron.services.segments.plugin [-] Segment b6e04a37-996c-4c4e-b2eb-ea54154b05f5 resource provider aggregate not found 2026-05-08 06:51:55.912 8 INFO neutron.services.segments.plugin [-] Segment a9dd7ba1-869e-40a6-b154-a51e2f60d41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9dd7ba1-869e-40a6-b154-a51e2f60d41c found for delete ", "request_id": "req-c1d03911-d9ce-4475-9992-13cfb8f5339f"}]} 2026-05-08 06:51:55.922 8 INFO neutron.services.segments.plugin [-] Segment b6e04a37-996c-4c4e-b2eb-ea54154b05f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e04a37-996c-4c4e-b2eb-ea54154b05f5 found for delete ", "request_id": "req-1402055b-bdaf-46aa-8794-aed75f510864"}]} 2026-05-08 06:51:55.929 8 INFO neutron.services.segments.plugin [-] Segment a9dd7ba1-869e-40a6-b154-a51e2f60d41c resource provider aggregate not found 2026-05-08 06:51:55.933 8 INFO neutron.services.segments.plugin [-] Segment fe5c8c09-2d70-4615-922d-de55560bdc11 resource provider aggregate not found 2026-05-08 06:51:55.941 8 INFO neutron.services.segments.plugin [-] Segment a9dd7ba1-869e-40a6-b154-a51e2f60d41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9dd7ba1-869e-40a6-b154-a51e2f60d41c found for delete ", "request_id": "req-6f5aea50-0291-4bcf-b025-cec19efd1503"}]} 2026-05-08 06:51:55.949 8 INFO neutron.services.segments.plugin [-] Segment fe5c8c09-2d70-4615-922d-de55560bdc11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5c8c09-2d70-4615-922d-de55560bdc11 found for delete ", "request_id": "req-f61a45d8-2136-4b00-bd30-1e5c7698999c"}]} 2026-05-08 06:51:55.952 8 INFO neutron.services.segments.plugin [-] Segment fe5c8c09-2d70-4615-922d-de55560bdc11 resource provider aggregate not found 2026-05-08 06:51:55.967 8 INFO neutron.services.segments.plugin [-] Segment fe5c8c09-2d70-4615-922d-de55560bdc11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5c8c09-2d70-4615-922d-de55560bdc11 found for delete ", "request_id": "req-758e4f1e-46f3-4c21-a42a-0e07e372e8e4"}]} 2026-05-08 06:51:58.150 8 WARNING neutron.db.securitygroups_db [None req-0354d033-cfa3-49e4-b9c0-e9b3036fca03 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3654/7332] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:57 2026] GET /v2.0/security-groups?tenant_id=10e02b46007f44868b08602a6ea4e002&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3679/7333] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:58 2026] DELETE /v2.0/security-groups/ec5a834f-5578-49da-8182-77841de04a1a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:58.503 8 WARNING neutron.db.securitygroups_db [None req-5b22716c-7a9d-4530-9066-9ae4a170ddf4 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3655/7334] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:58 2026] GET /v2.0/security-groups?tenant_id=a5d7ca94a01f4eaaba0c994b314a15be&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3680/7335] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:58 2026] DELETE /v2.0/security-groups/973b3c65-3d77-454c-9282-f2bc9170c423 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:58.879 8 WARNING neutron.db.securitygroups_db [None req-7d071185-4cb6-4c73-95f3-bdc21dbe311a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3656/7336] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:58 2026] GET /v2.0/security-groups?tenant_id=1dc3be45e64846e5b95ccfa139dd8dbb&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3681/7337] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:58 2026] DELETE /v2.0/security-groups/b9a256aa-eb69-40c3-b079-adb72b607c82 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:59.229 8 WARNING neutron.db.securitygroups_db [None req-244dc66d-c1f3-4954-8515-edc6bd2e221a 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3657/7338] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:59 2026] GET /v2.0/security-groups?tenant_id=4088c434b9834f23b937396c82ba94a1&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3682/7339] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:59 2026] DELETE /v2.0/security-groups/d8b3814d-350d-4e4f-9882-39f04dd9fcdb => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:59.612 8 WARNING neutron.db.securitygroups_db [None req-308ddea2-d0ed-4396-b0f8-196a798583a0 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3658/7340] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:59 2026] GET /v2.0/security-groups?tenant_id=0ef94575415642f29a2b0ca138a9873a&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3683/7341] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:51:59 2026] DELETE /v2.0/security-groups/3b0b5134-efb8-4d65-b34d-d2299fbf1448 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:51:59.897 8 WARNING neutron.db.securitygroups_db [None req-52b4428c-0fcb-4f37-b130-a1a71c24f3f7 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3659/7342] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:51:59 2026] GET /v2.0/security-groups?tenant_id=d0e9beb9900f45a885f88ecb53d76fc0&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3684/7343] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:52:00 2026] DELETE /v2.0/security-groups/c96fcada-722e-4533-a4e8-1ffefc1372c0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 06:52:00.263 8 WARNING neutron.db.securitygroups_db [None req-fb99aa06-a14f-49c0-83a1-0e345bf6fd15 08b1bb7f1570454f86b1184363fa6b78 d1fc20c414184d659b7bac982482b9bd - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 3660/7344] 10.0.0.224 () {32 vars in 774 bytes} [Fri May 8 06:52:00 2026] GET /v2.0/security-groups?tenant_id=c703a508cc1c4101a6ee5e2f3d0083ac&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3685/7345] 10.0.0.224 () {32 vars in 740 bytes} [Fri May 8 06:52:00 2026] DELETE /v2.0/security-groups/837d6bcc-351d-4fd6-964c-e961549c8a52 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0)