+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Mar 5 07:41:31 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-697d49c4f8-h5r66 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f7c7b622668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-03-05 07:41:35.817 8 INFO neutron.common.config [-] Logging enabled! 2026-03-05 07:41:35.818 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-05 07:41:35.908 7 INFO neutron.common.config [-] Logging enabled! 2026-03-05 07:41:35.908 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-05 07:41:36.254 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-05 07:41:36.378 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-05 07:41:37.816 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 07:41:37.818 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-05 07:41:37.825 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-05 07:41:37.827 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 07:41:37.827 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-05 07:41:37.828 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-05 07:41:37.828 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.837 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.838 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.838 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 07:41:37.860 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-05 07:41:37.861 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 07:41:37.861 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-05 07:41:37.892 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-05 07:41:37.892 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-05 07:41:37.893 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-05 07:41:37.893 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-05 07:41:37.976 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 07:41:37.979 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-05 07:41:37.982 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-05 07:41:37.983 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 07:41:37.984 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-05 07:41:37.984 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-05 07:41:37.984 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.992 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.992 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 07:41:37.992 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 07:41:38.014 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-05 07:41:38.016 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 07:41:38.016 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-05 07:41:38.046 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-05 07:41:38.047 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-05 07:41:38.047 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-05 07:41:38.047 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-05 07:41:38.182 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing driver for type 'vlan' 2026-03-05 07:41:38.361 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing driver for type 'vlan' 2026-03-05 07:41:38.503 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] VlanTypeDriver initialization complete 2026-03-05 07:41:38.504 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing driver for type 'vxlan' 2026-03-05 07:41:38.504 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-05 07:41:38.528 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-05 07:41:38.528 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-05 07:41:38.528 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing extension driver 'port_security' 2026-03-05 07:41:38.528 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-05 07:41:38.529 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing extension driver 'qos' 2026-03-05 07:41:38.529 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-05 07:41:38.529 8 INFO neutron.plugins.ml2.managers [None req-2f20cd25-ffd9-4e8c-a4d2-cb4929f7cb36 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-05 07:41:38.544 8 INFO neutron.quota [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded quota_driver: . 2026-03-05 07:41:38.545 8 INFO neutron.plugins.ml2.plugin [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Modular L2 Plugin initialization complete 2026-03-05 07:41:38.545 8 INFO neutron.plugins.ml2.managers [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-05 07:41:38.545 8 INFO neutron.plugins.ml2.managers [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-05 07:41:38.545 8 INFO neutron.plugins.ml2.managers [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Got port-security extension from driver 'port_security' 2026-03-05 07:41:38.545 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: qos 2026-03-05 07:41:38.558 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: router 2026-03-05 07:41:38.598 8 INFO neutron.services.service_base [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-05 07:41:38.598 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: segments 2026-03-05 07:41:38.695 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: trunk 2026-03-05 07:41:38.709 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: vpnaas 2026-03-05 07:41:38.713 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] VlanTypeDriver initialization complete 2026-03-05 07:41:38.714 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing driver for type 'vxlan' 2026-03-05 07:41:38.714 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-05 07:41:38.728 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-05 07:41:38.728 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-05 07:41:38.728 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing extension driver 'port_security' 2026-03-05 07:41:38.729 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-05 07:41:38.729 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing extension driver 'qos' 2026-03-05 07:41:38.729 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-05 07:41:38.729 7 INFO neutron.plugins.ml2.managers [None req-5d238962-6ecc-49a7-81c6-f2a386068188 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-05 07:41:38.741 7 INFO neutron.quota [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded quota_driver: . 2026-03-05 07:41:38.741 7 INFO neutron.plugins.ml2.plugin [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Modular L2 Plugin initialization complete 2026-03-05 07:41:38.742 7 INFO neutron.plugins.ml2.managers [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-05 07:41:38.742 7 INFO neutron.plugins.ml2.managers [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-05 07:41:38.742 7 INFO neutron.plugins.ml2.managers [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Got port-security extension from driver 'port_security' 2026-03-05 07:41:38.742 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: qos 2026-03-05 07:41:38.747 8 WARNING stevedore.named [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:38.755 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: router 2026-03-05 07:41:38.804 8 INFO neutron_vpnaas.services.vpn.plugin [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-05 07:41:38.804 8 INFO neutron.common.utils [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-05 07:41:38.805 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: taas 2026-03-05 07:41:38.808 7 INFO neutron.services.service_base [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-05 07:41:38.808 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: segments 2026-03-05 07:41:38.831 8 WARNING stevedore.named [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:38.831 8 WARNING stevedore.named [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 07:41:38.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-05 07:41:38.855 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: tapmirror 2026-03-05 07:41:38.870 8 WARNING stevedore.named [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:38.870 8 WARNING stevedore.named [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 07:41:38.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-05 07:41:38.886 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: auto_allocate 2026-03-05 07:41:38.894 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: tag 2026-03-05 07:41:38.904 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: timestamp 2026-03-05 07:41:38.907 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: network_ip_availability 2026-03-05 07:41:38.911 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: flavors 2026-03-05 07:41:38.915 8 INFO neutron.manager [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loading Plugin: revisions 2026-03-05 07:41:38.919 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Initializing extension manager. 2026-03-05 07:41:38.920 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: address-group 2026-03-05 07:41:38.921 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: address-scope 2026-03-05 07:41:38.921 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-05 07:41:38.922 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: agent 2026-03-05 07:41:38.923 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: agent-resources-synced 2026-03-05 07:41:38.924 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: allowed-address-pairs 2026-03-05 07:41:38.925 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: auto-allocated-topology 2026-03-05 07:41:38.925 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: availability_zone 2026-03-05 07:41:38.926 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: availability_zone_filter 2026-03-05 07:41:38.926 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-05 07:41:38.927 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: trunk 2026-03-05 07:41:38.927 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: default-subnetpools 2026-03-05 07:41:38.929 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-05 07:41:38.929 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: dns-integration 2026-03-05 07:41:38.930 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: dns-domain-ports 2026-03-05 07:41:38.930 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-05 07:41:38.931 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: dvr 2026-03-05 07:41:38.931 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-05 07:41:38.932 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: empty-string-filtering 2026-03-05 07:41:38.933 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 07:41:38.933 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-05 07:41:38.934 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: external-net 2026-03-05 07:41:38.934 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-05 07:41:38.935 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: extraroute 2026-03-05 07:41:38.936 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: extraroute-atomic 2026-03-05 07:41:38.936 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-05 07:41:38.937 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-05 07:41:38.937 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-05 07:41:38.938 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-05 07:41:38.939 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: fip-port-details 2026-03-05 07:41:38.940 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: flavors 2026-03-05 07:41:38.941 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-05 07:41:38.941 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: vpnaas 2026-03-05 07:41:38.942 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: floatingip-pools 2026-03-05 07:41:38.942 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: ip_allocation 2026-03-05 07:41:38.943 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: ip-substring-filtering 2026-03-05 07:41:38.943 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: l2_adjacency 2026-03-05 07:41:38.944 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: router 2026-03-05 07:41:38.946 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 07:41:38.946 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-05 07:41:38.947 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-05 07:41:38.948 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: ext-gw-mode 2026-03-05 07:41:38.948 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: l3-ha 2026-03-05 07:41:38.948 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-05 07:41:38.949 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-05 07:41:38.950 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: l3-flavors 2026-03-05 07:41:38.950 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-05 07:41:38.951 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-05 07:41:38.953 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-05 07:41:38.955 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-05 07:41:38.955 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-05 07:41:38.957 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-05 07:41:38.957 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-05 07:41:38.958 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: multi-provider 2026-03-05 07:41:38.958 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: net-mtu 2026-03-05 07:41:38.959 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: net-mtu-writable 2026-03-05 07:41:38.959 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: network_availability_zone 2026-03-05 07:41:38.960 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: network_ha 2026-03-05 07:41:38.960 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: network-ip-availability 2026-03-05 07:41:38.961 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-05 07:41:38.962 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: pagination 2026-03-05 07:41:38.962 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-device-profile 2026-03-05 07:41:38.963 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-05 07:41:38.963 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-05 07:41:38.964 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-05 07:41:38.964 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-mac-override 2026-03-05 07:41:38.965 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-05 07:41:38.966 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-05 07:41:38.966 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-05 07:41:38.967 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-resource-request 2026-03-05 07:41:38.967 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-resource-request-groups 2026-03-05 07:41:38.968 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-05 07:41:38.968 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: binding 2026-03-05 07:41:38.969 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: binding-extended 2026-03-05 07:41:38.970 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-security 2026-03-05 07:41:38.970 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: project-id 2026-03-05 07:41:38.971 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: provider 2026-03-05 07:41:38.971 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-05 07:41:38.973 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos 2026-03-05 07:41:38.974 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-05 07:41:38.975 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-05 07:41:38.975 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-default 2026-03-05 07:41:38.976 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-fip 2026-03-05 07:41:38.976 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-05 07:41:38.977 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-gateway-ip 2026-03-05 07:41:38.977 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-port-network-policy 2026-03-05 07:41:38.978 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-pps-minimum 2026-03-05 07:41:38.978 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-05 07:41:38.979 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-pps 2026-03-05 07:41:38.980 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-rule-type-details 2026-03-05 07:41:38.980 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-05 07:41:38.981 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: qos-rules-alias 2026-03-05 07:41:38.981 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: quota-check-limit 2026-03-05 07:41:38.982 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: quota-check-limit-default 2026-03-05 07:41:38.983 7 WARNING stevedore.named [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:38.984 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: quotas 2026-03-05 07:41:38.985 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: quota_details 2026-03-05 07:41:38.986 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: rbac-policies 2026-03-05 07:41:38.987 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: rbac-address-group 2026-03-05 07:41:38.987 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: rbac-address-scope 2026-03-05 07:41:38.988 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: rbac-security-groups 2026-03-05 07:41:38.988 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: rbac-subnetpool 2026-03-05 07:41:38.989 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: revision-if-match 2026-03-05 07:41:38.990 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: standard-attr-revisions 2026-03-05 07:41:38.990 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: router_availability_zone 2026-03-05 07:41:38.991 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-05 07:41:38.994 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-groups-default-rules 2026-03-05 07:41:38.995 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-05 07:41:38.995 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-05 07:41:38.996 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-05 07:41:38.996 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-05 07:41:38.997 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-05 07:41:39.001 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: security-group 2026-03-05 07:41:39.002 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: segment 2026-03-05 07:41:39.004 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-05 07:41:39.004 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: service-type 2026-03-05 07:41:39.005 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: sorting 2026-03-05 07:41:39.005 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: standard-attr-segment 2026-03-05 07:41:39.006 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: standard-attr-description 2026-03-05 07:41:39.006 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: stateful-security-group 2026-03-05 07:41:39.007 8 WARNING neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-05 07:41:39.007 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-05 07:41:39.008 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnet-external-network 2026-03-05 07:41:39.008 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnet_onboard 2026-03-05 07:41:39.009 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-05 07:41:39.009 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnet-service-types 2026-03-05 07:41:39.010 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnet_allocation 2026-03-05 07:41:39.011 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-05 07:41:39.011 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: tag-creation 2026-03-05 07:41:39.012 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-05 07:41:39.016 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: standard-attr-tag 2026-03-05 07:41:39.017 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-05 07:41:39.017 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: trunk 2026-03-05 07:41:39.018 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: trunk-details 2026-03-05 07:41:39.018 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-05 07:41:39.019 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-05 07:41:39.019 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-05 07:41:39.020 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-05 07:41:39.022 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-05 07:41:39.022 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-05 07:41:39.023 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: vpn-flavors 2026-03-05 07:41:39.025 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: vpnaas 2026-03-05 07:41:39.026 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: taas 2026-03-05 07:41:39.027 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: tap-mirror 2026-03-05 07:41:39.027 8 INFO neutron.api.extensions [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Loaded extension: taas-vlan-filter 2026-03-05 07:41:39.030 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-05 07:41:39.030 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-05 07:41:39.030 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.030 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-05 07:41:39.034 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 07:41:39.035 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 07:41:39.039 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 07:41:39.040 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 07:41:39.040 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 07:41:39.041 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.041 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.042 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.042 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.042 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 07:41:39.043 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.043 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.044 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 07:41:39.044 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 07:41:39.044 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 07:41:39.045 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.045 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.045 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.045 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.050 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 07:41:39.050 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] router is already registered 2026-03-05 07:41:39.050 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 07:41:39.051 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] floatingip is already registered 2026-03-05 07:41:39.054 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 07:41:39.054 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] rbac_policy is already registered 2026-03-05 07:41:39.055 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 07:41:39.055 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] security_group is already registered 2026-03-05 07:41:39.055 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 07:41:39.056 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] security_group_rule is already registered 2026-03-05 07:41:39.056 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-05 07:41:39.056 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.056 7 INFO neutron.common.utils [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-05 07:41:39.056 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.057 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: taas 2026-03-05 07:41:39.057 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.057 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.057 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 07:41:39.057 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] trunk is already registered 2026-03-05 07:41:39.058 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.058 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.058 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.059 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.059 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 07:41:39.059 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] endpoint_group is already registered 2026-03-05 07:41:39.059 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 07:41:39.060 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] vpnservice is already registered 2026-03-05 07:41:39.060 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 07:41:39.060 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ipsec_site_connection is already registered 2026-03-05 07:41:39.060 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.060 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.061 8 INFO neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.061 8 WARNING neutron.quota.resource_registry [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.085 7 WARNING stevedore.named [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:39.085 7 WARNING stevedore.named [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 07:41:39.099 8 WARNING keystonemiddleware._common.config [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-05 07:41:39.106 8 WARNING oslo_config.cfg [None req-06e30336-1f00-4216-a2f4-d1140d96603e - - - - - -] 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 0x7f7c7b622668 pid: 8 (default app) 2026-03-05 07:41:39.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-05 07:41:39.119 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: tapmirror 2026-03-05 07:41:39.137 7 WARNING stevedore.named [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 07:41:39.137 7 WARNING stevedore.named [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 07:41:39.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-05 07:41:39.154 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: auto_allocate 2026-03-05 07:41:39.163 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: tag 2026-03-05 07:41:39.172 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: timestamp 2026-03-05 07:41:39.174 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: network_ip_availability 2026-03-05 07:41:39.179 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: flavors 2026-03-05 07:41:39.183 7 INFO neutron.manager [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loading Plugin: revisions 2026-03-05 07:41:39.186 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Initializing extension manager. 2026-03-05 07:41:39.188 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: address-group 2026-03-05 07:41:39.189 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: address-scope 2026-03-05 07:41:39.189 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-05 07:41:39.190 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: agent 2026-03-05 07:41:39.191 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: agent-resources-synced 2026-03-05 07:41:39.192 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: allowed-address-pairs 2026-03-05 07:41:39.193 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: auto-allocated-topology 2026-03-05 07:41:39.194 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: availability_zone 2026-03-05 07:41:39.194 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: availability_zone_filter 2026-03-05 07:41:39.195 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-05 07:41:39.196 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: default-subnetpools 2026-03-05 07:41:39.198 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-05 07:41:39.198 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: dns-integration 2026-03-05 07:41:39.199 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: dns-domain-ports 2026-03-05 07:41:39.199 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-05 07:41:39.200 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: dvr 2026-03-05 07:41:39.200 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-05 07:41:39.201 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: empty-string-filtering 2026-03-05 07:41:39.201 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 07:41:39.202 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-05 07:41:39.202 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: external-net 2026-03-05 07:41:39.203 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-05 07:41:39.204 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: extraroute 2026-03-05 07:41:39.204 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: extraroute-atomic 2026-03-05 07:41:39.205 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-05 07:41:39.206 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-05 07:41:39.206 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-05 07:41:39.207 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-05 07:41:39.207 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: fip-port-details 2026-03-05 07:41:39.208 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: flavors 2026-03-05 07:41:39.209 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-05 07:41:39.210 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: floatingip-pools 2026-03-05 07:41:39.210 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: ip_allocation 2026-03-05 07:41:39.211 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: ip-substring-filtering 2026-03-05 07:41:39.211 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: l2_adjacency 2026-03-05 07:41:39.212 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: router 2026-03-05 07:41:39.214 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 07:41:39.215 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-05 07:41:39.215 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-05 07:41:39.216 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: ext-gw-mode 2026-03-05 07:41:39.216 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: l3-ha 2026-03-05 07:41:39.217 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-05 07:41:39.217 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-05 07:41:39.218 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: l3-flavors 2026-03-05 07:41:39.219 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-05 07:41:39.219 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-05 07:41:39.221 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-05 07:41:39.223 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-05 07:41:39.224 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-05 07:41:39.225 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-05 07:41:39.225 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-05 07:41:39.226 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: multi-provider 2026-03-05 07:41:39.226 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: net-mtu 2026-03-05 07:41:39.227 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: net-mtu-writable 2026-03-05 07:41:39.227 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: network_availability_zone 2026-03-05 07:41:39.228 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: network_ha 2026-03-05 07:41:39.228 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: network-ip-availability 2026-03-05 07:41:39.229 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-05 07:41:39.230 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: pagination 2026-03-05 07:41:39.230 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-device-profile 2026-03-05 07:41:39.231 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-05 07:41:39.231 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-05 07:41:39.232 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-05 07:41:39.232 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-mac-override 2026-03-05 07:41:39.233 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-05 07:41:39.233 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-05 07:41:39.234 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-05 07:41:39.234 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-resource-request 2026-03-05 07:41:39.235 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-resource-request-groups 2026-03-05 07:41:39.235 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-05 07:41:39.236 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: binding 2026-03-05 07:41:39.237 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: binding-extended 2026-03-05 07:41:39.237 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-security 2026-03-05 07:41:39.238 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: project-id 2026-03-05 07:41:39.238 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: provider 2026-03-05 07:41:39.239 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-05 07:41:39.241 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos 2026-03-05 07:41:39.242 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-05 07:41:39.242 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-05 07:41:39.243 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-default 2026-03-05 07:41:39.243 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-fip 2026-03-05 07:41:39.244 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-05 07:41:39.244 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-gateway-ip 2026-03-05 07:41:39.245 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-port-network-policy 2026-03-05 07:41:39.245 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-pps-minimum 2026-03-05 07:41:39.246 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-05 07:41:39.247 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-pps 2026-03-05 07:41:39.247 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-rule-type-details 2026-03-05 07:41:39.248 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-05 07:41:39.248 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: qos-rules-alias 2026-03-05 07:41:39.249 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: quota-check-limit 2026-03-05 07:41:39.249 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: quota-check-limit-default 2026-03-05 07:41:39.251 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: quotas 2026-03-05 07:41:39.252 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: quota_details 2026-03-05 07:41:39.254 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: rbac-policies 2026-03-05 07:41:39.254 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: rbac-address-group 2026-03-05 07:41:39.255 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: rbac-address-scope 2026-03-05 07:41:39.255 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: rbac-security-groups 2026-03-05 07:41:39.256 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: rbac-subnetpool 2026-03-05 07:41:39.256 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: revision-if-match 2026-03-05 07:41:39.259 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: standard-attr-revisions 2026-03-05 07:41:39.260 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: router_availability_zone 2026-03-05 07:41:39.260 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-05 07:41:39.263 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-groups-default-rules 2026-03-05 07:41:39.263 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-05 07:41:39.264 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-05 07:41:39.264 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-05 07:41:39.265 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-05 07:41:39.265 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-05 07:41:39.270 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: security-group 2026-03-05 07:41:39.271 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: segment 2026-03-05 07:41:39.271 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-05 07:41:39.272 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: service-type 2026-03-05 07:41:39.272 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: sorting 2026-03-05 07:41:39.273 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: standard-attr-segment 2026-03-05 07:41:39.273 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: standard-attr-description 2026-03-05 07:41:39.274 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: stateful-security-group 2026-03-05 07:41:39.274 7 WARNING neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-05 07:41:39.275 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-05 07:41:39.275 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnet-external-network 2026-03-05 07:41:39.276 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnet_onboard 2026-03-05 07:41:39.276 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-05 07:41:39.277 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnet-service-types 2026-03-05 07:41:39.278 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnet_allocation 2026-03-05 07:41:39.278 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-05 07:41:39.279 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: tag-creation 2026-03-05 07:41:39.279 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-05 07:41:39.283 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: standard-attr-tag 2026-03-05 07:41:39.284 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-05 07:41:39.285 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: trunk 2026-03-05 07:41:39.285 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: trunk-details 2026-03-05 07:41:39.286 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-05 07:41:39.286 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-05 07:41:39.287 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-05 07:41:39.287 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-05 07:41:39.289 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-05 07:41:39.290 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-05 07:41:39.291 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: vpn-flavors 2026-03-05 07:41:39.292 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: vpnaas 2026-03-05 07:41:39.294 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: taas 2026-03-05 07:41:39.295 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: tap-mirror 2026-03-05 07:41:39.295 7 INFO neutron.api.extensions [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Loaded extension: taas-vlan-filter 2026-03-05 07:41:39.298 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-05 07:41:39.298 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-05 07:41:39.298 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.298 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-05 07:41:39.301 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 07:41:39.302 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 07:41:39.307 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 07:41:39.307 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 07:41:39.308 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 07:41:39.308 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.309 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.309 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.309 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.310 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 07:41:39.310 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.310 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.311 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 07:41:39.311 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 07:41:39.312 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 07:41:39.312 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.312 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.313 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.313 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.317 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 07:41:39.317 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] router is already registered 2026-03-05 07:41:39.318 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 07:41:39.318 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] floatingip is already registered 2026-03-05 07:41:39.321 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 07:41:39.322 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] rbac_policy is already registered 2026-03-05 07:41:39.322 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 07:41:39.322 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] security_group is already registered 2026-03-05 07:41:39.323 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 07:41:39.323 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] security_group_rule is already registered 2026-03-05 07:41:39.323 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.324 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.324 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 07:41:39.324 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] subnetpool is already registered 2026-03-05 07:41:39.325 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 07:41:39.325 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] trunk is already registered 2026-03-05 07:41:39.325 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.325 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.326 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.326 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.326 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 07:41:39.326 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] endpoint_group is already registered 2026-03-05 07:41:39.327 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 07:41:39.328 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] vpnservice is already registered 2026-03-05 07:41:39.328 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 07:41:39.328 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ipsec_site_connection is already registered 2026-03-05 07:41:39.328 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 07:41:39.329 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ipsecpolicy is already registered 2026-03-05 07:41:39.329 7 INFO neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 07:41:39.329 7 WARNING neutron.quota.resource_registry [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] ikepolicy is already registered 2026-03-05 07:41:39.368 7 WARNING keystonemiddleware._common.config [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-05 07:41:39.375 7 WARNING oslo_config.cfg [None req-1cde1459-e741-426a-b681-6af5a7e484ce - - - - - -] 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 0x7f7c7b622668 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-03-05 07:41:44.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-168d4d72-228e-45c6-af56-4a94649edffa 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:41:43 2026] GET /v2.0/networks/public => generated 108 bytes in 833 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:41:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:41:45.325 7 WARNING neutron.services.revisions.revision_plugin [None req-b7ad0ced-d0a5-429c-87a8-f2b8593d9919 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:41:45.344 7 INFO neutron.db.segments_db [None req-b7ad0ced-d0a5-429c-87a8-f2b8593d9919 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment afdfe16d-716a-4e47-b774-5f1abd97f0f7 of type flat for network 846e32d8-0f0e-46fb-a50b-f804c31c5da7 2026-03-05 07:41:45.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7ad0ced-d0a5-429c-87a8-f2b8593d9919 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:41:44 2026] POST /v2.0/networks => generated 124 bytes in 450 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 07:41:51.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-951c599a-2a01-407e-b917-f6c6c1823a4e 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:41:51 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: 7|app: 0|req: 3/8] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:41:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:41:51.827 8 WARNING neutron.services.revisions.revision_plugin [None req-e38b9eee-f17e-4a9f-92fc-1b2ce2afeb59 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:41:51.848 8 INFO neutron.db.segments_db [None req-e38b9eee-f17e-4a9f-92fc-1b2ce2afeb59 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 89d29386-dbe4-47dd-a16a-90a8fceee988 of type flat for network 36d42e04-8825-4b7b-8358-09fe0509e595 2026-03-05 07:41:51.897 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e38b9eee-f17e-4a9f-92fc-1b2ce2afeb59 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:41:51 2026] POST /v2.0/networks => generated 124 bytes in 304 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 07:41:57.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fb89206-00e7-4ec5-817c-2652a6bc1ba0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:41:57 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:41:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:41:57.834 8 WARNING neutron.services.revisions.revision_plugin [None req-e5cdb977-06a3-47e0-973e-08c44a6a707a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:41:57.847 8 INFO neutron.db.segments_db [None req-e5cdb977-06a3-47e0-973e-08c44a6a707a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment e0479d13-aa5f-4978-8587-6b57d3b7e527 of type flat for network 9d6047a6-0ab8-4002-9535-4eda5d20268e 2026-03-05 07:41:57.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5cdb977-06a3-47e0-973e-08c44a6a707a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:41:57 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-03-05 07:42:03.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10f193dc-c44e-4264-8930-29697cb9eb6c 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:42:03 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: 9/15] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:42:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:42:03.834 7 WARNING neutron.services.revisions.revision_plugin [None req-8feff81d-b537-4e66-b6c4-7fb9180fd8b4 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:42:03.857 7 INFO neutron.db.segments_db [None req-8feff81d-b537-4e66-b6c4-7fb9180fd8b4 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 4a12ce4a-ba40-48e6-9742-20635bd9a660 of type flat for network 55b29d58-0d1f-448c-8be3-efde101731ab 2026-03-05 07:42:03.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8feff81d-b537-4e66-b6c4-7fb9180fd8b4 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:42:03 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 07:42:09.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-951cb889-0bb5-4f6a-a095-b546833e188e 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:42:09 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:42:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:42:09.805 8 WARNING neutron.services.revisions.revision_plugin [None req-3bdbba10-33b8-4c3d-9b7c-a00b12383d39 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:42:09.830 8 INFO neutron.db.segments_db [None req-3bdbba10-33b8-4c3d-9b7c-a00b12383d39 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 90c3ae07-ec11-4dc4-ada4-2be88a1f0edd of type flat for network 015ef28e-461f-4ae0-ad16-b1a2693fe7b3 2026-03-05 07:42:09.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bdbba10-33b8-4c3d-9b7c-a00b12383d39 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:42:09 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-03-05 07:42:15.727 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee269dd2-a52a-4b11-a12c-fdaca63f1137 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:42:15 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:42:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:42:15.801 8 WARNING neutron.services.revisions.revision_plugin [None req-cfcc0412-b7fa-45c1-9f31-f37e3c1e645b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Could not find related network for resource to bump revision. 2026-03-05 07:42:15.820 8 INFO neutron.db.segments_db [None req-cfcc0412-b7fa-45c1-9f31-f37e3c1e645b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 136e44a5-32f4-4aa1-ba54-bcbf241cbcf6 of type flat for network cde307cc-57cd-445d-a13f-d918815e9977 [pid: 8|app: 0|req: 13/23] 199.204.45.22 () {48 vars in 964 bytes} [Thu Mar 5 07:42:15 2026] POST /v2.0/networks => generated 706 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 07:42:17.033 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71a7d45c-f00a-44d0-b448-ef0dc874126b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 07:42:16 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 07:42:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 07:42:17.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0825de66-6a52-474f-9847-da8e2b1ed575 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.22 () {44 vars in 1031 bytes} [Thu Mar 5 07:42:17 2026] GET /v2.0/subnets/public-subnet?network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.22 () {44 vars in 1054 bytes} [Thu Mar 5 07:42:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=cde307cc-57cd-445d-a13f-d918815e9977 => 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: 13/28] 199.204.45.22 () {48 vars in 962 bytes} [Thu Mar 5 07:42:17 2026] POST /v2.0/subnets => generated 664 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 07:47:10.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaea3498-a694-4e2e-8b14-ba4b09613bb9 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 199.204.45.22 () {44 vars in 934 bytes} [Thu Mar 5 07:47:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 07:47:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:47:10.146 7 INFO neutron.db.segments_db [None req-65710279-96b6-4cae-9275-3cedfad9cee7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment ce49604c-7ca0-41da-996d-5cfc2d84455d of type vxlan for network 7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 [pid: 7|app: 0|req: 33/68] 199.204.45.22 () {48 vars in 963 bytes} [Thu Mar 5 07:47:10 2026] POST /v2.0/networks => generated 688 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 07:47:11.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39dfc87d-2a68-48d0-a8e8-90a4d10980ec 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.22 () {44 vars in 934 bytes} [Thu Mar 5 07:47:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 07:47:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 07:47:11.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd105e44-9cb0-4f69-a17b-b6f129b4b4d6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.22 () {44 vars in 1033 bytes} [Thu Mar 5 07:47:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.22 () {44 vars in 1056 bytes} [Thu Mar 5 07:47:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.22 () {48 vars in 962 bytes} [Thu Mar 5 07:47:11 2026] POST /v2.0/subnets => generated 651 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 07:47:12.731 7 INFO neutron.api.v2.resource [None req-64913f2a-8ac0-4efe-a76d-6160bdd2755b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/76] 199.204.45.22 () {44 vars in 968 bytes} [Thu Mar 5 07:47:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.22 () {44 vars in 990 bytes} [Thu Mar 5 07:47:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.22 () {48 vars in 977 bytes} [Thu Mar 5 07:47:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:14 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 1616 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:14 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 1616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:14 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:15 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:15 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:15 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:16 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:16 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => 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: 46/89] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:16 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:17 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:17 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:17 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:18 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:18 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:18 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.22 () {44 vars in 984 bytes} [Thu Mar 5 07:47:19 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 07:47:19.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efa02200-6cc7-49e0-a9f2-9ca5a4df02bf 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 199.204.45.22 () {44 vars in 1073 bytes} [Thu Mar 5 07:47:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.22 () {44 vars in 1096 bytes} [Thu Mar 5 07:47:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => 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: 50/102] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:19 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.22 () {48 vars in 958 bytes} [Thu Mar 5 07:47:19 2026] POST /v2.0/ports => generated 1100 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-05 07:47:28.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d0ee47c-02bb-4bf9-a0b0-338b1a55b024 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.204.45.22 () {44 vars in 976 bytes} [Thu Mar 5 07:47:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/107] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.22 () {48 vars in 1028 bytes} [Thu Mar 5 07:47:28 2026] PUT /v2.0/ports/2e2b7b76-8158-4880-9a36-010d74b4e9b8 => generated 1249 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.22 () {44 vars in 917 bytes} [Thu Mar 5 07:47:30 2026] GET /v2.0/ports => generated 3730 bytes in 95 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-03-05 07:47:31.918 7 INFO neutron.api.v2.resource [None req-59b7aa67-208c-4329-8076-d87bfb7173bf 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/110] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 07:47:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.22 () {44 vars in 978 bytes} [Thu Mar 5 07:47:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.22 () {48 vars in 977 bytes} [Thu Mar 5 07:47:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:32 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:33 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:33 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:33 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:33 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:47:34 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:47:34 2026] POST /v2.0/security-group-rules => generated 627 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/129] 199.204.45.22 () {44 vars in 972 bytes} [Thu Mar 5 07:48:34 2026] GET /v2.0/quotas/c23927d6c55b47fbbf29ae287d0b63d8 => 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: 66/130] 199.204.45.22 () {48 vars in 1024 bytes} [Thu Mar 5 07:48:34 2026] PUT /v2.0/quotas/c23927d6c55b47fbbf29ae287d0b63d8 => generated 291 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 07:50:54.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c1f4ef2-a557-4709-8211-facd2b2d18cd 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/149] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 07:50:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/150] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 07:50:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 07:50:56.848 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42aaa77a-c815-4f56-8a29-3ce79d3c1f0c 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 07:50:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/154] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 07:50:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 07:56:45.677 8 INFO neutron.api.v2.resource [None req-10e52405-b64f-46f9-a68c-011c84b752e9 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/201] 199.204.45.22 () {44 vars in 1071 bytes} [Thu Mar 5 07:56:45 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=939d8373c7ca422a8e228984fc18f85b => generated 139 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/202] 199.204.45.22 () {44 vars in 1094 bytes} [Thu Mar 5 07:56:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=939d8373c7ca422a8e228984fc18f85b => generated 23 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/203] 199.204.45.22 () {48 vars in 978 bytes} [Thu Mar 5 07:56:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:46 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/205] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:56:47 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/206] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:47 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/207] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/208] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:48 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/209] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:56:48 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:48 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => 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: 107/211] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:56:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:49 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:56:49 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:49 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:56:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:50 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 07:56:50 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 07:56:50 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 3460 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.22 () {48 vars in 988 bytes} [Thu Mar 5 07:56:50 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: 8|app: 0|req: 121/238] 199.204.45.22 () {30 vars in 739 bytes} [Thu Mar 5 07:59:11 2026] GET /v2.0/networks?tenant_id=939d8373c7ca422a8e228984fc18f85b&shared=False => generated 15 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 07:59:11.264 7 INFO neutron.db.segments_db [None req-62188898-5ccf-4613-b2f9-4211bbf76e95 b3623b1b8cda456dbf76f485963f8f53 939d8373c7ca422a8e228984fc18f85b - - 7c80608366af4977b9f9660aa372b1f7 7c80608366af4977b9f9660aa372b1f7] Added segment de6c1166-3ad9-4aae-92c9-886c987f4c3c of type vxlan for network ad5322a8-5749-43fb-b692-466267990f65 [pid: 7|app: 0|req: 118/239] 199.204.45.22 () {34 vars in 681 bytes} [Thu Mar 5 07:59:11 2026] POST /v2.0/networks => generated 699 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 199.204.45.22 () {30 vars in 721 bytes} [Thu Mar 5 07:59:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.204.45.22 () {30 vars in 632 bytes} [Thu Mar 5 07:59:11 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 199.204.45.22 () {34 vars in 676 bytes} [Thu Mar 5 07:59:11 2026] POST /v2.0/ports => generated 999 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/245] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 07:59:11 2026] GET /v2.0/networks/ad5322a8-5749-43fb-b692-466267990f65 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.204.45.22 () {30 vars in 721 bytes} [Thu Mar 5 07:59:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 07:59:13 2026] GET /v2.0/networks/ad5322a8-5749-43fb-b692-466267990f65 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/250] 199.204.45.22 () {44 vars in 972 bytes} [Thu Mar 5 07:59:39 2026] GET /v2.0/quotas/939d8373c7ca422a8e228984fc18f85b => 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: 124/251] 199.204.45.22 () {48 vars in 1024 bytes} [Thu Mar 5 07:59:39 2026] PUT /v2.0/quotas/939d8373c7ca422a8e228984fc18f85b => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:01:12 2026] GET /v2.0/floatingips => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:01:12 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:01:12 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/269] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:01:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/271] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/274] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/275] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:01:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/285] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/floatingips => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/286] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/287] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/288] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/289] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/290] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/291] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:02:12 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/292] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:02:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/293] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:02:13 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/294] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:02:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/295] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:02:13 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/304] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/networks => generated 2168 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/305] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/306] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/307] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/308] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/309] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/310] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/311] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/312] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/313] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/314] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:03:12 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/323] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/324] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/325] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/326] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/327] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/328] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/329] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/330] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/331] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:04:12 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/332] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:04:13 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/333] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:04:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/342] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/ports => generated 4725 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/343] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/344] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/345] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/346] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/347] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/348] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:05:12 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/349] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:05:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/350] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:05:13 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/351] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:05:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/352] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:05:13 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/361] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/agents => generated 3384 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/floatingips => 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: 183/370] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/371] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:06:12 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/386] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:07:12 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/388] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:07:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/389] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:07:13 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:07:13 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/399] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/floatingips => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/400] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/401] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/403] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:08:12 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:08:13 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/408] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:08:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:08:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:09:12 2026] GET /v2.0/agents => generated 3384 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/ports => generated 4725 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:09:13 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) [pid: 7|app: 0|req: 212/426] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:09:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/subnets => generated 1308 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/439] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/440] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/floatingips => 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: 222/442] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:10:12 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:10:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-05 08:10:49.766 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28e1b3a9-1e91-4c64-9b71-656cbf3b2712 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/452] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 08:10:49 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 08:10:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:10:50.874 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7087eb2-585b-4ddc-a135-82f2f1b0bc66 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 228/454] 199.204.45.22 () {44 vars in 924 bytes} [Thu Mar 5 08:10:50 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: 227/455] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 08:10:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:10:50.941 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92cf3981-7e3c-4ff6-9104-3cf3a7e932bd 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/456] 199.204.45.22 () {44 vars in 1031 bytes} [Thu Mar 5 08:10:50 2026] GET /v2.0/subnets/public-subnet?network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 199.204.45.22 () {44 vars in 1054 bytes} [Thu Mar 5 08:10:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:11:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:11:13 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:11:19.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24efbae1-7d93-4f75-85d2-15e944436b3a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 236/473] 199.204.45.22 () {44 vars in 934 bytes} [Thu Mar 5 08:11:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 08:11:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:11:20.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-387b4d76-bd01-4824-9337-5a161d7e9ea2 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/475] 199.204.45.22 () {44 vars in 934 bytes} [Thu Mar 5 08:11:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 08:11:20 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-03-05 08:11:20.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e41800b6-df61-4daa-9488-17b4e236704f 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/477] 199.204.45.22 () {44 vars in 1033 bytes} [Thu Mar 5 08:11:20 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 199.204.45.22 () {44 vars in 1056 bytes} [Thu Mar 5 08:11:20 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:11:21.697 7 INFO neutron.api.v2.resource [None req-d87e5b0a-4cdb-4302-aff4-2f0f35fb7c68 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/479] 199.204.45.22 () {44 vars in 968 bytes} [Thu Mar 5 08:11:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 199.204.45.22 () {44 vars in 990 bytes} [Thu Mar 5 08:11:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:22 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:22 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:23 2026] GET /v2.0/security-group-rules/0b1c6198-b40f-403e-ae8e-831dd969a923 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:23 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:23 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => 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: 244/486] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:24 2026] GET /v2.0/security-group-rules/c17ec89b-6c18-4db7-aaa0-ecb4a582a737 => 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: 243/487] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:24 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:24 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => 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: 244/489] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:25 2026] GET /v2.0/security-group-rules/2e9c5591-f5c5-49b6-be6f-4b6b8955befe => 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: 246/490] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:25 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/491] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:25 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/492] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:26 2026] GET /v2.0/security-group-rules/63f5761e-13c3-4447-9d4b-660f3a187e4f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/495] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:26 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/496] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:26 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/497] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:26 2026] GET /v2.0/security-group-rules/96786be6-f132-41ab-9f50-593f789566bb => 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: 250/498] 199.204.45.22 () {44 vars in 984 bytes} [Thu Mar 5 08:11:28 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:11:28.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-718d851d-4429-48ec-af90-be1488cb58ad 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/499] 199.204.45.22 () {44 vars in 1073 bytes} [Thu Mar 5 08:11:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/500] 199.204.45.22 () {44 vars in 1096 bytes} [Thu Mar 5 08:11:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/501] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:28 2026] GET /v2.0/security-groups/a26b7da7-3d73-49c0-9c47-0fa4675a93a3 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:11:36.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cdd0c76-44e0-4c3f-a30b-3a3119a8a62c 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/502] 199.204.45.22 () {44 vars in 976 bytes} [Thu Mar 5 08:11:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/503] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/504] 199.204.45.22 () {44 vars in 917 bytes} [Thu Mar 5 08:11:38 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:11:39.637 7 INFO neutron.api.v2.resource [None req-144fd88c-45a7-4196-8ef6-bb39a55cd095 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/505] 199.204.45.22 () {44 vars in 956 bytes} [Thu Mar 5 08:11:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/506] 199.204.45.22 () {44 vars in 978 bytes} [Thu Mar 5 08:11:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/507] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:40 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/508] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:40 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/509] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:40 2026] GET /v2.0/security-group-rules/dfea52a5-5cdc-4ba2-b8d5-64b977c12586 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:41 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/511] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:11:41 2026] GET /v2.0/security-groups/0dab4dc0-3f7a-4814-9036-92d22d460c16 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/512] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:11:41 2026] GET /v2.0/security-group-rules/181b597c-3075-4a15-8dd9-312a75c59eca => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 199.204.45.22 () {44 vars in 972 bytes} [Thu Mar 5 08:11:53 2026] GET /v2.0/quotas/c23927d6c55b47fbbf29ae287d0b63d8 => 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: 261/520] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/subnets => generated 1308 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/521] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/522] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/523] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/524] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/525] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/526] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/527] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/528] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/529] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:12:12 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/530] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:12:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:12:47.813 8 INFO neutron.api.v2.resource [None req-1e5b762b-98bd-4653-b122-8980cca52c52 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/535] 199.204.45.22 () {44 vars in 1071 bytes} [Thu Mar 5 08:12:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=939d8373c7ca422a8e228984fc18f85b => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/536] 199.204.45.22 () {44 vars in 1094 bytes} [Thu Mar 5 08:12:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=939d8373c7ca422a8e228984fc18f85b => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/537] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 08:12:48 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/538] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:12:48 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/539] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:12:48 2026] GET /v2.0/security-group-rules/58ec76d6-81fa-4717-a4c2-3c6fa3519ea7 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/540] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 08:12:49 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/541] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:12:49 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => 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: 270/542] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:12:49 2026] GET /v2.0/security-group-rules/f6acdb3a-6ffb-410c-b8ea-6e493230471e => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/543] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 08:12:50 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/544] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:12:50 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/545] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:12:50 2026] GET /v2.0/security-group-rules/0a9b56de-5571-413f-b82b-2d1c547a7f8c => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/546] 199.204.45.22 () {44 vars in 1085 bytes} [Thu Mar 5 08:12:51 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf?project_id=939d8373c7ca422a8e228984fc18f85b => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/547] 199.204.45.22 () {44 vars in 998 bytes} [Thu Mar 5 08:12:52 2026] GET /v2.0/security-groups/92c39ae1-80b4-4304-8955-44497bf06ecf => 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: 273/548] 199.204.45.22 () {44 vars in 1008 bytes} [Thu Mar 5 08:12:52 2026] GET /v2.0/security-group-rules/4bac1097-3dee-492e-8523-4b9f6cb27cf7 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/551] 199.204.45.22 () {44 vars in 972 bytes} [Thu Mar 5 08:12:59 2026] GET /v2.0/quotas/939d8373c7ca422a8e228984fc18f85b => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/555] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/556] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/557] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/558] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/559] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/560] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/561] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/562] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/563] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/564] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:13:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/569] 199.204.45.22 () {44 vars in 946 bytes} [Thu Mar 5 08:13:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/574] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/ports => generated 4725 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/575] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/agents => generated 3384 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/576] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/577] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/578] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/579] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/580] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:14:12 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/581] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:14:13 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) [pid: 8|app: 0|req: 292/582] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:14:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/583] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:14:13 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:14:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/585] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:14:26 2026] GET /v2.0/networks => generated 2168 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/588] 10.0.0.117 () {32 vars in 655 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/floatingips => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/589] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/590] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/591] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/592] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/593] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/594] 10.0.0.117 () {32 vars in 655 bytes} [Thu Mar 5 08:14:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:39.006 8 INFO neutron.db.segments_db [None req-1a936732-63fc-4ef2-9798-c1d6856e0fa7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 2e70161b-fffb-45e0-b656-e56b8bb0736a of type vxlan for network db5f7218-137a-4114-a516-eb0c722b21e7 2026-03-05 08:14:39.053 7 INFO neutron.db.segments_db [None req-6789345c-bd8e-4f32-8359-00e1c97f8262 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 09ed1071-2766-41e5-aa6a-638ee97da0b2 of type vxlan for network 199266c6-8686-4e40-858d-3a2a6236d1b9 [pid: 8|app: 0|req: 298/595] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:14:38 2026] POST /v2.0/networks => generated 724 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/596] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:14:38 2026] POST /v2.0/networks => generated 729 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:39.384 8 INFO neutron.db.segments_db [None req-5946ae75-6318-4c5a-a79d-504b75c2e4f8 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 2839d185-8ebe-40c6-ac08-fd70a71fd94e of type vxlan for network 7f7027e6-ea81-4c9c-8839-88c3fa62b481 [pid: 7|app: 0|req: 299/597] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/subnets => generated 691 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/598] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/networks => generated 729 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:39.535 8 INFO neutron.db.segments_db [None req-5ebd5059-ce92-422a-a4ff-827f718cd23b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec of type vxlan for network 49463f4e-40bf-4dd7-93c8-629b0f4b94d7 [pid: 7|app: 0|req: 300/599] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/subnets => generated 695 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/600] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:14:39 2026] GET /v2.0/security-groups?tenant_id=108357dc9d4a4726986db6221900a817&name=default => generated 2921 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:14:39.789 8 INFO neutron.db.l3_hamode_db [None req-5ebd5059-ce92-422a-a4ff-827f718cd23b 7d0c3f2c5c574033b0a6df6f39515ece 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 302/601] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/subnets => generated 695 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:39.992 7 INFO neutron.db.segments_db [None req-8c16989e-392c-4e4f-a871-4d09daaabf0e 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 0eda846d-65fc-4877-b4ba-f26498e9f772 of type vxlan for network 3ceb6a3c-db33-4120-a0fc-53284ce8cebf 2026-03-05 08:14:40.247 7 INFO neutron.db.l3_hamode_db [None req-8c16989e-392c-4e4f-a871-4d09daaabf0e 7d0c3f2c5c574033b0a6df6f39515ece 704e7dcab60f4b66b988136e76a3f1a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:14:40.912 8 INFO neutron.db.l3_hamode_db [None req-5ebd5059-ce92-422a-a4ff-827f718cd23b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:14:41.397 7 INFO neutron.db.l3_hamode_db [None req-8c16989e-392c-4e4f-a871-4d09daaabf0e 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 300/602] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/routers => generated 731 bytes in 2473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/603] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:14:41 2026] DELETE /v2.0/security-groups/cf2c2cd6-3eb2-42bb-b76a-aadf82ecceb8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:14:42.104 8 INFO neutron.db.segments_db [None req-320ba424-69f4-45cf-8307-920c9906ce27 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 8bbb6724-6192-49c8-856c-6e736942ea04 of type vxlan for network c315e6bf-bae8-466a-a002-f7a4af73b19a 2026-03-05 08:14:42.341 8 INFO neutron.db.l3_hamode_db [None req-320ba424-69f4-45cf-8307-920c9906ce27 7d0c3f2c5c574033b0a6df6f39515ece 438c1642eb4b49f986e09dbc2406babe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 303/604] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:39 2026] POST /v2.0/routers => generated 735 bytes in 2580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:43.064 8 INFO neutron.db.l3_hamode_db [None req-320ba424-69f4-45cf-8307-920c9906ce27 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 306/607] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:14:42 2026] PUT /v2.0/routers/e55f98eb-914e-4fec-8d19-1397224238d4/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/608] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:42 2026] POST /v2.0/routers => generated 735 bytes in 1796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:44.178 8 INFO neutron.db.segments_db [None req-f4ce23f6-b57c-46f6-9a10-d99870772229 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 of type vxlan for network ebf24541-bf0e-4825-bf95-d96f43896ef3 [pid: 8|app: 0|req: 303/609] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:14:43 2026] POST /v2.0/networks => generated 719 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/610] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:14:43 2026] PUT /v2.0/routers/d0c74dbf-6dcd-4ff6-8106-753feffdb574/add_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/611] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:14:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/612] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:44 2026] POST /v2.0/subnets => generated 685 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/613] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:14:45.227 7 INFO neutron.db.segments_db [None req-ee6b01a1-412e-43b8-8ca5-f1607f88651d 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 108151ed-f14b-4b90-bf32-8f1eff41bcd0 of type vxlan for network de6eeaee-a7ca-4eec-8072-14bc0d18a829 2026-03-05 08:14:45.391 7 INFO neutron.db.l3_hamode_db [None req-ee6b01a1-412e-43b8-8ca5-f1607f88651d 7d0c3f2c5c574033b0a6df6f39515ece 0e1075f9f473400ab7bc7664fed25613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 304/614] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:14:44 2026] PUT /v2.0/routers/c4efa3b2-f0f3-43e5-aea4-4436dea4c88b/add_router_interface => generated 309 bytes in 1537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:45.927 7 INFO neutron.db.l3_hamode_db [None req-ee6b01a1-412e-43b8-8ca5-f1607f88651d 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 305/615] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/616] 10.0.0.96 () {38 vars in 970 bytes} [Thu Mar 5 08:14:45 2026] POST /v2.0/security-groups => generated 1685 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/617] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:14:46 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/618] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:45 2026] POST /v2.0/routers => generated 725 bytes in 1494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/619] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:14:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/620] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:46 2026] GET /v2.0/security-groups/a4999e74-235b-479a-b0d8-1d59f7e7828f => generated 1685 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/621] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/622] 10.0.0.96 () {38 vars in 980 bytes} [Thu Mar 5 08:14:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/623] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/624] 10.0.0.96 () {34 vars in 1099 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1440714984&fields=id&tenant_id=60b7ee07a8d7484c881fbdc3be5c9037 => 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: 317/625] 10.0.0.96 () {38 vars in 970 bytes} [Thu Mar 5 08:14:47 2026] POST /v2.0/security-groups => generated 1686 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/626] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:14:46 2026] PUT /v2.0/routers/a6570bfe-6b12-4469-86c4-215ef1c887c9/add_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/627] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:14:47 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/628] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => generated 1686 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/629] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/networks?id=db5f7218-137a-4114-a516-eb0c722b21e7 => generated 676 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/630] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/quotas/60b7ee07a8d7484c881fbdc3be5c9037 => 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: 311/631] 10.0.0.96 () {38 vars in 980 bytes} [Thu Mar 5 08:14:47 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: 321/632] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/ports?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/633] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:47 2026] GET /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => 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: 322/634] 10.0.0.96 () {38 vars in 980 bytes} [Thu Mar 5 08:14:48 2026] POST /v2.0/security-group-rules => generated 619 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/635] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/636] 10.0.0.96 () {34 vars in 1000 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/security-group-rules/3fcadd07-7887-4da2-9b52-15745c835d37 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/637] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => generated 2941 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/638] 10.0.0.96 () {36 vars in 1022 bytes} [Thu Mar 5 08:14:48 2026] DELETE /v2.0/security-group-rules/3fcadd07-7887-4da2-9b52-15745c835d37 => 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: 315/639] 10.0.0.96 () {34 vars in 906 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/640] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/641] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/642] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/643] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:14:48 2026] POST /v2.0/security-groups => generated 1656 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/644] 10.0.0.96 () {36 vars in 1012 bytes} [Thu Mar 5 08:14:48 2026] DELETE /v2.0/security-groups/41a931cf-6232-40ef-9775-e7997b836b1c => 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: 327/645] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/646] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/security-groups/a4999e74-235b-479a-b0d8-1d59f7e7828f => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/647] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:14:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/648] 10.0.0.96 () {36 vars in 1012 bytes} [Thu Mar 5 08:14:48 2026] DELETE /v2.0/security-groups/a4999e74-235b-479a-b0d8-1d59f7e7828f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/649] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:48 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:49.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-833ef2ca-4258-4ae3-8a3a-a4bc1a523251 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: f2415ce0-10a6-4816-9793-b9be106f3101 2026-03-05 08:14:49.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-833ef2ca-4258-4ae3-8a3a-a4bc1a523251 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: f2415ce0-10a6-4816-9793-b9be106f3101 [pid: 7|app: 0|req: 330/650] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:14:48 2026] POST /v2.0/floatingips => generated 552 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/651] 10.0.0.96 () {34 vars in 1093 bytes} [Thu Mar 5 08:14:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--7702667&fields=id&tenant_id=0e1075f9f473400ab7bc7664fed25613 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/652] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:14:49 2026] GET /v2.0/networks?id=ebf24541-bf0e-4825-bf95-d96f43896ef3 => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/653] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:14:49 2026] GET /v2.0/quotas/0e1075f9f473400ab7bc7664fed25613 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/654] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:14:49 2026] GET /v2.0/ports?tenant_id=0e1075f9f473400ab7bc7664fed25613&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/655] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:14:48 2026] PUT /v2.0/routers/d0c74dbf-6dcd-4ff6-8106-753feffdb574/remove_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/656] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:49 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:50.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: a562ff72-8da3-433f-a125-e3bdc15a141b 2026-03-05 08:14:50.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: a562ff72-8da3-433f-a125-e3bdc15a141b [pid: 7|app: 0|req: 336/657] 10.0.0.96 () {34 vars in 906 bytes} [Thu Mar 5 08:14:50 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/658] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:14:50 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/659] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:14:50 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:50.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: cd27fd36-5635-4918-bd26-0fcbd57829f0 2026-03-05 08:14:50.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: cd27fd36-5635-4918-bd26-0fcbd57829f0 2026-03-05 08:14:50.466 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 339/660] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:50 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:50.828 8 INFO neutron.db.l3_hamode_db [None req-d4a41864-9d5c-4f52-8750-ce0f3add13f6 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 3ceb6a3c-db33-4120-a0fc-53284ce8cebf was deleted as no HA routers are present in tenant 704e7dcab60f4b66b988136e76a3f1a2. [pid: 8|app: 0|req: 322/661] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:14:49 2026] DELETE /v2.0/routers/d0c74dbf-6dcd-4ff6-8106-753feffdb574 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/662] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:14:50 2026] DELETE /v2.0/subnets/c3b7389c-d809-4225-afbc-dbddd93423e8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/663] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:51 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:51.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-33ffdffe-b1c7-48c7-bd49-bcafc97d9d99 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: ef0ca8dc-0ad4-48f9-a1a7-e473294c7811 2026-03-05 08:14:51.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ffdffe-b1c7-48c7-bd49-bcafc97d9d99 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: ef0ca8dc-0ad4-48f9-a1a7-e473294c7811 2026-03-05 08:14:51.185 8 INFO neutron.services.segments.plugin [-] Segment 0eda846d-65fc-4877-b4ba-f26498e9f772 resource provider aggregate not found 2026-03-05 08:14:51.199 8 INFO neutron.services.segments.plugin [-] Segment 0eda846d-65fc-4877-b4ba-f26498e9f772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eda846d-65fc-4877-b4ba-f26498e9f772 found for delete ", "request_id": "req-acd45595-7df6-499d-880d-d942e9f997d4"}]} 2026-03-05 08:14:51.214 8 INFO neutron.services.segments.plugin [-] Segment 0eda846d-65fc-4877-b4ba-f26498e9f772 resource provider aggregate not found 2026-03-05 08:14:51.243 8 INFO neutron.services.segments.plugin [-] Segment 0eda846d-65fc-4877-b4ba-f26498e9f772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eda846d-65fc-4877-b4ba-f26498e9f772 found for delete ", "request_id": "req-8d6478b2-656e-4b3b-8fea-45067accc60e"}]} [pid: 8|app: 0|req: 323/664] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:14:51 2026] DELETE /v2.0/networks/199266c6-8686-4e40-858d-3a2a6236d1b9 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/665] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:14:51 2026] GET /v2.0/security-groups?tenant_id=704e7dcab60f4b66b988136e76a3f1a2&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/666] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:14:51 2026] DELETE /v2.0/security-groups/8d7fd1ea-2505-4f7c-97f0-2d8a62d2178e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/667] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:51 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 325/668] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 344/669] 10.0.0.96 () {34 vars in 1099 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1954369058&fields=id&tenant_id=438c1642eb4b49f986e09dbc2406babe => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/670] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/networks?id=7f7027e6-ea81-4c9c-8839-88c3fa62b481 => generated 680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/671] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/quotas/438c1642eb4b49f986e09dbc2406babe => 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: 327/672] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/ports?tenant_id=438c1642eb4b49f986e09dbc2406babe&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/673] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/674] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 347/675] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:14:52 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/676] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:53.236 8 INFO neutron.services.segments.plugin [-] Segment 09ed1071-2766-41e5-aa6a-638ee97da0b2 resource provider aggregate not found 2026-03-05 08:14:53.257 8 INFO neutron.services.segments.plugin [-] Segment 09ed1071-2766-41e5-aa6a-638ee97da0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ed1071-2766-41e5-aa6a-638ee97da0b2 found for delete ", "request_id": "req-54337737-c45e-410e-826b-89d539031775"}]} 2026-03-05 08:14:53.264 8 INFO neutron.services.segments.plugin [-] Segment 09ed1071-2766-41e5-aa6a-638ee97da0b2 resource provider aggregate not found 2026-03-05 08:14:53.278 8 INFO neutron.services.segments.plugin [-] Segment 09ed1071-2766-41e5-aa6a-638ee97da0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ed1071-2766-41e5-aa6a-638ee97da0b2 found for delete ", "request_id": "req-6520c4f9-d4d2-46f9-9208-3eb7ac92b362"}]} [pid: 7|app: 0|req: 348/677] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 349/678] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/networks?id=db5f7218-137a-4114-a516-eb0c722b21e7 => generated 676 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:53.692 8 INFO neutron.db.segments_db [None req-ca4fc7d9-f5be-4af7-9d4a-f5d1162cbc8f 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 91378195-a8e9-451c-a19a-155cbcf84f8a of type vxlan for network d4f35fbd-3a43-4fc6-9a70-4581b7c0266a [pid: 7|app: 0|req: 350/679] 199.204.45.22 () {34 vars in 910 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/680] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=60b7ee07a8d7484c881fbdc3be5c9037 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/681] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:14:53 2026] POST /v2.0/networks => generated 725 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/682] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:53 2026] POST /v2.0/subnets => generated 692 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/683] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:53 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:53.987 8 INFO neutron.db.segments_db [None req-145ecb10-6679-4130-9001-a3c5cca64a07 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 10530eaf-5bca-4e15-a018-e25877547371 of type vxlan for network 3c53b3aa-ac06-4dc1-a0d7-40a058112bab 2026-03-05 08:14:54.203 8 INFO neutron.db.l3_hamode_db [None req-145ecb10-6679-4130-9001-a3c5cca64a07 7d0c3f2c5c574033b0a6df6f39515ece 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 352/684] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:14:53 2026] POST /v2.0/ports => generated 954 bytes in 465 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: 353/685] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:54 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 354/686] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:54 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 957 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/687] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:54 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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-03-05 08:14:54.917 8 INFO neutron.db.l3_hamode_db [None req-145ecb10-6679-4130-9001-a3c5cca64a07 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 356/688] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:14:54 2026] PUT /v2.0/ports/4ba1288f-98b2-4a47-9923-c2af21dc17b0 => generated 1235 bytes in 453 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: 357/689] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 358/690] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/networks?id=ebf24541-bf0e-4825-bf95-d96f43896ef3 => generated 670 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/691] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e1075f9f473400ab7bc7664fed25613 => generated 178 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:55.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8824c34d-4503-45b1-b8e7-6de4fa7e6fd9'] response: {'name': 'network-changed', 'server_uuid': 'e11a9292-ff75-40dd-8562-1d23119afa42', 'tag': '4ba1288f-98b2-4a47-9923-c2af21dc17b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/692] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 333/693] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:14:53 2026] POST /v2.0/routers => generated 732 bytes in 1879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/694] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/695] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:14:55 2026] POST /v2.0/ports => generated 958 bytes in 472 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: 362/696] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:55 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 363/697] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:14:55 2026] PUT /v2.0/ports/149891a9-4589-446c-b2f9-d5c34a6da62d => generated 1239 bytes in 414 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: 364/698] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/ports?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/699] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 366/700] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/networks?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&shared=False => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/701] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/702] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/703] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:56 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 372/706] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 373/707] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 374/708] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?tenant_id=0e1075f9f473400ab7bc7664fed25613&device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/709] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:14:55 2026] PUT /v2.0/routers/417a8726-a915-44c1-8bb6-bf1f8126d266/add_router_interface => generated 309 bytes in 1537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:57.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e00bb6d5-31a6-4ecc-bdc7-54fd7a8cb379'] response: {'name': 'network-changed', 'server_uuid': '72234372-e030-4f11-8bb0-c45cd20e4dbe', 'tag': '149891a9-4589-446c-b2f9-d5c34a6da62d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/710] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=149891a9-4589-446c-b2f9-d5c34a6da62d => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/711] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/subnets?id=bc571513-6096-4ea7-91b4-2595f85f65f8 => generated 688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/712] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?network_id=ebf24541-bf0e-4825-bf95-d96f43896ef3&device_owner=network%3Adhcp => generated 1242 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/713] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 337/714] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/715] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/716] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/networks?id=7f7027e6-ea81-4c9c-8839-88c3fa62b481 => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/717] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 339/718] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4ba1288f-98b2-4a47-9923-c2af21dc17b0 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/719] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 381/720] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=438c1642eb4b49f986e09dbc2406babe => generated 181 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/721] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/722] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/subnets?id=2c495970-da24-4c84-9995-2f56e0f71be8 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/723] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/ports?network_id=db5f7218-137a-4114-a516-eb0c722b21e7&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/724] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?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: 385/725] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:14:57 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/726] 10.0.0.96 () {38 vars in 970 bytes} [Thu Mar 5 08:14:57 2026] POST /v2.0/security-groups => generated 1681 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/727] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:14:57 2026] POST /v2.0/ports => generated 958 bytes in 386 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: 387/728] 10.0.0.96 () {38 vars in 970 bytes} [Thu Mar 5 08:14:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/729] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 343/730] 10.0.0.96 () {38 vars in 970 bytes} [Thu Mar 5 08:14:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/731] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/732] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups?tenant_id=6a47d8a19adc48bbb7a82f75014dedb5 => generated 7908 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/733] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups/ae1ab3c6-ecb4-4fbe-ad28-10e43dac811d => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/734] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:14:58 2026] PUT /v2.0/ports/71a8da4a-fd87-46ba-8489-d7a6cbe9a74d => generated 1239 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/735] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups/ae1ab3c6-ecb4-4fbe-ad28-10e43dac811d => generated 2922 bytes in 33 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: 389/736] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups/479bfd4f-76c9-4ad6-99d7-52ca981379b7 => generated 1681 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/737] 10.0.0.96 () {36 vars in 1012 bytes} [Thu Mar 5 08:14:58 2026] DELETE /v2.0/security-groups/479bfd4f-76c9-4ad6-99d7-52ca981379b7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:14:58.807 7 INFO neutron.api.v2.resource [req-6cfe6cdd-3f46-48dd-99a9-deac924b071b req-7a7817e0-c1e2-46fc-ae41-ae7dd14da37e 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 390/738] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups/479bfd4f-76c9-4ad6-99d7-52ca981379b7 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/739] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/ports?tenant_id=0e1075f9f473400ab7bc7664fed25613&device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/740] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 350/741] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/networks?id=ebf24541-bf0e-4825-bf95-d96f43896ef3 => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/742] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/743] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=149891a9-4589-446c-b2f9-d5c34a6da62d => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/744] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 973 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/745] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:58 2026] GET /v2.0/security-groups/f08ad304-d3b8-465a-94a5-90f6d56c29c0 => generated 1681 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/746] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/subnets?id=bc571513-6096-4ea7-91b4-2595f85f65f8 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/747] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 355/748] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/ports?network_id=ebf24541-bf0e-4825-bf95-d96f43896ef3&device_owner=network%3Adhcp => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/749] 10.0.0.96 () {36 vars in 1012 bytes} [Thu Mar 5 08:14:59 2026] DELETE /v2.0/security-groups/f08ad304-d3b8-465a-94a5-90f6d56c29c0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/750] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:14:59.198 7 INFO neutron.api.v2.resource [req-92cacbd3-5569-48af-be7d-c60581de0bfb req-3c43d7d1-2654-4871-ad9d-349d8c212554 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 395/751] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/f08ad304-d3b8-465a-94a5-90f6d56c29c0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/752] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/67c22414-2426-4e44-9804-e98fcd7725bb => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/753] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/754] 10.0.0.96 () {36 vars in 1012 bytes} [Thu Mar 5 08:14:59 2026] DELETE /v2.0/security-groups/67c22414-2426-4e44-9804-e98fcd7725bb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:14:59.382 7 INFO neutron.api.v2.resource [req-cb739e49-1544-491e-b31f-6f9d5a34737d req-b6602106-20f3-43b7-8503-7c3d38b9ee85 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/755] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/67c22414-2426-4e44-9804-e98fcd7725bb => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/756] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups?tenant_id=6a47d8a19adc48bbb7a82f75014dedb5 => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/757] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/ae1ab3c6-ecb4-4fbe-ad28-10e43dac811d => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/758] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/ae1ab3c6-ecb4-4fbe-ad28-10e43dac811d => generated 2922 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/759] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/760] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/ports?tenant_id=438c1642eb4b49f986e09dbc2406babe&device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:14:59.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3293d7c-5bd7-4056-a34e-06a016093ef5'] response: {'name': 'network-changed', 'server_uuid': 'fc95c86d-3875-4481-83d9-0170ee0c5ddc', 'tag': '71a8da4a-fd87-46ba-8489-d7a6cbe9a74d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/761] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=71a8da4a-fd87-46ba-8489-d7a6cbe9a74d => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/762] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:59.732 8 INFO neutron.api.v2.resource [req-e26efc7e-bb97-4661-b44f-2bc8db1abf00 req-7b321b3e-95d6-4279-85df-886a985092c3 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 363/763] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/67c22414-2426-4e44-9804-e98fcd7725bb => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/764] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/subnets?id=eb5b928a-cdb7-403e-9c89-f239a0036a20 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:14:59.786 7 INFO neutron.api.v2.resource [req-06138c6d-fcc2-4f03-a907-7a7ab9eac0ea req-7ee58e84-5ac4-4447-9e25-bfcddd122cfe 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/765] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/f08ad304-d3b8-465a-94a5-90f6d56c29c0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/766] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/ports?network_id=7f7027e6-ea81-4c9c-8839-88c3fa62b481&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:14:59.838 7 INFO neutron.api.v2.resource [req-6b670ff0-b77d-4d96-8eaf-b904cc95169c req-9695e49f-b13f-4d3a-99ab-9e6317ce41f2 3774b1f49e5e425b8c9c4ca4e345c015 6a47d8a19adc48bbb7a82f75014dedb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/767] 10.0.0.96 () {34 vars in 990 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/security-groups/479bfd4f-76c9-4ad6-99d7-52ca981379b7 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/768] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?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: 366/769] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:14:59 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/770] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 368/771] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 369/772] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 370/773] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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-03-05 08:15:00.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-a268c744-b258-47ff-83b1-cd7def3d2992 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: e2178671-0324-4e01-b37d-4d46d77786ea 2026-03-05 08:15:00.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a268c744-b258-47ff-83b1-cd7def3d2992 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: e2178671-0324-4e01-b37d-4d46d77786ea [pid: 8|app: 0|req: 371/774] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 372/775] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 373/776] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/ports?tenant_id=438c1642eb4b49f986e09dbc2406babe&device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/777] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:00 2026] GET /v2.0/networks?id=7f7027e6-ea81-4c9c-8839-88c3fa62b481 => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/778] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=71a8da4a-fd87-46ba-8489-d7a6cbe9a74d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/779] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/subnets?id=eb5b928a-cdb7-403e-9c89-f239a0036a20 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/780] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/ports?network_id=7f7027e6-ea81-4c9c-8839-88c3fa62b481&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/781] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/782] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?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: 380/783] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 381/784] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 382/785] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 404/786] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:14:59 2026] PUT /v2.0/routers/417a8726-a915-44c1-8bb6-bf1f8126d266/remove_router_interface => generated 309 bytes in 1585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/787] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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-03-05 08:15:01.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: fd8c577d-34a3-4c3d-aba6-0d202cfc02d4 2026-03-05 08:15:01.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: fd8c577d-34a3-4c3d-aba6-0d202cfc02d4 2026-03-05 08:15:01.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: bda03188-f7f7-48fe-a1fe-8171232e42a5 2026-03-05 08:15:01.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: bda03188-f7f7-48fe-a1fe-8171232e42a5 2026-03-05 08:15:01.940 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 384/788] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:01 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/789] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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-03-05 08:15:02.254 7 INFO neutron.db.l3_hamode_db [None req-27034635-7de4-4052-bd2f-67ab2f5cfa01 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 3c53b3aa-ac06-4dc1-a0d7-40a058112bab was deleted as no HA routers are present in tenant 6a47d8a19adc48bbb7a82f75014dedb5. [pid: 7|app: 0|req: 405/790] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:01 2026] DELETE /v2.0/routers/417a8726-a915-44c1-8bb6-bf1f8126d266 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/791] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:02 2026] DELETE /v2.0/subnets/fb91ed41-f900-48de-8b6e-8b836cdcb0d2 => 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: 406/792] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 407/793] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:02.553 8 INFO neutron.services.segments.plugin [-] Segment 91378195-a8e9-451c-a19a-155cbcf84f8a resource provider aggregate not found 2026-03-05 08:15:02.554 8 INFO neutron.services.segments.plugin [-] Segment 91378195-a8e9-451c-a19a-155cbcf84f8a resource provider aggregate not found [pid: 7|app: 0|req: 408/794] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 387/795] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:02 2026] DELETE /v2.0/networks/d4f35fbd-3a43-4fc6-9a70-4581b7c0266a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/796] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 388/797] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:02 2026] GET /v2.0/security-groups?tenant_id=6a47d8a19adc48bbb7a82f75014dedb5&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:02.869 7 INFO neutron.services.segments.plugin [-] Segment 10530eaf-5bca-4e15-a018-e25877547371 resource provider aggregate not found 2026-03-05 08:15:02.875 7 INFO neutron.services.segments.plugin [-] Segment 10530eaf-5bca-4e15-a018-e25877547371 resource provider aggregate not found 2026-03-05 08:15:02.881 8 INFO neutron.services.segments.plugin [-] Segment 91378195-a8e9-451c-a19a-155cbcf84f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91378195-a8e9-451c-a19a-155cbcf84f8a found for delete ", "request_id": "req-2fe96571-acbf-4110-a60a-cf137f19cfa8"}]} 2026-03-05 08:15:02.882 8 INFO neutron.services.segments.plugin [-] Segment 91378195-a8e9-451c-a19a-155cbcf84f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91378195-a8e9-451c-a19a-155cbcf84f8a found for delete ", "request_id": "req-0551154d-b228-4848-af27-507a3ecad85f"}]} 2026-03-05 08:15:02.890 7 INFO neutron.services.segments.plugin [-] Segment 10530eaf-5bca-4e15-a018-e25877547371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10530eaf-5bca-4e15-a018-e25877547371 found for delete ", "request_id": "req-c0751909-9825-4542-aed0-02c1d7d58fff"}]} 2026-03-05 08:15:02.891 7 INFO neutron.services.segments.plugin [-] Segment 10530eaf-5bca-4e15-a018-e25877547371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10530eaf-5bca-4e15-a018-e25877547371 found for delete ", "request_id": "req-35fac14b-149b-450e-bc9d-77c4e90a20e8"}]} [pid: 7|app: 0|req: 410/798] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:02 2026] DELETE /v2.0/security-groups/ae1ab3c6-ecb4-4fbe-ad28-10e43dac811d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/799] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 411/800] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/801] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 412/802] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 391/803] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 413/804] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:03 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 392/805] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 414/806] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 393/807] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/808] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 395/809] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/810] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:04 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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-03-05 08:15:05.264 7 INFO neutron.db.segments_db [None req-cb4d38ad-d179-426d-acfc-b63322ed9a7e 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment e5794464-4856-4b3e-b9b3-de3acac3c584 of type vxlan for network 1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed [pid: 7|app: 0|req: 415/811] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:15:04 2026] POST /v2.0/networks => generated 732 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/812] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:05 2026] POST /v2.0/subnets => generated 698 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:15:05.646 7 INFO neutron.db.segments_db [None req-baec2662-d95b-4f7a-bdba-5681d1c59c54 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment f955d59a-f17d-4bfc-b995-f69b5e91d506 of type vxlan for network 86fd2407-4699-46fc-a343-7942646af38c [pid: 8|app: 0|req: 398/813] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:05 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/814] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:05 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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-03-05 08:15:05.914 7 INFO neutron.db.l3_hamode_db [None req-baec2662-d95b-4f7a-bdba-5681d1c59c54 7d0c3f2c5c574033b0a6df6f39515ece f708250934734bef8362673c540d220e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 400/815] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/816] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 402/817] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 403/818] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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-03-05 08:15:06.539 7 INFO neutron.db.l3_hamode_db [None req-baec2662-d95b-4f7a-bdba-5681d1c59c54 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 404/819] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/820] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 406/821] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:06 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:07.525 8 INFO neutron.db.l3_db [None req-3fcd99bd-fd6c-471c-9f8a-94ccd763fead b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] Floating IP 49f707a2-9230-41ce-b5de-e05617d00e66 associated. External IP: 10.96.250.203, port: 4ba1288f-98b2-4a47-9923-c2af21dc17b0. [pid: 7|app: 0|req: 416/822] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:05 2026] POST /v2.0/routers => generated 738 bytes in 2016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/823] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:07 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/824] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:07 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/825] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:15:07 2026] PUT /v2.0/floatingips/49f707a2-9230-41ce-b5de-e05617d00e66 => generated 855 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/826] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:07 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 409/827] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:07 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 410/828] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:07 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/829] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:08.351 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a825ff66-9441-4b59-9889-82c58c6be537'] response: {'name': 'network-changed', 'server_uuid': 'e11a9292-ff75-40dd-8562-1d23119afa42', 'tag': '4ba1288f-98b2-4a47-9923-c2af21dc17b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/830] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/831] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 419/832] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:15:07 2026] PUT /v2.0/routers/f6f9c20c-d8e5-48c2-9c6c-6a3c9210af62/add_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/833] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/ports?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/834] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/networks?id=db5f7218-137a-4114-a516-eb0c722b21e7 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/835] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/836] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4ba1288f-98b2-4a47-9923-c2af21dc17b0 => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/837] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/838] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/839] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/subnets?id=2c495970-da24-4c84-9995-2f56e0f71be8 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/840] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 424/841] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/ports?network_id=db5f7218-137a-4114-a516-eb0c722b21e7&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/842] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/843] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/844] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:15:09 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: 7|app: 0|req: 426/845] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:15:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/846] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:15:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/847] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/848] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:09 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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: 423/849] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/850] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/851] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:15:09 2026] POST /v2.0/floatingips => generated 552 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/852] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&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: 7|app: 0|req: 428/853] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 426/854] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/855] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:10 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:10.974 8 INFO neutron.db.l3_db [None req-e519eff4-3afe-4c5e-8153-be7e32df54fa 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] Floating IP a3722fe8-6e02-4d95-bf24-4e8d5e8f67e4 associated. External IP: 10.96.250.204, port: 71a8da4a-fd87-46ba-8489-d7a6cbe9a74d. 2026-03-05 08:15:11.097 7 INFO neutron.db.l3_db [None req-e654d8d6-bb44-4a85-980f-fcdbe59d9122 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] Floating IP 987d074d-a920-4f3a-85b9-1285834e4afb associated. External IP: 10.96.250.213, port: 149891a9-4589-446c-b2f9-d5c34a6da62d. [pid: 8|app: 0|req: 427/856] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:15:10 2026] PUT /v2.0/floatingips/a3722fe8-6e02-4d95-bf24-4e8d5e8f67e4 => generated 856 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/857] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 35 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.96 () {34 vars in 1099 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1934657932&fields=id&tenant_id=f708250934734bef8362673c540d220e => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/859] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/860] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/security-groups?id=d034783f-9bf2-4745-8900-afa3801554ba&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-03-05 08:15:11.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3342933-f2b0-45e9-9761-2690f7c7fe25'] response: {'name': 'network-changed', 'server_uuid': 'fc95c86d-3875-4481-83d9-0170ee0c5ddc', 'tag': '71a8da4a-fd87-46ba-8489-d7a6cbe9a74d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 430/861] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:15:10 2026] PUT /v2.0/floatingips/987d074d-a920-4f3a-85b9-1285834e4afb => generated 856 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/862] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 683 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/863] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/quotas/f708250934734bef8362673c540d220e => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/864] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&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: 435/865] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/866] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:11.702 7 INFO neutron_taas.services.taas.taas_plugin [req-0b21236f-762d-4981-865d-70ee7d13d2e1 req-2a5a3e78-1b3b-4032-900c-1d77435a5afe b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] TaaS: Handle Delete Port: 4ba1288f-98b2-4a47-9923-c2af21dc17b0 [pid: 8|app: 0|req: 437/867] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:11.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b21236f-762d-4981-865d-70ee7d13d2e1 req-2a5a3e78-1b3b-4032-900c-1d77435a5afe b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] Tap Mirror: Handle Delete Port: 4ba1288f-98b2-4a47-9923-c2af21dc17b0 [pid: 8|app: 0|req: 438/868] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?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: 441/871] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/872] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/873] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/874] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:11 2026] GET /v2.0/ports?tenant_id=438c1642eb4b49f986e09dbc2406babe&device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/875] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks?id=7f7027e6-ea81-4c9c-8839-88c3fa62b481 => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/876] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=71a8da4a-fd87-46ba-8489-d7a6cbe9a74d => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/877] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/subnets?id=eb5b928a-cdb7-403e-9c89-f239a0036a20 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/878] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/879] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?network_id=7f7027e6-ea81-4c9c-8839-88c3fa62b481&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:12.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-569ba8cf-3441-41c9-9ad9-fdff755d9d91'] response: {'name': 'network-changed', 'server_uuid': '72234372-e030-4f11-8bb0-c45cd20e4dbe', 'tag': '149891a9-4589-446c-b2f9-d5c34a6da62d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/880] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/881] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:12.332 7 INFO neutron.db.l3_db [req-0b21236f-762d-4981-865d-70ee7d13d2e1 req-2a5a3e78-1b3b-4032-900c-1d77435a5afe b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] Floating IP 49f707a2-9230-41ce-b5de-e05617d00e66 disassociated. External IP: 10.96.250.203, port: 4ba1288f-98b2-4a47-9923-c2af21dc17b0. [pid: 8|app: 0|req: 452/882] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/883] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 454/884] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/885] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?tenant_id=0e1075f9f473400ab7bc7664fed25613&device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/886] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 457/887] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks?id=ebf24541-bf0e-4825-bf95-d96f43896ef3 => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/888] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=149891a9-4589-446c-b2f9-d5c34a6da62d => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/889] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/subnets?id=bc571513-6096-4ea7-91b4-2595f85f65f8 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/890] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?network_id=ebf24541-bf0e-4825-bf95-d96f43896ef3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/891] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:15:11 2026] DELETE /v2.0/ports/4ba1288f-98b2-4a47-9923-c2af21dc17b0 => generated 0 bytes in 1250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/892] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/893] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/894] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:12 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 433/895] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/network-ip-availabilities => generated 4734 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/896] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/security-groups => generated 40466 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/897] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/networks => generated 7988 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/898] 10.0.0.96 () {34 vars in 1271 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600&device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc&device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe&device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 2477 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/899] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/900] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/901] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/routers => generated 2926 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/902] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/903] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/904] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/routers/a6570bfe-6b12-4469-86c4-215ef1c887c9/l3-agents => generated 682 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/905] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/906] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/907] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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: 439/908] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/routers/c4efa3b2-f0f3-43e5-aea4-4436dea4c88b/l3-agents => generated 682 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/909] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/routers/e55f98eb-914e-4fec-8d19-1397224238d4/l3-agents => generated 682 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/910] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:15:13 2026] GET /v2.0/routers/f6f9c20c-d8e5-48c2-9c6c-6a3c9210af62/l3-agents => generated 682 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/911] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/floatingips => generated 2777 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/912] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 441/913] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports => generated 27962 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/914] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:14.337 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a89c318-a5b7-40f7-bb12-682b92fae9ba'] response: {'server_uuid': 'e11a9292-ff75-40dd-8562-1d23119afa42', 'name': 'network-vif-deleted', 'tag': '4ba1288f-98b2-4a47-9923-c2af21dc17b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 442/915] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/subnets => generated 6525 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/916] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:15:14 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) [pid: 7|app: 0|req: 443/917] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/subnets => generated 6525 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/918] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/919] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/920] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/security-groups?id=5b6fe98b-7196-45ed-bf31-4e9c353f5a67&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:14.810 8 INFO neutron_taas.services.taas.taas_plugin [req-4b8d6c1c-c306-4b3c-9168-c50a317eb136 req-514dacd1-2625-45bf-baa9-d9df48c5928b 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] TaaS: Handle Delete Port: 149891a9-4589-446c-b2f9-d5c34a6da62d 2026-03-05 08:15:14.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4b8d6c1c-c306-4b3c-9168-c50a317eb136 req-514dacd1-2625-45bf-baa9-d9df48c5928b 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] Tap Mirror: Handle Delete Port: 149891a9-4589-446c-b2f9-d5c34a6da62d [pid: 7|app: 0|req: 446/921] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/922] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/923] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/924] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:14 2026] GET /v2.0/security-groups?id=2c74d4ea-477a-402a-9898-2d2b0b5a6c29&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-03-05 08:15:15.053 7 INFO neutron_taas.services.taas.taas_plugin [req-888549e7-b220-4bd5-bf7d-73228c01a916 req-c4d816e3-30b2-44c6-b477-9ff00dba2bc5 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] TaaS: Handle Delete Port: 71a8da4a-fd87-46ba-8489-d7a6cbe9a74d 2026-03-05 08:15:15.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-888549e7-b220-4bd5-bf7d-73228c01a916 req-c4d816e3-30b2-44c6-b477-9ff00dba2bc5 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] Tap Mirror: Handle Delete Port: 71a8da4a-fd87-46ba-8489-d7a6cbe9a74d 2026-03-05 08:15:15.147 7 INFO neutron.db.l3_db [req-888549e7-b220-4bd5-bf7d-73228c01a916 req-c4d816e3-30b2-44c6-b477-9ff00dba2bc5 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] Floating IP a3722fe8-6e02-4d95-bf24-4e8d5e8f67e4 disassociated. External IP: 10.96.250.204, port: 71a8da4a-fd87-46ba-8489-d7a6cbe9a74d. 2026-03-05 08:15:15.400 8 INFO neutron.db.l3_db [req-4b8d6c1c-c306-4b3c-9168-c50a317eb136 req-514dacd1-2625-45bf-baa9-d9df48c5928b 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] Floating IP 987d074d-a920-4f3a-85b9-1285834e4afb disassociated. External IP: 10.96.250.213, port: 149891a9-4589-446c-b2f9-d5c34a6da62d. [pid: 7|app: 0|req: 450/925] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:15:14 2026] DELETE /v2.0/ports/71a8da4a-fd87-46ba-8489-d7a6cbe9a74d => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/926] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:15 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 476/927] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:15:14 2026] DELETE /v2.0/ports/149891a9-4589-446c-b2f9-d5c34a6da62d => generated 0 bytes in 1070 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:15.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fb07558-b552-4f62-ba01-367037f8a1bd'] response: {'server_uuid': '72234372-e030-4f11-8bb0-c45cd20e4dbe', 'name': 'network-vif-deleted', 'tag': '149891a9-4589-446c-b2f9-d5c34a6da62d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/928] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:15 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 477/929] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:15 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => 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: 453/930] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 478/931] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/932] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f708250934734bef8362673c540d220e => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:16.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce21fcb3-3af3-4368-b964-fc7d2635cbdb'] response: {'server_uuid': 'fc95c86d-3875-4481-83d9-0170ee0c5ddc', 'name': 'network-vif-deleted', 'tag': '71a8da4a-fd87-46ba-8489-d7a6cbe9a74d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 455/933] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 957 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/934] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:15:16 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/935] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&fields=id&fields=name => generated 114 bytes in 34 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: 457/936] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:16 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 458/937] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:17 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => 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: 480/938] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:15:16 2026] PUT /v2.0/ports/b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 1235 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/939] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:17 2026] GET /v2.0/ports?device_id=e11a9292-ff75-40dd-8562-1d23119afa42 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:17.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d55f849-e2bf-4355-8cee-5a4901d16ac9'] response: {'name': 'network-changed', 'server_uuid': '769bd48f-24be-4462-b524-af64d1f9e600', 'tag': 'b3ea1395-a7a3-4070-9988-26add3d8ede3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 481/940] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:17 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 460/941] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:17 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 482/942] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:17 2026] GET /v2.0/ports?device_id=72234372-e030-4f11-8bb0-c45cd20e4dbe => 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: 461/943] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 483/944] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/945] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/946] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/947] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/948] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/949] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/950] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:18 2026] DELETE /v2.0/security-groups/d034783f-9bf2-4745-8900-afa3801554ba => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:18.579 8 INFO neutron.api.v2.resource [None req-43e714de-f535-4df6-b96a-681ec18f448b b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/951] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:15:18 2026] GET /v2.0/security-groups/d034783f-9bf2-4745-8900-afa3801554ba => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:15:18.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-8610aa15-50ea-496c-bd00-15d512c69e0e b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] TaaS: Handle Delete Port: 3125bf8f-a5df-4013-853c-a6703f494af8 2026-03-05 08:15:18.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8610aa15-50ea-496c-bd00-15d512c69e0e b07b57b170aa482b935b02c5efb22552 60b7ee07a8d7484c881fbdc3be5c9037 - - default default] Tap Mirror: Handle Delete Port: 3125bf8f-a5df-4013-853c-a6703f494af8 [pid: 7|app: 0|req: 465/952] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:15:18 2026] DELETE /v2.0/floatingips/49f707a2-9230-41ce-b5de-e05617d00e66 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/953] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:19 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 467/954] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:19 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 468/955] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:19 2026] DELETE /v2.0/security-groups/5b6fe98b-7196-45ed-bf31-4e9c353f5a67 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:19.226 7 INFO neutron.api.v2.resource [None req-8c881e92-f275-4f2d-a73c-e66eb469a64b 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/956] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:15:19 2026] GET /v2.0/security-groups/5b6fe98b-7196-45ed-bf31-4e9c353f5a67 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:15:19.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-667bb82c-4d76-48e1-9064-4aefc84f0950 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] TaaS: Handle Delete Port: 7b976e3c-6835-47ff-84be-2f7adcd86972 2026-03-05 08:15:19.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-667bb82c-4d76-48e1-9064-4aefc84f0950 08a2cdec098c49048cf11350be259290 0e1075f9f473400ab7bc7664fed25613 - - default default] Tap Mirror: Handle Delete Port: 7b976e3c-6835-47ff-84be-2f7adcd86972 2026-03-05 08:15:19.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-46bfe2a0-141f-4f95-ad1d-271f61303172 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 289675e9-f842-48b7-b9d8-88ccefb1eb88 2026-03-05 08:15:19.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46bfe2a0-141f-4f95-ad1d-271f61303172 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 289675e9-f842-48b7-b9d8-88ccefb1eb88 [pid: 7|app: 0|req: 470/957] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:15:19 2026] DELETE /v2.0/floatingips/987d074d-a920-4f3a-85b9-1285834e4afb => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/958] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:19 2026] GET /v2.0/ports?device_id=fc95c86d-3875-4481-83d9-0170ee0c5ddc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:19.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d8656a-c6a4-4fc0-9c0c-b592f35481b0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: fc6e5a17-fffa-419e-ba73-57d038f7e98b 2026-03-05 08:15:19.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d8656a-c6a4-4fc0-9c0c-b592f35481b0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: fc6e5a17-fffa-419e-ba73-57d038f7e98b [pid: 8|app: 0|req: 488/959] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:15:18 2026] PUT /v2.0/routers/e55f98eb-914e-4fec-8d19-1397224238d4/remove_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/960] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:19 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:20.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-b98342db-9f86-4297-87ca-c5b25a39cab0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: dc9efa63-70d9-4d02-a273-d05a8c2c4de2 2026-03-05 08:15:20.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98342db-9f86-4297-87ca-c5b25a39cab0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: dc9efa63-70d9-4d02-a273-d05a8c2c4de2 [pid: 7|app: 0|req: 472/961] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:15:19 2026] PUT /v2.0/routers/a6570bfe-6b12-4469-86c4-215ef1c887c9/remove_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:20.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-b98342db-9f86-4297-87ca-c5b25a39cab0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: ba61770f-ca96-4f74-a3e9-eee766ef2ef8 2026-03-05 08:15:20.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98342db-9f86-4297-87ca-c5b25a39cab0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: ba61770f-ca96-4f74-a3e9-eee766ef2ef8 [pid: 7|app: 0|req: 473/962] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:20 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/963] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:20 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:20.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e67ed0-1bdd-4b02-8c1e-ff594caf5cf1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: f4b97770-4548-45b0-bea9-b831f59f87b7 2026-03-05 08:15:20.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e67ed0-1bdd-4b02-8c1e-ff594caf5cf1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: f4b97770-4548-45b0-bea9-b831f59f87b7 2026-03-05 08:15:20.962 8 INFO neutron.services.segments.plugin [-] Segment 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec resource provider aggregate not found 2026-03-05 08:15:20.971 8 INFO neutron.services.segments.plugin [-] Segment 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec resource provider aggregate not found 2026-03-05 08:15:20.990 8 INFO neutron.services.segments.plugin [-] Segment 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec found for delete ", "request_id": "req-26420466-3e8f-403e-bd4b-d1d6f41d8155"}]} 2026-03-05 08:15:20.991 8 INFO neutron.db.l3_hamode_db [None req-b98342db-9f86-4297-87ca-c5b25a39cab0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 49463f4e-40bf-4dd7-93c8-629b0f4b94d7 was deleted as no HA routers are present in tenant 60b7ee07a8d7484c881fbdc3be5c9037. 2026-03-05 08:15:20.993 8 INFO neutron.services.segments.plugin [-] Segment 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786f9c0c-184a-43c5-86ba-8cdbfdb1d8ec found for delete ", "request_id": "req-24f0305d-dda8-4e25-829d-2e30eefa4204"}]} [pid: 8|app: 0|req: 490/964] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:20 2026] DELETE /v2.0/routers/e55f98eb-914e-4fec-8d19-1397224238d4 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/965] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:21.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e67ed0-1bdd-4b02-8c1e-ff594caf5cf1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 6d00e859-1100-48e2-a670-f402a8397dc7 2026-03-05 08:15:21.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e67ed0-1bdd-4b02-8c1e-ff594caf5cf1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 6d00e859-1100-48e2-a670-f402a8397dc7 [pid: 8|app: 0|req: 492/966] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/security-groups/2c74d4ea-477a-402a-9898-2d2b0b5a6c29 => 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: 493/967] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 494/968] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/subnets/2c495970-da24-4c84-9995-2f56e0f71be8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/969] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:21.332 8 INFO neutron.api.v2.resource [None req-4c867383-bdc4-4518-9d4c-28b058ea8f71 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/970] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/security-groups/2c74d4ea-477a-402a-9898-2d2b0b5a6c29 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:15:21.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-a404a83e-fa6c-45ac-8ca4-898ff7e23cd2 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 3ad8d288-caf4-4a55-92f5-494270adfabb 2026-03-05 08:15:21.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a404a83e-fa6c-45ac-8ca4-898ff7e23cd2 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 3ad8d288-caf4-4a55-92f5-494270adfabb 2026-03-05 08:15:21.484 7 INFO neutron.services.segments.plugin [-] Segment 108151ed-f14b-4b90-bf32-8f1eff41bcd0 resource provider aggregate not found 2026-03-05 08:15:21.505 7 INFO neutron.services.segments.plugin [-] Segment 108151ed-f14b-4b90-bf32-8f1eff41bcd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108151ed-f14b-4b90-bf32-8f1eff41bcd0 found for delete ", "request_id": "req-240fa2b9-f6aa-452f-aaff-0e20f13ccabf"}]} 2026-03-05 08:15:21.510 7 INFO neutron.services.segments.plugin [-] Segment 108151ed-f14b-4b90-bf32-8f1eff41bcd0 resource provider aggregate not found 2026-03-05 08:15:21.531 7 INFO neutron.services.segments.plugin [-] Segment 108151ed-f14b-4b90-bf32-8f1eff41bcd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108151ed-f14b-4b90-bf32-8f1eff41bcd0 found for delete ", "request_id": "req-1b82603a-7f54-4b26-81d2-98984551e12f"}]} 2026-03-05 08:15:21.546 7 INFO neutron.db.l3_hamode_db [None req-e1e67ed0-1bdd-4b02-8c1e-ff594caf5cf1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network de6eeaee-a7ca-4eec-8072-14bc0d18a829 was deleted as no HA routers are present in tenant 0e1075f9f473400ab7bc7664fed25613. [pid: 7|app: 0|req: 475/971] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:20 2026] DELETE /v2.0/routers/a6570bfe-6b12-4469-86c4-215ef1c887c9 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/972] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/networks/db5f7218-137a-4114-a516-eb0c722b21e7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/973] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:21.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-21900029-246f-4ff2-9136-66f7924eac8a 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] TaaS: Handle Delete Port: fe6b9fbb-882f-4a54-a11f-a7f950ae7991 2026-03-05 08:15:21.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21900029-246f-4ff2-9136-66f7924eac8a 2ca2b424721046c7888ed7f47e96515d 438c1642eb4b49f986e09dbc2406babe - - default default] Tap Mirror: Handle Delete Port: fe6b9fbb-882f-4a54-a11f-a7f950ae7991 [pid: 7|app: 0|req: 477/974] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/subnets/bc571513-6096-4ea7-91b4-2595f85f65f8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/975] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/976] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/security-groups?tenant_id=60b7ee07a8d7484c881fbdc3be5c9037&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/977] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/floatingips/a3722fe8-6e02-4d95-bf24-4e8d5e8f67e4 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:21.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b259b22-e229-43f4-b68e-09e109c90658 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 7f1b53b0-0356-42cf-be30-4d6272b4a374 2026-03-05 08:15:21.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b259b22-e229-43f4-b68e-09e109c90658 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 7f1b53b0-0356-42cf-be30-4d6272b4a374 [pid: 8|app: 0|req: 499/978] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:21 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?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: 500/979] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/security-groups/d76bcaec-477e-4624-8148-7cde9ade92b3 => 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: 480/980] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:21 2026] DELETE /v2.0/networks/ebf24541-bf0e-4825-bf95-d96f43896ef3 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/981] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:22 2026] GET /v2.0/security-groups?tenant_id=0e1075f9f473400ab7bc7664fed25613&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/982] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:22 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:22.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b18d08e-5984-439e-9dec-1a141f42a9e8 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 9428bccf-ee11-43e8-8de5-7035c8fdd848 2026-03-05 08:15:22.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b18d08e-5984-439e-9dec-1a141f42a9e8 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 9428bccf-ee11-43e8-8de5-7035c8fdd848 [pid: 7|app: 0|req: 483/983] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:22 2026] DELETE /v2.0/security-groups/ad1fa799-5518-431a-937f-606c7e1e7643 => 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: 484/984] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:22 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 501/985] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:15:21 2026] PUT /v2.0/routers/c4efa3b2-f0f3-43e5-aea4-4436dea4c88b/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:23.016 8 INFO neutron.services.segments.plugin [-] Segment 2e70161b-fffb-45e0-b656-e56b8bb0736a resource provider aggregate not found 2026-03-05 08:15:23.021 8 INFO neutron.services.segments.plugin [-] Segment 2e70161b-fffb-45e0-b656-e56b8bb0736a resource provider aggregate not found 2026-03-05 08:15:23.043 8 INFO neutron.services.segments.plugin [-] Segment 2e70161b-fffb-45e0-b656-e56b8bb0736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e70161b-fffb-45e0-b656-e56b8bb0736a found for delete ", "request_id": "req-715bdd8f-ddbd-4a5d-bd9c-ec7ba5411384"}]} 2026-03-05 08:15:23.054 8 INFO neutron.services.segments.plugin [-] Segment 2e70161b-fffb-45e0-b656-e56b8bb0736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e70161b-fffb-45e0-b656-e56b8bb0736a found for delete ", "request_id": "req-3e857e2e-fe15-41df-9665-f931cf38d0aa"}]} 2026-03-05 08:15:23.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-30ae6538-ac08-4dc8-a7e5-4015fc78ad47 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: ed48fd38-60cc-4ff3-8114-7c1b0c5eb6c6 2026-03-05 08:15:23.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30ae6538-ac08-4dc8-a7e5-4015fc78ad47 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: ed48fd38-60cc-4ff3-8114-7c1b0c5eb6c6 2026-03-05 08:15:23.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-30ae6538-ac08-4dc8-a7e5-4015fc78ad47 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: e10639da-0e19-44fd-aed3-d828222daec6 2026-03-05 08:15:23.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30ae6538-ac08-4dc8-a7e5-4015fc78ad47 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: e10639da-0e19-44fd-aed3-d828222daec6 2026-03-05 08:15:23.528 7 INFO neutron.services.segments.plugin [-] Segment 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 resource provider aggregate not found 2026-03-05 08:15:23.564 7 INFO neutron.services.segments.plugin [-] Segment 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 resource provider aggregate not found 2026-03-05 08:15:23.583 7 INFO neutron.services.segments.plugin [-] Segment 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 found for delete ", "request_id": "req-1d65b215-de4c-4afa-9089-3d750349e400"}]} 2026-03-05 08:15:23.594 7 INFO neutron.services.segments.plugin [-] Segment 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa0daaf-9dbf-4aea-ac4b-e6862d288091 found for delete ", "request_id": "req-90950568-a485-4af0-b4bc-4ae201d6c5f7"}]} [pid: 8|app: 0|req: 502/986] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:23 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/987] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:23 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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-03-05 08:15:23.876 7 INFO neutron.db.l3_hamode_db [None req-30ae6538-ac08-4dc8-a7e5-4015fc78ad47 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network c315e6bf-bae8-466a-a002-f7a4af73b19a was deleted as no HA routers are present in tenant 438c1642eb4b49f986e09dbc2406babe. [pid: 8|app: 0|req: 504/988] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:23 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/989] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:22 2026] DELETE /v2.0/routers/c4efa3b2-f0f3-43e5-aea4-4436dea4c88b => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/990] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:23 2026] DELETE /v2.0/subnets/eb5b928a-cdb7-403e-9c89-f239a0036a20 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:24.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-47e929a4-8e79-4dcc-8658-bb3971736eab 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: d772fadd-9cdb-4119-844d-c3fda30bdf32 2026-03-05 08:15:24.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47e929a4-8e79-4dcc-8658-bb3971736eab 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: d772fadd-9cdb-4119-844d-c3fda30bdf32 2026-03-05 08:15:24.247 7 INFO neutron.db.l3_db [None req-5b996d03-b603-40b5-a4ca-b32fae3e65d6 aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] Floating IP 6569fd84-04b6-42bc-b003-b57b4615710a associated. External IP: 10.96.250.216, port: b3ea1395-a7a3-4070-9988-26add3d8ede3. [pid: 8|app: 0|req: 506/991] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:24 2026] DELETE /v2.0/networks/7f7027e6-ea81-4c9c-8839-88c3fa62b481 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/992] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:15:23 2026] PUT /v2.0/floatingips/6569fd84-04b6-42bc-b003-b57b4615710a => generated 855 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/993] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:24 2026] GET /v2.0/security-groups?tenant_id=438c1642eb4b49f986e09dbc2406babe&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:24.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0722f8f8-d9e3-4704-9b5b-d0f8b1194d3e'] response: {'name': 'network-changed', 'server_uuid': '769bd48f-24be-4462-b524-af64d1f9e600', 'tag': 'b3ea1395-a7a3-4070-9988-26add3d8ede3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 488/994] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:24 2026] DELETE /v2.0/security-groups/9cf42e68-8572-4b29-88ce-70d187cacb02 => 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: 489/995] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:24 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/996] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:24 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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-03-05 08:15:24.813 8 INFO neutron.db.segments_db [None req-a80e1c59-1994-4728-8790-0a5b2197c914 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 9fb25cf0-2496-4155-bcf3-270fa77883a3 of type vxlan for network d05ce8c8-fa60-4379-906e-4546ee7b7f4f [pid: 8|app: 0|req: 507/997] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:15:24 2026] POST /v2.0/networks => generated 727 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:15:25.068 8 INFO neutron.services.segments.plugin [-] Segment 2839d185-8ebe-40c6-ac08-fd70a71fd94e resource provider aggregate not found 2026-03-05 08:15:25.104 8 INFO neutron.services.segments.plugin [-] Segment 2839d185-8ebe-40c6-ac08-fd70a71fd94e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2839d185-8ebe-40c6-ac08-fd70a71fd94e found for delete ", "request_id": "req-5cc3f61c-4434-4501-91ea-2505908a884b"}]} 2026-03-05 08:15:25.106 8 INFO neutron.services.segments.plugin [-] Segment 2839d185-8ebe-40c6-ac08-fd70a71fd94e resource provider aggregate not found [pid: 7|app: 0|req: 491/998] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:24 2026] POST /v2.0/subnets => generated 693 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:15:25.136 8 INFO neutron.services.segments.plugin [-] Segment 2839d185-8ebe-40c6-ac08-fd70a71fd94e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2839d185-8ebe-40c6-ac08-fd70a71fd94e found for delete ", "request_id": "req-33924266-4df3-43c4-8500-bca323db223e"}]} [pid: 7|app: 0|req: 492/999] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:25.182 8 INFO neutron.db.segments_db [None req-18e24359-5a7b-4190-9c29-81cb81d48899 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 of type vxlan for network d280e163-c7b9-4f7a-8c8b-8a72423c89c2 [pid: 7|app: 0|req: 493/1000] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1001] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1002] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1003] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1004] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1005] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:25 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:25.489 8 INFO neutron.db.l3_hamode_db [None req-18e24359-5a7b-4190-9c29-81cb81d48899 7d0c3f2c5c574033b0a6df6f39515ece 0268a89055064716b08f85e98a9cfbf6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:15:25.604 7 INFO neutron.services.segments.plugin [-] Segment 8bbb6724-6192-49c8-856c-6e736942ea04 resource provider aggregate not found 2026-03-05 08:15:25.626 7 INFO neutron.services.segments.plugin [-] Segment 8bbb6724-6192-49c8-856c-6e736942ea04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bbb6724-6192-49c8-856c-6e736942ea04 found for delete ", "request_id": "req-628755a9-1c47-4215-8153-95e8e3740450"}]} 2026-03-05 08:15:25.627 7 INFO neutron.services.segments.plugin [-] Segment 8bbb6724-6192-49c8-856c-6e736942ea04 resource provider aggregate not found 2026-03-05 08:15:25.654 7 INFO neutron.services.segments.plugin [-] Segment 8bbb6724-6192-49c8-856c-6e736942ea04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bbb6724-6192-49c8-856c-6e736942ea04 found for delete ", "request_id": "req-268297c6-ec1e-49f3-81cb-32bd8fb57b6c"}]} 2026-03-05 08:15:26.247 8 INFO neutron.db.l3_hamode_db [None req-18e24359-5a7b-4190-9c29-81cb81d48899 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 499/1006] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:26 2026] GET /v2.0/security-groups?tenant_id=83cde2b443f343989934bafde0482125&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1009] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:27 2026] DELETE /v2.0/security-groups/a49fce11-d41d-4105-9dfd-c0ddee216ed2 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1010] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:25 2026] POST /v2.0/routers => generated 733 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1011] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:27 2026] GET /v2.0/security-groups?tenant_id=374ef968006548bab53382c129b89305&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1012] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:27 2026] DELETE /v2.0/security-groups/3a556ca1-f681-450b-8940-cb61cdee1fdc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1013] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:15:27 2026] PUT /v2.0/routers/4742013b-8321-482e-9ded-14d9c5d9ca6d/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1014] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/networks?id=d05ce8c8-fa60-4379-906e-4546ee7b7f4f => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1015] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/quotas/0268a89055064716b08f85e98a9cfbf6 => 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: 513/1016] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/ports?tenant_id=0268a89055064716b08f85e98a9cfbf6&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1017] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/networks/d05ce8c8-fa60-4379-906e-4546ee7b7f4f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1018] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/networks/d05ce8c8-fa60-4379-906e-4546ee7b7f4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1019] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/security-groups?tenant_id=af31b3d2ca934e8f9ddde26ba85b3163&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1020] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 516/1021] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:29 2026] DELETE /v2.0/security-groups/23c6ff80-530a-4ed3-bdd0-acd29482da8f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1022] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:29 2026] GET /v2.0/security-groups?tenant_id=e59871a7866a4a4696af5a2a3bf3ba8e&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1023] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:30 2026] DELETE /v2.0/security-groups/2c38781e-50a7-416c-9282-50d64e06e0e3 => 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: 507/1024] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:30 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 518/1025] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:31 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 508/1026] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:33 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 519/1027] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:33 2026] GET /v2.0/security-groups?tenant_id=76e5ba3a53a8407aab60533350705df0&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1028] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:33 2026] DELETE /v2.0/security-groups/09de8bff-9db7-4c06-868f-be1615ea276d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1029] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:33 2026] GET /v2.0/security-groups?tenant_id=56968e47d642452da87f5cc0aa72dde2&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1030] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:33 2026] DELETE /v2.0/security-groups/ae52f432-3837-46f0-860a-6c330660a2d9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1031] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:34 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 522/1032] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:35 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 523/1033] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:35 2026] GET /v2.0/networks?id=d05ce8c8-fa60-4379-906e-4546ee7b7f4f => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1034] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:15:35 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1240 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1035] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:15:35 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 524/1036] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:15:35 2026] POST /v2.0/ports => generated 954 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1037] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:15:35 2026] PUT /v2.0/ports/7f952ad1-8308-4e5a-8390-c89609e56bf4 => generated 1235 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:36.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-519c48cb-284e-42de-ad1c-62f31208b7d3'] response: {'name': 'network-changed', 'server_uuid': 'fb3e5ee3-1974-4a42-bc2a-fbc312c428ba', 'tag': '7f952ad1-8308-4e5a-8390-c89609e56bf4', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 525/1038] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 514/1039] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 526/1040] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/security-groups?tenant_id=9f4ed8c305e042e5a5f2f43ceaf44f13&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1041] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:36 2026] DELETE /v2.0/security-groups/93d8c2cb-16ab-4bce-8635-f33a60163574 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1042] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/ports?tenant_id=0268a89055064716b08f85e98a9cfbf6&device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 516/1043] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/networks?tenant_id=0268a89055064716b08f85e98a9cfbf6&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1044] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1045] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:36 2026] GET /v2.0/security-groups?tenant_id=c66c827e51974e2aad18fc992971fccc&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: 518/1046] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:37 2026] DELETE /v2.0/security-groups/1886f011-d5c1-4e12-8029-edb727c54d19 => 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: 529/1047] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:37 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 519/1048] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:37 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 530/1049] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/ports?tenant_id=0268a89055064716b08f85e98a9cfbf6&device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 520/1050] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7f952ad1-8308-4e5a-8390-c89609e56bf4 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1051] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/subnets?id=35d4444b-39e9-4bd3-b3b1-80091e25b373 => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1052] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/ports?network_id=d05ce8c8-fa60-4379-906e-4546ee7b7f4f&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1053] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/networks/d05ce8c8-fa60-4379-906e-4546ee7b7f4f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1054] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/networks/d05ce8c8-fa60-4379-906e-4546ee7b7f4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1055] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 523/1056] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:38 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1057] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:39 2026] GET /v2.0/security-groups?tenant_id=35be96444c3246d49ce21efb304ee995&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: 524/1058] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:39 2026] GET /v2.0/security-groups?tenant_id=db166e4877644fcab47737a13838a0ab&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1059] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:39 2026] DELETE /v2.0/security-groups/c3801a10-5f3f-4818-ba26-fa633a82e762 => 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: 525/1060] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:39 2026] DELETE /v2.0/security-groups/caf32c96-fa43-4f87-b8e0-7c74019b9359 => 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: 536/1061] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:39 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 537/1062] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:39 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 526/1063] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:39 2026] GET /v2.0/security-groups?tenant_id=951cd88f71fa45369de3519ad2f73252&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1064] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:40 2026] DELETE /v2.0/security-groups/d86c6037-df99-4363-89ba-9412af48520c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1065] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:41 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 539/1066] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:41 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 528/1067] 10.0.0.117 () {32 vars in 623 bytes} [Thu Mar 5 08:15:41 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1070] 10.0.0.117 () {32 vars in 633 bytes} [Thu Mar 5 08:15:41 2026] GET /v2.0/ => generated 632 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1071] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:42 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1072] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:42 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 532/1073] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:42 2026] GET /v2.0/security-groups?tenant_id=5fb4f471d3ce46169cdd65b91e67bbc5&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1074] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:42 2026] DELETE /v2.0/security-groups/78bb0c5d-764b-4ccb-8b61-02daf366e958 => 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: 533/1075] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:43 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1076] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:43 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 534/1077] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:43 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1078] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:43 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 535/1079] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:44 2026] GET /v2.0/security-groups?tenant_id=1ead87e44a7e400db82b3cdea5843498&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1080] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:44 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1081] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:44 2026] DELETE /v2.0/security-groups/5aa9075f-9bb4-4aea-861e-eefe4d1dc43a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1082] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:44 2026] GET /v2.0/security-groups?tenant_id=12703824855b4c73a2afea0ad099e6ee&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1083] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:45 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1084] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:45 2026] DELETE /v2.0/security-groups/ff5f4349-d364-411e-80c7-06cb0c8757cb => 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: 539/1085] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:45 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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: 547/1086] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:15:45 2026] GET /v2.0/ports/b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 968 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1087] 199.204.45.22 () {34 vars in 999 bytes} [Thu Mar 5 08:15:46 2026] GET /v2.0/subnets?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => 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: 548/1088] 199.204.45.22 () {34 vars in 1145 bytes} [Thu Mar 5 08:15:46 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600&device_owner=compute%3Anova&network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1089] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:46 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1090] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:15:46 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1091] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:46 2026] GET /v2.0/security-groups?id=fe6b6d4a-f58e-486a-b9c6-1817bc317439&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-03-05 08:15:46.460 8 INFO neutron_taas.services.taas.taas_plugin [req-2867f542-008d-46a1-8e90-a33af392f1a9 req-5a0e2322-4b53-4702-b85c-bf194d1ea7b1 a8a28518ccbf46e1ae534266e97b47b3 0268a89055064716b08f85e98a9cfbf6 - - default default] TaaS: Handle Delete Port: 7f952ad1-8308-4e5a-8390-c89609e56bf4 2026-03-05 08:15:46.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2867f542-008d-46a1-8e90-a33af392f1a9 req-5a0e2322-4b53-4702-b85c-bf194d1ea7b1 a8a28518ccbf46e1ae534266e97b47b3 0268a89055064716b08f85e98a9cfbf6 - - default default] Tap Mirror: Handle Delete Port: 7f952ad1-8308-4e5a-8390-c89609e56bf4 [pid: 8|app: 0|req: 552/1092] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:15:46 2026] DELETE /v2.0/ports/7f952ad1-8308-4e5a-8390-c89609e56bf4 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:46.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a94fb167-8aad-4b2b-8725-b26753e16317'] response: {'server_uuid': 'fb3e5ee3-1974-4a42-bc2a-fbc312c428ba', 'name': 'network-vif-deleted', 'tag': '7f952ad1-8308-4e5a-8390-c89609e56bf4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 541/1093] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:15:46 2026] PUT /v2.0/ports/b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 1149 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:15:46.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab2334af-4d37-4a13-81a8-ce9823c53dfb'] response: {'name': 'network-changed', 'server_uuid': '769bd48f-24be-4462-b524-af64d1f9e600', 'tag': 'b3ea1395-a7a3-4070-9988-26add3d8ede3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 553/1094] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 542/1095] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1096] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1097] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1098] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1099] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&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: 556/1100] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 545/1101] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1102] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1103] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1152 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1104] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 546/1105] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:47 2026] GET /v2.0/security-groups?tenant_id=bb3be6aca9f5447ca5f8c0f51e9ea834&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1106] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:47 2026] DELETE /v2.0/security-groups/acbe9539-457e-4118-b7b4-7e172bfc8ae7 => 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: 547/1107] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/security-groups?tenant_id=31b7dd859b0c4ee4a422c44a92dfa810&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: 561/1108] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:48 2026] DELETE /v2.0/security-groups/d0843392-b465-46d6-9d80-1217bb8d2a65 => 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: 548/1109] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 562/1110] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1421 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1111] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1112] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1113] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1114] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1115] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&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: 565/1116] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?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: 552/1117] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:48 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1118] 199.204.45.22 () {34 vars in 1119 bytes} [Thu Mar 5 08:15:49 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1119] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:49 2026] GET /v2.0/security-groups?tenant_id=d08eac4b6c0c41c181dded140fc29bba&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1120] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:49 2026] GET /v2.0/ports?device_id=fb3e5ee3-1974-4a42-bc2a-fbc312c428ba => 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: 568/1121] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:49 2026] DELETE /v2.0/security-groups/f7e8d7ab-d474-456f-b29f-cf8d2b21594f => 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: 554/1122] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:15:49 2026] PUT /v2.0/ports/b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 968 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:49.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-823d8d82-d151-42c4-8b3e-a2b3689cdb84'] response: {'name': 'network-changed', 'server_uuid': '769bd48f-24be-4462-b524-af64d1f9e600', 'tag': 'b3ea1395-a7a3-4070-9988-26add3d8ede3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 569/1123] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1240 bytes in 26 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: 555/1124] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1125] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1126] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1127] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1128] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1129] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:50 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:51.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-b559b94b-11e9-4bd4-bc34-da8d48c2b0be 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: c3beb2f0-6acf-4f17-a8ce-d5194fefd204 2026-03-05 08:15:51.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b559b94b-11e9-4bd4-bc34-da8d48c2b0be 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: c3beb2f0-6acf-4f17-a8ce-d5194fefd204 [pid: 8|app: 0|req: 573/1130] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:51 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1131] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:51 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 558/1132] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:15:50 2026] PUT /v2.0/routers/4742013b-8321-482e-9ded-14d9c5d9ca6d/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1133] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:15:51 2026] GET /v2.0/ports?tenant_id=f708250934734bef8362673c540d220e&device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1134] 10.0.0.117 () {32 vars in 653 bytes} [Thu Mar 5 08:15:51 2026] GET /v2.0/extensions => generated 21537 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1135] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:15:51 2026] GET /v2.0/networks?id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1136] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1137] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1138] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1139] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/subnets?id=056f3470-404c-4c61-85b2-96b67cbd7789 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1140] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1141] 10.0.0.117 () {32 vars in 665 bytes} [Thu Mar 5 08:15:52 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: 583/1142] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/ports?network_id=1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1143] 10.0.0.117 () {32 vars in 699 bytes} [Thu Mar 5 08:15:52 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: 585/1144] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:52.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca7abdd-ba96-4cd5-bb66-f65c834e7577 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 3381fd99-81dc-40da-a9aa-cb98ca82f275 2026-03-05 08:15:52.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca7abdd-ba96-4cd5-bb66-f65c834e7577 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 3381fd99-81dc-40da-a9aa-cb98ca82f275 [pid: 8|app: 0|req: 586/1145] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/security-groups?tenant_id=f5f20199d5fe4de582ee26025bf1db5a&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1146] 10.0.0.117 () {32 vars in 697 bytes} [Thu Mar 5 08:15:52 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: 588/1147] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed?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-03-05 08:15:52.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca7abdd-ba96-4cd5-bb66-f65c834e7577 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 82f7c881-69e2-46db-8b53-e2231185c266 2026-03-05 08:15:52.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca7abdd-ba96-4cd5-bb66-f65c834e7577 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 82f7c881-69e2-46db-8b53-e2231185c266 [pid: 8|app: 0|req: 589/1148] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:52 2026] DELETE /v2.0/security-groups/6b754311-83d2-4be1-a0fa-46c0fa3e46fc => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1149] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1150] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1151] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1152] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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: 594/1153] 10.0.0.117 () {32 vars in 703 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1154] 10.0.0.117 () {32 vars in 693 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1155] 10.0.0.117 () {32 vars in 695 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1156] 10.0.0.117 () {32 vars in 685 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1157] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1158] 10.0.0.117 () {32 vars in 661 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1159] 10.0.0.117 () {32 vars in 699 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1160] 10.0.0.117 () {32 vars in 679 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1161] 10.0.0.117 () {32 vars in 683 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1162] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 604/1163] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1164] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 606/1165] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 607/1166] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 608/1167] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1168] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1169] 10.0.0.117 () {32 vars in 699 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1170] 10.0.0.117 () {32 vars in 679 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 612/1171] 10.0.0.117 () {32 vars in 667 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1172] 10.0.0.117 () {32 vars in 677 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1173] 10.0.0.117 () {32 vars in 665 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 615/1174] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 616/1175] 10.0.0.117 () {32 vars in 713 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1176] 10.0.0.117 () {32 vars in 691 bytes} [Thu Mar 5 08:15:52 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: 8|app: 0|req: 618/1177] 10.0.0.117 () {32 vars in 683 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1178] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:52.994 7 INFO neutron.services.segments.plugin [-] Segment b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 resource provider aggregate not found 2026-03-05 08:15:52.997 7 INFO neutron.services.segments.plugin [-] Segment b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 resource provider aggregate not found [pid: 8|app: 0|req: 620/1179] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:52 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:53.016 7 INFO neutron.services.segments.plugin [-] Segment b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 found for delete ", "request_id": "req-b272e4b2-bcb7-4840-9a71-24b0acd7e716"}]} 2026-03-05 08:15:53.016 7 INFO neutron.db.l3_hamode_db [None req-2ca7abdd-ba96-4cd5-bb66-f65c834e7577 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network d280e163-c7b9-4f7a-8c8b-8a72423c89c2 was deleted as no HA routers are present in tenant 0268a89055064716b08f85e98a9cfbf6. 2026-03-05 08:15:53.022 7 INFO neutron.services.segments.plugin [-] Segment b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7d82ffb-c0e1-41e4-8028-af6f3e11ae07 found for delete ", "request_id": "req-c7dbdc40-07e2-460f-a6d4-2d278ef947a1"}]} [pid: 8|app: 0|req: 621/1180] 10.0.0.117 () {32 vars in 705 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1181] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:51 2026] DELETE /v2.0/routers/4742013b-8321-482e-9ded-14d9c5d9ca6d => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1182] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1183] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1184] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1185] 10.0.0.117 () {32 vars in 693 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1186] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1187] 10.0.0.117 () {32 vars in 709 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1188] 10.0.0.117 () {32 vars in 705 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1189] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1190] 10.0.0.117 () {32 vars in 697 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1191] 10.0.0.117 () {32 vars in 711 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1192] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1193] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1194] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1195] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1196] 10.0.0.117 () {32 vars in 671 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1197] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:53 2026] DELETE /v2.0/subnets/35d4444b-39e9-4bd3-b3b1-80091e25b373 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1198] 10.0.0.117 () {32 vars in 661 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1199] 10.0.0.117 () {32 vars in 699 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1200] 10.0.0.117 () {32 vars in 699 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1201] 10.0.0.117 () {32 vars in 677 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1202] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1203] 10.0.0.117 () {32 vars in 683 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1204] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 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: 644/1205] 10.0.0.117 () {32 vars in 685 bytes} [Thu Mar 5 08:15:53 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: 645/1206] 10.0.0.117 () {32 vars in 707 bytes} [Thu Mar 5 08:15:53 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: 646/1207] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1208] 10.0.0.117 () {32 vars in 697 bytes} [Thu Mar 5 08:15:53 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) 2026-03-05 08:15:53.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-0032a477-0e0f-4b28-aa2d-ba8e624c9eeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 5f68cc93-f4b3-4d95-beb8-ba3907d91a0c 2026-03-05 08:15:53.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0032a477-0e0f-4b28-aa2d-ba8e624c9eeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 5f68cc93-f4b3-4d95-beb8-ba3907d91a0c [pid: 8|app: 0|req: 648/1209] 10.0.0.117 () {32 vars in 695 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1210] 10.0.0.117 () {32 vars in 685 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1211] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1212] 10.0.0.117 () {32 vars in 705 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1213] 10.0.0.117 () {32 vars in 667 bytes} [Thu Mar 5 08:15:53 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: 653/1214] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:53 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: 654/1215] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1216] 10.0.0.117 () {32 vars in 691 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1217] 10.0.0.117 () {32 vars in 691 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1218] 10.0.0.117 () {32 vars in 695 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1219] 10.0.0.117 () {32 vars in 685 bytes} [Thu Mar 5 08:15:53 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: 659/1220] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1221] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/standard-attr-revisions => 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: 661/1222] 10.0.0.117 () {32 vars in 703 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/router_availability_zone => 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: 662/1223] 10.0.0.117 () {32 vars in 713 bytes} [Thu Mar 5 08:15:53 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: 663/1224] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:15:53 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: 664/1225] 10.0.0.117 () {32 vars in 715 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1226] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:15:53 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: 7|app: 0|req: 562/1227] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:53 2026] DELETE /v2.0/networks/d05ce8c8-fa60-4379-906e-4546ee7b7f4f => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1228] 10.0.0.117 () {32 vars in 741 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1229] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1230] 10.0.0.117 () {32 vars in 683 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1231] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1232] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1233] 10.0.0.117 () {32 vars in 679 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1234] 10.0.0.117 () {32 vars in 669 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1235] 10.0.0.117 () {32 vars in 697 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1236] 10.0.0.117 () {32 vars in 705 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1237] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1238] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1239] 10.0.0.117 () {32 vars in 683 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1240] 10.0.0.117 () {32 vars in 705 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1241] 10.0.0.117 () {32 vars in 695 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1242] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:53 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: 8|app: 0|req: 675/1243] 10.0.0.117 () {32 vars in 697 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1244] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/security-groups?tenant_id=0268a89055064716b08f85e98a9cfbf6&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1245] 10.0.0.117 () {32 vars in 679 bytes} [Thu Mar 5 08:15:53 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) [pid: 7|app: 0|req: 570/1246] 10.0.0.117 () {32 vars in 689 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1247] 10.0.0.117 () {32 vars in 701 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1248] 10.0.0.117 () {32 vars in 665 bytes} [Thu Mar 5 08:15:53 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: 7|app: 0|req: 573/1249] 10.0.0.117 () {32 vars in 681 bytes} [Thu Mar 5 08:15:53 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) [pid: 7|app: 0|req: 574/1250] 10.0.0.117 () {32 vars in 677 bytes} [Thu Mar 5 08:15:53 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: 7|app: 0|req: 575/1251] 10.0.0.117 () {32 vars in 693 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1252] 10.0.0.117 () {32 vars in 677 bytes} [Thu Mar 5 08:15:53 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: 7|app: 0|req: 577/1253] 10.0.0.117 () {32 vars in 667 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1254] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1255] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1256] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:53 2026] DELETE /v2.0/security-groups/fe6b6d4a-f58e-486a-b9c6-1817bc317439 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1257] 10.0.0.117 () {32 vars in 675 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1258] 10.0.0.117 () {32 vars in 687 bytes} [Thu Mar 5 08:15:53 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-03-05 08:15:53.868 7 INFO neutron_taas.services.taas.taas_plugin [req-5f955348-a7a8-4ca5-afa6-dac1d9ae7d42 req-a46518dc-6d90-4bc4-b8b4-0df66f1d429a aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] TaaS: Handle Delete Port: b3ea1395-a7a3-4070-9988-26add3d8ede3 2026-03-05 08:15:53.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f955348-a7a8-4ca5-afa6-dac1d9ae7d42 req-a46518dc-6d90-4bc4-b8b4-0df66f1d429a aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] Tap Mirror: Handle Delete Port: b3ea1395-a7a3-4070-9988-26add3d8ede3 [pid: 8|app: 0|req: 680/1259] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1260] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:15:53 2026] GET /v2.0/security-groups?id=cabe250c-ad41-4238-8075-1f9c7a5ea5c9&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-03-05 08:15:53.990 7 INFO neutron.db.l3_db [req-5f955348-a7a8-4ca5-afa6-dac1d9ae7d42 req-a46518dc-6d90-4bc4-b8b4-0df66f1d429a aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] Floating IP 6569fd84-04b6-42bc-b003-b57b4615710a disassociated. External IP: 10.96.250.216, port: b3ea1395-a7a3-4070-9988-26add3d8ede3. [pid: 7|app: 0|req: 580/1261] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:15:53 2026] DELETE /v2.0/ports/b3ea1395-a7a3-4070-9988-26add3d8ede3 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:54.446 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e2eb339-4fd2-4b71-a062-85d198bdf038'] response: {'server_uuid': '769bd48f-24be-4462-b524-af64d1f9e600', 'name': 'network-vif-deleted', 'tag': 'b3ea1395-a7a3-4070-9988-26add3d8ede3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 682/1262] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:54 2026] GET /v2.0/security-groups?tenant_id=502e8a8241f24618a61a7af0c8278409&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1263] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:54 2026] DELETE /v2.0/security-groups/bb17aab4-6662-44d0-8950-1e9a3d2b9608 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:55.038 7 INFO neutron.services.segments.plugin [-] Segment 9fb25cf0-2496-4155-bcf3-270fa77883a3 resource provider aggregate not found [pid: 8|app: 0|req: 683/1264] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:55 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:15:55.045 7 INFO neutron.services.segments.plugin [-] Segment 9fb25cf0-2496-4155-bcf3-270fa77883a3 resource provider aggregate not found 2026-03-05 08:15:55.049 7 INFO neutron.services.segments.plugin [-] Segment 9fb25cf0-2496-4155-bcf3-270fa77883a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb25cf0-2496-4155-bcf3-270fa77883a3 found for delete ", "request_id": "req-fa5685f7-2278-4c8f-8c43-36d488a8feb2"}]} 2026-03-05 08:15:55.064 7 INFO neutron.services.segments.plugin [-] Segment 9fb25cf0-2496-4155-bcf3-270fa77883a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb25cf0-2496-4155-bcf3-270fa77883a3 found for delete ", "request_id": "req-2cb133a8-399c-4d8c-8867-e83dede5d0ba"}]} [pid: 8|app: 0|req: 684/1265] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:56 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => 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: 582/1266] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:56 2026] GET /v2.0/security-groups?tenant_id=0d092c20e86d4858a57ba11b5bc6de5b&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1267] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:56 2026] DELETE /v2.0/security-groups/5e28ac27-f2b7-40ef-b53a-b644c358d2fa => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:56.762 7 INFO neutron.db.segments_db [None req-5c16d42f-f299-4e60-bc74-326ada3e0860 d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] Added segment 5c9db7a9-bd8d-479b-a81e-ec4114b42612 of type vxlan for network 8cd57df9-00d8-4da3-b837-29305458c1e3 [pid: 7|app: 0|req: 583/1268] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:15:56 2026] POST /v2.0/networks => generated 625 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1271] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:56 2026] GET /v2.0/security-groups?tenant_id=637c24ecdec041bd83fc395d4356afcb&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1272] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:56 2026] DELETE /v2.0/security-groups/bc668e59-c674-4131-92f3-3a3e70155431 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1273] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:56 2026] POST /v2.0/subnets => generated 641 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:15:57.290 8 INFO neutron.db.segments_db [None req-66ad0c29-a125-4771-8d2f-a5d4153320ef d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] Added segment c6665ef3-b4d2-473d-8299-b50134d4f8ad of type vxlan for network 2440186f-9955-420c-a6dd-d965ded3c0d3 [pid: 8|app: 0|req: 688/1274] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:15:57 2026] POST /v2.0/networks => generated 624 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1275] 10.0.0.117 () {34 vars in 743 bytes} [Thu Mar 5 08:15:57 2026] PUT /v2.0/networks/2440186f-9955-420c-a6dd-d965ded3c0d3 => generated 592 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1276] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:15:57 2026] GET /v2.0/ports?device_id=769bd48f-24be-4462-b524-af64d1f9e600 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1277] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:15:57 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1278] 10.0.0.117 () {34 vars in 741 bytes} [Thu Mar 5 08:15:57 2026] PUT /v2.0/subnets/b0a74a9a-8421-479a-b20d-2c2c0f5d0a39 => generated 636 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:58.104 7 INFO neutron.services.segments.plugin [-] Segment c6665ef3-b4d2-473d-8299-b50134d4f8ad resource provider aggregate not found 2026-03-05 08:15:58.126 7 INFO neutron.services.segments.plugin [-] Segment c6665ef3-b4d2-473d-8299-b50134d4f8ad resource provider aggregate not found 2026-03-05 08:15:58.131 7 INFO neutron.services.segments.plugin [-] Segment c6665ef3-b4d2-473d-8299-b50134d4f8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6665ef3-b4d2-473d-8299-b50134d4f8ad found for delete ", "request_id": "req-9b5eaca2-5673-4500-8e58-60c1886cc70a"}]} [pid: 7|app: 0|req: 589/1279] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:57 2026] DELETE /v2.0/networks/2440186f-9955-420c-a6dd-d965ded3c0d3 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:58.160 7 INFO neutron.services.segments.plugin [-] Segment c6665ef3-b4d2-473d-8299-b50134d4f8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6665ef3-b4d2-473d-8299-b50134d4f8ad found for delete ", "request_id": "req-bec209b4-b3de-48cc-acfe-8e7209fc6cc2"}]} 2026-03-05 08:15:58.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de538d68-94f2-4916-886d-13a933443fd3 d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1280] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/networks/2440186f-9955-420c-a6dd-d965ded3c0d3 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1281] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1282] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/subnets?network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1283] 10.0.0.117 () {32 vars in 653 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1284] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1285] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/subnets => generated 1280 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1286] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/networks/8cd57df9-00d8-4da3-b837-29305458c1e3 => generated 669 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1287] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/subnets/84b7e216-eb70-4c74-9f08-65077b864b5d => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:15:58.605 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b38ea54-480c-414a-bbda-e666f156493a d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1288] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/subnets/b0a74a9a-8421-479a-b20d-2c2c0f5d0a39 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:15:58.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f140f1f1-dd65-4268-9750-6fbf10cf2357 d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1289] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/networks/2440186f-9955-420c-a6dd-d965ded3c0d3 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1290] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/security-groups/cabe250c-ad41-4238-8075-1f9c7a5ea5c9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:58.784 7 INFO neutron.api.v2.resource [None req-1b3d9e73-3307-4551-9b4c-087d616f69e7 aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1291] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:15:58 2026] GET /v2.0/security-groups/cabe250c-ad41-4238-8075-1f9c7a5ea5c9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1292] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/subnets/84b7e216-eb70-4c74-9f08-65077b864b5d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:15:58.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-b22fe937-4330-4cd0-8888-f7ed374519f7 aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] TaaS: Handle Delete Port: 66ef1db4-ef1a-4fb5-b79d-3482ee18ffd8 2026-03-05 08:15:58.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b22fe937-4330-4cd0-8888-f7ed374519f7 aca5cd2071344afc882f51b5bc02a61d f708250934734bef8362673c540d220e - - default default] Tap Mirror: Handle Delete Port: 66ef1db4-ef1a-4fb5-b79d-3482ee18ffd8 2026-03-05 08:15:58.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1b3b25c-7b2f-4016-a0b4-a9d0f588d121 d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] TaaS: Handle Delete Port: 84dfa11d-6d81-42ed-9b7b-fbc3e1292af4 2026-03-05 08:15:58.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b3b25c-7b2f-4016-a0b4-a9d0f588d121 d5d0226f100144d6af0f5c29e6332c4d 003a547367ec4bda852654b72690f706 - - default default] Tap Mirror: Handle Delete Port: 84dfa11d-6d81-42ed-9b7b-fbc3e1292af4 [pid: 7|app: 0|req: 597/1293] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/floatingips/6569fd84-04b6-42bc-b003-b57b4615710a => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:59.187 8 INFO neutron.services.segments.plugin [-] Segment 5c9db7a9-bd8d-479b-a81e-ec4114b42612 resource provider aggregate not found 2026-03-05 08:15:59.197 8 INFO neutron.services.segments.plugin [-] Segment 5c9db7a9-bd8d-479b-a81e-ec4114b42612 resource provider aggregate not found 2026-03-05 08:15:59.204 8 INFO neutron.services.segments.plugin [-] Segment 5c9db7a9-bd8d-479b-a81e-ec4114b42612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c9db7a9-bd8d-479b-a81e-ec4114b42612 found for delete ", "request_id": "req-3b4c17e2-cd5c-4511-bd25-3d4616c70c61"}]} 2026-03-05 08:15:59.215 8 INFO neutron.services.segments.plugin [-] Segment 5c9db7a9-bd8d-479b-a81e-ec4114b42612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c9db7a9-bd8d-479b-a81e-ec4114b42612 found for delete ", "request_id": "req-414090f9-e5ec-4623-a213-2aac52f7da9d"}]} [pid: 8|app: 0|req: 697/1294] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:15:58 2026] DELETE /v2.0/networks/8cd57df9-00d8-4da3-b837-29305458c1e3 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1295] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:59 2026] GET /v2.0/security-groups?tenant_id=e21bf2ef80b040b19de6261b08e7ffc1&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1296] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:15:59 2026] DELETE /v2.0/security-groups/0ebf4e82-0c08-4e28-bbd2-69b835a39c4a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:15:59.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7e67b07-de06-43bd-8029-b3a8743de997 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: fdcf4980-27c6-4f3d-b7d3-e86706f9539a 2026-03-05 08:15:59.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7e67b07-de06-43bd-8029-b3a8743de997 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: fdcf4980-27c6-4f3d-b7d3-e86706f9539a [pid: 7|app: 0|req: 600/1297] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:15:59 2026] GET /v2.0/security-groups?tenant_id=003a547367ec4bda852654b72690f706&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: 601/1298] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:00 2026] DELETE /v2.0/security-groups/c2e53955-4388-4359-af11-cfcb35731319 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1299] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:15:59 2026] PUT /v2.0/routers/f6f9c20c-d8e5-48c2-9c6c-6a3c9210af62/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:00.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e01f845-eb33-4e0d-9a27-25e6c0913af7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 7722543d-a95a-4022-8cdd-590f11ac8bdd 2026-03-05 08:16:00.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e01f845-eb33-4e0d-9a27-25e6c0913af7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 7722543d-a95a-4022-8cdd-590f11ac8bdd 2026-03-05 08:16:01.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e01f845-eb33-4e0d-9a27-25e6c0913af7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 0126718f-7bb4-4064-a4d7-8b1e319c8e27 2026-03-05 08:16:01.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e01f845-eb33-4e0d-9a27-25e6c0913af7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 0126718f-7bb4-4064-a4d7-8b1e319c8e27 2026-03-05 08:16:01.545 7 INFO neutron.services.segments.plugin [-] Segment f955d59a-f17d-4bfc-b995-f69b5e91d506 resource provider aggregate not found 2026-03-05 08:16:01.555 7 INFO neutron.services.segments.plugin [-] Segment f955d59a-f17d-4bfc-b995-f69b5e91d506 resource provider aggregate not found 2026-03-05 08:16:01.576 7 INFO neutron.services.segments.plugin [-] Segment f955d59a-f17d-4bfc-b995-f69b5e91d506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f955d59a-f17d-4bfc-b995-f69b5e91d506 found for delete ", "request_id": "req-ced3386a-2450-4e10-b8f9-1222124b1f80"}]} 2026-03-05 08:16:01.577 7 INFO neutron.services.segments.plugin [-] Segment f955d59a-f17d-4bfc-b995-f69b5e91d506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f955d59a-f17d-4bfc-b995-f69b5e91d506 found for delete ", "request_id": "req-dddbcfa4-22a9-468f-8701-b90b0329ee3e"}]} [pid: 8|app: 0|req: 699/1300] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:01 2026] GET /v2.0/security-groups?tenant_id=6658c13d10404616ae0db6a0e22ea0e4&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:01.599 7 INFO neutron.db.l3_hamode_db [None req-5e01f845-eb33-4e0d-9a27-25e6c0913af7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 86fd2407-4699-46fc-a343-7942646af38c was deleted as no HA routers are present in tenant f708250934734bef8362673c540d220e. [pid: 7|app: 0|req: 602/1301] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:00 2026] DELETE /v2.0/routers/f6f9c20c-d8e5-48c2-9c6c-6a3c9210af62 => generated 0 bytes in 1384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1302] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:01 2026] DELETE /v2.0/security-groups/214ffb6f-f855-4012-9529-ad58164c9e52 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1303] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:01 2026] DELETE /v2.0/subnets/056f3470-404c-4c61-85b2-96b67cbd7789 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:01.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ea86ae7-3d57-4cc4-b048-e140399e0e51 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 16f9163a-de2d-4f5e-8581-158102846f9a 2026-03-05 08:16:01.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ea86ae7-3d57-4cc4-b048-e140399e0e51 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 16f9163a-de2d-4f5e-8581-158102846f9a [pid: 7|app: 0|req: 604/1304] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:01 2026] GET /v2.0/security-groups?tenant_id=09cae470d81d45e9badad00e68e3e689&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:02.049 8 INFO neutron.services.segments.plugin [-] Segment e5794464-4856-4b3e-b9b3-de3acac3c584 resource provider aggregate not found 2026-03-05 08:16:02.056 8 INFO neutron.services.segments.plugin [-] Segment e5794464-4856-4b3e-b9b3-de3acac3c584 resource provider aggregate not found 2026-03-05 08:16:02.071 8 INFO neutron.services.segments.plugin [-] Segment e5794464-4856-4b3e-b9b3-de3acac3c584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5794464-4856-4b3e-b9b3-de3acac3c584 found for delete ", "request_id": "req-d04650b3-57b2-4fb2-9fab-33c480af42e2"}]} [pid: 8|app: 0|req: 701/1305] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:01 2026] DELETE /v2.0/networks/1f2a91e7-3491-4d40-b7a4-7b6b6c6f9aed => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:02.081 8 INFO neutron.services.segments.plugin [-] Segment e5794464-4856-4b3e-b9b3-de3acac3c584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5794464-4856-4b3e-b9b3-de3acac3c584 found for delete ", "request_id": "req-d9e3dc5f-d860-4235-8ea7-15f7b179d0e8"}]} [pid: 8|app: 0|req: 702/1306] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:02 2026] DELETE /v2.0/security-groups/b19e15c8-039a-49ca-9264-800753e60c50 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:02.295 7 INFO neutron.db.segments_db [None req-3c6b0e77-90ce-4a7f-8513-84b984ffeb0f 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Added segment e286a21a-ee0b-4b7d-8f9f-2915e87390f7 of type vxlan for network 1422219e-7a9c-46b8-ba31-2ae0254a5037 [pid: 8|app: 0|req: 703/1307] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:02 2026] GET /v2.0/security-groups?tenant_id=f708250934734bef8362673c540d220e&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: 605/1308] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:02 2026] POST /v2.0/networks => generated 630 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1309] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:02 2026] DELETE /v2.0/security-groups/870e525d-06f6-4598-bf9b-1d74933921c7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1310] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:02 2026] POST /v2.0/ports => generated 779 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:02.738 8 INFO neutron.db.segments_db [None req-3e038f19-d94f-4c34-a9b6-4375254983a4 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Added segment ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea of type vxlan for network 5a2ff869-e694-4053-acca-a97b5bd14aad [pid: 8|app: 0|req: 705/1311] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:02 2026] POST /v2.0/networks => generated 617 bytes in 137 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: 607/1312] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:02 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1313] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:03 2026] POST /v2.0/ports => generated 965 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:03.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f974faf-1a53-44ce-b9cd-84b6b72e8b13 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] TaaS: Handle Delete Port: 88731dab-425e-4200-8acd-17ead4140e37 2026-03-05 08:16:03.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f974faf-1a53-44ce-b9cd-84b6b72e8b13 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Tap Mirror: Handle Delete Port: 88731dab-425e-4200-8acd-17ead4140e37 [pid: 7|app: 0|req: 608/1314] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:03 2026] DELETE /v2.0/ports/88731dab-425e-4200-8acd-17ead4140e37 => generated 0 bytes in 230 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-03-05 08:16:03.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4785fd68-41be-46da-a368-3839a3b62bc1 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 707/1315] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:03 2026] DELETE /v2.0/ports/88731dab-425e-4200-8acd-17ead4140e37 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:03.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8860a8f6-deba-43b3-ad1e-5ab4300d9cbf 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1316] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:03 2026] GET /v2.0/ports/88731dab-425e-4200-8acd-17ead4140e37 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1317] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:03 2026] DELETE /v2.0/subnets/1a750534-8f84-4f16-a997-4d5c1c14102b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:03.958 7 INFO neutron.services.segments.plugin [-] Segment ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea resource provider aggregate not found 2026-03-05 08:16:03.963 7 INFO neutron.services.segments.plugin [-] Segment ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea resource provider aggregate not found 2026-03-05 08:16:03.978 7 INFO neutron.services.segments.plugin [-] Segment ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea found for delete ", "request_id": "req-c44b5977-afb8-45a1-8371-42c763789f2b"}]} 2026-03-05 08:16:03.981 7 INFO neutron.services.segments.plugin [-] Segment ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddbd4ff1-b9a6-4ea3-8d4b-e4d13dd9b4ea found for delete ", "request_id": "req-d50a53ec-4071-4f8d-8079-783ab304fc5b"}]} [pid: 7|app: 0|req: 610/1318] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:03 2026] DELETE /v2.0/networks/5a2ff869-e694-4053-acca-a97b5bd14aad => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:04.055 8 INFO neutron.db.segments_db [None req-83b67fe5-39d0-4a2b-a179-8fe0580033be 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Added segment ee457bb7-6187-4521-bf54-950093c02177 of type vxlan for network 53d22d64-4ab0-4dea-82a8-3aec43f37553 [pid: 8|app: 0|req: 709/1319] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:03 2026] POST /v2.0/networks => generated 617 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1320] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:04 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:04.627 8 INFO neutron.db.segments_db [None req-8c2deb51-b8c2-4ea9-9b4d-f1d835f697c0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment e21b9de1-e977-4b64-8709-77c7c5fdafce of type vxlan for network 27bded1e-afc6-4493-ae3c-78dc46c01b0b [pid: 8|app: 0|req: 710/1321] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:16:04 2026] POST /v2.0/networks => generated 725 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1322] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:04 2026] POST /v2.0/ports => generated 927 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1323] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:04 2026] GET /v2.0/security-groups?tenant_id=1644902f30454874ba347283d375bdd6&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:04.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8b36fcc-256e-49b8-8ad5-5d18b0662574 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] TaaS: Handle Delete Port: d597fd8d-7e51-4c63-af93-41f310372637 2026-03-05 08:16:04.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8b36fcc-256e-49b8-8ad5-5d18b0662574 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Tap Mirror: Handle Delete Port: d597fd8d-7e51-4c63-af93-41f310372637 [pid: 7|app: 0|req: 613/1324] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:04 2026] POST /v2.0/subnets => generated 691 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1325] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:04 2026] DELETE /v2.0/ports/d597fd8d-7e51-4c63-af93-41f310372637 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1326] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:04 2026] DELETE /v2.0/security-groups/85785966-adb3-4e5c-a665-352ee089c84b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:05.076 8 INFO neutron.db.segments_db [None req-e4fd649d-cf30-4657-a0b7-6afa95f0b74b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 8fe8432b-9978-4225-9332-9b9b25366e1a of type vxlan for network 225a63d8-0da0-40bd-ad1f-0607ed9ac75d 2026-03-05 08:16:05.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f210a4c3-59f5-4438-9fc6-9d4d66ca35f9 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1327] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:05 2026] GET /v2.0/ports/d597fd8d-7e51-4c63-af93-41f310372637 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1328] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:05 2026] DELETE /v2.0/subnets/e0c782d9-3eeb-4851-81e8-cef7445cd516 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:05.331 8 INFO neutron.db.l3_hamode_db [None req-e4fd649d-cf30-4657-a0b7-6afa95f0b74b 7d0c3f2c5c574033b0a6df6f39515ece 5a286409a8f2454fb101d272c8701c50 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 617/1329] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:05 2026] DELETE /v2.0/networks/53d22d64-4ab0-4dea-82a8-3aec43f37553 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1330] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:05 2026] POST /v2.0/ports => generated 777 bytes in 243 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: 619/1331] 10.0.0.117 () {34 vars in 737 bytes} [Thu Mar 5 08:16:05 2026] PUT /v2.0/ports/3e21e4f8-0d23-476b-8cd7-24ceb09eaa11 => generated 752 bytes in 177 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-03-05 08:16:05.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-14b03949-ed54-461c-9c99-313915a3c330 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] TaaS: Handle Delete Port: 3e21e4f8-0d23-476b-8cd7-24ceb09eaa11 2026-03-05 08:16:05.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14b03949-ed54-461c-9c99-313915a3c330 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Tap Mirror: Handle Delete Port: 3e21e4f8-0d23-476b-8cd7-24ceb09eaa11 2026-03-05 08:16:06.004 7 INFO neutron.services.segments.plugin [-] Segment ee457bb7-6187-4521-bf54-950093c02177 resource provider aggregate not found 2026-03-05 08:16:06.016 7 INFO neutron.services.segments.plugin [-] Segment ee457bb7-6187-4521-bf54-950093c02177 resource provider aggregate not found 2026-03-05 08:16:06.024 7 INFO neutron.services.segments.plugin [-] Segment ee457bb7-6187-4521-bf54-950093c02177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee457bb7-6187-4521-bf54-950093c02177 found for delete ", "request_id": "req-5a8f5309-be6d-45e3-a15a-4d286f796396"}]} 2026-03-05 08:16:06.032 7 INFO neutron.services.segments.plugin [-] Segment ee457bb7-6187-4521-bf54-950093c02177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee457bb7-6187-4521-bf54-950093c02177 found for delete ", "request_id": "req-3de7ea98-520c-452c-83c9-624f35055e1c"}]} [pid: 7|app: 0|req: 620/1332] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:05 2026] DELETE /v2.0/ports/3e21e4f8-0d23-476b-8cd7-24ceb09eaa11 => 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: 621/1333] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:16:06 2026] GET /v2.0/ports => generated 782 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:06.103 8 INFO neutron.db.l3_hamode_db [None req-e4fd649d-cf30-4657-a0b7-6afa95f0b74b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:06.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e81c47a-bd29-4dc3-8cf4-a21de6d62ef0 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1334] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:06 2026] GET /v2.0/ports/3e21e4f8-0d23-476b-8cd7-24ceb09eaa11 => 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: 623/1335] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:16:06 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1336] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:06 2026] GET /v2.0/ports/f58fa3bd-2ecc-491c-bc3c-29c09e15504d => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:06.221 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d9b147d-b473-4a6e-8fd0-8b20073cbfc8 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1337] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:06 2026] DELETE /v2.0/ports/d597fd8d-7e51-4c63-af93-41f310372637 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:06.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8343624-d760-4a58-ac28-92001411ac49 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1338] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:06 2026] DELETE /v2.0/subnets/e0c782d9-3eeb-4851-81e8-cef7445cd516 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:06.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f27c9085-79eb-4cba-87dd-69ecea2ee693 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1339] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:06 2026] DELETE /v2.0/subnets/1a750534-8f84-4f16-a997-4d5c1c14102b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:06.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3e72c06-a0e0-4d02-b0a4-433a4ec2c0a1 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] TaaS: Handle Delete Port: f58fa3bd-2ecc-491c-bc3c-29c09e15504d 2026-03-05 08:16:06.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e72c06-a0e0-4d02-b0a4-433a4ec2c0a1 3d34b6fd5f444128a2fa15942bc2cafa 48712da477ee4c4b9fe1cf3f1fcd5cb7 - - default default] Tap Mirror: Handle Delete Port: f58fa3bd-2ecc-491c-bc3c-29c09e15504d [pid: 7|app: 0|req: 628/1340] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:06 2026] DELETE /v2.0/ports/f58fa3bd-2ecc-491c-bc3c-29c09e15504d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1341] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:06 2026] DELETE /v2.0/networks/1422219e-7a9c-46b8-ba31-2ae0254a5037 => 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: 713/1342] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:05 2026] POST /v2.0/routers => generated 731 bytes in 1912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1343] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:07 2026] GET /v2.0/security-groups?tenant_id=48712da477ee4c4b9fe1cf3f1fcd5cb7&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1344] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:07 2026] GET /v2.0/security-groups?tenant_id=99c44f05439d4fbaa0e386fb912c5910&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1345] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:07 2026] DELETE /v2.0/security-groups/8f234527-e64b-4006-b5f7-293ed273dac0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1346] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:07 2026] DELETE /v2.0/security-groups/5dec15e5-3f5b-4871-aef5-6f5b84f46ff8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:08.042 7 INFO neutron.services.segments.plugin [-] Segment e286a21a-ee0b-4b7d-8f9f-2915e87390f7 resource provider aggregate not found 2026-03-05 08:16:08.078 7 INFO neutron.services.segments.plugin [-] Segment e286a21a-ee0b-4b7d-8f9f-2915e87390f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e286a21a-ee0b-4b7d-8f9f-2915e87390f7 found for delete ", "request_id": "req-ac9b45eb-d609-46af-b47c-730f3f03040c"}]} 2026-03-05 08:16:08.085 7 INFO neutron.services.segments.plugin [-] Segment e286a21a-ee0b-4b7d-8f9f-2915e87390f7 resource provider aggregate not found 2026-03-05 08:16:08.105 7 INFO neutron.services.segments.plugin [-] Segment e286a21a-ee0b-4b7d-8f9f-2915e87390f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e286a21a-ee0b-4b7d-8f9f-2915e87390f7 found for delete ", "request_id": "req-4a758304-0b4f-4e6b-b795-38949a8768ed"}]} [pid: 7|app: 0|req: 630/1347] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:06 2026] PUT /v2.0/routers/5a99f0c2-d938-4d0b-b73e-1a57031ca43d/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1348] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:16:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1349] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:16:09 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: 8|app: 0|req: 719/1350] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:16:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1351] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:16:09 2026] POST /v2.0/floatingips => generated 552 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:09.946 8 INFO neutron.db.segments_db [None req-05cb95b0-3478-4aa1-b7ac-dbf874856d50 5d3f32676a554531b176c069f98bf885 50d65dd02d02464887b5c88634d8e78d - - default default] Added segment b5398253-8b6f-4a7a-9704-3605afe3bb04 of type vxlan for network 8a70520d-0db2-4393-a4d1-9539381f72b5 [pid: 8|app: 0|req: 720/1352] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:09 2026] POST /v2.0/networks => generated 626 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1353] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/security-groups?tenant_id=12a785a814f3408ebf3bcac88527af97&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1354] 10.0.0.96 () {34 vars in 1099 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2029839007&fields=id&tenant_id=5a286409a8f2454fb101d272c8701c50 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1355] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:10 2026] DELETE /v2.0/security-groups/f6e07541-3727-4dc3-bc60-0eda82001224 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1356] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/networks?id=27bded1e-afc6-4493-ae3c-78dc46c01b0b => generated 676 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1357] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/quotas/5a286409a8f2454fb101d272c8701c50 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1358] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:10 2026] POST /v2.0/subnets => generated 673 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1359] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/ports?tenant_id=5a286409a8f2454fb101d272c8701c50&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:10.875 8 INFO neutron.db.segments_db [None req-57e4c59b-1eda-450d-9ff3-e33fded9697d 5d3f32676a554531b176c069f98bf885 50d65dd02d02464887b5c88634d8e78d - - default default] Added segment 8b9c9f29-643a-4bd0-83b4-bf25d5857036 of type vxlan for network a47e556e-14c8-4259-9489-c1578b1fb246 [pid: 7|app: 0|req: 638/1360] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1361] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:16:10 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1362] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:10 2026] POST /v2.0/networks => generated 629 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1363] 10.0.0.117 () {34 vars in 743 bytes} [Thu Mar 5 08:16:10 2026] PUT /v2.0/networks/a47e556e-14c8-4259-9489-c1578b1fb246 => generated 592 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1364] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:11 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1365] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:11 2026] POST /v2.0/subnets => generated 646 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1366] 10.0.0.117 () {34 vars in 741 bytes} [Thu Mar 5 08:16:11 2026] PUT /v2.0/subnets/2b39ec18-04bb-4918-83b9-b27157a23e47 => generated 656 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:11.844 8 INFO neutron.services.segments.plugin [-] Segment 8b9c9f29-643a-4bd0-83b4-bf25d5857036 resource provider aggregate not found 2026-03-05 08:16:11.853 8 INFO neutron.services.segments.plugin [-] Segment 8b9c9f29-643a-4bd0-83b4-bf25d5857036 resource provider aggregate not found 2026-03-05 08:16:11.867 8 INFO neutron.services.segments.plugin [-] Segment 8b9c9f29-643a-4bd0-83b4-bf25d5857036 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9c9f29-643a-4bd0-83b4-bf25d5857036 found for delete ", "request_id": "req-55024ddc-fe4c-489c-a198-22f6124f0613"}]} 2026-03-05 08:16:11.869 8 INFO neutron.services.segments.plugin [-] Segment 8b9c9f29-643a-4bd0-83b4-bf25d5857036 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9c9f29-643a-4bd0-83b4-bf25d5857036 found for delete ", "request_id": "req-f9243432-2811-480c-8e5a-985a44b98130"}]} [pid: 8|app: 0|req: 725/1369] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:11 2026] DELETE /v2.0/networks/a47e556e-14c8-4259-9489-c1578b1fb246 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:11.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d8ee0de-30f8-445a-a4bd-d3f7b9a5ffda 5d3f32676a554531b176c069f98bf885 50d65dd02d02464887b5c88634d8e78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1370] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:11 2026] DELETE /v2.0/networks/a47e556e-14c8-4259-9489-c1578b1fb246 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1371] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1372] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:16:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1373] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/subnets?network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1374] 10.0.0.117 () {32 vars in 653 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1375] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/networks => generated 1310 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1376] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/subnets => generated 1312 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1377] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/networks/8a70520d-0db2-4393-a4d1-9539381f72b5 => generated 670 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1378] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:12 2026] GET /v2.0/subnets/1852b4ae-09c8-4e2c-8a2b-c245cbcf55ab => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:12.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66c2e132-bd7f-4092-a83a-629436dc4484 5d3f32676a554531b176c069f98bf885 50d65dd02d02464887b5c88634d8e78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1379] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:12 2026] DELETE /v2.0/subnets/2b39ec18-04bb-4918-83b9-b27157a23e47 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:12.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73e8e39b-5f00-4624-8abd-833dbd0ba418 5d3f32676a554531b176c069f98bf885 50d65dd02d02464887b5c88634d8e78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1380] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:12 2026] DELETE /v2.0/networks/a47e556e-14c8-4259-9489-c1578b1fb246 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1381] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:12 2026] DELETE /v2.0/subnets/1852b4ae-09c8-4e2c-8a2b-c245cbcf55ab => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1382] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:12 2026] DELETE /v2.0/networks/8a70520d-0db2-4393-a4d1-9539381f72b5 => 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: 732/1383] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 652/1384] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/floatingips => generated 555 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1385] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/subnets => generated 2611 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1386] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1387] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/networks => generated 3622 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1388] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/ports => generated 10224 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1389] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/routers => generated 740 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1390] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1391] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/routers/5a99f0c2-d938-4d0b-b73e-1a57031ca43d/l3-agents => generated 682 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1392] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1393] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/security-groups => generated 26074 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-05 08:16:13.911 8 INFO neutron.services.segments.plugin [-] Segment b5398253-8b6f-4a7a-9704-3605afe3bb04 resource provider aggregate not found 2026-03-05 08:16:13.918 8 INFO neutron.services.segments.plugin [-] Segment b5398253-8b6f-4a7a-9704-3605afe3bb04 resource provider aggregate not found 2026-03-05 08:16:13.940 8 INFO neutron.services.segments.plugin [-] Segment b5398253-8b6f-4a7a-9704-3605afe3bb04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5398253-8b6f-4a7a-9704-3605afe3bb04 found for delete ", "request_id": "req-b33f9fc7-808b-45d3-b405-3d438b228bee"}]} 2026-03-05 08:16:13.955 8 INFO neutron.services.segments.plugin [-] Segment b5398253-8b6f-4a7a-9704-3605afe3bb04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5398253-8b6f-4a7a-9704-3605afe3bb04 found for delete ", "request_id": "req-63f0734b-c9dc-43af-97d7-fd13c16ff859"}]} [pid: 7|app: 0|req: 656/1394] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/security-groups?tenant_id=50d65dd02d02464887b5c88634d8e78d&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1395] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/subnets => generated 2611 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1396] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:16:13 2026] GET /v2.0/network-ip-availabilities => generated 2009 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1397] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:13 2026] DELETE /v2.0/security-groups/8973990b-7fb6-4e5d-be3d-6e345fd80f62 => 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: 658/1398] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:14 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 741/1399] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:14 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:15.350 7 INFO neutron.db.segments_db [None req-fe6becad-17a1-4068-9093-270cc76aa785 ccd7c464891c49c4b7bd19990acbabad e25b16f17da24309a1a54b252c7da233 - - default default] Added segment 0bfafbde-8fde-462e-a3c2-e2a40633de40 of type vxlan for network b821f23c-5617-4197-98d3-c4c3eb5b675c [pid: 7|app: 0|req: 659/1400] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:14 2026] POST /v2.0/networks => generated 613 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:15.489 8 INFO neutron.db.segments_db [None req-40c5c1a5-8858-4d6d-a6d1-3d96fd251519 ccd7c464891c49c4b7bd19990acbabad e25b16f17da24309a1a54b252c7da233 - - default default] Added segment a7d4b064-0825-40df-af79-e3738da006de of type vxlan for network 767f2a12-b464-43fe-b22c-86bcbfae578c [pid: 7|app: 0|req: 660/1401] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:16:15 2026] GET /v2.0/networks?id=27bded1e-afc6-4493-ae3c-78dc46c01b0b => generated 676 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1402] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:16:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5a286409a8f2454fb101d272c8701c50 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1403] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/networks => generated 613 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1404] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:15 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:15.671 8 INFO neutron.db.segments_db [None req-a89da4db-ab80-4fc0-b124-f7f68d1bbb1b ccd7c464891c49c4b7bd19990acbabad e25b16f17da24309a1a54b252c7da233 - - default default] Added segment ad0c982a-df94-425f-833f-58bf94b04d60 of type vxlan for network d6590900-2f60-45cb-b169-a3ecab03db85 [pid: 8|app: 0|req: 744/1405] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/networks => generated 612 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:15.784 8 INFO neutron.db.segments_db [None req-b2f27cef-b437-46f4-97ea-5860e820cf5e ccd7c464891c49c4b7bd19990acbabad e25b16f17da24309a1a54b252c7da233 - - default default] Added segment fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 of type vxlan for network d2c802dd-31ae-49ed-85fe-d33f4b78418b [pid: 8|app: 0|req: 745/1406] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/networks => generated 612 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1407] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/ports => generated 954 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:16:15.976 7 INFO neutron.db.segments_db [None req-2f3cee90-4293-4807-b897-d83ba7923f04 ccd7c464891c49c4b7bd19990acbabad e25b16f17da24309a1a54b252c7da233 - - default default] Added segment 9f25bc61-fc14-46db-ae44-5e435616af2f of type vxlan for network 5b646570-8696-4337-9f77-f496dcc5e279 [pid: 7|app: 0|req: 663/1408] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:16.089 8 INFO neutron.db.segments_db [None req-edde1cd9-9332-4796-b9b1-2f7f09584185 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 77b3666b-bff4-454e-8ba4-75c267b4b066 of type vxlan for network 25a37b33-10f9-4794-a146-4d3ce50f24af [pid: 8|app: 0|req: 746/1409] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:15 2026] POST /v2.0/networks => generated 614 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1410] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:16 2026] PUT /v2.0/networks/b821f23c-5617-4197-98d3-c4c3eb5b675c/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:16.264 8 INFO neutron.db.segments_db [None req-4c4a3418-5c4a-4a5e-9fc0-1896eb455ecb 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 5fb0d31a-a6b5-482a-97c0-d823b1335af5 of type vxlan for network 5007e3b4-dea6-400f-b18c-fa8af8316367 [pid: 8|app: 0|req: 748/1411] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:16 2026] POST /v2.0/networks => generated 615 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1412] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:16 2026] PUT /v2.0/networks/767f2a12-b464-43fe-b22c-86bcbfae578c/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1413] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:16:16 2026] PUT /v2.0/ports/6a728e0a-d2eb-4e18-a319-16372d2508d4 => generated 1235 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:16:16.442 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2410cf2-f113-48d0-ad81-c4f5f26b55f0'] response: {'name': 'network-changed', 'server_uuid': '1c443656-0e2b-47e8-bd70-dc94d04196eb', 'tag': '6a728e0a-d2eb-4e18-a319-16372d2508d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 665/1414] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:16 2026] PUT /v2.0/networks/d6590900-2f60-45cb-b169-a3ecab03db85/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: 666/1415] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:16 2026] PUT /v2.0/networks/d2c802dd-31ae-49ed-85fe-d33f4b78418b/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1416] 10.0.0.117 () {32 vars in 666 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1417] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:16 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1418] 10.0.0.117 () {32 vars in 680 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1419] 10.0.0.117 () {32 vars in 676 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1420] 10.0.0.117 () {32 vars in 688 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1421] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 672/1422] 10.0.0.117 () {32 vars in 674 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1423] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 751/1424] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:16 2026] POST /v2.0/subnets => generated 655 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1425] 10.0.0.117 () {32 vars in 688 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:16.957 8 INFO neutron.db.segments_db [None req-23f7ba51-8505-46a2-9f9d-8a2eb0e76c15 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 2aea8d84-3464-4a70-b624-cae76f399817 of type vxlan for network 55076360-6a68-4be3-ba0e-de895e92609b [pid: 7|app: 0|req: 675/1426] 10.0.0.117 () {32 vars in 684 bytes} [Thu Mar 5 08:16:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1427] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:16:17 2026] GET /v2.0/ports?tenant_id=5a286409a8f2454fb101d272c8701c50&device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 677/1428] 10.0.0.117 () {32 vars in 696 bytes} [Thu Mar 5 08:16:17 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1429] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:16:17 2026] GET /v2.0/networks?tenant_id=5a286409a8f2454fb101d272c8701c50&shared=False => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:17.167 8 INFO neutron.db.l3_hamode_db [None req-23f7ba51-8505-46a2-9f9d-8a2eb0e76c15 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:17.262 7 INFO neutron.services.segments.plugin [-] Segment 0bfafbde-8fde-462e-a3c2-e2a40633de40 resource provider aggregate not found 2026-03-05 08:16:17.267 7 INFO neutron.services.segments.plugin [-] Segment 0bfafbde-8fde-462e-a3c2-e2a40633de40 resource provider aggregate not found 2026-03-05 08:16:17.284 7 INFO neutron.services.segments.plugin [-] Segment 0bfafbde-8fde-462e-a3c2-e2a40633de40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfafbde-8fde-462e-a3c2-e2a40633de40 found for delete ", "request_id": "req-228f732f-20f6-46f6-9dd1-132a196234a7"}]} 2026-03-05 08:16:17.284 7 INFO neutron.services.segments.plugin [-] Segment 0bfafbde-8fde-462e-a3c2-e2a40633de40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfafbde-8fde-462e-a3c2-e2a40633de40 found for delete ", "request_id": "req-f763f4c8-c06a-4dd1-ac05-7229b5dc7197"}]} [pid: 7|app: 0|req: 679/1430] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:17 2026] DELETE /v2.0/networks/b821f23c-5617-4197-98d3-c4c3eb5b675c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:17.307 8 INFO neutron.db.l3_hamode_db [None req-23f7ba51-8505-46a2-9f9d-8a2eb0e76c15 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 680/1431] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:16:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1432] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:17 2026] DELETE /v2.0/networks/767f2a12-b464-43fe-b22c-86bcbfae578c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1433] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:17 2026] DELETE /v2.0/networks/d6590900-2f60-45cb-b169-a3ecab03db85 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1434] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:17 2026] DELETE /v2.0/networks/d2c802dd-31ae-49ed-85fe-d33f4b78418b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1435] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:17 2026] DELETE /v2.0/networks/5b646570-8696-4337-9f77-f496dcc5e279 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1436] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:16 2026] POST /v2.0/routers => generated 511 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1437] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:17 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 754/1438] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 755/1439] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/ports?tenant_id=5a286409a8f2454fb101d272c8701c50&device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 756/1440] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6a728e0a-d2eb-4e18-a319-16372d2508d4 => 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: 757/1441] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/subnets?id=c0f4af12-7c0b-4b55-b450-8eab0cb9821d => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1442] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/ports?network_id=27bded1e-afc6-4493-ae3c-78dc46c01b0b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1443] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1444] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?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: 761/1445] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/security-groups?tenant_id=e25b16f17da24309a1a54b252c7da233&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1446] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:17 2026] PUT /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271/add_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1447] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:18 2026] DELETE /v2.0/security-groups/b6da294c-4cf9-450a-834d-d85a0803fe9e => 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: 686/1448] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:18 2026] GET /v2.0/ports/8d0d1bdd-4500-4f4c-b2db-d0db7c8c7149 => generated 959 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1449] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:19 2026] GET /v2.0/security-groups?tenant_id=60c88ae51f8d4ba7b135b2187d6c3e8a&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1450] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:19 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 689/1451] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:19 2026] DELETE /v2.0/security-groups/c65302bd-3f7e-4f14-82f7-8f40723ac767 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:19.313 7 INFO neutron.services.segments.plugin [-] Segment a7d4b064-0825-40df-af79-e3738da006de resource provider aggregate not found 2026-03-05 08:16:19.319 7 INFO neutron.services.segments.plugin [-] Segment a7d4b064-0825-40df-af79-e3738da006de resource provider aggregate not found [pid: 7|app: 0|req: 690/1452] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:19 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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-03-05 08:16:19.334 7 INFO neutron.services.segments.plugin [-] Segment a7d4b064-0825-40df-af79-e3738da006de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d4b064-0825-40df-af79-e3738da006de found for delete ", "request_id": "req-0e6bd965-6539-4af4-a0c3-195d79944823"}]} 2026-03-05 08:16:19.339 7 INFO neutron.services.segments.plugin [-] Segment a7d4b064-0825-40df-af79-e3738da006de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d4b064-0825-40df-af79-e3738da006de found for delete ", "request_id": "req-1fe35ac0-9f1d-4404-9993-c78b18dc6829"}]} 2026-03-05 08:16:19.352 7 INFO neutron.services.segments.plugin [-] Segment ad0c982a-df94-425f-833f-58bf94b04d60 resource provider aggregate not found 2026-03-05 08:16:19.359 7 INFO neutron.services.segments.plugin [-] Segment ad0c982a-df94-425f-833f-58bf94b04d60 resource provider aggregate not found 2026-03-05 08:16:19.365 7 INFO neutron.services.segments.plugin [-] Segment ad0c982a-df94-425f-833f-58bf94b04d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad0c982a-df94-425f-833f-58bf94b04d60 found for delete ", "request_id": "req-33ecd90d-a090-49a6-9a75-20fa68562b80"}]} 2026-03-05 08:16:19.379 7 INFO neutron.services.segments.plugin [-] Segment ad0c982a-df94-425f-833f-58bf94b04d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad0c982a-df94-425f-833f-58bf94b04d60 found for delete ", "request_id": "req-01b081c9-f8b4-4fc7-9cae-51e2430367c4"}]} 2026-03-05 08:16:19.383 7 INFO neutron.services.segments.plugin [-] Segment fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 resource provider aggregate not found 2026-03-05 08:16:19.399 7 INFO neutron.services.segments.plugin [-] Segment fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 found for delete ", "request_id": "req-85a396e8-55eb-4751-aeb4-0ecdcc989b28"}]} 2026-03-05 08:16:19.405 7 INFO neutron.services.segments.plugin [-] Segment fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 resource provider aggregate not found 2026-03-05 08:16:19.419 7 INFO neutron.services.segments.plugin [-] Segment 9f25bc61-fc14-46db-ae44-5e435616af2f resource provider aggregate not found 2026-03-05 08:16:19.423 7 INFO neutron.services.segments.plugin [-] Segment fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb722ff7-9f95-4cfa-bc35-3eb6d787a4f4 found for delete ", "request_id": "req-58776c3d-6f92-4f62-b31f-8aa04109b081"}]} 2026-03-05 08:16:19.435 7 INFO neutron.services.segments.plugin [-] Segment 9f25bc61-fc14-46db-ae44-5e435616af2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f25bc61-fc14-46db-ae44-5e435616af2f found for delete ", "request_id": "req-57a3cafa-96f6-4780-af21-de893c87b696"}]} 2026-03-05 08:16:19.444 7 INFO neutron.services.segments.plugin [-] Segment 9f25bc61-fc14-46db-ae44-5e435616af2f resource provider aggregate not found 2026-03-05 08:16:19.460 7 INFO neutron.services.segments.plugin [-] Segment 9f25bc61-fc14-46db-ae44-5e435616af2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f25bc61-fc14-46db-ae44-5e435616af2f found for delete ", "request_id": "req-cf619dc9-6114-4184-9157-d4906c58f744"}]} [pid: 7|app: 0|req: 691/1453] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:19 2026] GET /v2.0/security-groups?tenant_id=e187fcd832e2458cba613e41842b545f&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: 692/1454] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:19 2026] DELETE /v2.0/security-groups/9c58d509-c8bd-4e7c-8ee3-dd269f7c8e34 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1455] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:18 2026] PUT /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1456] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:20 2026] GET /v2.0/ports/58e6cd12-6c2a-42a7-b949-b21c01db6181 => generated 967 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:20.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d304213-97a5-4bd9-9a0d-7780d9d27d45 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 58e6cd12-6c2a-42a7-b949-b21c01db6181 2026-03-05 08:16:20.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d304213-97a5-4bd9-9a0d-7780d9d27d45 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 58e6cd12-6c2a-42a7-b949-b21c01db6181 [pid: 7|app: 0|req: 694/1457] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:20 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 695/1458] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:20 2026] GET /v2.0/security-groups?tenant_id=287f23dc7ffe45858f8246c8a6a01c70&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1459] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:20 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 764/1460] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:20 2026] PUT /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271/remove_router_interface => generated 309 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1461] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:20 2026] DELETE /v2.0/security-groups/134c3362-a907-406c-90bc-f92f6597f76a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:21.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1fa1c29-ccc0-42f9-81c8-3e7deebc4751 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 8d0d1bdd-4500-4f4c-b2db-d0db7c8c7149 2026-03-05 08:16:21.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1fa1c29-ccc0-42f9-81c8-3e7deebc4751 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 8d0d1bdd-4500-4f4c-b2db-d0db7c8c7149 [pid: 8|app: 0|req: 765/1462] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:20 2026] PUT /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271/remove_router_interface => generated 309 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1463] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:21 2026] GET /v2.0/ports?device_id=85b9cfa3-98be-4728-bd7d-272167b73271 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:21.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-e34d99b3-d197-4a0f-adc6-16e829e624b0 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: d5ddf3d8-3938-4663-b294-12db69b371da 2026-03-05 08:16:21.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e34d99b3-d197-4a0f-adc6-16e829e624b0 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: d5ddf3d8-3938-4663-b294-12db69b371da [pid: 7|app: 0|req: 699/1464] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:21 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 700/1465] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:21 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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-03-05 08:16:22.114 8 INFO neutron.services.segments.plugin [-] Segment 2aea8d84-3464-4a70-b624-cae76f399817 resource provider aggregate not found 2026-03-05 08:16:22.123 8 INFO neutron.services.segments.plugin [-] Segment 2aea8d84-3464-4a70-b624-cae76f399817 resource provider aggregate not found 2026-03-05 08:16:22.134 8 INFO neutron.services.segments.plugin [-] Segment 2aea8d84-3464-4a70-b624-cae76f399817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aea8d84-3464-4a70-b624-cae76f399817 found for delete ", "request_id": "req-562a0a97-67d6-4660-b182-3bd4f5fcf0c0"}]} 2026-03-05 08:16:22.146 8 INFO neutron.services.segments.plugin [-] Segment 2aea8d84-3464-4a70-b624-cae76f399817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aea8d84-3464-4a70-b624-cae76f399817 found for delete ", "request_id": "req-80c25f41-3efc-45a8-9eaf-2150b7f1d86d"}]} 2026-03-05 08:16:22.155 8 INFO neutron.db.l3_hamode_db [None req-e34d99b3-d197-4a0f-adc6-16e829e624b0 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] HA network 55076360-6a68-4be3-ba0e-de895e92609b was deleted as no HA routers are present in tenant 1541ab859be44de3ab30ba276aeaf750. [pid: 8|app: 0|req: 766/1466] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:21 2026] DELETE /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1467] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:22 2026] DELETE /v2.0/subnets/110afee5-74c9-47a0-ac3b-52b9bc6b247e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1468] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:22 2026] DELETE /v2.0/subnets/5ec8b377-2ff2-4500-a83a-e9f543b7983b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:22.591 7 INFO neutron.services.segments.plugin [-] Segment 5fb0d31a-a6b5-482a-97c0-d823b1335af5 resource provider aggregate not found 2026-03-05 08:16:22.592 7 INFO neutron.services.segments.plugin [-] Segment 5fb0d31a-a6b5-482a-97c0-d823b1335af5 resource provider aggregate not found 2026-03-05 08:16:22.611 7 INFO neutron.services.segments.plugin [-] Segment 5fb0d31a-a6b5-482a-97c0-d823b1335af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fb0d31a-a6b5-482a-97c0-d823b1335af5 found for delete ", "request_id": "req-fffb7710-f2ea-4766-84ee-ebca78535062"}]} 2026-03-05 08:16:22.613 7 INFO neutron.services.segments.plugin [-] Segment 5fb0d31a-a6b5-482a-97c0-d823b1335af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fb0d31a-a6b5-482a-97c0-d823b1335af5 found for delete ", "request_id": "req-cb946869-7c21-4cc6-9366-50216fd4dc80"}]} [pid: 7|app: 0|req: 702/1469] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:22 2026] DELETE /v2.0/networks/5007e3b4-dea6-400f-b18c-fa8af8316367 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:22.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-b788f860-79de-4766-b087-abf343197e66 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 59000642-d802-4afd-b4d2-e2325b2fee82 2026-03-05 08:16:22.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b788f860-79de-4766-b087-abf343197e66 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 59000642-d802-4afd-b4d2-e2325b2fee82 [pid: 8|app: 0|req: 768/1470] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:22 2026] DELETE /v2.0/networks/25a37b33-10f9-4794-a146-4d3ce50f24af => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:23.000 7 INFO neutron.db.segments_db [None req-c37c128f-20c7-4d1c-9e73-6d452d67c05b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 5fc5ad17-1b40-4827-adfe-af5a601366f1 of type vxlan for network 2f4f2cea-4875-468e-8942-40f94fc2ab07 [pid: 7|app: 0|req: 703/1471] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:22 2026] POST /v2.0/networks => generated 614 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1472] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:23 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1473] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:23 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 704/1474] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:23 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:23.405 8 INFO neutron.db.segments_db [None req-dde994de-d309-456b-b2c8-9ad496934b7f 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment c62240a6-05b3-4304-86f2-5a1f486fb2f9 of type vxlan for network f03d9fe8-43d5-43f7-a2e6-8d6537d51f66 2026-03-05 08:16:23.653 8 INFO neutron.db.l3_hamode_db [None req-dde994de-d309-456b-b2c8-9ad496934b7f 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:23.768 8 INFO neutron.db.l3_hamode_db [None req-dde994de-d309-456b-b2c8-9ad496934b7f 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:24.167 8 INFO neutron.services.segments.plugin [-] Segment 77b3666b-bff4-454e-8ba4-75c267b4b066 resource provider aggregate not found 2026-03-05 08:16:24.172 8 INFO neutron.services.segments.plugin [-] Segment 77b3666b-bff4-454e-8ba4-75c267b4b066 resource provider aggregate not found 2026-03-05 08:16:24.195 8 INFO neutron.services.segments.plugin [-] Segment 77b3666b-bff4-454e-8ba4-75c267b4b066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b3666b-bff4-454e-8ba4-75c267b4b066 found for delete ", "request_id": "req-b6bdc167-1950-480b-af95-9e98308d60ff"}]} 2026-03-05 08:16:24.196 8 INFO neutron.services.segments.plugin [-] Segment 77b3666b-bff4-454e-8ba4-75c267b4b066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b3666b-bff4-454e-8ba4-75c267b4b066 found for delete ", "request_id": "req-e350109d-2148-4328-b7d5-fd36280b4fc0"}]} [pid: 8|app: 0|req: 771/1475] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:23 2026] POST /v2.0/routers => generated 510 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1476] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:24 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:24.563 7 INFO neutron.db.segments_db [None req-4cefdf0c-c3c3-4ba1-8950-ef4eedee8e09 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Added segment 334851b8-1d1f-433a-9c5e-625c14603477 of type vxlan for network a7c7c08d-f2a6-41fe-bd40-da9054aa8510 [pid: 7|app: 0|req: 705/1477] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:24 2026] POST /v2.0/networks => generated 613 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1478] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:24 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 773/1479] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:24 2026] POST /v2.0/ports => generated 964 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 774/1480] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:24 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1481] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:24 2026] POST /v2.0/ports => generated 743 bytes in 326 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-03-05 08:16:25.384 7 INFO neutron.db.l3_db [None req-97da77ff-944d-403b-90bb-57f7c08a3ab0 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] Floating IP 986e6936-7686-4894-86df-d56afcc35e01 associated. External IP: 10.96.250.202, port: 6a728e0a-d2eb-4e18-a319-16372d2508d4. [pid: 7|app: 0|req: 708/1482] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:25 2026] PUT /v2.0/floatingips/986e6936-7686-4894-86df-d56afcc35e01 => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:25.744 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b057c91-8844-4fa4-a687-1bcf58b850e2'] response: {'name': 'network-changed', 'server_uuid': '1c443656-0e2b-47e8-bd70-dc94d04196eb', 'tag': '6a728e0a-d2eb-4e18-a319-16372d2508d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1483] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:24 2026] PUT /v2.0/routers/b4931c02-6f06-4a6b-927a-bb5eb0b3af0d/add_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1484] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:25 2026] POST /v2.0/trunks => generated 407 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1485] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:25 2026] GET /v2.0/ports/e31934c6-ffe3-4ce8-953f-42ff08e30c1b => generated 1038 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:16:26.019 7 INFO neutron.db.segments_db [None req-36ce43fb-9fa0-4ce2-9bb8-4c8b8d730b91 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Added segment 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c of type vxlan for network 504e9c76-cf45-4cae-80b8-4337b8982986 [pid: 7|app: 0|req: 711/1486] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:25 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:26.146 8 INFO neutron.db.segments_db [None req-3d0034a3-625f-478a-8381-eed3fa63abd7 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Added segment 769f9794-7b9e-4c3f-80af-2ee62978b205 of type vxlan for network 0019d113-ce70-444d-9491-72f4f63fc3cd [pid: 8|app: 0|req: 776/1487] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:25 2026] POST /v2.0/networks => generated 612 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:26.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e7e90e7-176d-487f-a522-a5d2d600626b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: e31934c6-ffe3-4ce8-953f-42ff08e30c1b 2026-03-05 08:16:26.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7e90e7-176d-487f-a522-a5d2d600626b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: e31934c6-ffe3-4ce8-953f-42ff08e30c1b [pid: 8|app: 0|req: 777/1488] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:26 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 778/1489] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:26 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1490] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:26 2026] PUT /v2.0/routers/b4931c02-6f06-4a6b-927a-bb5eb0b3af0d/remove_router_interface => generated 309 bytes in 759 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 779/1491] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:16:26 2026] GET /v2.0/ports?tenant_id=5a286409a8f2454fb101d272c8701c50&device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:26.966 8 INFO neutron.db.segments_db [None req-28fd5e60-f18d-417b-845c-5fa4f5576f57 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Added segment 94fff044-bef3-46fb-80d0-46c077a231c7 of type vxlan for network c4444e9a-ab31-4dd8-bfc1-401927c8621b [pid: 7|app: 0|req: 713/1494] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:26 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1495] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:26 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1496] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/networks?id=27bded1e-afc6-4493-ae3c-78dc46c01b0b => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:27.136 7 INFO neutron.api.v2.resource [None req-7ee9f6ee-0c5d-40ea-96d2-e9995a3c281c 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1497] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:27 2026] PUT /v2.0/routers/b4931c02-6f06-4a6b-927a-bb5eb0b3af0d/remove_router_interface => generated 197 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:27.169 8 INFO neutron.db.segments_db [None req-60ec7690-912b-4d8e-b8c7-d04a63f0f2a1 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Added segment 01f3015a-5151-42b4-b39c-844e939c84e6 of type vxlan for network db275ab3-bae2-49b4-9893-cfce0d2af592 [pid: 8|app: 0|req: 784/1498] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1499] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6a728e0a-d2eb-4e18-a319-16372d2508d4 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1500] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/ports?device_id=b4931c02-6f06-4a6b-927a-bb5eb0b3af0d => 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: 715/1501] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 716/1502] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/subnets?id=c0f4af12-7c0b-4b55-b450-8eab0cb9821d => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1503] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/ports => generated 743 bytes in 298 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-03-05 08:16:27.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3b63216-ffb5-4bdd-a590-f9992f278584 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: f69f055b-56d6-431b-8547-45d84fd71dc5 2026-03-05 08:16:27.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3b63216-ffb5-4bdd-a590-f9992f278584 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: f69f055b-56d6-431b-8547-45d84fd71dc5 2026-03-05 08:16:27.661 8 INFO neutron.db.segments_db [None req-51b6ebe5-5f6f-4883-a25c-ec60f0ffba44 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Added segment 760497ee-4e29-4e21-8d47-6c9df6d622c9 of type vxlan for network 319ec100-a79d-4de8-b080-493d6e950ba9 [pid: 8|app: 0|req: 788/1504] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1505] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/ports?network_id=27bded1e-afc6-4493-ae3c-78dc46c01b0b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:27.944 7 INFO neutron.services.segments.plugin [-] Segment c62240a6-05b3-4304-86f2-5a1f486fb2f9 resource provider aggregate not found 2026-03-05 08:16:27.950 7 INFO neutron.services.segments.plugin [-] Segment c62240a6-05b3-4304-86f2-5a1f486fb2f9 resource provider aggregate not found 2026-03-05 08:16:27.964 7 INFO neutron.services.segments.plugin [-] Segment c62240a6-05b3-4304-86f2-5a1f486fb2f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62240a6-05b3-4304-86f2-5a1f486fb2f9 found for delete ", "request_id": "req-884f1775-6567-497b-8c88-fb58843a4f9b"}]} 2026-03-05 08:16:27.972 7 INFO neutron.services.segments.plugin [-] Segment c62240a6-05b3-4304-86f2-5a1f486fb2f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62240a6-05b3-4304-86f2-5a1f486fb2f9 found for delete ", "request_id": "req-a485703c-a8bf-4e3f-b372-8c7f412f9626"}]} 2026-03-05 08:16:27.977 7 INFO neutron.db.l3_hamode_db [None req-e3b63216-ffb5-4bdd-a590-f9992f278584 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] HA network f03d9fe8-43d5-43f7-a2e6-8d6537d51f66 was deleted as no HA routers are present in tenant 1541ab859be44de3ab30ba276aeaf750. [pid: 8|app: 0|req: 790/1506] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1507] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:27 2026] DELETE /v2.0/routers/b4931c02-6f06-4a6b-927a-bb5eb0b3af0d => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1508] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:16:27 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:28.078 7 INFO neutron.db.segments_db [None req-a041c42a-4f21-4a91-b3f2-228d1e65bbca 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Added segment 49ec9d12-0280-4add-a54d-b748fc16102e of type vxlan for network 984c8ac6-3ae9-4dbe-bccd-624352a47912 [pid: 7|app: 0|req: 719/1509] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/networks => generated 611 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1510] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:27 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1511] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:28 2026] DELETE /v2.0/subnets/e72581ff-a2ec-48f3-8ecc-5b60e23aa041 => generated 0 bytes in 128 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: 792/1512] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:16:28 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?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-03-05 08:16:28.375 8 INFO neutron.db.segments_db [None req-5ecfeda1-d863-4b41-9e55-ac3ae3a1f568 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Added segment ff83c7bd-bfb3-494e-b312-dcba7b36490b of type vxlan for network 2c4c354b-e06a-4550-85b2-f14914004ff5 [pid: 8|app: 0|req: 793/1513] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1514] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/ports => generated 743 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, ' 2026-03-05 08:16:28.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d7cb51a-91cc-48f7-89f0-45b949ad0466 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 3510d0c2-0841-4cf1-8c2a-6c127e5ce151 2026-03-05 08:16:28.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d7cb51a-91cc-48f7-89f0-45b949ad0466 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 3510d0c2-0841-4cf1-8c2a-6c127e5ce151 2026-03-05 08:16:28.847 8 INFO neutron.services.segments.plugin [-] Segment 5fc5ad17-1b40-4827-adfe-af5a601366f1 resource provider aggregate not found 2026-03-05 08:16:28.851 8 INFO neutron.services.segments.plugin [-] Segment 5fc5ad17-1b40-4827-adfe-af5a601366f1 resource provider aggregate not found 2026-03-05 08:16:28.867 8 INFO neutron.services.segments.plugin [-] Segment 5fc5ad17-1b40-4827-adfe-af5a601366f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc5ad17-1b40-4827-adfe-af5a601366f1 found for delete ", "request_id": "req-61b4b25e-4c34-4427-a928-0b0457b90a69"}]} 2026-03-05 08:16:28.870 8 INFO neutron.services.segments.plugin [-] Segment 5fc5ad17-1b40-4827-adfe-af5a601366f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc5ad17-1b40-4827-adfe-af5a601366f1 found for delete ", "request_id": "req-ee127b6f-cd59-478b-8d7e-0cd262afae8d"}]} [pid: 8|app: 0|req: 794/1515] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:28 2026] DELETE /v2.0/networks/2f4f2cea-4875-468e-8942-40f94fc2ab07 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1516] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/ports => generated 743 bytes in 273 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-03-05 08:16:28.928 7 INFO neutron.db.segments_db [None req-405f9a23-3940-429c-8747-a793d3a65560 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment a8a15b2d-ec38-4a00-a6e4-1801a99ba10c of type vxlan for network f074d093-e031-4393-a73f-0ede04ec0c6d [pid: 7|app: 0|req: 723/1517] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/networks => generated 615 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1518] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:29.038 7 INFO neutron.db.segments_db [None req-e5e286d0-ee91-40cb-973f-2b3a1892b88f 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Added segment 491f87a5-247e-4d06-993e-569dc89df1ef of type vxlan for network 4b0c5368-06ef-47a2-8495-694e7e91a5d4 [pid: 7|app: 0|req: 724/1519] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:28 2026] POST /v2.0/networks => generated 612 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:29.149 7 INFO neutron.db.segments_db [None req-08543f39-613c-4e9e-916a-8d9e5d2f002f 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Added segment 0dd80bde-079d-4970-b7a3-6165fe6401f8 of type vxlan for network d7170620-3fea-492f-a47c-84129ce260d7 [pid: 7|app: 0|req: 725/1520] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/networks => generated 612 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1521] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1522] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/ports => generated 743 bytes in 288 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-03-05 08:16:29.545 7 INFO neutron.db.segments_db [None req-08b0f65f-d88b-464b-a254-ad3e169c8a9b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 9280782c-7e95-44eb-8edb-e5e201f6eac9 of type vxlan for network 73ba4330-aec7-4564-a9b2-603a1ce3c752 [pid: 8|app: 0|req: 797/1523] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/ports => generated 743 bytes in 284 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: 798/1524] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/ports/bde55c60-839b-4096-8e9d-c71ae4ff289d/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 799/1525] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/trunks => generated 407 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:29.791 7 INFO neutron.db.l3_hamode_db [None req-08b0f65f-d88b-464b-a254-ad3e169c8a9b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 800/1526] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/ports/a3c224f0-ef3f-4c44-afb2-6ad5b8dfe94b/tags => generated 25 bytes in 74 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: 801/1527] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/trunks/0851392c-69a2-419e-9eff-732a41b8d50c/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:29.919 7 INFO neutron.db.l3_hamode_db [None req-08b0f65f-d88b-464b-a254-ad3e169c8a9b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 802/1528] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/ports/d7b3e544-c251-4df7-9d23-22b96a1957e5/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 803/1529] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/trunks/8cc359ce-82ce-4ac8-8aff-470af484b3e9/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1530] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:16:29 2026] PUT /v2.0/ports/90ab4a4e-af40-437f-a24b-5304d435b44d/tags => generated 19 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: 8|app: 0|req: 805/1531] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:30 2026] PUT /v2.0/trunks/d5448b51-8054-4a18-a28a-ff20128ff6d1/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1532] 10.0.0.117 () {32 vars in 660 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1533] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:30 2026] PUT /v2.0/trunks/97f716b3-b109-480b-bcfc-c9fc403723a3/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1534] 10.0.0.117 () {32 vars in 674 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1535] 10.0.0.117 () {32 vars in 662 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1536] 10.0.0.117 () {32 vars in 670 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1537] 10.0.0.117 () {32 vars in 676 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1538] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1539] 10.0.0.117 () {32 vars in 672 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1540] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:29 2026] POST /v2.0/routers => generated 510 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1541] 10.0.0.117 () {32 vars in 668 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1542] 10.0.0.117 () {32 vars in 684 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1543] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1544] 10.0.0.117 () {32 vars in 670 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1545] 10.0.0.117 () {32 vars in 678 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1546] 10.0.0.117 () {32 vars in 684 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1547] 10.0.0.117 () {32 vars in 690 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1548] 10.0.0.117 () {32 vars in 680 bytes} [Thu Mar 5 08:16:30 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) 2026-03-05 08:16:30.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a155acd-2609-4544-8135-ff30284f9bfa 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] TaaS: Handle Delete Port: bde55c60-839b-4096-8e9d-c71ae4ff289d 2026-03-05 08:16:30.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a155acd-2609-4544-8135-ff30284f9bfa 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Tap Mirror: Handle Delete Port: bde55c60-839b-4096-8e9d-c71ae4ff289d [pid: 7|app: 0|req: 735/1549] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:30 2026] DELETE /v2.0/ports/bde55c60-839b-4096-8e9d-c71ae4ff289d => 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: 736/1550] 10.0.0.117 () {32 vars in 692 bytes} [Thu Mar 5 08:16:30 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:31.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c508fb4-9be4-4c3f-bc9e-73b3b123e0a1 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] TaaS: Handle Delete Port: a3c224f0-ef3f-4c44-afb2-6ad5b8dfe94b 2026-03-05 08:16:31.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c508fb4-9be4-4c3f-bc9e-73b3b123e0a1 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Tap Mirror: Handle Delete Port: a3c224f0-ef3f-4c44-afb2-6ad5b8dfe94b [pid: 7|app: 0|req: 737/1551] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/ports/a3c224f0-ef3f-4c44-afb2-6ad5b8dfe94b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1552] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:31 2026] GET /v2.0/trunks/0851392c-69a2-419e-9eff-732a41b8d50c => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:31.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-886dbb66-1373-4f9a-8a2e-c61ab1379ea3 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] TaaS: Handle Delete Port: d7b3e544-c251-4df7-9d23-22b96a1957e5 2026-03-05 08:16:31.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886dbb66-1373-4f9a-8a2e-c61ab1379ea3 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Tap Mirror: Handle Delete Port: d7b3e544-c251-4df7-9d23-22b96a1957e5 [pid: 7|app: 0|req: 739/1553] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/ports/d7b3e544-c251-4df7-9d23-22b96a1957e5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1554] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:31 2026] GET /v2.0/ports/872294b1-946c-4f53-84dc-eb8fa3e334cc => 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: 815/1555] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:30 2026] PUT /v2.0/routers/67f63280-4adb-4b0a-95eb-5b195b7412a5/add_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:31.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b0aa201-4a00-4008-95b3-9701717723da 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] TaaS: Handle Delete Port: 90ab4a4e-af40-437f-a24b-5304d435b44d 2026-03-05 08:16:31.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b0aa201-4a00-4008-95b3-9701717723da 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Tap Mirror: Handle Delete Port: 90ab4a4e-af40-437f-a24b-5304d435b44d [pid: 8|app: 0|req: 816/1556] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/trunks/0851392c-69a2-419e-9eff-732a41b8d50c => 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: 741/1557] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/ports/90ab4a4e-af40-437f-a24b-5304d435b44d => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1558] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:31 2026] GET /v2.0/ports/77a123fa-20bc-4377-a92a-617be862028c => generated 959 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1559] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:31 2026] GET /v2.0/trunks/8cc359ce-82ce-4ac8-8aff-470af484b3e9 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:31.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-30b5ad4e-5c3a-47ee-b5ba-14878bd43d5a 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] TaaS: Handle Delete Port: 980e2708-7582-4ab9-9906-c3a7da92133b 2026-03-05 08:16:31.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30b5ad4e-5c3a-47ee-b5ba-14878bd43d5a 97ca35fb39fc4d24b569fa6cbe7e34c9 f85c29ea4f7b41a5b3cf585861118249 - - default default] Tap Mirror: Handle Delete Port: 980e2708-7582-4ab9-9906-c3a7da92133b [pid: 8|app: 0|req: 818/1560] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/ports/980e2708-7582-4ab9-9906-c3a7da92133b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1561] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:31 2026] GET /v2.0/ports/35397592-db46-4eff-ac8c-51aa9a51f908 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:31.971 8 INFO neutron.services.segments.plugin [-] Segment 769f9794-7b9e-4c3f-80af-2ee62978b205 resource provider aggregate not found 2026-03-05 08:16:31.972 8 INFO neutron.services.segments.plugin [-] Segment 769f9794-7b9e-4c3f-80af-2ee62978b205 resource provider aggregate not found 2026-03-05 08:16:32.000 8 INFO neutron.services.segments.plugin [-] Segment 769f9794-7b9e-4c3f-80af-2ee62978b205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769f9794-7b9e-4c3f-80af-2ee62978b205 found for delete ", "request_id": "req-d516645d-b50e-44e1-87f3-54a973506c5e"}]} 2026-03-05 08:16:32.001 8 INFO neutron.services.segments.plugin [-] Segment 769f9794-7b9e-4c3f-80af-2ee62978b205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769f9794-7b9e-4c3f-80af-2ee62978b205 found for delete ", "request_id": "req-1cb5c470-e44b-4deb-8e85-8ca533b5cdc2"}]} [pid: 8|app: 0|req: 820/1562] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:31 2026] DELETE /v2.0/networks/0019d113-ce70-444d-9491-72f4f63fc3cd => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1563] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/trunks/8cc359ce-82ce-4ac8-8aff-470af484b3e9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1564] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/networks/c4444e9a-ab31-4dd8-bfc1-401927c8621b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1565] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/trunks/d5448b51-8054-4a18-a28a-ff20128ff6d1 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1566] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/networks/319ec100-a79d-4de8-b080-493d6e950ba9 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1567] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/ports/3c2a35fc-7a20-4d7f-9838-cd44b3cb4775 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1568] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/networks/2c4c354b-e06a-4550-85b2-f14914004ff5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1569] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/trunks/d5448b51-8054-4a18-a28a-ff20128ff6d1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:32.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0c51385-cfea-4a26-9923-303a17c58837 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 77a123fa-20bc-4377-a92a-617be862028c 2026-03-05 08:16:32.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0c51385-cfea-4a26-9923-303a17c58837 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 77a123fa-20bc-4377-a92a-617be862028c [pid: 8|app: 0|req: 828/1570] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/networks/4b0c5368-06ef-47a2-8495-694e7e91a5d4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1571] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/trunks/97f716b3-b109-480b-bcfc-c9fc403723a3 => generated 414 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1572] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/ports/26986307-2f5c-4df5-aac8-2a0af4205ecc => 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: 831/1573] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/trunks/97f716b3-b109-480b-bcfc-c9fc403723a3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1574] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/trunks/64edc5e8-fa57-4d04-8d45-cc6964e943ee => generated 407 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1575] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:32 2026] GET /v2.0/ports/dbc6fb80-cfe0-41da-8c90-1fd7c5b71cf4 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1576] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/trunks/64edc5e8-fa57-4d04-8d45-cc6964e943ee => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1577] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:31 2026] PUT /v2.0/routers/67f63280-4adb-4b0a-95eb-5b195b7412a5/remove_router_interface => generated 309 bytes in 1426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:33.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd78afc5-9f94-42c1-8cc6-85c6be8f5f31 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] TaaS: Handle Delete Port: 872294b1-946c-4f53-84dc-eb8fa3e334cc 2026-03-05 08:16:33.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd78afc5-9f94-42c1-8cc6-85c6be8f5f31 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Tap Mirror: Handle Delete Port: 872294b1-946c-4f53-84dc-eb8fa3e334cc [pid: 7|app: 0|req: 744/1578] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:33 2026] GET /v2.0/ports?device_id=67f63280-4adb-4b0a-95eb-5b195b7412a5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:33.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-964fd08e-4b11-49c7-bae5-40307996d43b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 2da4e64b-b325-4d89-ba61-3500a9a2ab53 2026-03-05 08:16:33.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-964fd08e-4b11-49c7-bae5-40307996d43b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 2da4e64b-b325-4d89-ba61-3500a9a2ab53 2026-03-05 08:16:33.579 7 INFO neutron.services.segments.plugin [-] Segment 9280782c-7e95-44eb-8edb-e5e201f6eac9 resource provider aggregate not found 2026-03-05 08:16:33.585 7 INFO neutron.services.segments.plugin [-] Segment 9280782c-7e95-44eb-8edb-e5e201f6eac9 resource provider aggregate not found [pid: 8|app: 0|req: 835/1579] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:32 2026] DELETE /v2.0/ports/872294b1-946c-4f53-84dc-eb8fa3e334cc => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:33.605 7 INFO neutron.services.segments.plugin [-] Segment 9280782c-7e95-44eb-8edb-e5e201f6eac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9280782c-7e95-44eb-8edb-e5e201f6eac9 found for delete ", "request_id": "req-f8ebcf6b-2d91-464d-b9ee-2deb3d77f288"}]} 2026-03-05 08:16:33.606 7 INFO neutron.services.segments.plugin [-] Segment 9280782c-7e95-44eb-8edb-e5e201f6eac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9280782c-7e95-44eb-8edb-e5e201f6eac9 found for delete ", "request_id": "req-cda1bbab-f21f-4a47-a9c9-26622b8a6f61"}]} 2026-03-05 08:16:33.609 7 INFO neutron.db.l3_hamode_db [None req-964fd08e-4b11-49c7-bae5-40307996d43b 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] HA network 73ba4330-aec7-4564-a9b2-603a1ce3c752 was deleted as no HA routers are present in tenant 1541ab859be44de3ab30ba276aeaf750. [pid: 7|app: 0|req: 745/1580] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/routers/67f63280-4adb-4b0a-95eb-5b195b7412a5 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:33.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-be14d607-29b0-402e-a246-52f3cc76b77b 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] TaaS: Handle Delete Port: 35397592-db46-4eff-ac8c-51aa9a51f908 2026-03-05 08:16:33.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be14d607-29b0-402e-a246-52f3cc76b77b 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Tap Mirror: Handle Delete Port: 35397592-db46-4eff-ac8c-51aa9a51f908 [pid: 8|app: 0|req: 836/1581] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:33 2026] GET /v2.0/security-groups?tenant_id=f85c29ea4f7b41a5b3cf585861118249&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1582] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/ports/35397592-db46-4eff-ac8c-51aa9a51f908 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1583] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/subnets/87327c50-9c71-4829-9831-edbd412c821f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1584] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/security-groups/4c8ad033-cf3c-468b-8322-382fc685b85e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:33.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eadbdd5-0fab-4f5c-832d-f353b51e0647 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] TaaS: Handle Delete Port: 3c2a35fc-7a20-4d7f-9838-cd44b3cb4775 2026-03-05 08:16:33.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eadbdd5-0fab-4f5c-832d-f353b51e0647 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Tap Mirror: Handle Delete Port: 3c2a35fc-7a20-4d7f-9838-cd44b3cb4775 2026-03-05 08:16:34.027 8 INFO neutron.services.segments.plugin [-] Segment 94fff044-bef3-46fb-80d0-46c077a231c7 resource provider aggregate not found 2026-03-05 08:16:34.029 8 INFO neutron.services.segments.plugin [-] Segment 94fff044-bef3-46fb-80d0-46c077a231c7 resource provider aggregate not found 2026-03-05 08:16:34.043 8 INFO neutron.services.segments.plugin [-] Segment 94fff044-bef3-46fb-80d0-46c077a231c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fff044-bef3-46fb-80d0-46c077a231c7 found for delete ", "request_id": "req-20db1387-55ff-4607-8fc5-d86bc1c457e5"}]} 2026-03-05 08:16:34.048 8 INFO neutron.services.segments.plugin [-] Segment 94fff044-bef3-46fb-80d0-46c077a231c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fff044-bef3-46fb-80d0-46c077a231c7 found for delete ", "request_id": "req-cb14a506-7151-46f0-88ab-eb965bae1081"}]} [pid: 7|app: 0|req: 748/1585] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/networks/f074d093-e031-4393-a73f-0ede04ec0c6d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:34.068 8 INFO neutron.services.segments.plugin [-] Segment 760497ee-4e29-4e21-8d47-6c9df6d622c9 resource provider aggregate not found 2026-03-05 08:16:34.072 8 INFO neutron.services.segments.plugin [-] Segment 760497ee-4e29-4e21-8d47-6c9df6d622c9 resource provider aggregate not found 2026-03-05 08:16:34.086 8 INFO neutron.services.segments.plugin [-] Segment 760497ee-4e29-4e21-8d47-6c9df6d622c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760497ee-4e29-4e21-8d47-6c9df6d622c9 found for delete ", "request_id": "req-6c2d1b31-255a-4783-8a4c-5ff2849e6ca9"}]} 2026-03-05 08:16:34.092 8 INFO neutron.services.segments.plugin [-] Segment 760497ee-4e29-4e21-8d47-6c9df6d622c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760497ee-4e29-4e21-8d47-6c9df6d622c9 found for delete ", "request_id": "req-902dd91d-650b-4530-bcf8-5c3ba06d8b6a"}]} [pid: 8|app: 0|req: 838/1586] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:33 2026] DELETE /v2.0/ports/3c2a35fc-7a20-4d7f-9838-cd44b3cb4775 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:34.110 8 INFO neutron.services.segments.plugin [-] Segment ff83c7bd-bfb3-494e-b312-dcba7b36490b resource provider aggregate not found 2026-03-05 08:16:34.117 8 INFO neutron.services.segments.plugin [-] Segment ff83c7bd-bfb3-494e-b312-dcba7b36490b resource provider aggregate not found 2026-03-05 08:16:34.132 8 INFO neutron.services.segments.plugin [-] Segment ff83c7bd-bfb3-494e-b312-dcba7b36490b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff83c7bd-bfb3-494e-b312-dcba7b36490b found for delete ", "request_id": "req-13bb31f6-0d3c-4526-961e-9ab8c34ac466"}]} 2026-03-05 08:16:34.141 8 INFO neutron.services.segments.plugin [-] Segment ff83c7bd-bfb3-494e-b312-dcba7b36490b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff83c7bd-bfb3-494e-b312-dcba7b36490b found for delete ", "request_id": "req-89d1dcc5-ae3e-4fe2-b00d-966c601d56ef"}]} 2026-03-05 08:16:34.147 8 INFO neutron.services.segments.plugin [-] Segment 491f87a5-247e-4d06-993e-569dc89df1ef resource provider aggregate not found 2026-03-05 08:16:34.163 8 INFO neutron.services.segments.plugin [-] Segment 491f87a5-247e-4d06-993e-569dc89df1ef resource provider aggregate not found 2026-03-05 08:16:34.169 8 INFO neutron.services.segments.plugin [-] Segment 491f87a5-247e-4d06-993e-569dc89df1ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491f87a5-247e-4d06-993e-569dc89df1ef found for delete ", "request_id": "req-1d9ea7c2-8a49-490a-803e-3042f858f57b"}]} 2026-03-05 08:16:34.178 8 INFO neutron.services.segments.plugin [-] Segment 491f87a5-247e-4d06-993e-569dc89df1ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491f87a5-247e-4d06-993e-569dc89df1ef found for delete ", "request_id": "req-e0732910-511e-41fa-aeae-bba273dc5451"}]} 2026-03-05 08:16:34.187 8 INFO neutron.db.segments_db [None req-cf97aa16-5bb8-4bc1-b963-fda4c7010cf6 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Added segment 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 of type vxlan for network ea35ed06-e11f-4d03-8af6-51a26b35e403 [pid: 7|app: 0|req: 749/1587] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:34 2026] GET /v2.0/security-groups?tenant_id=e5d2b58b2bb04d13aba5c2c269ecac86&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:34.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-53030a87-0d0f-429f-ab56-54a94d50d3cb 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] TaaS: Handle Delete Port: 26986307-2f5c-4df5-aac8-2a0af4205ecc 2026-03-05 08:16:34.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53030a87-0d0f-429f-ab56-54a94d50d3cb 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Tap Mirror: Handle Delete Port: 26986307-2f5c-4df5-aac8-2a0af4205ecc [pid: 7|app: 0|req: 750/1588] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:34 2026] DELETE /v2.0/ports/26986307-2f5c-4df5-aac8-2a0af4205ecc => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:34.445 8 INFO neutron.db.l3_hamode_db [None req-cf97aa16-5bb8-4bc1-b963-fda4c7010cf6 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 751/1589] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:34 2026] DELETE /v2.0/security-groups/f0798273-6daa-4de7-874c-da8ed56c4c85 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:34.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-56eed9f3-4156-4e6d-b07e-eb8bd87e9a28 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] TaaS: Handle Delete Port: dbc6fb80-cfe0-41da-8c90-1fd7c5b71cf4 2026-03-05 08:16:34.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56eed9f3-4156-4e6d-b07e-eb8bd87e9a28 4eecc35275924253bc0686f9c55c1c2a d7df97c1934145c298ab937980a3979c - - default default] Tap Mirror: Handle Delete Port: dbc6fb80-cfe0-41da-8c90-1fd7c5b71cf4 [pid: 7|app: 0|req: 752/1590] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:34 2026] DELETE /v2.0/ports/dbc6fb80-cfe0-41da-8c90-1fd7c5b71cf4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1591] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:34 2026] GET /v2.0/security-groups?tenant_id=3429aea6ccd14f819dc26ac05cecf208&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1592] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:34 2026] DELETE /v2.0/networks/a7c7c08d-f2a6-41fe-bd40-da9054aa8510 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1593] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:34 2026] DELETE /v2.0/security-groups/01ca945a-cbaf-46b2-b702-fb39f0a6e441 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1594] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:35 2026] DELETE /v2.0/networks/504e9c76-cf45-4cae-80b8-4337b8982986 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:35.186 8 INFO neutron.db.l3_hamode_db [None req-cf97aa16-5bb8-4bc1-b963-fda4c7010cf6 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 757/1595] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:35 2026] DELETE /v2.0/networks/db275ab3-bae2-49b4-9893-cfce0d2af592 => 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: 758/1596] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:35 2026] DELETE /v2.0/networks/984c8ac6-3ae9-4dbe-bccd-624352a47912 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:35.624 7 INFO neutron.services.segments.plugin [-] Segment a8a15b2d-ec38-4a00-a6e4-1801a99ba10c resource provider aggregate not found 2026-03-05 08:16:35.635 7 INFO neutron.services.segments.plugin [-] Segment a8a15b2d-ec38-4a00-a6e4-1801a99ba10c resource provider aggregate not found 2026-03-05 08:16:35.636 7 INFO neutron.services.segments.plugin [-] Segment a8a15b2d-ec38-4a00-a6e4-1801a99ba10c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a15b2d-ec38-4a00-a6e4-1801a99ba10c found for delete ", "request_id": "req-55048151-8f8a-4aab-bdc9-98bbe9d8c332"}]} [pid: 7|app: 0|req: 759/1597] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:35 2026] DELETE /v2.0/networks/d7170620-3fea-492f-a47c-84129ce260d7 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:35.653 7 INFO neutron.services.segments.plugin [-] Segment 334851b8-1d1f-433a-9c5e-625c14603477 resource provider aggregate not found 2026-03-05 08:16:35.659 7 INFO neutron.services.segments.plugin [-] Segment a8a15b2d-ec38-4a00-a6e4-1801a99ba10c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a15b2d-ec38-4a00-a6e4-1801a99ba10c found for delete ", "request_id": "req-877c57a4-91bb-49d8-8ac1-9d9fcff6d033"}]} 2026-03-05 08:16:35.667 7 INFO neutron.services.segments.plugin [-] Segment 334851b8-1d1f-433a-9c5e-625c14603477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 334851b8-1d1f-433a-9c5e-625c14603477 found for delete ", "request_id": "req-ffdf4526-f11a-4380-b997-98e12937f9d3"}]} 2026-03-05 08:16:35.672 7 INFO neutron.services.segments.plugin [-] Segment 334851b8-1d1f-433a-9c5e-625c14603477 resource provider aggregate not found 2026-03-05 08:16:35.684 7 INFO neutron.services.segments.plugin [-] Segment 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c resource provider aggregate not found 2026-03-05 08:16:35.690 7 INFO neutron.services.segments.plugin [-] Segment 334851b8-1d1f-433a-9c5e-625c14603477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 334851b8-1d1f-433a-9c5e-625c14603477 found for delete ", "request_id": "req-ad6f7e9e-0c75-4a2f-83de-3adec3aeeebf"}]} 2026-03-05 08:16:35.701 7 INFO neutron.services.segments.plugin [-] Segment 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c found for delete ", "request_id": "req-98901da5-a161-4e1b-8ad4-6ecf0412f3c1"}]} 2026-03-05 08:16:35.704 7 INFO neutron.services.segments.plugin [-] Segment 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c resource provider aggregate not found 2026-03-05 08:16:35.715 7 INFO neutron.services.segments.plugin [-] Segment 01f3015a-5151-42b4-b39c-844e939c84e6 resource provider aggregate not found 2026-03-05 08:16:35.719 7 INFO neutron.services.segments.plugin [-] Segment 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f960b2b-90f5-4f9e-b2cd-e31e78b6734c found for delete ", "request_id": "req-6d7f33b7-0a38-44a1-84b9-2f007e54c68c"}]} 2026-03-05 08:16:35.732 7 INFO neutron.services.segments.plugin [-] Segment 01f3015a-5151-42b4-b39c-844e939c84e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01f3015a-5151-42b4-b39c-844e939c84e6 found for delete ", "request_id": "req-34228ed4-c4dd-478d-8e36-255205a556dc"}]} 2026-03-05 08:16:35.740 7 INFO neutron.services.segments.plugin [-] Segment 01f3015a-5151-42b4-b39c-844e939c84e6 resource provider aggregate not found 2026-03-05 08:16:35.748 7 INFO neutron.services.segments.plugin [-] Segment 49ec9d12-0280-4add-a54d-b748fc16102e resource provider aggregate not found 2026-03-05 08:16:35.760 7 INFO neutron.services.segments.plugin [-] Segment 49ec9d12-0280-4add-a54d-b748fc16102e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ec9d12-0280-4add-a54d-b748fc16102e found for delete ", "request_id": "req-6fa4004e-13a5-442f-bc1e-adeddd094547"}]} 2026-03-05 08:16:35.767 7 INFO neutron.services.segments.plugin [-] Segment 01f3015a-5151-42b4-b39c-844e939c84e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01f3015a-5151-42b4-b39c-844e939c84e6 found for delete ", "request_id": "req-08ceeca4-a5bf-430c-9ba5-b063e3e0d3a3"}]} 2026-03-05 08:16:35.773 7 INFO neutron.services.segments.plugin [-] Segment 0dd80bde-079d-4970-b7a3-6165fe6401f8 resource provider aggregate not found 2026-03-05 08:16:35.780 7 INFO neutron.services.segments.plugin [-] Segment 49ec9d12-0280-4add-a54d-b748fc16102e resource provider aggregate not found 2026-03-05 08:16:35.791 7 INFO neutron.services.segments.plugin [-] Segment 49ec9d12-0280-4add-a54d-b748fc16102e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ec9d12-0280-4add-a54d-b748fc16102e found for delete ", "request_id": "req-a8d1de4e-e830-4004-bb70-692bfa8b87b4"}]} 2026-03-05 08:16:35.795 7 INFO neutron.services.segments.plugin [-] Segment 0dd80bde-079d-4970-b7a3-6165fe6401f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dd80bde-079d-4970-b7a3-6165fe6401f8 found for delete ", "request_id": "req-bd0e4473-a79a-4aeb-9f99-36ca2cb48c46"}]} 2026-03-05 08:16:35.803 7 INFO neutron.services.segments.plugin [-] Segment 0dd80bde-079d-4970-b7a3-6165fe6401f8 resource provider aggregate not found 2026-03-05 08:16:35.816 7 INFO neutron.services.segments.plugin [-] Segment 0dd80bde-079d-4970-b7a3-6165fe6401f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dd80bde-079d-4970-b7a3-6165fe6401f8 found for delete ", "request_id": "req-d39be9fc-7e23-4425-a420-8f17f0ab0e47"}]} [pid: 8|app: 0|req: 839/1598] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:34 2026] POST /v2.0/routers => generated 690 bytes in 2053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1599] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:16:35 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 1240 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1600] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 840/1601] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/routers/64ce0e3e-1221-4e95-8208-90844a03766a => generated 696 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1602] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/routers => generated 699 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1603] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/security-groups?tenant_id=ba19f91dd8e14c21a507c136ffd70e34&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1604] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:36 2026] DELETE /v2.0/security-groups/3e7bfb9f-4f6a-4f88-9c0f-7d7e4e250bab => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1605] 10.0.0.117 () {34 vars in 741 bytes} [Thu Mar 5 08:16:36 2026] PUT /v2.0/routers/64ce0e3e-1221-4e95-8208-90844a03766a => generated 703 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1606] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/routers/64ce0e3e-1221-4e95-8208-90844a03766a => generated 703 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1607] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/ports?device_id=64ce0e3e-1221-4e95-8208-90844a03766a => 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: 843/1608] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:36 2026] GET /v2.0/security-groups?tenant_id=b24071481c654ed4a663247300612fa6&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: 844/1609] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:36 2026] DELETE /v2.0/security-groups/6275253c-59f2-4aa0-8c26-ab17cacebf82 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:37.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9564c5d-dcc2-4cb7-873e-8b74ebf8ea95 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: 6433c720-3b3e-4b8f-b05f-6e0c4bfad191 2026-03-05 08:16:37.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9564c5d-dcc2-4cb7-873e-8b74ebf8ea95 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: 6433c720-3b3e-4b8f-b05f-6e0c4bfad191 [pid: 8|app: 0|req: 845/1610] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:37 2026] GET /v2.0/security-groups?tenant_id=d7df97c1934145c298ab937980a3979c&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1611] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/security-groups/0c79a17b-79d0-4c80-98b1-b851e275d116 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:37.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9564c5d-dcc2-4cb7-873e-8b74ebf8ea95 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] TaaS: Handle Delete Port: f17d8094-a542-4c2d-a417-7fefbd2eacc3 2026-03-05 08:16:37.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9564c5d-dcc2-4cb7-873e-8b74ebf8ea95 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] Tap Mirror: Handle Delete Port: f17d8094-a542-4c2d-a417-7fefbd2eacc3 2026-03-05 08:16:37.694 7 INFO neutron.db.l3_hamode_db [None req-d9564c5d-dcc2-4cb7-873e-8b74ebf8ea95 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] HA network ea35ed06-e11f-4d03-8af6-51a26b35e403 was deleted as no HA routers are present in tenant 1541ab859be44de3ab30ba276aeaf750. [pid: 7|app: 0|req: 766/1612] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:36 2026] DELETE /v2.0/routers/64ce0e3e-1221-4e95-8208-90844a03766a => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1613] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:37 2026] GET /v2.0/ports?device_id=64ce0e3e-1221-4e95-8208-90844a03766a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:37.761 7 INFO neutron.api.v2.resource [None req-a80cfb59-3cf4-4cba-9203-97c71b09aeb0 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1614] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/routers/64ce0e3e-1221-4e95-8208-90844a03766a => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1615] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:37 2026] GET /v2.0/ports?device_id=67f63280-4adb-4b0a-95eb-5b195b7412a5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:37.828 7 INFO neutron.services.segments.plugin [-] Segment 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 resource provider aggregate not found 2026-03-05 08:16:37.837 7 INFO neutron.api.v2.resource [None req-99e0e58d-c3f6-44f5-a7bc-a8ba76dc9e3c 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1616] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/routers/67f63280-4adb-4b0a-95eb-5b195b7412a5 => generated 135 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:37.851 7 INFO neutron.services.segments.plugin [-] Segment 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 found for delete ", "request_id": "req-b7b58f48-b21b-4f4d-8847-319ea260af1a"}]} 2026-03-05 08:16:37.852 7 INFO neutron.services.segments.plugin [-] Segment 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 resource provider aggregate not found 2026-03-05 08:16:37.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-547ff459-345e-4250-a669-b1be481b93d5 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1617] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/subnets/87327c50-9c71-4829-9831-edbd412c821f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:37.874 7 INFO neutron.services.segments.plugin [-] Segment 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd53ac2-d0c1-4c0d-a641-fe51046b7076 found for delete ", "request_id": "req-879420d6-bc38-434d-a58d-2be65207c429"}]} [pid: 7|app: 0|req: 769/1618] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:37 2026] GET /v2.0/ports?device_id=b4931c02-6f06-4a6b-927a-bb5eb0b3af0d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:37.911 8 INFO neutron.api.v2.resource [None req-36b89cc5-3847-4599-9b8e-f2e665d35efc 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1619] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/routers/b4931c02-6f06-4a6b-927a-bb5eb0b3af0d => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:37.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b06da95-e77d-4220-8882-959f6ff2fd75 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1620] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/subnets/e72581ff-a2ec-48f3-8ecc-5b60e23aa041 => 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: 851/1621] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:37 2026] GET /v2.0/ports?device_id=85b9cfa3-98be-4728-bd7d-272167b73271 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:37.990 7 INFO neutron.api.v2.resource [None req-5326b5dc-fd23-49e1-80db-01eac7927fb3 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1622] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/routers/85b9cfa3-98be-4728-bd7d-272167b73271 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:38.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-787bcacf-a6e1-44ee-a3fc-e557a70ff316 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1623] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:37 2026] DELETE /v2.0/subnets/110afee5-74c9-47a0-ac3b-52b9bc6b247e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:38.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e626ba2a-1d99-4717-8d7a-3f5a219018f2 51ebf07e531248fdbfedf583720ee089 1541ab859be44de3ab30ba276aeaf750 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1624] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:38 2026] DELETE /v2.0/subnets/5ec8b377-2ff2-4500-a83a-e9f543b7983b => 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: 853/1625] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:38 2026] GET /v2.0/security-groups?tenant_id=1541ab859be44de3ab30ba276aeaf750&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1626] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:38 2026] DELETE /v2.0/security-groups/69a7e688-d5de-4160-9050-634b13ff0f4f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1627] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:16:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1628] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:16:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1629] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:16:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1630] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:16:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1631] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:16:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1632] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:39 2026] PUT /v2.0/policies/86d28961-7191-46fb-b6be-5a9b713c6c49/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1633] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:39 2026] PUT /v2.0/policies/2cf63207-cab0-4607-b223-1d9712975f96/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1634] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:39 2026] PUT /v2.0/policies/1262f037-3ca0-436f-b749-178f3c79bc1e/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1635] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:39 2026] PUT /v2.0/policies/853d1a6d-4a88-49ba-a9a7-1da5b38a6d8c/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1636] 10.0.0.117 () {32 vars in 674 bytes} [Thu Mar 5 08:16:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1637] 10.0.0.117 () {32 vars in 688 bytes} [Thu Mar 5 08:16:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1638] 10.0.0.117 () {32 vars in 684 bytes} [Thu Mar 5 08:16:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1639] 10.0.0.117 () {32 vars in 696 bytes} [Thu Mar 5 08:16:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:40.831 7 INFO neutron.db.segments_db [None req-3518c7b3-2713-4e86-b29a-0f27cd229b09 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment ec6caefd-df31-486b-a916-234244cde534 of type vxlan for network 21afbe1c-d982-4be8-8ea1-826a47349120 [pid: 7|app: 0|req: 779/1640] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:40 2026] POST /v2.0/networks => generated 611 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:40.954 8 INFO neutron.db.segments_db [None req-8190e9a7-bba6-48c5-b376-b0945eca5509 ff640712719a4ac49ce0a6263180da77 9cc99dd5ee834928a13027631de69403 - - default default] Added segment 6917edfd-250e-4e5a-a672-5cb44adcf473 of type vxlan for network f51c0d27-6c8c-4f23-900e-7223f8d00a1a [pid: 7|app: 0|req: 780/1641] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:16:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:41.022 7 INFO neutron.db.segments_db [None req-691d4090-e170-4352-8c9c-35711fffd766 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment 87896918-f9ed-42d2-aff4-cdc377b19393 of type vxlan for network 57f55299-86ad-41f7-b61b-5103ef7db73c [pid: 8|app: 0|req: 862/1642] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:40 2026] POST /v2.0/networks => generated 613 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1643] 10.0.0.117 () {32 vars in 696 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1644] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:40 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1645] 10.0.0.117 () {32 vars in 692 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1646] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:41 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: 865/1647] 10.0.0.117 () {32 vars in 704 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1648] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:41 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1649] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:41 2026] PUT /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1650] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:41 2026] DELETE /v2.0/qos/policies/86d28961-7191-46fb-b6be-5a9b713c6c49 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1651] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1652] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:41 2026] DELETE /v2.0/qos/policies/2cf63207-cab0-4607-b223-1d9712975f96 => 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: 787/1653] 10.0.0.117 () {34 vars in 762 bytes} [Thu Mar 5 08:16:41 2026] PUT /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1654] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:41 2026] DELETE /v2.0/qos/policies/1262f037-3ca0-436f-b749-178f3c79bc1e => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1655] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:41 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1656] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1657] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:41 2026] DELETE /v2.0/qos/policies/853d1a6d-4a88-49ba-a9a7-1da5b38a6d8c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:41.758 7 INFO neutron.db.segments_db [None req-5060d8de-6c9c-4b60-901c-407124a5e5fd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment 28bb4021-fa65-4b02-9e70-8d51f3d08cdd of type vxlan for network d52e5846-fca1-4e04-b35a-acf218f148c3 [pid: 8|app: 0|req: 869/1658] 10.0.0.117 () {34 vars in 758 bytes} [Thu Mar 5 08:16:41 2026] PUT /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1661] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:41 2026] DELETE /v2.0/qos/policies/61ac57d1-c680-41c2-8ff1-efe38c7f8a14 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1662] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1663] 10.0.0.117 () {34 vars in 780 bytes} [Thu Mar 5 08:16:41 2026] PUT /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-05 08:16:41.988 7 INFO neutron.db.l3_hamode_db [None req-5060d8de-6c9c-4b60-901c-407124a5e5fd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 875/1664] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:41 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1665] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:42 2026] PUT /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1666] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:42.115 7 INFO neutron.db.l3_hamode_db [None req-5060d8de-6c9c-4b60-901c-407124a5e5fd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 878/1667] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:42.195 8 INFO neutron.api.v2.resource [None req-4dff2835-f9c4-4c58-be33-063c2ce19723 ff640712719a4ac49ce0a6263180da77 9cc99dd5ee834928a13027631de69403 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 879/1668] 10.0.0.117 () {32 vars in 743 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1669] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:16:42 2026] DELETE /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1670] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:42.359 8 INFO neutron.api.v2.resource [None req-ae3f98b6-ce0b-44ac-9b2e-e83ab445617a ff640712719a4ac49ce0a6263180da77 9cc99dd5ee834928a13027631de69403 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1671] 10.0.0.117 () {32 vars in 746 bytes} [Thu Mar 5 08:16:42 2026] DELETE /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1672] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:16:42 2026] DELETE /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1673] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1674] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:42 2026] DELETE /v2.0/subnets/5e0bfcea-1010-4020-93ac-9fda56424a00 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:42.763 8 INFO neutron.services.segments.plugin [-] Segment 6917edfd-250e-4e5a-a672-5cb44adcf473 resource provider aggregate not found 2026-03-05 08:16:42.768 8 INFO neutron.services.segments.plugin [-] Segment 6917edfd-250e-4e5a-a672-5cb44adcf473 resource provider aggregate not found 2026-03-05 08:16:42.782 8 INFO neutron.services.segments.plugin [-] Segment 6917edfd-250e-4e5a-a672-5cb44adcf473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6917edfd-250e-4e5a-a672-5cb44adcf473 found for delete ", "request_id": "req-c43c6b01-85ea-4020-a90f-2b8be0649615"}]} 2026-03-05 08:16:42.785 8 INFO neutron.services.segments.plugin [-] Segment 6917edfd-250e-4e5a-a672-5cb44adcf473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6917edfd-250e-4e5a-a672-5cb44adcf473 found for delete ", "request_id": "req-a1299230-e7fb-445e-9641-7126fbc1220a"}]} [pid: 8|app: 0|req: 886/1675] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:42 2026] DELETE /v2.0/networks/f51c0d27-6c8c-4f23-900e-7223f8d00a1a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1676] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:41 2026] POST /v2.0/routers => generated 507 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1677] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:42 2026] GET /v2.0/security-groups?tenant_id=c23de988bff14df9bad42bd7b369095e&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1678] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:43 2026] DELETE /v2.0/security-groups/a61b12fb-4b2d-40bc-a17d-6ce8f3dcc093 => 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: 889/1679] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:43 2026] GET /v2.0/security-groups?tenant_id=9cc99dd5ee834928a13027631de69403&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: 890/1680] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:43 2026] GET /v2.0/security-groups?tenant_id=0e243b9baaa845b69abfde7f437abd88&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: 891/1681] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:43 2026] DELETE /v2.0/security-groups/ec80032d-98dc-4b84-9e77-cbb4c9fb8524 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1682] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:43 2026] DELETE /v2.0/security-groups/dd74a411-552f-4131-9ae0-6db0c74ef206 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1683] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:42 2026] PUT /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834/add_router_interface => generated 309 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1684] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:43 2026] GET /v2.0/ports/b7c44a95-ca24-47a7-97df-1963165bae21 => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1685] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:43 2026] GET /v2.0/security-groups?tenant_id=bc166ffeeb624145905966d76a6e905a&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1686] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:43 2026] DELETE /v2.0/security-groups/b668452e-001f-47b8-97b2-7de64a98b558 => 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: 895/1687] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:44 2026] GET /v2.0/security-groups?tenant_id=95cb9388beca41f192e33f480a2545c9&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1688] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:44 2026] DELETE /v2.0/security-groups/f540aa3b-e338-430d-b09c-f9c13f7b88bf => 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: 793/1689] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:43 2026] PUT /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1690] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:45 2026] GET /v2.0/ports/dc3bab9b-c9a8-4dcf-890e-535b2a6bad62 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:45.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a59454b-9469-421f-80ce-d1a276b371f7 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: dc3bab9b-c9a8-4dcf-890e-535b2a6bad62 2026-03-05 08:16:45.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a59454b-9469-421f-80ce-d1a276b371f7 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: dc3bab9b-c9a8-4dcf-890e-535b2a6bad62 [pid: 7|app: 0|req: 794/1691] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:45 2026] PUT /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:46.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4bf0a17-68b7-41af-848e-cffcd4146a64 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: b7c44a95-ca24-47a7-97df-1963165bae21 2026-03-05 08:16:46.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4bf0a17-68b7-41af-848e-cffcd4146a64 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: b7c44a95-ca24-47a7-97df-1963165bae21 [pid: 8|app: 0|req: 898/1692] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:46 2026] PUT /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834/remove_router_interface => generated 309 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1693] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:46 2026] GET /v2.0/ports?device_id=b440be58-a432-4b7f-9290-5e0111b27834 => 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: 795/1694] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:46 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1695] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:46 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 797/1696] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:46 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:46.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f748f4a-e1d4-40fa-bde5-74dc78404afc c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: d3f24160-e901-4aab-b23e-cceb1acff1fd 2026-03-05 08:16:46.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f748f4a-e1d4-40fa-bde5-74dc78404afc c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: d3f24160-e901-4aab-b23e-cceb1acff1fd [pid: 7|app: 0|req: 798/1697] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:46 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:47.340 8 INFO neutron.services.segments.plugin [-] Segment 28bb4021-fa65-4b02-9e70-8d51f3d08cdd resource provider aggregate not found 2026-03-05 08:16:47.345 8 INFO neutron.services.segments.plugin [-] Segment 28bb4021-fa65-4b02-9e70-8d51f3d08cdd resource provider aggregate not found 2026-03-05 08:16:47.359 8 INFO neutron.db.l3_hamode_db [None req-0f748f4a-e1d4-40fa-bde5-74dc78404afc c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] HA network d52e5846-fca1-4e04-b35a-acf218f148c3 was deleted as no HA routers are present in tenant baec8f9efa484a2d833a0ca5b0b19c19. [pid: 8|app: 0|req: 900/1698] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:46 2026] DELETE /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:47.368 8 INFO neutron.services.segments.plugin [-] Segment 28bb4021-fa65-4b02-9e70-8d51f3d08cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bb4021-fa65-4b02-9e70-8d51f3d08cdd found for delete ", "request_id": "req-8ed744b4-1688-40fa-bd61-83be9b7f01be"}]} 2026-03-05 08:16:47.372 8 INFO neutron.services.segments.plugin [-] Segment 28bb4021-fa65-4b02-9e70-8d51f3d08cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bb4021-fa65-4b02-9e70-8d51f3d08cdd found for delete ", "request_id": "req-d5e42d64-2461-4647-bca4-82833bee45bf"}]} [pid: 8|app: 0|req: 901/1699] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:47 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1700] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:47 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 799/1701] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:47 2026] DELETE /v2.0/subnets/1497e1c3-3f03-4fef-819c-54aaedc3129b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1702] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:47 2026] DELETE /v2.0/subnets/4d6d352c-b4a9-475a-b49f-dc6a99428e73 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:47.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b07cd0d-3b3f-4517-a100-08fe3b457c34 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 132fa8e9-a56f-450a-a341-419845c93969 2026-03-05 08:16:47.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b07cd0d-3b3f-4517-a100-08fe3b457c34 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 132fa8e9-a56f-450a-a341-419845c93969 2026-03-05 08:16:47.888 8 INFO neutron.db.segments_db [None req-9b4f3628-2e01-40bc-a458-d2614a2218c8 d04f354fed5d4e069e2e6ee808a2f7e3 6e875fce76fb40fa870662463e1151ec - - default default] Added segment 6d0902f8-91fa-439c-8355-f7e412735ef6 of type vxlan for network b39e695d-ef60-4d17-8682-4f802d72a625 [pid: 8|app: 0|req: 903/1703] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:47 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:48.043 7 INFO neutron.services.segments.plugin [-] Segment 87896918-f9ed-42d2-aff4-cdc377b19393 resource provider aggregate not found 2026-03-05 08:16:48.044 7 INFO neutron.services.segments.plugin [-] Segment 87896918-f9ed-42d2-aff4-cdc377b19393 resource provider aggregate not found 2026-03-05 08:16:48.070 7 INFO neutron.services.segments.plugin [-] Segment 87896918-f9ed-42d2-aff4-cdc377b19393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87896918-f9ed-42d2-aff4-cdc377b19393 found for delete ", "request_id": "req-e66aff98-040f-4e87-8acf-66b4abfd347a"}]} 2026-03-05 08:16:48.073 7 INFO neutron.services.segments.plugin [-] Segment 87896918-f9ed-42d2-aff4-cdc377b19393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87896918-f9ed-42d2-aff4-cdc377b19393 found for delete ", "request_id": "req-d7bd5d1a-2d84-4fd3-a495-37c8240bb713"}]} [pid: 7|app: 0|req: 801/1704] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:47 2026] DELETE /v2.0/networks/57f55299-86ad-41f7-b61b-5103ef7db73c => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:48.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-71408f27-bbf4-4285-8d84-5f7a83650ebe c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: ca82ee7f-8d3b-4174-880d-ecfc2568a5ba 2026-03-05 08:16:48.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71408f27-bbf4-4285-8d84-5f7a83650ebe c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: ca82ee7f-8d3b-4174-880d-ecfc2568a5ba [pid: 8|app: 0|req: 904/1705] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:16:47 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 905/1706] 10.0.0.117 () {34 vars in 666 bytes} [Thu Mar 5 08:16:48 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1707] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:48 2026] DELETE /v2.0/networks/21afbe1c-d982-4be8-8ea1-826a47349120 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1708] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:48 2026] PUT /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1709] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:48.489 7 INFO neutron.db.segments_db [None req-d99038f3-9477-4284-9d76-feb099e2ccee c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment 85aa67e4-b400-4569-b398-4e2d6746adf7 of type vxlan for network ffea27ab-1aee-4868-bb13-c9f323fad97a [pid: 8|app: 0|req: 908/1710] 10.0.0.117 () {34 vars in 760 bytes} [Thu Mar 5 08:16:48 2026] PUT /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/green => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1711] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1712] 10.0.0.117 () {34 vars in 756 bytes} [Thu Mar 5 08:16:48 2026] PUT /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1713] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:48 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1714] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1715] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1716] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 806/1717] 10.0.0.117 () {34 vars in 778 bytes} [Thu Mar 5 08:16:48 2026] PUT /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1718] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1719] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:16:48 2026] PUT /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1720] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1721] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:48 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1722] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:16:48 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:48.832 8 INFO neutron.db.segments_db [None req-7359fc94-d8e0-4da1-9602-50605f6ae824 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment d8722d04-c92b-4821-8267-792ddc7e5030 of type vxlan for network c5144617-78f3-4f59-bc9d-f00e274d9b94 2026-03-05 08:16:48.987 7 INFO neutron.db.segments_db [None req-2ee01b2f-166c-47ea-9163-f89a9de94f84 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Added segment 98981609-d58e-45c9-95f6-24de8111df09 of type vxlan for network f6c24f22-7e72-4b13-a4b6-d2f875c19035 2026-03-05 08:16:49.059 8 INFO neutron.db.l3_hamode_db [None req-7359fc94-d8e0-4da1-9602-50605f6ae824 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:49.170 8 INFO neutron.db.l3_hamode_db [None req-7359fc94-d8e0-4da1-9602-50605f6ae824 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:49.220 7 INFO neutron.db.l3_hamode_db [None req-2ee01b2f-166c-47ea-9163-f89a9de94f84 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:49.346 7 INFO neutron.db.l3_hamode_db [None req-2ee01b2f-166c-47ea-9163-f89a9de94f84 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 913/1723] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:48 2026] POST /v2.0/routers => generated 506 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:49.701 8 INFO neutron.api.v2.resource [None req-cbd609ba-4fc6-4736-9058-bc1ac71e8505 d04f354fed5d4e069e2e6ee808a2f7e3 6e875fce76fb40fa870662463e1151ec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1724] 10.0.0.117 () {32 vars in 741 bytes} [Thu Mar 5 08:16:49 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1725] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:16:49 2026] GET /v2.0/ports?tenant_id=5a286409a8f2454fb101d272c8701c50&device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1726] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:16:48 2026] POST /v2.0/routers => generated 474 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1727] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:49 2026] DELETE /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1728] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:49 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1729] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:16:49 2026] GET /v2.0/networks?id=27bded1e-afc6-4493-ae3c-78dc46c01b0b => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1730] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:16:49 2026] POST /v2.0/ports => generated 952 bytes in 335 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-03-05 08:16:50.068 7 INFO neutron.db.l3_hamode_db [None req-4ea92a65-f836-43bd-b686-0f8b5015f766 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/1731] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:50 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 30 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:50.098 7 INFO neutron.services.segments.plugin [-] Segment ec6caefd-df31-486b-a916-234244cde534 resource provider aggregate not found [pid: 8|app: 0|req: 918/1732] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:50 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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-03-05 08:16:50.113 7 INFO neutron.services.segments.plugin [-] Segment ec6caefd-df31-486b-a916-234244cde534 resource provider aggregate not found 2026-03-05 08:16:50.128 7 INFO neutron.services.segments.plugin [-] Segment ec6caefd-df31-486b-a916-234244cde534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec6caefd-df31-486b-a916-234244cde534 found for delete ", "request_id": "req-c4cdd9a3-4d24-42a8-aee9-48b901290b31"}]} 2026-03-05 08:16:50.147 7 INFO neutron.services.segments.plugin [-] Segment ec6caefd-df31-486b-a916-234244cde534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec6caefd-df31-486b-a916-234244cde534 found for delete ", "request_id": "req-b5ef0105-b569-4022-8c3e-76e007f3b83b"}]} [pid: 8|app: 0|req: 919/1733] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:16:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6a728e0a-d2eb-4e18-a319-16372d2508d4 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:50.240 7 INFO neutron.db.l3_hamode_db [None req-4ea92a65-f836-43bd-b686-0f8b5015f766 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 815/1734] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:16:50 2026] POST /v2.0/routers => generated 474 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:50.821 7 INFO neutron.api.v2.resource [None req-fa5237f5-b25f-41e6-a650-75087bc657f5 d04f354fed5d4e069e2e6ee808a2f7e3 6e875fce76fb40fa870662463e1151ec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1735] 10.0.0.117 () {32 vars in 744 bytes} [Thu Mar 5 08:16:50 2026] DELETE /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1736] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:16:50 2026] GET /v2.0/subnets?id=c0f4af12-7c0b-4b55-b450-8eab0cb9821d => generated 694 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:50.882 7 INFO neutron.db.l3_hamode_db [None req-057f74e4-e036-4677-8f4f-502faa422706 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:50.993 7 INFO neutron.db.l3_hamode_db [None req-057f74e4-e036-4677-8f4f-502faa422706 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 920/1737] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:50 2026] PUT /v2.0/routers/0043ad40-4da4-4332-94f6-0ae7ff828df4/add_router_interface => generated 309 bytes in 1049 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: 921/1738] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:16:51 2026] DELETE /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1739] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/ports?network_id=27bded1e-afc6-4493-ae3c-78dc46c01b0b&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: 923/1740] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1741] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/ports/22076b64-9f16-4bee-8ba6-cafd73e9a176 => generated 1026 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1742] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c/tags => 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: 926/1743] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1744] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 818/1745] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:16:50 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) [pid: 7|app: 0|req: 819/1746] 10.0.0.117 () {32 vars in 719 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1747] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:16:51 2026] GET /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:51.638 7 INFO neutron.db.l3_hamode_db [None req-bbca1d40-31c4-4776-b716-5304630401da c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:51.747 7 INFO neutron.db.l3_hamode_db [None req-bbca1d40-31c4-4776-b716-5304630401da c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:51.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4ffc067-ed69-4ff7-ac76-8aae2c362b4f c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 22076b64-9f16-4bee-8ba6-cafd73e9a176 2026-03-05 08:16:51.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ffc067-ed69-4ff7-ac76-8aae2c362b4f c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 22076b64-9f16-4bee-8ba6-cafd73e9a176 [pid: 8|app: 0|req: 928/1748] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:51 2026] PUT /v2.0/routers/0043ad40-4da4-4332-94f6-0ae7ff828df4/remove_router_interface => generated 309 bytes in 791 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: 929/1749] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:52 2026] GET /v2.0/ports/e0c833bf-07bb-4891-ae80-72c4ae27cbbb => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1750] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:16:51 2026] POST /v2.0/routers => generated 474 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:52.343 8 INFO neutron.api.v2.resource [None req-86933130-bffd-409c-9cbb-64884435865f c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 930/1751] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:52 2026] PUT /v2.0/routers/0043ad40-4da4-4332-94f6-0ae7ff828df4/remove_router_interface => generated 197 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:16:52.389 8 INFO neutron.db.l3_hamode_db [None req-c08366c2-457f-4867-a6e1-883c499ce369 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 822/1752] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:16:52 2026] DELETE /v2.0/trunks/023ed835-c599-47d0-91bc-b7252a31d33c => 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: 823/1753] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:52 2026] GET /v2.0/ports?device_id=0043ad40-4da4-4332-94f6-0ae7ff828df4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:52.503 8 INFO neutron.db.l3_hamode_db [None req-c08366c2-457f-4867-a6e1-883c499ce369 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:16:52.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc2e766c-392a-49f6-82b6-fde1f6b7d735 d04f354fed5d4e069e2e6ee808a2f7e3 6e875fce76fb40fa870662463e1151ec - - default default] TaaS: Handle Delete Port: e0c833bf-07bb-4891-ae80-72c4ae27cbbb 2026-03-05 08:16:52.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc2e766c-392a-49f6-82b6-fde1f6b7d735 d04f354fed5d4e069e2e6ee808a2f7e3 6e875fce76fb40fa870662463e1151ec - - default default] Tap Mirror: Handle Delete Port: e0c833bf-07bb-4891-ae80-72c4ae27cbbb [pid: 7|app: 0|req: 824/1754] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:16:52 2026] DELETE /v2.0/ports/e0c833bf-07bb-4891-ae80-72c4ae27cbbb => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:52.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-15e77f6c-0f29-4889-ab2c-e43b1fa680d3 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 4515e7b8-001f-4551-9737-923f1e32f7aa 2026-03-05 08:16:52.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15e77f6c-0f29-4889-ab2c-e43b1fa680d3 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 4515e7b8-001f-4551-9737-923f1e32f7aa 2026-03-05 08:16:53.127 7 INFO neutron.services.segments.plugin [-] Segment d8722d04-c92b-4821-8267-792ddc7e5030 resource provider aggregate not found 2026-03-05 08:16:53.143 7 INFO neutron.services.segments.plugin [-] Segment d8722d04-c92b-4821-8267-792ddc7e5030 resource provider aggregate not found 2026-03-05 08:16:53.150 7 INFO neutron.services.segments.plugin [-] Segment d8722d04-c92b-4821-8267-792ddc7e5030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8722d04-c92b-4821-8267-792ddc7e5030 found for delete ", "request_id": "req-daed0d21-1497-4f57-b2a7-353dd6f8c473"}]} 2026-03-05 08:16:53.150 7 INFO neutron.db.l3_hamode_db [None req-15e77f6c-0f29-4889-ab2c-e43b1fa680d3 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] HA network c5144617-78f3-4f59-bc9d-f00e274d9b94 was deleted as no HA routers are present in tenant baec8f9efa484a2d833a0ca5b0b19c19. [pid: 8|app: 0|req: 931/1755] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:16:52 2026] POST /v2.0/routers => generated 474 bytes in 809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1756] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:52 2026] DELETE /v2.0/routers/0043ad40-4da4-4332-94f6-0ae7ff828df4 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:16:53.171 7 INFO neutron.services.segments.plugin [-] Segment d8722d04-c92b-4821-8267-792ddc7e5030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8722d04-c92b-4821-8267-792ddc7e5030 found for delete ", "request_id": "req-3894e231-a880-4dfb-b278-40e0441bc4bf"}]} [pid: 8|app: 0|req: 932/1757] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:53 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1758] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:53 2026] DELETE /v2.0/networks/b39e695d-ef60-4d17-8682-4f802d72a625 => 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: 933/1759] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:53 2026] PUT /v2.0/routers/9df7965c-631a-492a-ba18-e6bf64f32e71/tags => generated 17 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1760] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:53 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 827/1761] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:53 2026] DELETE /v2.0/subnets/9e7bf3d8-5a79-4bc2-8c0a-71332ae14bc0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1762] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:53 2026] PUT /v2.0/routers/dd33ea0c-19de-4c38-bef8-994c336ab384/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:53.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2050141-c63f-4868-8e8f-d0a40ea4a4fd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 40001458-581d-464e-af5e-bcabb70c3dee 2026-03-05 08:16:53.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2050141-c63f-4868-8e8f-d0a40ea4a4fd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 40001458-581d-464e-af5e-bcabb70c3dee [pid: 8|app: 0|req: 936/1763] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:53 2026] PUT /v2.0/routers/c55ca68d-d0de-4be6-b57c-26ef7f53980d/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1764] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:53 2026] DELETE /v2.0/networks/ffea27ab-1aee-4868-bb13-c9f323fad97a => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:53.702 7 INFO neutron.db.segments_db [None req-554da137-68c9-4234-bb46-0546555c65b8 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment 03c27f93-65ca-4da3-b218-df1be7ba6132 of type vxlan for network 7fef9521-e17f-4fd1-996d-b7f9d11e9bf6 [pid: 8|app: 0|req: 937/1765] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:16:53 2026] PUT /v2.0/routers/1cb6d2cd-30e4-4398-b611-9ac2359289d4/tags => generated 19 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1766] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:53 2026] POST /v2.0/networks => generated 611 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1767] 10.0.0.117 () {32 vars in 664 bytes} [Thu Mar 5 08:16:53 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1768] 10.0.0.117 () {32 vars in 678 bytes} [Thu Mar 5 08:16:53 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1769] 10.0.0.117 () {32 vars in 674 bytes} [Thu Mar 5 08:16:53 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1770] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:53 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1771] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:54.142 7 INFO neutron.db.segments_db [None req-7ceb0732-60f4-4bb6-b981-e95e655e0af9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e of type vxlan for network a001f53f-40c3-46e6-a6c9-40a2dec7e9d3 [pid: 8|app: 0|req: 941/1772] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/security-groups?tenant_id=2c3a16871d154560b46d5ba46b529999&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1773] 10.0.0.117 () {32 vars in 672 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:54.359 7 INFO neutron.db.l3_hamode_db [None req-7ceb0732-60f4-4bb6-b981-e95e655e0af9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 943/1774] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:54 2026] DELETE /v2.0/security-groups/d04a4da9-bef9-4313-9316-9ac887eb196c => 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: 944/1775] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:16:54.466 7 INFO neutron.db.l3_hamode_db [None req-7ceb0732-60f4-4bb6-b981-e95e655e0af9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 945/1776] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1777] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1778] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/security-groups?tenant_id=6e875fce76fb40fa870662463e1151ec&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1779] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1780] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 950/1781] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:16:54 2026] DELETE /v2.0/security-groups/2528786e-3eea-46b3-ae19-8eb3f2bdf2f2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1782] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:54 2026] GET /v2.0/routers/9df7965c-631a-492a-ba18-e6bf64f32e71 => generated 485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1783] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:54 2026] POST /v2.0/routers => generated 507 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:55.202 7 INFO neutron.services.segments.plugin [-] Segment 6d0902f8-91fa-439c-8355-f7e412735ef6 resource provider aggregate not found 2026-03-05 08:16:55.205 7 INFO neutron.services.segments.plugin [-] Segment 6d0902f8-91fa-439c-8355-f7e412735ef6 resource provider aggregate not found 2026-03-05 08:16:55.229 7 INFO neutron.services.segments.plugin [-] Segment 6d0902f8-91fa-439c-8355-f7e412735ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0902f8-91fa-439c-8355-f7e412735ef6 found for delete ", "request_id": "req-860c6b71-3e7a-474e-8ffd-fefcaf3c151e"}]} 2026-03-05 08:16:55.234 7 INFO neutron.services.segments.plugin [-] Segment 6d0902f8-91fa-439c-8355-f7e412735ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0902f8-91fa-439c-8355-f7e412735ef6 found for delete ", "request_id": "req-0b2b1657-ad9d-4c58-94e3-8dc88e0ae011"}]} 2026-03-05 08:16:55.266 7 INFO neutron.services.segments.plugin [-] Segment 85aa67e4-b400-4569-b398-4e2d6746adf7 resource provider aggregate not found 2026-03-05 08:16:55.271 7 INFO neutron.services.segments.plugin [-] Segment 85aa67e4-b400-4569-b398-4e2d6746adf7 resource provider aggregate not found 2026-03-05 08:16:55.290 7 INFO neutron.services.segments.plugin [-] Segment 85aa67e4-b400-4569-b398-4e2d6746adf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85aa67e4-b400-4569-b398-4e2d6746adf7 found for delete ", "request_id": "req-8ace6e49-e1c8-4ad0-959a-e44efa467581"}]} 2026-03-05 08:16:55.294 7 INFO neutron.services.segments.plugin [-] Segment 85aa67e4-b400-4569-b398-4e2d6746adf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85aa67e4-b400-4569-b398-4e2d6746adf7 found for delete ", "request_id": "req-86e21085-6d8d-46fa-b7d6-43ee173bba9d"}]} [pid: 8|app: 0|req: 952/1784] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:16:54 2026] PUT /v2.0/routers/9df7965c-631a-492a-ba18-e6bf64f32e71 => generated 485 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1785] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:56 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 954/1786] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:56 2026] GET /v2.0/ports?device_id=9df7965c-631a-492a-ba18-e6bf64f32e71 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1787] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:56 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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-03-05 08:16:56.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c62722b-d3b0-47d2-a028-587e8073e339 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] TaaS: Handle Delete Port: 8c58c079-56be-40fc-aba7-59d21dcb211b 2026-03-05 08:16:56.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c62722b-d3b0-47d2-a028-587e8073e339 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Tap Mirror: Handle Delete Port: 8c58c079-56be-40fc-aba7-59d21dcb211b [pid: 8|app: 0|req: 956/1788] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:56 2026] DELETE /v2.0/routers/9df7965c-631a-492a-ba18-e6bf64f32e71 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1789] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:56 2026] GET /v2.0/routers/dd33ea0c-19de-4c38-bef8-994c336ab384 => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1790] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:16:55 2026] PUT /v2.0/routers/7598f19e-8a7c-4435-8308-bd7488a2277f/add_router_interface => generated 309 bytes in 1809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1793] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:16:56 2026] GET /v2.0/ports/1c585b6f-85e7-4ae0-ac1b-13db4b5a9e34 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1794] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:16:56 2026] PUT /v2.0/routers/dd33ea0c-19de-4c38-bef8-994c336ab384 => generated 493 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1795] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:57 2026] GET /v2.0/ports?device_id=dd33ea0c-19de-4c38-bef8-994c336ab384 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:57.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1036d5e-15bb-45f6-9e22-25362864727d c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] TaaS: Handle Delete Port: 535afe46-85b3-4215-bf52-d397943fa762 2026-03-05 08:16:57.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1036d5e-15bb-45f6-9e22-25362864727d c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Tap Mirror: Handle Delete Port: 535afe46-85b3-4215-bf52-d397943fa762 2026-03-05 08:16:57.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf3b4c88-96a2-4d35-b38c-989d54c6712c c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 1c585b6f-85e7-4ae0-ac1b-13db4b5a9e34 2026-03-05 08:16:57.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3b4c88-96a2-4d35-b38c-989d54c6712c c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 1c585b6f-85e7-4ae0-ac1b-13db4b5a9e34 [pid: 8|app: 0|req: 960/1796] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:57 2026] DELETE /v2.0/routers/dd33ea0c-19de-4c38-bef8-994c336ab384 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1797] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:57 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 962/1798] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:57 2026] GET /v2.0/routers/c55ca68d-d0de-4be6-b57c-26ef7f53980d => generated 502 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1799] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:57 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 837/1800] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:16:56 2026] PUT /v2.0/routers/7598f19e-8a7c-4435-8308-bd7488a2277f/remove_router_interface => generated 309 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1801] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:57 2026] GET /v2.0/ports?device_id=7598f19e-8a7c-4435-8308-bd7488a2277f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:57.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-c53d8ed9-e9ee-47af-bb68-6a7bbba954f9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: e886b0a0-8273-4c2a-ad4b-ec65db826a3d 2026-03-05 08:16:57.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c53d8ed9-e9ee-47af-bb68-6a7bbba954f9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: e886b0a0-8273-4c2a-ad4b-ec65db826a3d [pid: 8|app: 0|req: 964/1802] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:16:57 2026] PUT /v2.0/routers/c55ca68d-d0de-4be6-b57c-26ef7f53980d => generated 502 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:16:58.270 7 INFO neutron.services.segments.plugin [-] Segment d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e resource provider aggregate not found 2026-03-05 08:16:58.279 7 INFO neutron.services.segments.plugin [-] Segment d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e resource provider aggregate not found 2026-03-05 08:16:58.289 7 INFO neutron.services.segments.plugin [-] Segment d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e found for delete ", "request_id": "req-dbcba854-0aed-42fb-80c5-2c7fe005f882"}]} 2026-03-05 08:16:58.298 7 INFO neutron.services.segments.plugin [-] Segment d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b7f24a-12a6-4f75-81ed-53ff7e25bf2e found for delete ", "request_id": "req-989aff79-e0ef-42ab-9001-dffbf2c35f22"}]} 2026-03-05 08:16:58.303 7 INFO neutron.db.l3_hamode_db [None req-c53d8ed9-e9ee-47af-bb68-6a7bbba954f9 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] HA network a001f53f-40c3-46e6-a6c9-40a2dec7e9d3 was deleted as no HA routers are present in tenant baec8f9efa484a2d833a0ca5b0b19c19. [pid: 7|app: 0|req: 839/1803] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:57 2026] DELETE /v2.0/routers/7598f19e-8a7c-4435-8308-bd7488a2277f => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1804] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:58 2026] GET /v2.0/ports?device_id=c55ca68d-d0de-4be6-b57c-26ef7f53980d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:58.395 8 INFO neutron.db.segments_db [None req-420160fe-bf2c-4837-8626-6d38e9f328da 442ebac158034caabf8f047eedd68eec db5f373c1b184e03b3874fce52cfcb17 - - default default] Added segment d50eabdb-75ec-47b5-87c6-d47610c76c9f of type vxlan for network e0ce43ec-b839-4f09-ace4-09b4558dd65a [pid: 7|app: 0|req: 841/1805] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:58 2026] DELETE /v2.0/subnets/0ae761c2-a0fd-467f-8276-4c5195bde451 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1806] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:58 2026] POST /v2.0/networks => generated 611 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:58.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5086580-8be9-496e-aaf9-195fc582d93c c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] TaaS: Handle Delete Port: 582cf322-7117-4d6b-8841-1fc9255e6e73 2026-03-05 08:16:58.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5086580-8be9-496e-aaf9-195fc582d93c c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Tap Mirror: Handle Delete Port: 582cf322-7117-4d6b-8841-1fc9255e6e73 2026-03-05 08:16:58.685 8 INFO neutron.services.segments.plugin [-] Segment 03c27f93-65ca-4da3-b218-df1be7ba6132 resource provider aggregate not found 2026-03-05 08:16:58.692 8 INFO neutron.services.segments.plugin [-] Segment 03c27f93-65ca-4da3-b218-df1be7ba6132 resource provider aggregate not found 2026-03-05 08:16:58.703 8 INFO neutron.services.segments.plugin [-] Segment 03c27f93-65ca-4da3-b218-df1be7ba6132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c27f93-65ca-4da3-b218-df1be7ba6132 found for delete ", "request_id": "req-f9a745f3-c9e8-490b-b798-91ffac2624f4"}]} 2026-03-05 08:16:58.707 8 INFO neutron.services.segments.plugin [-] Segment 03c27f93-65ca-4da3-b218-df1be7ba6132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c27f93-65ca-4da3-b218-df1be7ba6132 found for delete ", "request_id": "req-cf704bac-1773-47d5-a575-28362a1f7acf"}]} [pid: 8|app: 0|req: 966/1807] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:16:58 2026] DELETE /v2.0/networks/7fef9521-e17f-4fd1-996d-b7f9d11e9bf6 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:16:58.789 8 INFO neutron.db.segments_db [None req-c180553a-adb1-408f-9524-f261331a2024 442ebac158034caabf8f047eedd68eec db5f373c1b184e03b3874fce52cfcb17 - - default default] Added segment 58406bd9-6b67-4c05-b251-dc173a252475 of type vxlan for network abce7c4e-6710-4e20-93e4-e9c210cd3e7a [pid: 7|app: 0|req: 842/1808] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:58 2026] DELETE /v2.0/routers/c55ca68d-d0de-4be6-b57c-26ef7f53980d => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1809] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:16:58 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:16:58.950 8 INFO neutron.db.segments_db [None req-a19219a3-9564-4c1c-a4c4-02b73446e7b1 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Added segment 349c9a84-9515-4fa0-a778-f5046de9a5e1 of type vxlan for network 4c44d576-3750-46f1-8379-290f5d782ac5 [pid: 7|app: 0|req: 843/1810] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:16:58 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1811] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:16:58 2026] GET /v2.0/routers/1cb6d2cd-30e4-4398-b611-9ac2359289d4 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1812] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:59 2026] PUT /v2.0/networks/e0ce43ec-b839-4f09-ace4-09b4558dd65a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1813] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:16:59 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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-03-05 08:16:59.216 8 INFO neutron.db.l3_hamode_db [None req-a19219a3-9564-4c1c-a4c4-02b73446e7b1 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 847/1814] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:16:59 2026] PUT /v2.0/routers/1cb6d2cd-30e4-4398-b611-9ac2359289d4 => generated 487 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1815] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:16:59 2026] GET /v2.0/networks/e0ce43ec-b839-4f09-ace4-09b4558dd65a/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1816] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:16:59 2026] GET /v2.0/ports?device_id=1cb6d2cd-30e4-4398-b611-9ac2359289d4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1817] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:16:59 2026] PUT /v2.0/networks/abce7c4e-6710-4e20-93e4-e9c210cd3e7a/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:16:59.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-c252f4c6-de21-446a-8491-ba456ec98e71 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] TaaS: Handle Delete Port: 9947274f-8f7d-4f30-b308-db7cd32ee07d 2026-03-05 08:16:59.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c252f4c6-de21-446a-8491-ba456ec98e71 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Tap Mirror: Handle Delete Port: 9947274f-8f7d-4f30-b308-db7cd32ee07d 2026-03-05 08:16:59.979 8 INFO neutron.db.l3_hamode_db [None req-a19219a3-9564-4c1c-a4c4-02b73446e7b1 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 851/1818] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:16:59 2026] DELETE /v2.0/routers/1cb6d2cd-30e4-4398-b611-9ac2359289d4 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1819] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/networks/abce7c4e-6710-4e20-93e4-e9c210cd3e7a/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1820] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/routers/0770878d-163e-4611-8acb-c22c25fa7814 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1821] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1822] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:17:00 2026] PUT /v2.0/networks/abce7c4e-6710-4e20-93e4-e9c210cd3e7a/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1823] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:16:58 2026] POST /v2.0/routers => generated 687 bytes in 1979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1824] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 970/1825] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/networks/abce7c4e-6710-4e20-93e4-e9c210cd3e7a/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1826] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:17:00 2026] PUT /v2.0/routers/0770878d-163e-4611-8acb-c22c25fa7814 => generated 480 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1827] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/routers/1b677334-5294-4713-afd1-84c0a626c00a => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1828] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:17:00 2026] GET /v2.0/networks/e0ce43ec-b839-4f09-ace4-09b4558dd65a/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1829] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:01 2026] GET /v2.0/ports?device_id=0770878d-163e-4611-8acb-c22c25fa7814 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1830] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:17:01 2026] GET /v2.0/routers => generated 696 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:01.168 8 INFO neutron.services.segments.plugin [-] Segment d50eabdb-75ec-47b5-87c6-d47610c76c9f resource provider aggregate not found 2026-03-05 08:17:01.175 8 INFO neutron.services.segments.plugin [-] Segment d50eabdb-75ec-47b5-87c6-d47610c76c9f resource provider aggregate not found 2026-03-05 08:17:01.193 8 INFO neutron.services.segments.plugin [-] Segment d50eabdb-75ec-47b5-87c6-d47610c76c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50eabdb-75ec-47b5-87c6-d47610c76c9f found for delete ", "request_id": "req-7a9b1181-3910-4e5d-bf91-f0f7f68246b9"}]} 2026-03-05 08:17:01.196 8 INFO neutron.services.segments.plugin [-] Segment d50eabdb-75ec-47b5-87c6-d47610c76c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50eabdb-75ec-47b5-87c6-d47610c76c9f found for delete ", "request_id": "req-04aafac1-0302-41ed-b7e5-e8cc9eda4b32"}]} [pid: 8|app: 0|req: 973/1831] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:17:01 2026] DELETE /v2.0/networks/e0ce43ec-b839-4f09-ace4-09b4558dd65a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:01.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-09ef598c-49fc-4dec-abc6-870898c95bb9 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] TaaS: Handle Delete Port: 2470c2ea-80ee-4c55-a00e-169f481b2187 2026-03-05 08:17:01.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09ef598c-49fc-4dec-abc6-870898c95bb9 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] Tap Mirror: Handle Delete Port: 2470c2ea-80ee-4c55-a00e-169f481b2187 [pid: 8|app: 0|req: 974/1832] 10.0.0.117 () {34 vars in 741 bytes} [Thu Mar 5 08:17:01 2026] PUT /v2.0/routers/1b677334-5294-4713-afd1-84c0a626c00a => generated 700 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:01.632 7 INFO neutron.services.segments.plugin [-] Segment 98981609-d58e-45c9-95f6-24de8111df09 resource provider aggregate not found 2026-03-05 08:17:01.637 7 INFO neutron.services.segments.plugin [-] Segment 98981609-d58e-45c9-95f6-24de8111df09 resource provider aggregate not found 2026-03-05 08:17:01.652 7 INFO neutron.db.l3_hamode_db [None req-09ef598c-49fc-4dec-abc6-870898c95bb9 c16f049daac9437a93b04d4044dc878a 9b837af49b2749ed98332ffbaf080d1b - - default default] HA network f6c24f22-7e72-4b13-a4b6-d2f875c19035 was deleted as no HA routers are present in tenant 9b837af49b2749ed98332ffbaf080d1b. 2026-03-05 08:17:01.654 7 INFO neutron.services.segments.plugin [-] Segment 98981609-d58e-45c9-95f6-24de8111df09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98981609-d58e-45c9-95f6-24de8111df09 found for delete ", "request_id": "req-0783ab30-44e6-4741-b388-5c980d3e5d12"}]} 2026-03-05 08:17:01.659 7 INFO neutron.services.segments.plugin [-] Segment 98981609-d58e-45c9-95f6-24de8111df09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98981609-d58e-45c9-95f6-24de8111df09 found for delete ", "request_id": "req-778fbc27-71f1-423a-b532-a4a1996b4e59"}]} [pid: 7|app: 0|req: 859/1833] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:01 2026] DELETE /v2.0/routers/0770878d-163e-4611-8acb-c22c25fa7814 => 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: 860/1834] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:17:01 2026] GET /v2.0/routers/1b677334-5294-4713-afd1-84c0a626c00a => generated 700 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1835] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:17:01 2026] DELETE /v2.0/networks/abce7c4e-6710-4e20-93e4-e9c210cd3e7a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1836] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:01 2026] GET /v2.0/ports?device_id=1b677334-5294-4713-afd1-84c0a626c00a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:01.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-c718dd21-efe9-4a2d-a4de-35e568d14bbd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 67c72fef-479b-43fa-b80d-8e11947a3e48 2026-03-05 08:17:01.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c718dd21-efe9-4a2d-a4de-35e568d14bbd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 67c72fef-479b-43fa-b80d-8e11947a3e48 2026-03-05 08:17:02.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-c718dd21-efe9-4a2d-a4de-35e568d14bbd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] TaaS: Handle Delete Port: 061d620d-ef08-4608-adc9-78af0701b4b0 2026-03-05 08:17:02.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c718dd21-efe9-4a2d-a4de-35e568d14bbd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] Tap Mirror: Handle Delete Port: 061d620d-ef08-4608-adc9-78af0701b4b0 2026-03-05 08:17:02.501 8 INFO neutron.db.l3_hamode_db [None req-c718dd21-efe9-4a2d-a4de-35e568d14bbd c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] HA network 4c44d576-3750-46f1-8379-290f5d782ac5 was deleted as no HA routers are present in tenant baec8f9efa484a2d833a0ca5b0b19c19. [pid: 8|app: 0|req: 976/1837] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:01 2026] DELETE /v2.0/routers/1b677334-5294-4713-afd1-84c0a626c00a => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1838] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/security-groups?tenant_id=d712fc58993a41c7b2cc7908c1b7bafa&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1839] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/ports?device_id=1b677334-5294-4713-afd1-84c0a626c00a => 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: 977/1840] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/security-groups?tenant_id=f4fe9d83f00a445c9e7a4f67579a4fbb&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:02.693 8 INFO neutron.api.v2.resource [None req-5744ee25-1b30-497f-8aad-fa69a8adadaf c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/1841] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/routers/1b677334-5294-4713-afd1-84c0a626c00a => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1842] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/security-groups/667819f8-9501-4404-ad7a-9b82b7cc89d5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1843] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/ports?device_id=7598f19e-8a7c-4435-8308-bd7488a2277f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:02.776 7 INFO neutron.api.v2.resource [None req-7b2cdaad-ed61-4e84-90e1-c8a4213b935b c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1844] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/routers/7598f19e-8a7c-4435-8308-bd7488a2277f => 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: 979/1845] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/security-groups/5e9f0267-26a1-4020-82bc-2b249c077c0b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:02.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4101f2ad-db61-4043-822e-b71d97aa2a06 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1846] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/subnets/0ae761c2-a0fd-467f-8276-4c5195bde451 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1847] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/ports?device_id=0043ad40-4da4-4332-94f6-0ae7ff828df4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:02.868 8 INFO neutron.api.v2.resource [None req-abfbb57d-0d12-4b12-9076-6bdf27ba0485 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/1848] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/routers/0043ad40-4da4-4332-94f6-0ae7ff828df4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1849] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/security-groups?tenant_id=db5f373c1b184e03b3874fce52cfcb17&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:02.891 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b434d51-c8a2-4b01-84b4-fab9b9f9f3f2 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/1850] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/subnets/9e7bf3d8-5a79-4bc2-8c0a-71332ae14bc0 => 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: 983/1851] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/ports?device_id=b440be58-a432-4b7f-9290-5e0111b27834 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:02.939 8 INFO neutron.api.v2.resource [None req-3ea220ad-765f-465b-a7ff-1b936ee732e3 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1852] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/routers/b440be58-a432-4b7f-9290-5e0111b27834 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:17:02.959 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5bc7fda-f3ae-42d6-abd7-de74370e0bc7 c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/1853] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/subnets/1497e1c3-3f03-4fef-819c-54aaedc3129b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1854] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/security-groups/4b5794ce-6ab9-40e5-9d7b-9e41bfa2cb0d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:03.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-547b9710-0e99-4c71-b830-6e470e0c2def c635668685294fc7aa87b7cea74d573c baec8f9efa484a2d833a0ca5b0b19c19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1855] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:02 2026] DELETE /v2.0/subnets/4d6d352c-b4a9-475a-b49f-dc6a99428e73 => 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: 986/1856] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:02 2026] GET /v2.0/security-groups?tenant_id=9b837af49b2749ed98332ffbaf080d1b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1857] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:03 2026] DELETE /v2.0/security-groups/a9373a85-407b-4d45-b08b-0e3fc9f0b69e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:03.217 8 INFO neutron.services.segments.plugin [-] Segment 58406bd9-6b67-4c05-b251-dc173a252475 resource provider aggregate not found 2026-03-05 08:17:03.223 8 INFO neutron.services.segments.plugin [-] Segment 58406bd9-6b67-4c05-b251-dc173a252475 resource provider aggregate not found 2026-03-05 08:17:03.239 8 INFO neutron.services.segments.plugin [-] Segment 58406bd9-6b67-4c05-b251-dc173a252475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58406bd9-6b67-4c05-b251-dc173a252475 found for delete ", "request_id": "req-54823fa9-45bc-4727-85d4-ea3efec5ceb8"}]} 2026-03-05 08:17:03.244 8 INFO neutron.services.segments.plugin [-] Segment 58406bd9-6b67-4c05-b251-dc173a252475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58406bd9-6b67-4c05-b251-dc173a252475 found for delete ", "request_id": "req-91c173d4-8c4b-4a8f-93bd-37f895519aba"}]} 2026-03-05 08:17:03.258 8 INFO neutron.services.segments.plugin [-] Segment 349c9a84-9515-4fa0-a778-f5046de9a5e1 resource provider aggregate not found 2026-03-05 08:17:03.263 8 INFO neutron.services.segments.plugin [-] Segment 349c9a84-9515-4fa0-a778-f5046de9a5e1 resource provider aggregate not found 2026-03-05 08:17:03.277 8 INFO neutron.services.segments.plugin [-] Segment 349c9a84-9515-4fa0-a778-f5046de9a5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 349c9a84-9515-4fa0-a778-f5046de9a5e1 found for delete ", "request_id": "req-0b360d81-f52c-4c2f-b51f-30bfc0c87d7b"}]} 2026-03-05 08:17:03.278 8 INFO neutron.services.segments.plugin [-] Segment 349c9a84-9515-4fa0-a778-f5046de9a5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 349c9a84-9515-4fa0-a778-f5046de9a5e1 found for delete ", "request_id": "req-c7b58879-2935-4dc3-9e9d-272bdf9f8406"}]} [pid: 8|app: 0|req: 987/1858] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:03 2026] GET /v2.0/security-groups?tenant_id=66c6d47ea8444855a6abb205118fd0e3&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1859] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:03 2026] DELETE /v2.0/security-groups/c0ebca50-1bbd-4cf7-8600-64216620ccb8 => 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: 872/1860] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:03 2026] GET /v2.0/security-groups?tenant_id=baec8f9efa484a2d833a0ca5b0b19c19&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1861] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:03 2026] DELETE /v2.0/security-groups/2cdd3904-b773-4d41-8145-750fda03d645 => 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: 873/1862] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1863] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1864] 10.0.0.117 () {34 vars in 758 bytes} [Thu Mar 5 08:17:05 2026] PUT /v2.0/security-groups/2654e881-5e80-4787-8c9b-006beedca23f => generated 1663 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1865] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:17:05 2026] GET /v2.0/security-groups/2654e881-5e80-4787-8c9b-006beedca23f => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1866] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:05 2026] DELETE /v2.0/security-groups/2654e881-5e80-4787-8c9b-006beedca23f => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1867] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:06.113 7 INFO neutron.api.v2.resource [None req-4213abea-47e0-41e6-805d-52fbb567d803 a769f1033401442f80b2beb23c711470 9718c20df7a34df3b78eddba3e0302a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1868] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:06 2026] DELETE /v2.0/security-groups/2654e881-5e80-4787-8c9b-006beedca23f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1869] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1870] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1871] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules/fb5bed09-956c-4fc0-9a05-c9695c535cb9 => generated 601 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1872] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:06 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: 995/1873] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:06 2026] DELETE /v2.0/security-group-rules/fb5bed09-956c-4fc0-9a05-c9695c535cb9 => 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: 879/1874] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1875] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:06 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: 8|app: 0|req: 997/1876] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules/5881bd48-59b9-4acd-99c5-6f2ee8389386 => 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: 998/1877] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1878] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:06 2026] DELETE /v2.0/security-group-rules/5881bd48-59b9-4acd-99c5-6f2ee8389386 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1879] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-groups?tenant_id=92083967a0714aff9e4779dbe942b3da&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1880] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:06.922 8 INFO neutron.db.securitygroups_db [None req-20838162-c1a3-4a0d-a4fc-4d6ec439e7c2 a769f1033401442f80b2beb23c711470 9718c20df7a34df3b78eddba3e0302a0 - - default default] Project 9718c20df7a34df3b78eddba3e0302a0 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: 881/1881] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:06 2026] DELETE /v2.0/security-groups/17c5bad2-412a-4024-9ed2-6c4ce764813f => 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: 1001/1882] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1883] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:06 2026] GET /v2.0/security-group-rules/d3346574-6911-42e0-98ff-8125fd02299d => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1884] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1885] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:07 2026] DELETE /v2.0/security-group-rules/d3346574-6911-42e0-98ff-8125fd02299d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1886] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-groups?tenant_id=a2cef00d8bc44f37927d99132bd4ef4f&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: 884/1887] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1888] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:07 2026] DELETE /v2.0/security-groups/1b8d6515-26a8-4abe-a335-6df2447b7ea1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1889] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:07 2026] DELETE /v2.0/security-groups/45659b74-ff4f-4229-8b17-37500da852b2 => 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: 1005/1890] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1891] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1892] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1893] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1894] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:07 2026] GET /v2.0/security-groups?tenant_id=9718c20df7a34df3b78eddba3e0302a0&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1895] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1896] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1897] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:07 2026] DELETE /v2.0/security-groups/bdc49721-5d59-402b-8051-f44a4789668b => 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: 890/1898] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1899] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:07 2026] PUT /v2.0/subnetpools/7ba67675-cc33-48d2-9ccb-127051be7ec1/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1900] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:08 2026] PUT /v2.0/subnetpools/8392e955-696f-4fe9-8d6b-d4c0ace251e3/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1901] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:08 2026] PUT /v2.0/subnetpools/21e178e3-4185-40a0-b455-073418608b4e/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1902] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1903] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:08 2026] PUT /v2.0/subnetpools/bb88bc64-3a3b-4be5-b95d-02e310fd8817/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1904] 10.0.0.117 () {32 vars in 672 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1905] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 894/1906] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1907] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1908] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1909] 10.0.0.117 () {32 vars in 680 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1910] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1911] 10.0.0.117 () {32 vars in 690 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1912] 10.0.0.117 () {32 vars in 702 bytes} [Thu Mar 5 08:17:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1913] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:08 2026] DELETE /v2.0/subnetpools/7ba67675-cc33-48d2-9ccb-127051be7ec1 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1914] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:08 2026] DELETE /v2.0/subnetpools/8392e955-696f-4fe9-8d6b-d4c0ace251e3 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1915] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:08 2026] DELETE /v2.0/subnetpools/21e178e3-4185-40a0-b455-073418608b4e => 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: 899/1916] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:08 2026] DELETE /v2.0/subnetpools/bb88bc64-3a3b-4be5-b95d-02e310fd8817 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1917] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:08 2026] DELETE /v2.0/subnetpools/f9550222-12bf-4c3e-bad2-a12f4d141878 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1918] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:09 2026] GET /v2.0/security-groups?tenant_id=45f67e26461845f0afefbc0495d4cfe8&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1919] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:09 2026] DELETE /v2.0/security-groups/74dc9702-f45f-4fc0-830b-7b30856a9b70 => 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: 1020/1920] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:09 2026] GET /v2.0/security-groups?tenant_id=f9541bbaa1184e5cae0f13ceb8239089&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1921] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:10 2026] DELETE /v2.0/security-groups/a0df79b1-9605-4a59-ba59-6e5b57b9f34e => 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: 901/1922] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1923] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-groups => generated 4530 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1924] 10.0.0.117 () {34 vars in 758 bytes} [Thu Mar 5 08:17:10 2026] PUT /v2.0/security-groups/58f00605-924d-404e-87a0-299974f8b70d => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1925] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-groups/58f00605-924d-404e-87a0-299974f8b70d => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1926] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:10 2026] DELETE /v2.0/security-groups/58f00605-924d-404e-87a0-299974f8b70d => 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: 1023/1927] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-groups?tenant_id=86a81caa98fc4befab0e5b7bdfa869a3&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: 905/1928] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:10.542 7 INFO neutron.api.v2.resource [None req-3333cc5d-cddf-4253-a4ea-59771db0562c b8f5b31256214a7698b0d032206c035c 130994a44f5c4222bcd367a2b7e95a30 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1929] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:10 2026] DELETE /v2.0/security-groups/58f00605-924d-404e-87a0-299974f8b70d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1930] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:10 2026] DELETE /v2.0/security-groups/6a3663de-e659-4808-a082-d7ae4dc22612 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1931] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1932] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1933] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-group-rules/440f0dc5-9fbe-4349-80ef-db026a3d4e54 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1934] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1935] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:10 2026] DELETE /v2.0/security-group-rules/440f0dc5-9fbe-4349-80ef-db026a3d4e54 => 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: 1027/1936] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1937] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1938] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules/822ee1cf-9e1a-43e7-a75b-433a292f3c9c => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1939] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1940] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:11 2026] DELETE /v2.0/security-group-rules/822ee1cf-9e1a-43e7-a75b-433a292f3c9c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1941] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1942] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1943] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules/b614ab4c-5877-417b-a9d4-f1ee217c54a6 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1944] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1945] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:11 2026] DELETE /v2.0/security-group-rules/b614ab4c-5877-417b-a9d4-f1ee217c54a6 => 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: 1032/1948] 10.0.0.117 () {32 vars in 673 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1949] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:11 2026] DELETE /v2.0/security-groups/36acf5ee-91fc-40c2-a0c7-93236927c6e1 => 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: 1033/1950] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1951] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:17:11 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: 8|app: 0|req: 1034/1952] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:12 2026] GET /v2.0/security-groups?tenant_id=130994a44f5c4222bcd367a2b7e95a30&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1953] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:12 2026] DELETE /v2.0/security-groups/7344f152-af9c-42e9-8169-ca22330833dd => 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: 1035/1954] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/floatingips => generated 860 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1955] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/network-ip-availabilities => generated 2009 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1956] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/subnets => generated 2611 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1957] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1958] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/subnets => generated 2611 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1959] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/networks => generated 3622 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1960] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/security-groups => generated 23170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1961] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1962] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/ports => generated 11755 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1963] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 924/1964] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/routers => generated 740 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1965] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1966] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/routers/5a99f0c2-d938-4d0b-b73e-1a57031ca43d/l3-agents => generated 681 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1967] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:17:13 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1968] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:14 2026] POST /v2.0/subnetpools => generated 548 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1969] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:17:14 2026] GET /v2.0/subnetpools/dfbdbcea-e03c-460d-b471-3e91345a2939 => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1970] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:17:14 2026] PUT /v2.0/subnetpools/dfbdbcea-e03c-460d-b471-3e91345a2939 => generated 500 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1971] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:14 2026] POST /v2.0/floatingips => generated 552 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1972] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:14 2026] DELETE /v2.0/subnetpools/dfbdbcea-e03c-460d-b471-3e91345a2939 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:14.899 8 INFO neutron.api.v2.resource [None req-d840502b-c0d0-41b9-a160-a3f7a17577dc 04a07beca5ea4614a6afefa6a36b7c79 9f4c87fb67414b5faafa33e82623b6f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/1973] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:17:14 2026] GET /v2.0/subnetpools/dfbdbcea-e03c-460d-b471-3e91345a2939 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:17:14.916 8 INFO neutron.api.v2.resource [None req-0836cbf2-341c-4cae-9d5b-c42cd4d6bb7d 04a07beca5ea4614a6afefa6a36b7c79 9f4c87fb67414b5faafa33e82623b6f7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1048/1974] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:14 2026] DELETE /v2.0/subnetpools/dfbdbcea-e03c-460d-b471-3e91345a2939 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1975] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:14 2026] PUT /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1976] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:14 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1977] 10.0.0.117 () {34 vars in 770 bytes} [Thu Mar 5 08:17:15 2026] PUT /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1978] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/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: 929/1979] 10.0.0.117 () {34 vars in 766 bytes} [Thu Mar 5 08:17:15 2026] PUT /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1980] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1981] 10.0.0.117 () {34 vars in 788 bytes} [Thu Mar 5 08:17:15 2026] PUT /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1982] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1983] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:15 2026] PUT /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1984] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1985] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:15.647 8 INFO neutron.api.v2.resource [None req-e91dfaf1-0d55-45e9-9ee5-6a902c738977 4875ab4bd7544dc49b6257bd343a8e9e ee4788fc25714a179152664c4dc3c24b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/1986] 10.0.0.117 () {32 vars in 751 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1987] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/security-groups?tenant_id=9f4c87fb67414b5faafa33e82623b6f7&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1988] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:15 2026] DELETE /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1989] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1990] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:15 2026] DELETE /v2.0/security-groups/951db9bd-db1c-4aca-b494-9323168d8b9e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:15.842 8 INFO neutron.api.v2.resource [None req-77d35e38-6b0e-4f8c-ba3d-6cc1a183fa18 4875ab4bd7544dc49b6257bd343a8e9e ee4788fc25714a179152664c4dc3c24b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/1991] 10.0.0.117 () {32 vars in 754 bytes} [Thu Mar 5 08:17:15 2026] DELETE /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1992] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:17:15 2026] DELETE /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1993] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:15 2026] GET /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:16.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ee53e81-9f61-4c45-8863-7bdb8711fe8d 4875ab4bd7544dc49b6257bd343a8e9e ee4788fc25714a179152664c4dc3c24b - - default default] TaaS: Handle Delete Port: 428f5480-9a9b-4ab1-b757-7a5bf9bc84cf 2026-03-05 08:17:16.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ee53e81-9f61-4c45-8863-7bdb8711fe8d 4875ab4bd7544dc49b6257bd343a8e9e ee4788fc25714a179152664c4dc3c24b - - default default] Tap Mirror: Handle Delete Port: 428f5480-9a9b-4ab1-b757-7a5bf9bc84cf [pid: 7|app: 0|req: 934/1994] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:15 2026] DELETE /v2.0/floatingips/e02771d8-8e8c-43dd-8222-1d9d8f15f988 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1995] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:16 2026] GET /v2.0/security-groups?tenant_id=ee4788fc25714a179152664c4dc3c24b&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1996] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:17 2026] DELETE /v2.0/security-groups/9d2e3893-811e-4609-a047-fbc755ba837c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:17.306 7 INFO neutron.db.segments_db [None req-f7a7717c-1667-44c8-8904-547ee99be3a3 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Added segment 4f99c1fd-325d-4d47-b86f-997b80338512 of type vxlan for network 6f402d0b-4597-4392-a1d8-85fe6c549157 [pid: 7|app: 0|req: 935/1997] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/networks => generated 621 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1998] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:17 2026] GET /v2.0/security-groups?tenant_id=345b98ba397c4861b44f05b2d2c1539d&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1999] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/subnets => generated 657 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2000] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:17 2026] DELETE /v2.0/security-groups/c00ecda0-9e14-4f34-b1a8-eadcf008d84a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2001] 10.0.0.117 () {32 vars in 722 bytes} [Thu Mar 5 08:17:17 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:17.827 8 INFO neutron.db.segments_db [None req-06819fc2-26e1-4718-bd62-a09bdfedefdc 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment af2c4597-8e09-45a1-9b07-3839a121cf27 of type vxlan for network 6c5b4147-9d3f-4e3f-993a-ccf22889e44c [pid: 8|app: 0|req: 1065/2002] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/networks => generated 722 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2003] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/subnets => generated 731 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:18.002 7 INFO neutron.db.segments_db [None req-a747911e-0e3f-4559-8626-52ff894bd31a 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Added segment d6e6006b-f209-4d2e-9800-29352430d1a6 of type vxlan for network d950f5b5-cc5a-461f-bca1-5ecebfba35c8 [pid: 7|app: 0|req: 939/2004] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/networks => generated 619 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2005] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:17 2026] POST /v2.0/subnets => generated 688 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:18.152 8 INFO neutron.db.segments_db [None req-179cd4c2-f9b2-44f2-b5a1-ce854fc59929 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 71113e0a-319b-4cb4-8bdf-712c06ab2de6 of type vxlan for network 434959ac-eb1e-4c74-af82-b7f15e81fe13 [pid: 7|app: 0|req: 940/2006] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:18 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) 2026-03-05 08:17:18.386 8 INFO neutron.db.l3_hamode_db [None req-179cd4c2-f9b2-44f2-b5a1-ce854fc59929 7d0c3f2c5c574033b0a6df6f39515ece 0ce1d65bbd504b4293f2ff43b8899be7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 941/2007] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:18 2026] POST /v2.0/subnets => generated 726 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:18.588 7 INFO neutron.db.segments_db [None req-35c6f129-1dc2-4493-9ce3-47f8b12d928f 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Added segment e695de67-4f6b-4620-9b23-0465560e7e63 of type vxlan for network 856c392f-8cb0-43d6-ac5e-c11c23e93e7f [pid: 7|app: 0|req: 942/2008] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:17:18 2026] POST /v2.0/networks => generated 619 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2009] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:18 2026] POST /v2.0/subnets => generated 655 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2010] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:19 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:19.179 8 INFO neutron.db.l3_hamode_db [None req-179cd4c2-f9b2-44f2-b5a1-ce854fc59929 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 945/2011] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:19 2026] POST /v2.0/subnets => generated 729 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2012] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:19 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&fields=id&fields=name => generated 114 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:19.509 7 INFO neutron.db.segments_db [None req-74147f7b-c8c4-47fe-8a91-8c008f1f2996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Added segment 66799d4d-4ecf-434c-a766-bf7dadc62e78 of type vxlan for network 4bb01565-4bc7-4f97-a872-a7c5c089eb31 2026-03-05 08:17:19.787 7 INFO neutron.db.l3_hamode_db [None req-74147f7b-c8c4-47fe-8a91-8c008f1f2996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1067/2013] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:18 2026] POST /v2.0/routers => generated 728 bytes in 2084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2014] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:20 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:20.592 7 INFO neutron.db.l3_hamode_db [None req-74147f7b-c8c4-47fe-8a91-8c008f1f2996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1069/2015] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:17:20 2026] PUT /v2.0/routers/52ce30ed-d694-4d18-95a0-e7765b45337c/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2016] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:21 2026] GET /v2.0/security-groups?id=c9e4d2a3-5eaf-437f-949b-5e2642f946a6&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: 947/2017] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:19 2026] POST /v2.0/routers => generated 685 bytes in 2061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:21.713 8 INFO neutron.db.segments_db [None req-5be631f9-2877-44ff-b9c0-6a771d57413f ac80d6027b3046ce9b8c3d786a97d7d3 0bf6dc292b884baa94ac2ae6f59f59fe - - default default] Added segment d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 of type vxlan for network 53d483f2-6bf8-4b18-a0b9-c2ac9503deb7 [pid: 8|app: 0|req: 1071/2018] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:17:21 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2019] 10.0.0.117 () {34 vars in 664 bytes} [Thu Mar 5 08:17:21 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1073/2020] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:17:22 2026] PUT /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1074/2021] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:22 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 25 bytes in 76 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: 1075/2022] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:17:22 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2023] 10.0.0.117 () {34 vars in 758 bytes} [Thu Mar 5 08:17:22 2026] PUT /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags/green => generated 4 bytes in 122 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, ' 2026-03-05 08:17:22.676 8 INFO neutron_taas.services.taas.taas_plugin [req-631029d7-f491-4f44-b1a8-7c98c9811041 req-a16e8194-932a-470d-8c13-dbde4be53844 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] TaaS: Handle Delete Port: 6a728e0a-d2eb-4e18-a319-16372d2508d4 2026-03-05 08:17:22.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-631029d7-f491-4f44-b1a8-7c98c9811041 req-a16e8194-932a-470d-8c13-dbde4be53844 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] Tap Mirror: Handle Delete Port: 6a728e0a-d2eb-4e18-a319-16372d2508d4 2026-03-05 08:17:22.812 8 INFO neutron.db.l3_db [req-631029d7-f491-4f44-b1a8-7c98c9811041 req-a16e8194-932a-470d-8c13-dbde4be53844 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] Floating IP 986e6936-7686-4894-86df-d56afcc35e01 disassociated. External IP: 10.96.250.202, port: 6a728e0a-d2eb-4e18-a319-16372d2508d4. [pid: 7|app: 0|req: 948/2024] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:17:21 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2025] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:22 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 950/2026] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 1077/2027] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:17:22 2026] DELETE /v2.0/ports/6a728e0a-d2eb-4e18-a319-16372d2508d4 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:23.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c615813c-cd4e-44b9-838d-ecbd1259511e'] response: {'server_uuid': '1c443656-0e2b-47e8-bd70-dc94d04196eb', 'name': 'network-vif-deleted', 'tag': '6a728e0a-d2eb-4e18-a319-16372d2508d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1078/2028] 10.0.0.117 () {34 vars in 754 bytes} [Thu Mar 5 08:17:23 2026] PUT /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags/red => generated 4 bytes in 107 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: 1079/2029] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1080/2030] 10.0.0.117 () {34 vars in 776 bytes} [Thu Mar 5 08:17:23 2026] PUT /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags/black.or.white => generated 4 bytes in 111 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: 1081/2031] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1082/2032] 10.0.0.117 () {34 vars in 747 bytes} [Thu Mar 5 08:17:23 2026] PUT /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1083/2033] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1084/2034] 10.0.0.117 () {32 vars in 735 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags/red => generated 0 bytes in 54 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-03-05 08:17:23.850 8 INFO neutron.api.v2.resource [None req-6327e6b1-90b2-42ea-a4cd-05da970fe107 ac80d6027b3046ce9b8c3d786a97d7d3 0bf6dc292b884baa94ac2ae6f59f59fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1085/2035] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/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: 8|app: 0|req: 1086/2036] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/networks?id=6c5b4147-9d3f-4e3f-993a-ccf22889e44c => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2037] 10.0.0.117 () {32 vars in 738 bytes} [Thu Mar 5 08:17:23 2026] DELETE /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1088/2038] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/quotas/0ce1d65bbd504b4293f2ff43b8899be7 => 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: 1089/2039] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:23 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1090/2040] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/ports?tenant_id=0ce1d65bbd504b4293f2ff43b8899be7&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:24.195 8 INFO neutron.api.v2.resource [None req-06d0a836-5c05-4c91-9e7c-610a6ffdfa2c ac80d6027b3046ce9b8c3d786a97d7d3 0bf6dc292b884baa94ac2ae6f59f59fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2041] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:17:24 2026] DELETE /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/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, ' [pid: 8|app: 0|req: 1092/2042] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 1093/2043] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/networks/6c5b4147-9d3f-4e3f-993a-ccf22889e44c?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: 1094/2044] 10.0.0.117 () {32 vars in 730 bytes} [Thu Mar 5 08:17:24 2026] DELETE /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 0 bytes in 73 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: 1095/2045] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/networks/6c5b4147-9d3f-4e3f-993a-ccf22889e44c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2046] 10.0.0.117 () {32 vars in 727 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 951/2047] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:17:23 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/add_router_interface => generated 309 bytes in 1533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:24.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-afc8509c-08c6-4094-bbec-dff7066d9c10 ac80d6027b3046ce9b8c3d786a97d7d3 0bf6dc292b884baa94ac2ae6f59f59fe - - default default] TaaS: Handle Delete Port: 9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc 2026-03-05 08:17:24.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afc8509c-08c6-4094-bbec-dff7066d9c10 ac80d6027b3046ce9b8c3d786a97d7d3 0bf6dc292b884baa94ac2ae6f59f59fe - - default default] Tap Mirror: Handle Delete Port: 9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc [pid: 7|app: 0|req: 952/2048] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:24 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 1097/2049] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:17:24 2026] DELETE /v2.0/ports/9ceccb38-83b9-4eb1-af35-3c4d1ad14dcc => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:24.833 8 INFO neutron.services.segments.plugin [-] Segment d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 resource provider aggregate not found 2026-03-05 08:17:24.837 8 INFO neutron.services.segments.plugin [-] Segment d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 resource provider aggregate not found 2026-03-05 08:17:24.861 8 INFO neutron.services.segments.plugin [-] Segment d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 found for delete ", "request_id": "req-4c9459a2-e5ad-4b36-8169-3bf097bdfec6"}]} 2026-03-05 08:17:24.863 8 INFO neutron.services.segments.plugin [-] Segment d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1a9c5d8-745e-4baa-a4c1-c80d8bd40847 found for delete ", "request_id": "req-e506e66f-f101-4e53-afa7-8ee36350776f"}]} [pid: 8|app: 0|req: 1098/2050] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:17:24 2026] DELETE /v2.0/networks/53d483f2-6bf8-4b18-a0b9-c2ac9503deb7 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2051] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:25 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 1100/2052] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:25 2026] GET /v2.0/security-groups?tenant_id=0769ab4a2e094336aeb6f73e79f02b7a&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2053] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:25 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2054] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:25 2026] DELETE /v2.0/security-groups/497081e6-ba0e-46ba-8f1f-df60dadd6459 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2055] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:26 2026] GET /v2.0/security-groups?tenant_id=0bf6dc292b884baa94ac2ae6f59f59fe&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2056] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:17:24 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/add_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2057] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:26 2026] DELETE /v2.0/security-groups/babb1a37-f2b3-458c-a861-49941481c8c0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2058] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-groups => generated 1628 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2059] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:26 2026] GET /v2.0/ports?device_id=1c443656-0e2b-47e8-bd70-dc94d04196eb => 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: 1105/2060] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2061] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2062] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2065] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2066] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:26 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2067] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2068] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 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) [pid: 7|app: 0|req: 959/2069] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2070] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2071] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2072] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:27 2026] DELETE /v2.0/security-groups/c9e4d2a3-5eaf-437f-949b-5e2642f946a6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:27.681 8 INFO neutron.api.v2.resource [None req-8cf5cc98-17fa-4506-b013-8d6567f109b8 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1113/2073] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:17:27 2026] GET /v2.0/security-groups/c9e4d2a3-5eaf-437f-949b-5e2642f946a6 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2074] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 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) 2026-03-05 08:17:27.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7824b8f-168f-4e7c-9cf1-1d1eb18ce30c 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] TaaS: Handle Delete Port: 278e2fbd-d3df-4d00-880d-38ca923504e4 2026-03-05 08:17:27.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7824b8f-168f-4e7c-9cf1-1d1eb18ce30c 0235767cc62d46af8de0853742d4c7c0 5a286409a8f2454fb101d272c8701c50 - - default default] Tap Mirror: Handle Delete Port: 278e2fbd-d3df-4d00-880d-38ca923504e4 [pid: 7|app: 0|req: 962/2075] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:17:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2076] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:27 2026] DELETE /v2.0/floatingips/986e6936-7686-4894-86df-d56afcc35e01 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2077] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 1116/2078] 10.0.0.96 () {34 vars in 1095 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1116923156&fields=id&tenant_id=57e324181e8d439cabcb55c03bf9641f => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2079] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2080] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/quotas/57e324181e8d439cabcb55c03bf9641f => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:28.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-f599596c-a32d-4dd1-a1d1-d8fc8c5f9fa7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: c4e3cd61-d0a9-4108-999e-36622e546161 2026-03-05 08:17:28.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f599596c-a32d-4dd1-a1d1-d8fc8c5f9fa7 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: c4e3cd61-d0a9-4108-999e-36622e546161 [pid: 8|app: 0|req: 1119/2081] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&fields=id => generated 195 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2082] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2083] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2084] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:17:28 2026] GET /v2.0/networks?id=6c5b4147-9d3f-4e3f-993a-ccf22889e44c => generated 673 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2085] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:17:28 2026] PUT /v2.0/routers/5a99f0c2-d938-4d0b-b73e-1a57031ca43d/remove_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2086] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:29 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2087] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:29 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2088] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:17:28 2026] POST /v2.0/ports => generated 954 bytes in 667 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-03-05 08:17:29.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ad0852-96be-484f-9edc-006981315e12 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 3fb497f7-757d-49a8-b576-d803780798b2 2026-03-05 08:17:29.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ad0852-96be-484f-9edc-006981315e12 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 3fb497f7-757d-49a8-b576-d803780798b2 2026-03-05 08:17:29.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ad0852-96be-484f-9edc-006981315e12 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 1e3eff4e-fc2f-4f97-924a-b3d7eec07318 2026-03-05 08:17:29.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ad0852-96be-484f-9edc-006981315e12 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 1e3eff4e-fc2f-4f97-924a-b3d7eec07318 [pid: 8|app: 0|req: 1124/2089] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:17:29 2026] PUT /v2.0/ports/8700edf0-513a-40bb-b383-aac163698c89 => generated 1235 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:30.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84f649af-e0ee-4685-8916-b3c926dbb3c4'] response: {'name': 'network-changed', 'server_uuid': '9034dfe1-7338-4d18-8645-af72a0c8e69f', 'tag': '8700edf0-513a-40bb-b383-aac163698c89', '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-03-05 08:17:30.304 7 INFO neutron.services.segments.plugin [-] Segment 8fe8432b-9978-4225-9332-9b9b25366e1a resource provider aggregate not found 2026-03-05 08:17:30.307 7 INFO neutron.services.segments.plugin [-] Segment 8fe8432b-9978-4225-9332-9b9b25366e1a resource provider aggregate not found 2026-03-05 08:17:30.328 7 INFO neutron.services.segments.plugin [-] Segment 8fe8432b-9978-4225-9332-9b9b25366e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe8432b-9978-4225-9332-9b9b25366e1a found for delete ", "request_id": "req-41563155-6faa-4a2f-903a-1479ffd5fd03"}]} 2026-03-05 08:17:30.329 7 INFO neutron.db.l3_hamode_db [None req-03ad0852-96be-484f-9edc-006981315e12 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 225a63d8-0da0-40bd-ad1f-0607ed9ac75d was deleted as no HA routers are present in tenant 5a286409a8f2454fb101d272c8701c50. 2026-03-05 08:17:30.331 7 INFO neutron.services.segments.plugin [-] Segment 8fe8432b-9978-4225-9332-9b9b25366e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe8432b-9978-4225-9332-9b9b25366e1a found for delete ", "request_id": "req-5a91037d-3bc7-4799-8792-3c0ff0d7d724"}]} [pid: 7|app: 0|req: 966/2090] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:29 2026] DELETE /v2.0/routers/5a99f0c2-d938-4d0b-b73e-1a57031ca43d => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2091] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:17:30 2026] POST /v2.0/security-groups => generated 1601 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2092] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:30 2026] DELETE /v2.0/subnets/c0f4af12-7c0b-4b55-b450-8eab0cb9821d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2093] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 968/2094] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:17:30 2026] PUT /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2095] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 970/2096] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/ports?tenant_id=0ce1d65bbd504b4293f2ff43b8899be7&device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:30.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac926a36-b018-43cd-b5f1-61cd2b62d90b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 7cfdc98d-2778-4423-8e09-c4458fe1ee7a 2026-03-05 08:17:30.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac926a36-b018-43cd-b5f1-61cd2b62d90b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 7cfdc98d-2778-4423-8e09-c4458fe1ee7a [pid: 7|app: 0|req: 971/2097] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2098] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/networks?tenant_id=0ce1d65bbd504b4293f2ff43b8899be7&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2099] 10.0.0.117 () {34 vars in 778 bytes} [Thu Mar 5 08:17:30 2026] PUT /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-05 08:17:30.811 8 INFO neutron.services.segments.plugin [-] Segment e21b9de1-e977-4b64-8709-77c7c5fdafce resource provider aggregate not found [pid: 7|app: 0|req: 974/2100] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:17:30 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-03-05 08:17:30.817 8 INFO neutron.services.segments.plugin [-] Segment e21b9de1-e977-4b64-8709-77c7c5fdafce resource provider aggregate not found 2026-03-05 08:17:30.834 8 INFO neutron.services.segments.plugin [-] Segment e21b9de1-e977-4b64-8709-77c7c5fdafce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21b9de1-e977-4b64-8709-77c7c5fdafce found for delete ", "request_id": "req-64e9ef5d-f775-4fb2-997f-0fcbf45fe4e3"}]} 2026-03-05 08:17:30.841 8 INFO neutron.services.segments.plugin [-] Segment e21b9de1-e977-4b64-8709-77c7c5fdafce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21b9de1-e977-4b64-8709-77c7c5fdafce found for delete ", "request_id": "req-9344aa54-7820-485c-8649-8be6c08e8a01"}]} [pid: 7|app: 0|req: 975/2101] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2102] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:17:30 2026] DELETE /v2.0/networks/27bded1e-afc6-4493-ae3c-78dc46c01b0b => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2103] 10.0.0.117 () {34 vars in 774 bytes} [Thu Mar 5 08:17:30 2026] PUT /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2104] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:30 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2105] 10.0.0.117 () {34 vars in 796 bytes} [Thu Mar 5 08:17:30 2026] PUT /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/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: 8|app: 0|req: 1129/2106] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups?tenant_id=5a286409a8f2454fb101d272c8701c50&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2107] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2108] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:17:31 2026] PUT /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/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: 1130/2109] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:31 2026] DELETE /v2.0/security-groups/e3ba4d51-dc22-479d-ba85-e0dc7eabe38b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2110] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2111] 10.0.0.117 () {32 vars in 755 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:31.236 7 INFO neutron.api.v2.resource [None req-1db4d707-d57a-4579-be4e-89b7cfa10a08 07ccbb82220d4d8daf80348bfa2b3027 8b2899f9f7f54b9a97593ba9c887fb40 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/2112] 10.0.0.117 () {32 vars in 759 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2113] 10.0.0.117 () {32 vars in 758 bytes} [Thu Mar 5 08:17:31 2026] DELETE /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2114] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:31.418 8 INFO neutron.api.v2.resource [None req-8708b811-0188-4de6-b3b6-0f5fcc6bb4fa 07ccbb82220d4d8daf80348bfa2b3027 8b2899f9f7f54b9a97593ba9c887fb40 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1133/2115] 10.0.0.117 () {32 vars in 762 bytes} [Thu Mar 5 08:17:31 2026] DELETE /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2116] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:31 2026] DELETE /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2117] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2118] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:31 2026] DELETE /v2.0/security-groups/8766532c-4ff6-46e6-8775-94ae591beecc => 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: 1135/2119] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 985/2120] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1136/2121] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/ports?tenant_id=0ce1d65bbd504b4293f2ff43b8899be7&device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 986/2122] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8700edf0-513a-40bb-b383-aac163698c89 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2123] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/subnets?id=13078516-52b2-497d-bda8-d9c034d84669 => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2124] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:31 2026] GET /v2.0/ports?network_id=6c5b4147-9d3f-4e3f-993a-ccf22889e44c&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2125] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/networks/6c5b4147-9d3f-4e3f-993a-ccf22889e44c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2126] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/networks/6c5b4147-9d3f-4e3f-993a-ccf22889e44c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2127] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/security-groups?tenant_id=8b2899f9f7f54b9a97593ba9c887fb40&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2128] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:32 2026] DELETE /v2.0/security-groups/602208fc-e9b5-4054-8256-aab090673da5 => 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: 1140/2129] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/security-groups?tenant_id=c735a7b58fad4cfba79c286747077bfb&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2130] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 1141/2131] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:32 2026] DELETE /v2.0/security-groups/ce14f277-546c-41a4-99d3-dec08657e2d1 => 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: 991/2132] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:32 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1142/2133] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:34 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 992/2134] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:34 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 8|app: 0|req: 1143/2135] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:34 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => 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: 993/2136] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:35 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2137] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:35 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2138] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:17:35 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2139] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:17:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57e324181e8d439cabcb55c03bf9641f => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2140] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:17:35 2026] POST /v2.0/ports => generated 1183 bytes in 522 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: 996/2141] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:17:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2142] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:36 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2143] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:36 2026] PUT /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2144] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:36 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1146/2145] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:17:36 2026] PUT /v2.0/ports/cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 1464 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2146] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:36 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:17:36.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53319311-0497-4479-9426-6e50aa681dac'] response: {'name': 'network-changed', 'server_uuid': '608fce2b-f071-4d76-b077-7429fc6013a6', 'tag': 'cad6b008-4258-45a7-a26f-f13e463c3c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1147/2147] 10.0.0.117 () {34 vars in 770 bytes} [Thu Mar 5 08:17:36 2026] PUT /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2148] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:36 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2149] 10.0.0.117 () {34 vars in 766 bytes} [Thu Mar 5 08:17:36 2026] PUT /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2150] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:36 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/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: 1149/2151] 10.0.0.117 () {34 vars in 788 bytes} [Thu Mar 5 08:17:36 2026] PUT /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2152] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2153] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:17:37 2026] PUT /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2154] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2155] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:37.267 7 INFO neutron.api.v2.resource [None req-03fd2b2c-017a-4a8a-9657-91fcdcda7d94 3dedd896f9894d17b706a78c54f7e57b 7dab054735cc4cb3ad234075d0b55343 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1005/2156] 10.0.0.117 () {32 vars in 751 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2157] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1467 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2158] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:17:37 2026] DELETE /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2159] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2160] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/networks?tenant_id=57e324181e8d439cabcb55c03bf9641f&shared=False => generated 2377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:37.400 8 INFO neutron.api.v2.resource [None req-6b542f72-5f21-4f0d-b4b7-74f8a7ec017b 3dedd896f9894d17b706a78c54f7e57b 7dab054735cc4cb3ad234075d0b55343 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2161] 10.0.0.117 () {32 vars in 754 bytes} [Thu Mar 5 08:17:37 2026] DELETE /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2162] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:17:37 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: 1155/2163] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:17:37 2026] DELETE /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2164] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d/tags => 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: 1156/2165] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:37 2026] DELETE /v2.0/subnetpools/810f28ce-f1d2-4d82-9ad4-f8d34c7c024d => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2166] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2167] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:37 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1011/2168] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:38 2026] GET /v2.0/security-groups?tenant_id=b977da1ad6904a589b5057d6055ccb6b&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2169] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:38 2026] GET /v2.0/security-groups?tenant_id=7dab054735cc4cb3ad234075d0b55343&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2170] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:38 2026] DELETE /v2.0/security-groups/278a8445-05eb-4096-8767-df2962bb7284 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2171] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:38 2026] DELETE /v2.0/security-groups/abb7d2b2-4615-4f45-b8fc-ca82e9be5e96 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2172] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:38 2026] GET /v2.0/security-groups?tenant_id=29952a537f9a4c0dbf462b2e0e6cff4c&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2173] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:38 2026] DELETE /v2.0/security-groups/72f71f00-4618-4593-945a-b536173b98da => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2174] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:38 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1467 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2175] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2176] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2177] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:38 2026] GET /v2.0/security-groups?tenant_id=0dc9e418dcb8454e97c7df076451a63a&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2178] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2179] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1455 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2180] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:39 2026] DELETE /v2.0/security-groups/2e9e5d53-1107-49be-b38d-4e26a0ec32ef => 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: 1017/2181] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1455 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2182] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2183] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2184] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2185] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1167/2186] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1198 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2187] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:39 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2188] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:40 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2189] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:40 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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: 1169/2190] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:41 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2191] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:17:41 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2193] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:41 2026] GET /v2.0/security-groups?id=5bda8d87-eda2-4e80-9011-30cc752f6a02&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-03-05 08:17:41.880 8 INFO neutron_taas.services.taas.taas_plugin [req-d68acfa7-c3b2-4164-a48c-a5501ed8d6e5 req-a1db7137-ae2e-4df2-a28e-ddcd1f333414 fbf81f93e98f43899c298ffa93548c33 0ce1d65bbd504b4293f2ff43b8899be7 - - default default] TaaS: Handle Delete Port: 8700edf0-513a-40bb-b383-aac163698c89 2026-03-05 08:17:41.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d68acfa7-c3b2-4164-a48c-a5501ed8d6e5 req-a1db7137-ae2e-4df2-a28e-ddcd1f333414 fbf81f93e98f43899c298ffa93548c33 0ce1d65bbd504b4293f2ff43b8899be7 - - default default] Tap Mirror: Handle Delete Port: 8700edf0-513a-40bb-b383-aac163698c89 [pid: 8|app: 0|req: 1171/2195] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:17:41 2026] DELETE /v2.0/ports/8700edf0-513a-40bb-b383-aac163698c89 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:42.086 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7231acb8-1b18-4d64-a9ca-6113ab64259c'] response: {'server_uuid': '9034dfe1-7338-4d18-8645-af72a0c8e69f', 'name': 'network-vif-deleted', 'tag': '8700edf0-513a-40bb-b383-aac163698c89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1025/2196] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:42 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 1172/2197] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:43 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2198] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:44 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2199] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:44 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2200] 10.0.0.117 () {32 vars in 818 bytes} [Thu Mar 5 08:17:44 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&mac_address=fa%3A16%3A3e%3A3b%3Aa9%3A24 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2201] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:44 2026] GET /v2.0/security-groups?tenant_id=0068f747f0b94e499d6b03c6d97bad10&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2202] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:45 2026] GET /v2.0/ports?device_id=9034dfe1-7338-4d18-8645-af72a0c8e69f => 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: 1176/2203] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:45 2026] DELETE /v2.0/security-groups/8956a4a6-892b-40fb-b047-92e9e84455c2 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2204] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:45 2026] GET /v2.0/security-groups?tenant_id=56a3c26d293845beb5f73d717a5bdb5e&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2205] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:45 2026] DELETE /v2.0/security-groups/85145d90-03f4-44e9-b15a-a517bce36805 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:45.748 7 INFO neutron.db.l3_db [None req-b50221ff-f384-4245-a9a9-3cfb756d3a50 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP 9c231a1e-eb0a-4135-8512-1e7347e98575 associated. External IP: 10.96.250.206, port: cad6b008-4258-45a7-a26f-f13e463c3c8f. [pid: 7|app: 0|req: 1028/2206] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:17:44 2026] POST /v2.0/floatingips => generated 855 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:46.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24f91653-0276-4d25-bd33-0135045fb8fa'] response: {'name': 'network-changed', 'server_uuid': '608fce2b-f071-4d76-b077-7429fc6013a6', 'tag': 'cad6b008-4258-45a7-a26f-f13e463c3c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1179/2207] 10.0.0.96 () {34 vars in 1095 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1116923156&fields=id&tenant_id=57e324181e8d439cabcb55c03bf9641f => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2208] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2209] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/quotas/57e324181e8d439cabcb55c03bf9641f => 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: 1030/2210] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&fields=id => generated 333 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2211] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2212] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2213] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2214] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => 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: 1183/2215] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2216] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2217] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2218] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2219] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2220] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2221] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:17:46 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2222] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:17:47 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:47.677 8 INFO neutron.db.segments_db [None req-dcdd8d20-3b30-4638-8b38-0e3a1ed4455f 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Added segment 1ec22101-2ee8-4db9-abf1-2a31b867f802 of type vxlan for network baed3767-31a7-4dea-b026-b94fdd3afc65 [pid: 8|app: 0|req: 1187/2223] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:17:47 2026] POST /v2.0/networks => generated 631 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:47.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c95c06a-b161-4f9a-a086-9e1c8ebe005a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: c89c2ebd-209d-4ba5-8d3e-c46636317a2e 2026-03-05 08:17:47.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c95c06a-b161-4f9a-a086-9e1c8ebe005a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: c89c2ebd-209d-4ba5-8d3e-c46636317a2e [pid: 8|app: 0|req: 1188/2224] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:47 2026] POST /v2.0/subnets => generated 627 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:17:48.058 8 INFO neutron.db.segments_db [None req-c9034f60-d2d1-4edb-b579-144e8eb9d962 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Added segment 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 of type vxlan for network 5f9db8ab-d4ff-4123-9834-a7e61d0e3124 2026-03-05 08:17:48.324 8 INFO neutron.db.l3_hamode_db [None req-c9034f60-d2d1-4edb-b579-144e8eb9d962 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1037/2225] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:17:47 2026] PUT /v2.0/routers/52ce30ed-d694-4d18-95a0-e7765b45337c/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:48.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c65e3f6-c39a-4de6-baca-0f0493851d2a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: af6f179a-fc2d-44e2-8029-ce30f58f0570 2026-03-05 08:17:48.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c65e3f6-c39a-4de6-baca-0f0493851d2a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: af6f179a-fc2d-44e2-8029-ce30f58f0570 2026-03-05 08:17:48.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c65e3f6-c39a-4de6-baca-0f0493851d2a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 3dc9e27e-bd3c-4dd6-9d0c-95207d0a484f 2026-03-05 08:17:48.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c65e3f6-c39a-4de6-baca-0f0493851d2a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 3dc9e27e-bd3c-4dd6-9d0c-95207d0a484f 2026-03-05 08:17:49.253 7 INFO neutron.services.segments.plugin [-] Segment 71113e0a-319b-4cb4-8bdf-712c06ab2de6 resource provider aggregate not found 2026-03-05 08:17:49.264 7 INFO neutron.services.segments.plugin [-] Segment 71113e0a-319b-4cb4-8bdf-712c06ab2de6 resource provider aggregate not found 2026-03-05 08:17:49.273 7 INFO neutron.services.segments.plugin [-] Segment 71113e0a-319b-4cb4-8bdf-712c06ab2de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71113e0a-319b-4cb4-8bdf-712c06ab2de6 found for delete ", "request_id": "req-5087a3a5-98a3-4a48-8e97-fb9a717c95ea"}]} 2026-03-05 08:17:49.281 7 INFO neutron.services.segments.plugin [-] Segment 71113e0a-319b-4cb4-8bdf-712c06ab2de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71113e0a-319b-4cb4-8bdf-712c06ab2de6 found for delete ", "request_id": "req-42fec9c0-cf8c-4a97-9dc3-2e468e3df709"}]} 2026-03-05 08:17:49.289 7 INFO neutron.db.l3_hamode_db [None req-8c65e3f6-c39a-4de6-baca-0f0493851d2a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 434959ac-eb1e-4c74-af82-b7f15e81fe13 was deleted as no HA routers are present in tenant 0ce1d65bbd504b4293f2ff43b8899be7. [pid: 7|app: 0|req: 1038/2226] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:48 2026] DELETE /v2.0/routers/52ce30ed-d694-4d18-95a0-e7765b45337c => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2227] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:49 2026] DELETE /v2.0/subnets/13078516-52b2-497d-bda8-d9c034d84669 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:49.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-09401810-052a-45a4-899d-39eaed5c8f10 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 26fecce2-52ee-4aab-b5e0-a87b56fb47c5 2026-03-05 08:17:49.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09401810-052a-45a4-899d-39eaed5c8f10 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 26fecce2-52ee-4aab-b5e0-a87b56fb47c5 2026-03-05 08:17:49.757 8 INFO neutron.db.l3_hamode_db [None req-c9034f60-d2d1-4edb-b579-144e8eb9d962 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1040/2228] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:17:49 2026] DELETE /v2.0/networks/6c5b4147-9d3f-4e3f-993a-ccf22889e44c => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2229] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:49 2026] GET /v2.0/security-groups?tenant_id=0ce1d65bbd504b4293f2ff43b8899be7&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2230] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:50 2026] DELETE /v2.0/security-groups/5bda8d87-eda2-4e80-9011-30cc752f6a02 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2231] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:17:48 2026] POST /v2.0/routers => generated 694 bytes in 2677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2232] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:17:50 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2233] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:17:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57e324181e8d439cabcb55c03bf9641f => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:51.299 7 INFO neutron.services.segments.plugin [-] Segment af2c4597-8e09-45a1-9b07-3839a121cf27 resource provider aggregate not found 2026-03-05 08:17:51.310 7 INFO neutron.services.segments.plugin [-] Segment af2c4597-8e09-45a1-9b07-3839a121cf27 resource provider aggregate not found 2026-03-05 08:17:51.316 7 INFO neutron.services.segments.plugin [-] Segment af2c4597-8e09-45a1-9b07-3839a121cf27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af2c4597-8e09-45a1-9b07-3839a121cf27 found for delete ", "request_id": "req-205f0133-0972-4912-9d59-0070e5e0d9d8"}]} 2026-03-05 08:17:51.330 7 INFO neutron.services.segments.plugin [-] Segment af2c4597-8e09-45a1-9b07-3839a121cf27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af2c4597-8e09-45a1-9b07-3839a121cf27 found for delete ", "request_id": "req-5661877e-468f-48d1-8842-d220b45b86a1"}]} [pid: 8|app: 0|req: 1192/2234] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:17:50 2026] POST /v2.0/ports => generated 1179 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1193/2235] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:17:51 2026] PUT /v2.0/ports/33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 1460 bytes in 462 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: 1194/2236] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:51 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:17:51.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f86d458-8056-4819-aa39-28d2ab2bc0aa'] response: {'name': 'network-changed', 'server_uuid': '77171264-a25d-49ac-9555-cf7c689a41f7', 'tag': '33901b83-dd14-415f-ba37-0e0fa7b98272', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1043/2237] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:17:50 2026] PUT /v2.0/routers/3f23287f-22d9-45bb-a182-aaffa291e26b/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2238] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:51 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2239] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:17:51 2026] POST /v2.0/ports => generated 959 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1045/2240] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:52 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2241] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:17:52 2026] GET /v2.0/networks?tenant_id=57e324181e8d439cabcb55c03bf9641f&shared=False => generated 2377 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2242] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:17:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2243] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:17:52 2026] POST /v2.0/ports => generated 958 bytes in 383 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: 1197/2244] 10.0.0.156 () {32 vars in 802 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/extensions => generated 21537 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-05 08:17:53.451 7 INFO neutron.db.l3_db [None req-4ef3addb-cc79-4012-8510-57157a1c7198 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Floating IP f721589b-132c-470c-9254-c098fcc901bd associated. External IP: 10.96.250.215, port: 74a52662-a990-4797-8893-07a1483d138f. [pid: 8|app: 0|req: 1198/2245] 10.0.0.156 () {30 vars in 724 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/quotas/c0387ffe420249e8be3e33d279773200/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2246] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2247] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.33&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2248] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afb&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2249] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/subnets?id=8b6638f8-2814-48c4-b66d-4f243be7981c&id=8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2250] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:17:52 2026] POST /v2.0/floatingips => generated 842 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2251] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2252] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2253] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:17:53.899 7 INFO neutron.db.l3_db [None req-e3d49bcf-dd5a-4788-b493-80ed7e33cdb9 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Floating IP f721589b-132c-470c-9254-c098fcc901bd disassociated. External IP: 10.96.250.215, port: 74a52662-a990-4797-8893-07a1483d138f. [pid: 8|app: 0|req: 1206/2254] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:17:53 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2255] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:17:53 2026] PUT /v2.0/floatingips/f721589b-132c-470c-9254-c098fcc901bd => generated 552 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:54.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-09423b46-8672-4648-8245-bdd042e174f7 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: a92126ed-38a6-4d45-87e8-32ddde308683 2026-03-05 08:17:54.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09423b46-8672-4648-8245-bdd042e174f7 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: a92126ed-38a6-4d45-87e8-32ddde308683 [pid: 8|app: 0|req: 1207/2256] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:54 2026] DELETE /v2.0/floatingips/f721589b-132c-470c-9254-c098fcc901bd => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:55.397 7 INFO neutron.db.l3_db [None req-0c617d71-33fa-447c-9c0a-326185e7a4de 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Floating IP cc69b6b1-da25-4fa7-b9c0-53339c1a818f associated. External IP: 10.96.250.216, port: 5a3a469d-601e-4da3-843a-0c698eb9f366. [pid: 8|app: 0|req: 1208/2257] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:17:55 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2258] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:17:55 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2259] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:17:54 2026] POST /v2.0/floatingips => generated 843 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2260] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:17:55 2026] GET /v2.0/floatingips/cc69b6b1-da25-4fa7-b9c0-53339c1a818f => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2261] 10.0.0.117 () {32 vars in 655 bytes} [Thu Mar 5 08:17:55 2026] GET /v2.0/floatingips => generated 846 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:56.149 8 INFO neutron.db.l3_db [None req-73b194d8-18cb-4b1a-8874-318ba4d1e7fa 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Floating IP cc69b6b1-da25-4fa7-b9c0-53339c1a818f associated. External IP: 10.96.250.216, port: 5a3a469d-601e-4da3-843a-0c698eb9f366. [pid: 7|app: 0|req: 1052/2262] 10.0.0.156 () {32 vars in 802 bytes} [Thu Mar 5 08:17:56 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2263] 10.0.0.156 () {30 vars in 724 bytes} [Thu Mar 5 08:17:56 2026] GET /v2.0/quotas/c0387ffe420249e8be3e33d279773200/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2266] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:17:55 2026] PUT /v2.0/floatingips/cc69b6b1-da25-4fa7-b9c0-53339c1a818f => generated 842 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:56.885 7 INFO neutron.db.l3_db [None req-fec1edde-ba27-4773-856f-0a1bf1ebed7b 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Floating IP cc69b6b1-da25-4fa7-b9c0-53339c1a818f disassociated. External IP: 10.96.250.216, port: 74a52662-a990-4797-8893-07a1483d138f. [pid: 8|app: 0|req: 1212/2267] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:17:57 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1196 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2268] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:17:56 2026] PUT /v2.0/floatingips/cc69b6b1-da25-4fa7-b9c0-53339c1a818f => generated 552 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2269] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:17:57 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:57.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-97c2c8b3-bfd4-42bf-a5e7-e9603265effe 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: bd0f0e0f-b76e-471e-9368-73c41bb27688 2026-03-05 08:17:57.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c2c8b3-bfd4-42bf-a5e7-e9603265effe 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: bd0f0e0f-b76e-471e-9368-73c41bb27688 [pid: 7|app: 0|req: 1057/2270] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:57 2026] DELETE /v2.0/floatingips/cc69b6b1-da25-4fa7-b9c0-53339c1a818f => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:17:57.467 8 INFO neutron.api.v2.resource [None req-5fe31489-d930-4287-b38b-9eb758093346 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1214/2271] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:17:57 2026] DELETE /v2.0/floatingips/cc69b6b1-da25-4fa7-b9c0-53339c1a818f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:17:57.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1577ef0-e4d0-4483-9e6d-7234928872fa 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: 74a52662-a990-4797-8893-07a1483d138f 2026-03-05 08:17:57.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1577ef0-e4d0-4483-9e6d-7234928872fa 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: 74a52662-a990-4797-8893-07a1483d138f [pid: 7|app: 0|req: 1058/2272] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:17:57 2026] DELETE /v2.0/ports/74a52662-a990-4797-8893-07a1483d138f => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:17:57.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-081c3166-b473-461f-b8af-50afeaf06337 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: 5a3a469d-601e-4da3-843a-0c698eb9f366 2026-03-05 08:17:57.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-081c3166-b473-461f-b8af-50afeaf06337 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: 5a3a469d-601e-4da3-843a-0c698eb9f366 [pid: 8|app: 0|req: 1215/2273] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:17:57 2026] DELETE /v2.0/ports/5a3a469d-601e-4da3-843a-0c698eb9f366 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2274] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:17:58 2026] GET /v2.0/ports?device_id=3f23287f-22d9-45bb-a182-aaffa291e26b => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:58.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-6eb863e9-cca3-48e8-9c02-fc3b23247b6c 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: 705ab030-6813-4fe2-becc-0e5e5c419e23 2026-03-05 08:17:58.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eb863e9-cca3-48e8-9c02-fc3b23247b6c 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: 705ab030-6813-4fe2-becc-0e5e5c419e23 [pid: 8|app: 0|req: 1216/2275] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:17:58 2026] PUT /v2.0/routers/3f23287f-22d9-45bb-a182-aaffa291e26b/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:17:59.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-160f08dd-0dee-432e-9329-017c8ca1717a 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: f91d9b9f-0d0e-493c-9bc9-361947d4c72b 2026-03-05 08:17:59.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-160f08dd-0dee-432e-9329-017c8ca1717a 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: f91d9b9f-0d0e-493c-9bc9-361947d4c72b 2026-03-05 08:17:59.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-160f08dd-0dee-432e-9329-017c8ca1717a 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] TaaS: Handle Delete Port: 6ef90054-0998-4ef9-a322-83e0a7f966f5 2026-03-05 08:17:59.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-160f08dd-0dee-432e-9329-017c8ca1717a 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] Tap Mirror: Handle Delete Port: 6ef90054-0998-4ef9-a322-83e0a7f966f5 [pid: 8|app: 0|req: 1217/2276] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:17:59 2026] GET /v2.0/security-groups?tenant_id=c0387ffe420249e8be3e33d279773200&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:00.041 7 INFO neutron.services.segments.plugin [-] Segment 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 resource provider aggregate not found 2026-03-05 08:18:00.045 7 INFO neutron.services.segments.plugin [-] Segment 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 resource provider aggregate not found 2026-03-05 08:18:00.058 7 INFO neutron.services.segments.plugin [-] Segment 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 found for delete ", "request_id": "req-c5768f82-5109-4284-9054-18e845d7ada0"}]} 2026-03-05 08:18:00.066 7 INFO neutron.services.segments.plugin [-] Segment 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae28273-59ea-4d46-abd7-2ffe6114d1f0 found for delete ", "request_id": "req-18cb408a-2237-45b6-ab2c-979d38311a06"}]} 2026-03-05 08:18:00.066 7 INFO neutron.db.l3_hamode_db [None req-160f08dd-0dee-432e-9329-017c8ca1717a 54fe2614b99742cdb6c16c97bffdcd62 b0f4f50324ee4a64b9dea084cc775add - - default default] HA network 5f9db8ab-d4ff-4123-9834-a7e61d0e3124 was deleted as no HA routers are present in tenant b0f4f50324ee4a64b9dea084cc775add. [pid: 8|app: 0|req: 1218/2277] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:17:59 2026] DELETE /v2.0/security-groups/80dfac98-f0b2-482a-94e4-27a2c2b01080 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2278] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:17:59 2026] DELETE /v2.0/routers/3f23287f-22d9-45bb-a182-aaffa291e26b => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2279] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:00 2026] DELETE /v2.0/subnets/ccb5868e-06ed-4e2a-ae51-ed8873ed6410 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2280] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:00 2026] DELETE /v2.0/networks/baed3767-31a7-4dea-b026-b94fdd3afc65 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2281] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:00 2026] GET /v2.0/security-groups?tenant_id=b0f4f50324ee4a64b9dea084cc775add&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2282] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:01 2026] DELETE /v2.0/security-groups/6cee103f-7cba-4c04-a999-c9ac6378db58 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:18:02.078 7 INFO neutron.services.segments.plugin [-] Segment 1ec22101-2ee8-4db9-abf1-2a31b867f802 resource provider aggregate not found 2026-03-05 08:18:02.083 7 INFO neutron.services.segments.plugin [-] Segment 1ec22101-2ee8-4db9-abf1-2a31b867f802 resource provider aggregate not found 2026-03-05 08:18:02.098 7 INFO neutron.services.segments.plugin [-] Segment 1ec22101-2ee8-4db9-abf1-2a31b867f802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec22101-2ee8-4db9-abf1-2a31b867f802 found for delete ", "request_id": "req-4eb8e19d-915f-4381-b690-1d4bd3eda88e"}]} 2026-03-05 08:18:02.098 7 INFO neutron.services.segments.plugin [-] Segment 1ec22101-2ee8-4db9-abf1-2a31b867f802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec22101-2ee8-4db9-abf1-2a31b867f802 found for delete ", "request_id": "req-ba5876ca-af17-4e24-8ff7-927190b8066e"}]} [pid: 8|app: 0|req: 1221/2283] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:02 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2284] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:02 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2285] 10.0.0.117 () {32 vars in 818 bytes} [Thu Mar 5 08:18:02 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&mac_address=fa%3A16%3A3e%3A4f%3A71%3Ad4 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:03.288 7 INFO neutron.db.l3_db [None req-c068d568-7bdf-4112-b1d5-b0e0001e5194 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP b1dc6687-bd28-4f30-a82c-36ecf56d1750 associated. External IP: 10.96.250.202, port: 33901b83-dd14-415f-ba37-0e0fa7b98272. 2026-03-05 08:18:03.288 8 INFO neutron.db.segments_db [None req-269ddf14-06d3-42fd-9974-b22009dc74a0 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment 25ec7244-3adc-4329-924d-f55e812f4563 of type vxlan for network 56ba656a-e87b-4432-b3a3-58ad5e6d3f15 2026-03-05 08:18:03.341 8 INFO neutron.db.segments_db [None req-269ddf14-06d3-42fd-9974-b22009dc74a0 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment 708ec6cc-fde4-4c6e-a825-a29c15145fc9 of type vxlan for network 610d64b1-3099-4e57-981e-7382271446e8 [pid: 8|app: 0|req: 1223/2286] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:02 2026] POST /v2.0/networks => generated 1206 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2287] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:03 2026] GET /v2.0/networks => generated 1843 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2288] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:18:02 2026] POST /v2.0/floatingips => generated 854 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:03.634 8 INFO neutron.services.segments.plugin [-] Segment 25ec7244-3adc-4329-924d-f55e812f4563 resource provider aggregate not found 2026-03-05 08:18:03.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c548376b-2f1b-42c7-a03e-2579d7af447a'] response: {'name': 'network-changed', 'server_uuid': '77171264-a25d-49ac-9555-cf7c689a41f7', 'tag': '33901b83-dd14-415f-ba37-0e0fa7b98272', 'status': 'completed', 'code': 200} 2026-03-05 08:18:03.646 8 INFO neutron.services.segments.plugin [-] Segment 25ec7244-3adc-4329-924d-f55e812f4563 resource provider aggregate not found 2026-03-05 08:18:03.651 8 INFO neutron.services.segments.plugin [-] Segment 25ec7244-3adc-4329-924d-f55e812f4563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25ec7244-3adc-4329-924d-f55e812f4563 found for delete ", "request_id": "req-2010977f-9e20-4479-b222-7c37d59bb5ad"}]} 2026-03-05 08:18:03.664 8 INFO neutron.services.segments.plugin [-] Segment 25ec7244-3adc-4329-924d-f55e812f4563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25ec7244-3adc-4329-924d-f55e812f4563 found for delete ", "request_id": "req-285be3f5-37a6-4139-b356-8841d1be0ed9"}]} [pid: 8|app: 0|req: 1225/2289] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:03 2026] DELETE /v2.0/networks/56ba656a-e87b-4432-b3a3-58ad5e6d3f15 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2290] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:03 2026] DELETE /v2.0/networks/610d64b1-3099-4e57-981e-7382271446e8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2291] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:03 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:03.950 7 INFO neutron.db.segments_db [None req-c19beded-9f28-45d9-a998-d70191af7e1f cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment 7bf9724c-f623-4835-b8f5-dce9b55ee17d of type vxlan for network dae30896-5d91-4c25-8466-e5e71c010bc7 [pid: 7|app: 0|req: 1066/2292] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:03 2026] POST /v2.0/networks => generated 635 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:04.127 7 INFO neutron.services.segments.plugin [-] Segment 708ec6cc-fde4-4c6e-a825-a29c15145fc9 resource provider aggregate not found 2026-03-05 08:18:04.132 8 INFO neutron.db.segments_db [None req-2ef1c66b-4ea0-440d-8710-9861ad30211e cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 of type vxlan for network 013b211a-6335-4ab0-9750-c51a27bbad97 2026-03-05 08:18:04.132 7 INFO neutron.services.segments.plugin [-] Segment 708ec6cc-fde4-4c6e-a825-a29c15145fc9 resource provider aggregate not found 2026-03-05 08:18:04.146 7 INFO neutron.services.segments.plugin [-] Segment 708ec6cc-fde4-4c6e-a825-a29c15145fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 708ec6cc-fde4-4c6e-a825-a29c15145fc9 found for delete ", "request_id": "req-7abc5bf0-f683-45f6-9d9f-5635f267114e"}]} 2026-03-05 08:18:04.148 7 INFO neutron.services.segments.plugin [-] Segment 708ec6cc-fde4-4c6e-a825-a29c15145fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 708ec6cc-fde4-4c6e-a825-a29c15145fc9 found for delete ", "request_id": "req-13126a7a-2f9b-4d11-9d1a-b6380e78e88f"}]} [pid: 7|app: 0|req: 1067/2293] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2294] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/networks => generated 635 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2295] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2296] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2297] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.33&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2298] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2299] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afb&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2300] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2301] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/ports => generated 1505 bytes in 658 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: 1073/2302] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/subnets?id=8b6638f8-2814-48c4-b66d-4f243be7981c&id=8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 1413 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2303] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:04 2026] GET /v2.0/ports => generated 1505 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2304] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2305] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:18:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2306] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:05.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-161689cd-0677-4857-84dc-efe82ada57a3 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] TaaS: Handle Delete Port: c7912af2-5d62-4b43-a479-dc440daf7f64 2026-03-05 08:18:05.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-161689cd-0677-4857-84dc-efe82ada57a3 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Tap Mirror: Handle Delete Port: c7912af2-5d62-4b43-a479-dc440daf7f64 [pid: 8|app: 0|req: 1232/2307] 10.0.0.117 () {34 vars in 684 bytes} [Thu Mar 5 08:18:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2308] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:05 2026] DELETE /v2.0/ports/c7912af2-5d62-4b43-a479-dc440daf7f64 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2309] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2310] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:18:05 2026] PUT /v2.0/security-groups/0a6401d0-5ebf-44a9-9584-f3c7c4558cbb/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2311] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:05.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-89efdb94-39d7-4ff4-be97-1769148f717c cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] TaaS: Handle Delete Port: f0ca9c06-5095-4ceb-be77-69091cde224f 2026-03-05 08:18:05.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89efdb94-39d7-4ff4-be97-1769148f717c cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Tap Mirror: Handle Delete Port: f0ca9c06-5095-4ceb-be77-69091cde224f [pid: 7|app: 0|req: 1079/2312] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:18:05 2026] PUT /v2.0/security-groups/582342e5-f181-4bd1-a03a-a627b61b79c1/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2313] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:18:05 2026] PUT /v2.0/security-groups/a12a52fc-a4f0-4c55-9a2a-43a0727d4f4c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2314] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:05 2026] DELETE /v2.0/ports/f0ca9c06-5095-4ceb-be77-69091cde224f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2315] 10.0.0.117 () {34 vars in 767 bytes} [Thu Mar 5 08:18:05 2026] PUT /v2.0/security-groups/d1bc34ef-9807-43a0-8a20-8fd8461f9e64/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2316] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/ports => 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: 1082/2317] 10.0.0.117 () {32 vars in 680 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:05.531 8 INFO neutron.db.segments_db [None req-09a84f10-3153-4c40-a736-8d2937534149 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment 4906af52-22a1-4103-b3bb-4871a8afdede of type vxlan for network 12bae249-41eb-44e6-96b9-bb9e98ebb958 [pid: 7|app: 0|req: 1083/2318] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2319] 10.0.0.117 () {32 vars in 690 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2320] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:05 2026] POST /v2.0/networks => generated 635 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2321] 10.0.0.117 () {32 vars in 702 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:05.673 8 INFO neutron.db.segments_db [None req-472dc312-ad59-4cd9-a96e-0c06957522b6 cf3dc8c8d1bf4b7e8aff919f63ad810c 75f2ce9c022e4516b98281da90b1d835 - - default default] Added segment 37a785d6-381d-4c42-874d-90b060e5e649 of type vxlan for network 8e894d0e-3645-46fb-833a-12ac0b852938 [pid: 7|app: 0|req: 1086/2322] 10.0.0.117 () {32 vars in 688 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2323] 10.0.0.117 () {32 vars in 702 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2324] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:05 2026] POST /v2.0/networks => generated 635 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2325] 10.0.0.117 () {32 vars in 698 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2326] 10.0.0.117 () {32 vars in 710 bytes} [Thu Mar 5 08:18:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2327] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:05 2026] DELETE /v2.0/security-groups/0a6401d0-5ebf-44a9-9584-f3c7c4558cbb => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2328] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:05 2026] DELETE /v2.0/security-groups/582342e5-f181-4bd1-a03a-a627b61b79c1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2329] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:06 2026] DELETE /v2.0/security-groups/a12a52fc-a4f0-4c55-9a2a-43a0727d4f4c => 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: 1240/2330] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:06 2026] DELETE /v2.0/security-groups/d1bc34ef-9807-43a0-8a20-8fd8461f9e64 => 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: 1091/2331] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:06 2026] DELETE /v2.0/security-groups/f41c8ecb-266b-4122-85cf-ac5d904c1c09 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2332] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:06 2026] POST /v2.0/subnets => generated 1323 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2333] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:06 2026] GET /v2.0/subnets => generated 1959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2334] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:06 2026] DELETE /v2.0/subnets/53d31068-a6d5-49f9-9196-bb856f1dc080 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2335] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:06 2026] DELETE /v2.0/subnets/30580afd-37aa-4a57-8aa1-50a83e4855d5 => 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: 1243/2336] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:06 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:07.152 7 INFO neutron.services.segments.plugin [-] Segment 37a785d6-381d-4c42-874d-90b060e5e649 resource provider aggregate not found 2026-03-05 08:18:07.158 7 INFO neutron.services.segments.plugin [-] Segment 37a785d6-381d-4c42-874d-90b060e5e649 resource provider aggregate not found 2026-03-05 08:18:07.178 7 INFO neutron.services.segments.plugin [-] Segment 37a785d6-381d-4c42-874d-90b060e5e649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a785d6-381d-4c42-874d-90b060e5e649 found for delete ", "request_id": "req-d53c5386-45f4-4229-ac0c-00d5b8d7c5a7"}]} 2026-03-05 08:18:07.182 7 INFO neutron.services.segments.plugin [-] Segment 37a785d6-381d-4c42-874d-90b060e5e649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a785d6-381d-4c42-874d-90b060e5e649 found for delete ", "request_id": "req-66d4aee8-9f3a-4ca8-934d-add2dedff8c6"}]} [pid: 7|app: 0|req: 1094/2337] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/networks/8e894d0e-3645-46fb-833a-12ac0b852938 => 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: 1244/2338] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:07 2026] GET /v2.0/security-groups?tenant_id=13488cc0c724470b9fedd8a51ff64e24&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2339] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/networks/12bae249-41eb-44e6-96b9-bb9e98ebb958 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2340] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/security-groups/90930105-4385-41d1-8ed4-c49295359e56 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2341] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/networks/013b211a-6335-4ab0-9750-c51a27bbad97 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2342] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:07 2026] GET /v2.0/security-groups?tenant_id=2d319e1cce6d4e22880791fcbb1e1db5&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:07.606 8 INFO neutron.services.segments.plugin [-] Segment 7bf9724c-f623-4835-b8f5-dce9b55ee17d resource provider aggregate not found 2026-03-05 08:18:07.606 8 INFO neutron.services.segments.plugin [-] Segment 7bf9724c-f623-4835-b8f5-dce9b55ee17d resource provider aggregate not found 2026-03-05 08:18:07.627 8 INFO neutron.services.segments.plugin [-] Segment 7bf9724c-f623-4835-b8f5-dce9b55ee17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf9724c-f623-4835-b8f5-dce9b55ee17d found for delete ", "request_id": "req-c4aecf75-4a58-4f6b-b158-b48d2b00eca7"}]} 2026-03-05 08:18:07.630 8 INFO neutron.services.segments.plugin [-] Segment 7bf9724c-f623-4835-b8f5-dce9b55ee17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf9724c-f623-4835-b8f5-dce9b55ee17d found for delete ", "request_id": "req-678838c2-c60b-4ce2-9120-3fd7a064f550"}]} [pid: 8|app: 0|req: 1246/2343] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/networks/dae30896-5d91-4c25-8466-e5e71c010bc7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2344] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/security-groups/58d25fdb-2a7b-4e45-8264-267195ec620c => 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: 1247/2345] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:07 2026] GET /v2.0/security-groups?tenant_id=6c93cfe945e7472ab47f6bdbd60f60fe&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2346] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:07 2026] DELETE /v2.0/security-groups/4ad4cb8f-8033-4452-bf95-7e47084254a2 => 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: 1248/2347] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:08 2026] GET /v2.0/security-groups?tenant_id=75f2ce9c022e4516b98281da90b1d835&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2348] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:08 2026] DELETE /v2.0/security-groups/12eccda8-827f-4cbf-a488-b8b0f04f7e43 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:18:09.206 7 INFO neutron.services.segments.plugin [-] Segment 4906af52-22a1-4103-b3bb-4871a8afdede resource provider aggregate not found 2026-03-05 08:18:09.213 7 INFO neutron.services.segments.plugin [-] Segment 4906af52-22a1-4103-b3bb-4871a8afdede resource provider aggregate not found 2026-03-05 08:18:09.230 7 INFO neutron.services.segments.plugin [-] Segment 4906af52-22a1-4103-b3bb-4871a8afdede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4906af52-22a1-4103-b3bb-4871a8afdede found for delete ", "request_id": "req-4d9f1205-0ade-49b5-81b9-cd24291a90a3"}]} 2026-03-05 08:18:09.235 7 INFO neutron.services.segments.plugin [-] Segment 4906af52-22a1-4103-b3bb-4871a8afdede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4906af52-22a1-4103-b3bb-4871a8afdede found for delete ", "request_id": "req-7bb68b44-16a6-4ccf-98cb-2391f11aeccc"}]} 2026-03-05 08:18:09.251 7 INFO neutron.services.segments.plugin [-] Segment b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 resource provider aggregate not found 2026-03-05 08:18:09.256 7 INFO neutron.services.segments.plugin [-] Segment b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 resource provider aggregate not found 2026-03-05 08:18:09.272 7 INFO neutron.services.segments.plugin [-] Segment b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 found for delete ", "request_id": "req-8f05b7e1-dd7d-4fcd-9e9e-6b24a85bbb2b"}]} 2026-03-05 08:18:09.275 7 INFO neutron.services.segments.plugin [-] Segment b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f60cd6-aba7-4dba-81bb-e4a39ea9c848 found for delete ", "request_id": "req-744f2030-a48b-4723-a795-f13563b85fa8"}]} [pid: 7|app: 0|req: 1101/2349] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:18:10 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2350] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:18:10 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:10.473 8 INFO neutron.db.segments_db [None req-5f9ca5d9-6d5b-4989-98d4-8834ae6588bd 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment 35b647bb-acc6-4107-b33c-49ca40b3f812 of type vxlan for network ba640d6b-09c7-4942-8fd2-f0a4b99356c8 2026-03-05 08:18:10.534 8 INFO neutron.db.segments_db [None req-5f9ca5d9-6d5b-4989-98d4-8834ae6588bd 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 of type vxlan for network fee99cf3-661f-44f0-a9eb-ac63dc679542 [pid: 8|app: 0|req: 1249/2351] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:10 2026] POST /v2.0/networks => generated 1207 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2352] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:10 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:10.834 8 INFO neutron.services.segments.plugin [-] Segment 35b647bb-acc6-4107-b33c-49ca40b3f812 resource provider aggregate not found 2026-03-05 08:18:10.849 8 INFO neutron.services.segments.plugin [-] Segment 35b647bb-acc6-4107-b33c-49ca40b3f812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b647bb-acc6-4107-b33c-49ca40b3f812 found for delete ", "request_id": "req-681bc2c0-064e-451f-a377-779a5c8103c6"}]} 2026-03-05 08:18:10.857 8 INFO neutron.services.segments.plugin [-] Segment 35b647bb-acc6-4107-b33c-49ca40b3f812 resource provider aggregate not found [pid: 8|app: 0|req: 1250/2353] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:10 2026] DELETE /v2.0/networks/ba640d6b-09c7-4942-8fd2-f0a4b99356c8 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:10.871 8 INFO neutron.services.segments.plugin [-] Segment 35b647bb-acc6-4107-b33c-49ca40b3f812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b647bb-acc6-4107-b33c-49ca40b3f812 found for delete ", "request_id": "req-53dd16c2-05fd-4c78-b8fc-c53ef25bed93"}]} [pid: 7|app: 0|req: 1104/2354] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:10 2026] DELETE /v2.0/networks/fee99cf3-661f-44f0-a9eb-ac63dc679542 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2355] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:11 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:11.119 7 INFO neutron.db.segments_db [None req-7b64ee86-3566-45c9-9fde-1991a5f3c5b3 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment e7138baf-b22a-4bef-97ce-870a4c86f2d4 of type vxlan for network 52772c27-def5-4738-8c7e-d93a97b2c33f [pid: 7|app: 0|req: 1105/2356] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:11 2026] POST /v2.0/networks => generated 630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:11.270 8 INFO neutron.db.segments_db [None req-fed1ccd8-71c3-410a-927d-645821b26dc2 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 of type vxlan for network e3b85932-4e2a-4731-9050-2614dafc1dd3 2026-03-05 08:18:11.298 7 INFO neutron.services.segments.plugin [-] Segment 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 resource provider aggregate not found 2026-03-05 08:18:11.304 7 INFO neutron.services.segments.plugin [-] Segment 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 resource provider aggregate not found 2026-03-05 08:18:11.316 7 INFO neutron.services.segments.plugin [-] Segment 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 found for delete ", "request_id": "req-4614618c-9680-4163-9cf0-9a1c031a4f65"}]} 2026-03-05 08:18:11.327 7 INFO neutron.services.segments.plugin [-] Segment 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f7f70c0-6607-4555-90bb-2cb787b7b7b6 found for delete ", "request_id": "req-a3ce1c20-8f4a-4eae-b9a0-cc2317a01276"}]} [pid: 8|app: 0|req: 1252/2357] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:11 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2360] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:11 2026] POST /v2.0/ports => generated 1506 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2361] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:11 2026] GET /v2.0/ports => generated 1506 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:18:12.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f509c0f-5db2-43ae-9ff6-da6cef3fe289 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] TaaS: Handle Delete Port: ad9607c4-c55c-459d-a987-087bdb207133 2026-03-05 08:18:12.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f509c0f-5db2-43ae-9ff6-da6cef3fe289 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Tap Mirror: Handle Delete Port: ad9607c4-c55c-459d-a987-087bdb207133 [pid: 7|app: 0|req: 1107/2362] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:12 2026] DELETE /v2.0/ports/ad9607c4-c55c-459d-a987-087bdb207133 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:12.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-caaa5649-8f88-4bec-bb4b-eca2ce14b875 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] TaaS: Handle Delete Port: cd9e873e-a6eb-4f0d-9752-dd9c342dfa19 2026-03-05 08:18:12.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caaa5649-8f88-4bec-bb4b-eca2ce14b875 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Tap Mirror: Handle Delete Port: cd9e873e-a6eb-4f0d-9752-dd9c342dfa19 2026-03-05 08:18:12.492 8 INFO neutron.db.segments_db [None req-16a1268c-12ce-47aa-8bd9-71b0edbf7b91 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Added segment dca50bd0-5887-4e33-824b-7a45a29ec26b of type vxlan for network 1ac7494f-0e39-4277-9dd5-615f830a39e2 [pid: 7|app: 0|req: 1108/2363] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:12 2026] DELETE /v2.0/ports/cd9e873e-a6eb-4f0d-9752-dd9c342dfa19 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2364] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:12 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:12.574 7 INFO neutron.db.segments_db [None req-f225dd87-7c4a-4f46-84aa-6407576af108 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment b0d3767d-13a2-42af-9c26-6e94f7febd76 of type vxlan for network 41a04fbd-7859-4117-a5d4-b6ab53303bbf [pid: 8|app: 0|req: 1256/2365] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:12 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2366] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:12 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:12.743 7 INFO neutron.db.segments_db [None req-cbc2aec7-5383-46ea-8d51-2b78789019c6 5e257b106b6d4073ba8f9e9db107be88 1812278d3d63461e8791748e69b4993c - - default default] Added segment 3f8120fc-0024-48b9-a473-1ddbeff7c62a of type vxlan for network f7b310bd-7113-498d-a863-1a335b636982 [pid: 8|app: 0|req: 1257/2367] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:12 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: 7|app: 0|req: 1111/2368] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:12 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:12.901 8 INFO neutron.db.segments_db [None req-903266b3-4bf7-4952-a46c-be09232168c5 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Added segment 6424a242-80bb-41fa-b6d5-e88b90c98943 of type vxlan for network 87b4ec15-b05e-4d8d-9225-1e0cbb0320f7 [pid: 8|app: 0|req: 1258/2369] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:12 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2370] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/agents => generated 3385 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2371] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:13 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2372] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:12 2026] POST /v2.0/subnets => generated 1274 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2373] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/floatingips => generated 1702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2374] 10.0.0.96 () {34 vars in 1083 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 2923 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:13.399 8 INFO neutron.db.segments_db [None req-f7d19cef-26ca-487e-a4ba-2ee1937c9456 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Added segment 746505fc-4ce1-460f-b3b0-d8db10e393d9 of type vxlan for network 090d624b-eced-41cd-b43a-cd088da1d71f [pid: 7|app: 0|req: 1114/2375] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/subnets => generated 1910 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2376] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/security-groups => generated 34448 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2377] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2378] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:13 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2379] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/subnets => generated 8700 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2380] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:13 2026] DELETE /v2.0/subnets/e9aac91a-763e-45c5-94e5-330133a08685 => 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: 1118/2381] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/ports => generated 19961 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2382] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18: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: 7|app: 0|req: 1119/2383] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:13 2026] DELETE /v2.0/subnets/32e211b7-c795-4a42-b335-119e5813fd78 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:13.866 7 INFO neutron.db.segments_db [None req-d40127f8-0fbd-445d-be75-9fa3376d297a 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Added segment 8afd9761-892b-4ed0-880d-a9cfdfff5e6b of type vxlan for network 088c83e2-a876-4e30-8159-ed1a97a73578 [pid: 8|app: 0|req: 1265/2384] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/networks => generated 10338 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2385] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2386] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/subnets => generated 8040 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2387] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:13 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2388] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:18:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:14.089 8 INFO neutron.services.segments.plugin [-] Segment 3f8120fc-0024-48b9-a473-1ddbeff7c62a resource provider aggregate not found 2026-03-05 08:18:14.092 8 INFO neutron.services.segments.plugin [-] Segment 3f8120fc-0024-48b9-a473-1ddbeff7c62a resource provider aggregate not found 2026-03-05 08:18:14.109 8 INFO neutron.services.segments.plugin [-] Segment 3f8120fc-0024-48b9-a473-1ddbeff7c62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f8120fc-0024-48b9-a473-1ddbeff7c62a found for delete ", "request_id": "req-33a38e52-39e6-4ab3-b3e1-ec43293a5931"}]} 2026-03-05 08:18:14.113 8 INFO neutron.services.segments.plugin [-] Segment 3f8120fc-0024-48b9-a473-1ddbeff7c62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f8120fc-0024-48b9-a473-1ddbeff7c62a found for delete ", "request_id": "req-917b849f-caa3-4c8f-843b-ceae97c98dbc"}]} [pid: 8|app: 0|req: 1268/2389] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:13 2026] DELETE /v2.0/networks/f7b310bd-7113-498d-a863-1a335b636982 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2390] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:18:14 2026] GET /v2.0/routers => generated 728 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2391] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:13 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2392] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:18:14 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:14.278 7 INFO neutron.db.segments_db [None req-90b2c5c3-231f-4a1c-b661-c05198d5edfc 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Added segment 0923025c-d0d6-4b35-ae5f-f8f983ed5692 of type vxlan for network 20cf5c4a-6a72-4d78-92ba-d5ad61259881 [pid: 8|app: 0|req: 1270/2393] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:14 2026] DELETE /v2.0/networks/41a04fbd-7859-4117-a5d4-b6ab53303bbf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2394] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:14 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2395] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:18:14 2026] GET /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/l3-agents => generated 681 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:14.466 7 INFO neutron.services.segments.plugin [-] Segment 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 resource provider aggregate not found 2026-03-05 08:18:14.470 7 INFO neutron.services.segments.plugin [-] Segment 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 resource provider aggregate not found 2026-03-05 08:18:14.487 7 INFO neutron.services.segments.plugin [-] Segment 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 found for delete ", "request_id": "req-00f69cc3-ccec-403f-a729-8058dd8c326a"}]} 2026-03-05 08:18:14.490 7 INFO neutron.services.segments.plugin [-] Segment 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d17420-bd83-40f1-912f-3bf5e1eeb7b9 found for delete ", "request_id": "req-a3b2f97d-558f-4a65-b73d-e9e196deb5ae"}]} [pid: 7|app: 0|req: 1125/2396] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:14 2026] DELETE /v2.0/networks/e3b85932-4e2a-4731-9050-2614dafc1dd3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2397] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:18:14 2026] GET /v2.0/network-ip-availabilities => generated 5828 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2398] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:14 2026] DELETE /v2.0/networks/52772c27-def5-4738-8c7e-d93a97b2c33f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2399] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:14 2026] POST /v2.0/subnets => generated 629 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2400] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:18:14 2026] PUT /v2.0/subnets/a1b858e9-161f-42ce-b593-c1aab29be4e6/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2401] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:18:14 2026] PUT /v2.0/subnets/215ddf8a-0d46-4974-b630-8d76cb41d129/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2402] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:18:14 2026] PUT /v2.0/subnets/8b0306c2-2d57-47e6-8de9-c16df01acbf8/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2403] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:18:14 2026] PUT /v2.0/subnets/d366e853-12df-4f51-a6d2-e287c1ff667d/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: 1130/2404] 10.0.0.117 () {32 vars in 664 bytes} [Thu Mar 5 08:18:14 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2405] 10.0.0.117 () {32 vars in 678 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2406] 10.0.0.117 () {32 vars in 674 bytes} [Thu Mar 5 08:18:15 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: 8|app: 0|req: 1276/2407] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2408] 10.0.0.117 () {32 vars in 672 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2409] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?not-tags=red%2Cblue => 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: 1132/2410] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/security-groups?tenant_id=1812278d3d63461e8791748e69b4993c&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2411] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2412] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:18:15 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2413] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/security-groups/c0bda780-46c1-449a-ac40-98e06c7d74de => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2414] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/subnets/a1b858e9-161f-42ce-b593-c1aab29be4e6 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2415] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/subnets/215ddf8a-0d46-4974-b630-8d76cb41d129 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2416] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/subnets/8b0306c2-2d57-47e6-8de9-c16df01acbf8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2417] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/subnets/d366e853-12df-4f51-a6d2-e287c1ff667d => 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: 1283/2418] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:15 2026] DELETE /v2.0/subnets/f38d7975-8483-4b68-9b93-8f141cbb7bfa => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:16.129 8 INFO neutron.services.segments.plugin [-] Segment b0d3767d-13a2-42af-9c26-6e94f7febd76 resource provider aggregate not found 2026-03-05 08:18:16.140 8 INFO neutron.services.segments.plugin [-] Segment b0d3767d-13a2-42af-9c26-6e94f7febd76 resource provider aggregate not found 2026-03-05 08:18:16.146 8 INFO neutron.services.segments.plugin [-] Segment b0d3767d-13a2-42af-9c26-6e94f7febd76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d3767d-13a2-42af-9c26-6e94f7febd76 found for delete ", "request_id": "req-2599b90e-0c4a-4a8b-bb17-302b0e05bee7"}]} 2026-03-05 08:18:16.155 8 INFO neutron.services.segments.plugin [-] Segment b0d3767d-13a2-42af-9c26-6e94f7febd76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d3767d-13a2-42af-9c26-6e94f7febd76 found for delete ", "request_id": "req-ff1e3f0e-3d8c-42c2-8299-56c41bc3a9b1"}]} 2026-03-05 08:18:16.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3c2fcca-185a-4a8e-89a2-1041c4c22233 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] TaaS: Handle Delete Port: f3f0d6f1-2bb4-4de8-a812-01795456ea92 2026-03-05 08:18:16.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3c2fcca-185a-4a8e-89a2-1041c4c22233 7064a2728dea447d98274b243a4ef68c ef8a10fc303f4319ad0bb144f38325f2 - - default default] Tap Mirror: Handle Delete Port: f3f0d6f1-2bb4-4de8-a812-01795456ea92 [pid: 7|app: 0|req: 1136/2419] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:16 2026] DELETE /v2.0/networks/1ac7494f-0e39-4277-9dd5-615f830a39e2 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2420] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:16 2026] DELETE /v2.0/networks/87b4ec15-b05e-4d8d-9225-1e0cbb0320f7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:16.514 7 INFO neutron.services.segments.plugin [-] Segment e7138baf-b22a-4bef-97ce-870a4c86f2d4 resource provider aggregate not found 2026-03-05 08:18:16.521 7 INFO neutron.services.segments.plugin [-] Segment e7138baf-b22a-4bef-97ce-870a4c86f2d4 resource provider aggregate not found 2026-03-05 08:18:16.537 7 INFO neutron.services.segments.plugin [-] Segment e7138baf-b22a-4bef-97ce-870a4c86f2d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7138baf-b22a-4bef-97ce-870a4c86f2d4 found for delete ", "request_id": "req-b49175b6-f253-46e6-9bae-556e32db1c7a"}]} 2026-03-05 08:18:16.547 7 INFO neutron.services.segments.plugin [-] Segment e7138baf-b22a-4bef-97ce-870a4c86f2d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7138baf-b22a-4bef-97ce-870a4c86f2d4 found for delete ", "request_id": "req-2bd3a41d-c85b-4267-9398-a700e334ee5c"}]} 2026-03-05 08:18:16.555 7 INFO neutron.services.segments.plugin [-] Segment dca50bd0-5887-4e33-824b-7a45a29ec26b resource provider aggregate not found 2026-03-05 08:18:16.565 7 INFO neutron.services.segments.plugin [-] Segment dca50bd0-5887-4e33-824b-7a45a29ec26b resource provider aggregate not found 2026-03-05 08:18:16.573 7 INFO neutron.services.segments.plugin [-] Segment dca50bd0-5887-4e33-824b-7a45a29ec26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca50bd0-5887-4e33-824b-7a45a29ec26b found for delete ", "request_id": "req-82628836-74ea-4ceb-a01e-474b85dde57d"}]} 2026-03-05 08:18:16.576 7 INFO neutron.services.segments.plugin [-] Segment dca50bd0-5887-4e33-824b-7a45a29ec26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca50bd0-5887-4e33-824b-7a45a29ec26b found for delete ", "request_id": "req-d247a95b-3703-4bf0-a541-5ad97124081b"}]} [pid: 7|app: 0|req: 1137/2421] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:16 2026] DELETE /v2.0/networks/090d624b-eced-41cd-b43a-cd088da1d71f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2422] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:16 2026] DELETE /v2.0/networks/088c83e2-a876-4e30-8159-ed1a97a73578 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2423] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:16 2026] DELETE /v2.0/networks/20cf5c4a-6a72-4d78-92ba-d5ad61259881 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:17.456 8 INFO neutron.db.segments_db [None req-7480aefa-c25a-44e7-84ad-38a3087fe2fa 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Added segment d1174a28-b6cc-408b-814c-444966202f87 of type vxlan for network 8b533fc6-199b-4819-852f-61d57a02c4e3 [pid: 8|app: 0|req: 1286/2424] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:17 2026] POST /v2.0/networks => generated 625 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2425] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:17 2026] GET /v2.0/security-groups?tenant_id=b1089cbff8e448dcb9856774935d7e6b&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2426] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:17 2026] POST /v2.0/ports => generated 774 bytes in 315 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-03-05 08:18:17.910 7 INFO neutron.db.segments_db [None req-a33036fe-303f-40d8-9435-2e2bf58e9e48 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Added segment 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 of type vxlan for network 1728eabe-6c42-4ac7-b8f1-e6910af846b7 [pid: 8|app: 0|req: 1288/2427] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:17 2026] DELETE /v2.0/security-groups/f630a709-3f4e-4463-af81-3d72c52c7bb0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2428] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:17 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2429] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:18 2026] GET /v2.0/security-groups?tenant_id=ef8a10fc303f4319ad0bb144f38325f2&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2430] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:18 2026] DELETE /v2.0/security-groups/4d327517-4093-4ded-89b0-32f1654c8706 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:18:18.175 8 INFO neutron.services.segments.plugin [-] Segment 6424a242-80bb-41fa-b6d5-e88b90c98943 resource provider aggregate not found 2026-03-05 08:18:18.178 8 INFO neutron.services.segments.plugin [-] Segment 6424a242-80bb-41fa-b6d5-e88b90c98943 resource provider aggregate not found 2026-03-05 08:18:18.192 8 INFO neutron.services.segments.plugin [-] Segment 6424a242-80bb-41fa-b6d5-e88b90c98943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6424a242-80bb-41fa-b6d5-e88b90c98943 found for delete ", "request_id": "req-3172a707-aeff-414a-98e3-494f96f753a9"}]} 2026-03-05 08:18:18.197 8 INFO neutron.services.segments.plugin [-] Segment 6424a242-80bb-41fa-b6d5-e88b90c98943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6424a242-80bb-41fa-b6d5-e88b90c98943 found for delete ", "request_id": "req-99bcab5a-9305-4567-95cb-52140cdd5d5a"}]} 2026-03-05 08:18:18.214 8 INFO neutron.services.segments.plugin [-] Segment 8afd9761-892b-4ed0-880d-a9cfdfff5e6b resource provider aggregate not found 2026-03-05 08:18:18.219 8 INFO neutron.services.segments.plugin [-] Segment 8afd9761-892b-4ed0-880d-a9cfdfff5e6b resource provider aggregate not found 2026-03-05 08:18:18.232 8 INFO neutron.services.segments.plugin [-] Segment 8afd9761-892b-4ed0-880d-a9cfdfff5e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afd9761-892b-4ed0-880d-a9cfdfff5e6b found for delete ", "request_id": "req-662c4641-ac7e-4e9c-8530-f4da731747e3"}]} 2026-03-05 08:18:18.233 8 INFO neutron.services.segments.plugin [-] Segment 8afd9761-892b-4ed0-880d-a9cfdfff5e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afd9761-892b-4ed0-880d-a9cfdfff5e6b found for delete ", "request_id": "req-aaa755e6-0fb8-49fa-bde9-064bcfb166b5"}]} [pid: 8|app: 0|req: 1289/2431] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:17 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2432] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:18 2026] GET /v2.0/security-groups?tenant_id=253543519d824e89afcf09e4ad1d6212&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: 1291/2433] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:18 2026] DELETE /v2.0/security-groups/cc8401c0-8ddf-4b52-972d-0ad520e2a2d6 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:18:18.602 7 INFO neutron.services.segments.plugin [-] Segment 746505fc-4ce1-460f-b3b0-d8db10e393d9 resource provider aggregate not found 2026-03-05 08:18:18.606 7 INFO neutron.services.segments.plugin [-] Segment 746505fc-4ce1-460f-b3b0-d8db10e393d9 resource provider aggregate not found 2026-03-05 08:18:18.631 7 INFO neutron.services.segments.plugin [-] Segment 746505fc-4ce1-460f-b3b0-d8db10e393d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746505fc-4ce1-460f-b3b0-d8db10e393d9 found for delete ", "request_id": "req-f5d5c070-7ba0-42e7-aa03-e7f43145ba6f"}]} 2026-03-05 08:18:18.635 7 INFO neutron.services.segments.plugin [-] Segment 746505fc-4ce1-460f-b3b0-d8db10e393d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746505fc-4ce1-460f-b3b0-d8db10e393d9 found for delete ", "request_id": "req-597f056c-d13c-4fe5-afdb-b8ab44f6dbec"}]} 2026-03-05 08:18:18.651 7 INFO neutron.services.segments.plugin [-] Segment 0923025c-d0d6-4b35-ae5f-f8f983ed5692 resource provider aggregate not found 2026-03-05 08:18:18.654 7 INFO neutron.services.segments.plugin [-] Segment 0923025c-d0d6-4b35-ae5f-f8f983ed5692 resource provider aggregate not found 2026-03-05 08:18:18.671 7 INFO neutron.services.segments.plugin [-] Segment 0923025c-d0d6-4b35-ae5f-f8f983ed5692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0923025c-d0d6-4b35-ae5f-f8f983ed5692 found for delete ", "request_id": "req-0c4a54bb-4a26-4f1e-aa61-14d788d0d307"}]} 2026-03-05 08:18:18.673 7 INFO neutron.services.segments.plugin [-] Segment 0923025c-d0d6-4b35-ae5f-f8f983ed5692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0923025c-d0d6-4b35-ae5f-f8f983ed5692 found for delete ", "request_id": "req-e1d429bb-d533-4296-8506-2c571b62b8de"}]} [pid: 7|app: 0|req: 1143/2434] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:18 2026] POST /v2.0/ports => generated 950 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:18.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-eea2a43e-a01d-451c-b50f-5343c46e4bb9 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] TaaS: Handle Delete Port: 970934ec-d132-4826-8285-2c8aaff26af6 2026-03-05 08:18:18.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eea2a43e-a01d-451c-b50f-5343c46e4bb9 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Tap Mirror: Handle Delete Port: 970934ec-d132-4826-8285-2c8aaff26af6 [pid: 8|app: 0|req: 1292/2435] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:18 2026] DELETE /v2.0/ports/970934ec-d132-4826-8285-2c8aaff26af6 => generated 0 bytes in 226 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-03-05 08:18:18.977 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4b2804-f988-43c2-9b53-b637a5f77d5f 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2436] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:18 2026] DELETE /v2.0/ports/970934ec-d132-4826-8285-2c8aaff26af6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:18:19.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c90e2644-76e8-4fec-aff3-7d58a0de07d7 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1293/2437] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:18:18 2026] GET /v2.0/ports/970934ec-d132-4826-8285-2c8aaff26af6 => 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: 1145/2438] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:19 2026] DELETE /v2.0/subnets/f1d7fe03-984e-45b7-b162-27f67b561e5e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2439] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:19 2026] DELETE /v2.0/networks/1728eabe-6c42-4ac7-b8f1-e6910af846b7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:19.323 7 INFO neutron.db.segments_db [None req-08b351ad-2748-42a5-8fad-139a3dc5ecae 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Added segment f0edc5e6-cf06-4168-b11f-d02f68a3ceca of type vxlan for network 3bb4aa4e-d666-4e45-ab0c-df15b6e214e8 [pid: 7|app: 0|req: 1146/2440] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:18:19 2026] POST /v2.0/networks => generated 612 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2441] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:19 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2442] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:19 2026] POST /v2.0/ports => generated 911 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:20.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-864a6ef5-bf1e-49a7-8537-d9a100448bc1 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] TaaS: Handle Delete Port: 3d0effc3-6b9f-46d5-af65-fd20d4fa6fd8 2026-03-05 08:18:20.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-864a6ef5-bf1e-49a7-8537-d9a100448bc1 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Tap Mirror: Handle Delete Port: 3d0effc3-6b9f-46d5-af65-fd20d4fa6fd8 2026-03-05 08:18:20.261 8 INFO neutron.services.segments.plugin [-] Segment 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 resource provider aggregate not found 2026-03-05 08:18:20.264 8 INFO neutron.services.segments.plugin [-] Segment 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 resource provider aggregate not found 2026-03-05 08:18:20.279 8 INFO neutron.services.segments.plugin [-] Segment 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 found for delete ", "request_id": "req-651536db-fc6f-4920-a72a-12552c2b5e93"}]} 2026-03-05 08:18:20.281 8 INFO neutron.services.segments.plugin [-] Segment 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 121eeb96-83ca-4b5c-ba3f-4d4ed4a25110 found for delete ", "request_id": "req-c6be1fdf-dc29-4f04-a931-a2c03eb354b3"}]} [pid: 8|app: 0|req: 1296/2443] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:19 2026] DELETE /v2.0/ports/3d0effc3-6b9f-46d5-af65-fd20d4fa6fd8 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:20.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b965700-7b92-4502-9238-17fb6d20e8bf 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2444] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:18:20 2026] GET /v2.0/ports/3d0effc3-6b9f-46d5-af65-fd20d4fa6fd8 => 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: 1297/2445] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:20 2026] DELETE /v2.0/subnets/addc0409-18ef-4b0f-bdce-31a72c632aa1 => 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: 1149/2446] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:20 2026] DELETE /v2.0/networks/3bb4aa4e-d666-4e45-ab0c-df15b6e214e8 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:18:20.694 7 INFO neutron.services.segments.plugin [-] Segment f0edc5e6-cf06-4168-b11f-d02f68a3ceca resource provider aggregate not found 2026-03-05 08:18:20.700 7 INFO neutron.services.segments.plugin [-] Segment f0edc5e6-cf06-4168-b11f-d02f68a3ceca resource provider aggregate not found 2026-03-05 08:18:20.711 7 INFO neutron.services.segments.plugin [-] Segment f0edc5e6-cf06-4168-b11f-d02f68a3ceca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0edc5e6-cf06-4168-b11f-d02f68a3ceca found for delete ", "request_id": "req-f27873f8-3e70-43df-97f0-918fcce58264"}]} 2026-03-05 08:18:20.714 7 INFO neutron.services.segments.plugin [-] Segment f0edc5e6-cf06-4168-b11f-d02f68a3ceca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0edc5e6-cf06-4168-b11f-d02f68a3ceca found for delete ", "request_id": "req-f1d63265-6f19-41a0-925f-3df1e7403e2b"}]} [pid: 8|app: 0|req: 1298/2447] 10.0.0.117 () {34 vars in 665 bytes} [Thu Mar 5 08:18:20 2026] POST /v2.0/ports => generated 774 bytes in 293 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: 1299/2448] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:18:20 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2449] 10.0.0.117 () {34 vars in 737 bytes} [Thu Mar 5 08:18:20 2026] PUT /v2.0/ports/828b9b2a-f2c6-4349-8f40-7435852fa100 => generated 752 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:21.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-69c72585-80df-46de-a2c3-84c945fa9f79 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] TaaS: Handle Delete Port: 828b9b2a-f2c6-4349-8f40-7435852fa100 2026-03-05 08:18:21.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69c72585-80df-46de-a2c3-84c945fa9f79 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Tap Mirror: Handle Delete Port: 828b9b2a-f2c6-4349-8f40-7435852fa100 [pid: 8|app: 0|req: 1300/2450] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/ports/828b9b2a-f2c6-4349-8f40-7435852fa100 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1151/2451] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:21.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3c2f490-58ac-484b-91d3-fa9274eb8f97 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2452] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/ports/828b9b2a-f2c6-4349-8f40-7435852fa100 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2453] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2454] 10.0.0.117 () {32 vars in 717 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/ports/86823d4a-3423-4ee2-b1b1-99b411d7aeb0 => generated 774 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:21.425 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc7b507d-48f8-4f52-a362-6dbf37c86978 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2455] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/ports/3d0effc3-6b9f-46d5-af65-fd20d4fa6fd8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:18:21.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c88a5d9-bf79-4d6e-a0df-67ccba69973a 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1303/2456] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/subnets/addc0409-18ef-4b0f-bdce-31a72c632aa1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:18:21.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8275f625-220d-42c1-9683-26f2d1bc6f99 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1154/2457] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/subnets/f1d7fe03-984e-45b7-b162-27f67b561e5e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:18:21.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dadf12b-e30f-4b83-906f-c8d168eaf143 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] TaaS: Handle Delete Port: 86823d4a-3423-4ee2-b1b1-99b411d7aeb0 2026-03-05 08:18:21.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dadf12b-e30f-4b83-906f-c8d168eaf143 77d928b6613348b7a1d51f1b8df8c520 b8972fe300cf4750a5d816258355b783 - - default default] Tap Mirror: Handle Delete Port: 86823d4a-3423-4ee2-b1b1-99b411d7aeb0 [pid: 8|app: 0|req: 1304/2458] 10.0.0.117 () {32 vars in 720 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/ports/86823d4a-3423-4ee2-b1b1-99b411d7aeb0 => 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: 1155/2459] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:18:21 2026] DELETE /v2.0/networks/8b533fc6-199b-4819-852f-61d57a02c4e3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2460] 10.0.0.117 () {34 vars in 678 bytes} [Thu Mar 5 08:18:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2461] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:18:21 2026] PUT /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2462] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2463] 10.0.0.117 () {34 vars in 764 bytes} [Thu Mar 5 08:18:21 2026] PUT /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2464] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:21 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2465] 10.0.0.117 () {34 vars in 760 bytes} [Thu Mar 5 08:18:22 2026] PUT /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2466] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/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: 1159/2467] 10.0.0.117 () {34 vars in 782 bytes} [Thu Mar 5 08:18:22 2026] PUT /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/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: 1309/2468] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2469] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:18:22 2026] PUT /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2470] 10.0.0.213 () {30 vars in 690 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2471] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2472] 10.0.0.213 () {30 vars in 692 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2473] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/security-groups?tenant_id=b8972fe300cf4750a5d816258355b783&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2474] 10.0.0.213 () {30 vars in 668 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2475] 10.0.0.117 () {32 vars in 741 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2476] 10.0.0.213 () {30 vars in 704 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:22.466 7 INFO neutron.api.v2.resource [None req-73c38323-82a2-4161-8748-88877faf3a8f b5094763878f459288202907a1008285 7376303713024e1a9843fc7d7368bb14 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2477] 10.0.0.117 () {32 vars in 745 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2478] 10.0.0.117 () {32 vars in 744 bytes} [Thu Mar 5 08:18:22 2026] DELETE /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2479] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:22 2026] DELETE /v2.0/security-groups/436284c4-41ea-4acb-ac99-00581829db8a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2480] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:22.584 8 INFO neutron.api.v2.resource [None req-3c96908a-ad95-4aca-8a54-a1c48ddbbed8 b5094763878f459288202907a1008285 7376303713024e1a9843fc7d7368bb14 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1314/2481] 10.0.0.117 () {32 vars in 748 bytes} [Thu Mar 5 08:18:22 2026] DELETE /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/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: 1168/2482] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:18:22 2026] DELETE /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2483] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:18:22 2026] GET /v2.0/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:22.733 7 INFO neutron.services.segments.plugin [-] Segment d1174a28-b6cc-408b-814c-444966202f87 resource provider aggregate not found 2026-03-05 08:18:22.740 7 INFO neutron.services.segments.plugin [-] Segment d1174a28-b6cc-408b-814c-444966202f87 resource provider aggregate not found 2026-03-05 08:18:22.754 7 INFO neutron.services.segments.plugin [-] Segment d1174a28-b6cc-408b-814c-444966202f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1174a28-b6cc-408b-814c-444966202f87 found for delete ", "request_id": "req-cd6a16a7-4528-4db6-ab4b-9b24e1812a96"}]} 2026-03-05 08:18:22.763 7 INFO neutron.services.segments.plugin [-] Segment d1174a28-b6cc-408b-814c-444966202f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1174a28-b6cc-408b-814c-444966202f87 found for delete ", "request_id": "req-34078ed2-2eea-4611-bd9b-147939d45bfd"}]} [pid: 7|app: 0|req: 1169/2484] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:18:22 2026] DELETE /v2.0/qos/policies/96dfc396-22d2-424b-88f5-3c5ac16f20db => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2485] 10.0.0.213 () {28 vars in 439 bytes} [Thu Mar 5 08:18:22 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2486] 10.0.0.213 () {30 vars in 728 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 657 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2487] 10.0.0.213 () {30 vars in 690 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2488] 10.0.0.213 () {30 vars in 692 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2489] 10.0.0.213 () {30 vars in 668 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2490] 10.0.0.213 () {30 vars in 704 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2491] 10.0.0.213 () {30 vars in 728 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2492] 10.0.0.213 () {30 vars in 690 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2493] 10.0.0.213 () {30 vars in 692 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2494] 10.0.0.213 () {30 vars in 668 bytes} [Thu Mar 5 08:18:23 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: 1321/2495] 10.0.0.213 () {30 vars in 704 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2496] 10.0.0.213 () {30 vars in 730 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2497] 10.0.0.213 () {30 vars in 682 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2498] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/security-groups?tenant_id=504a1a96513a4d4f9080bfcb4fd549a5&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2499] 10.0.0.213 () {34 vars in 704 bytes} [Thu Mar 5 08:18:23 2026] POST /v2.0/ports => generated 1124 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2500] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:23 2026] DELETE /v2.0/security-groups/d7302d3e-99e1-4fe8-9eeb-2d0737409c1d => generated 0 bytes in 90 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: 1324/2501] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:23 2026] GET /v2.0/security-groups?tenant_id=7376303713024e1a9843fc7d7368bb14&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2502] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:23 2026] DELETE /v2.0/security-groups/e16456b6-91ad-4ec1-a8b6-eaccbe71055e => 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: 1325/2503] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2504] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2505] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2506] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:18:26 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: 1327/2507] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2510] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2511] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2512] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2513] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:26.984 7 INFO neutron.api.v2.resource [None req-7718bf09-adec-48a0-9428-6dea7817cf24 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2514] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2515] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:18:26 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2516] 199.204.45.22 () {34 vars in 735 bytes} [Thu Mar 5 08:18:27 2026] POST /v2.0/security-groups => generated 1638 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2517] 199.204.45.22 () {30 vars in 814 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/security-group-rules?security_group_id=726f569b-522a-40ea-8a81-e99cde02dbbd => generated 1182 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2518] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:18:27 2026] PUT /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 213 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: 1187/2519] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2520] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2521] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2522] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2523] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2524] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/security-groups?tenant_id=0f2d06a20b2f482c801889b31362d0b3&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2525] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:27 2026] DELETE /v2.0/security-groups/788614c7-e506-4cf9-b8f6-2578a85ea14c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2526] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:27 2026] GET /v2.0/security-groups?tenant_id=2a48187d1d8842a8b0b1516754bcf7bb&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2527] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:27 2026] DELETE /v2.0/security-groups/243b0207-33bc-43f3-9113-f4a1c0ddc056 => 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: 1335/2528] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:18:31 2026] GET /v2.0/security-groups?tenant_id=f8228b79d4564e03a9af1f58fd6b8385&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2529] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:18:31 2026] DELETE /v2.0/security-groups/a327909f-4b64-4390-89f8-55fdef5fac19 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:18:34.831 8 INFO neutron.db.segments_db [None req-0bbead0c-5168-4029-ad70-da9a250b0000 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Added segment e0c87f87-930e-4839-9f6c-f6f07be9f842 of type vxlan for network b6f166cb-3829-4499-82b7-ba02b2023501 [pid: 8|app: 0|req: 1336/2530] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:18:34 2026] POST /v2.0/networks => generated 613 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:34.982 7 INFO neutron.db.segments_db [None req-70a4bb54-27c1-4965-9b03-8201dcd40787 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Added segment 969f148a-c819-480c-9c05-0655a7074720 of type vxlan for network a4a434ce-2065-4e60-b1b0-c2e1facc6aff 2026-03-05 08:18:35.243 7 INFO neutron.db.l3_hamode_db [None req-70a4bb54-27c1-4965-9b03-8201dcd40787 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1337/2531] 10.0.0.96 () {34 vars in 1015 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2532] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/networks?id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2533] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/quotas/c23927d6c55b47fbbf29ae287d0b63d8 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2534] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2535] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2536] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:18:35 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1343/2537] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:36 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => 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: 1344/2538] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:36 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:36.725 7 INFO neutron.db.l3_hamode_db [None req-70a4bb54-27c1-4965-9b03-8201dcd40787 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1195/2539] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:34 2026] POST /v2.0/routers => generated 694 bytes in 2673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2540] 10.0.0.117 () {32 vars in 776 bytes} [Thu Mar 5 08:18:37 2026] GET /v2.0/subnets?project_id=7b9692e13a9343b885fc2e06f3a3c62b&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2541] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:18:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2542] 10.0.0.117 () {32 vars in 784 bytes} [Thu Mar 5 08:18:37 2026] GET /v2.0/subnets?network_id=cde307cc-57cd-445d-a13f-d918815e9977&cidr=10.100.0.0%2F28 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2543] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:18:37 2026] POST /v2.0/subnets => generated 657 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2544] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:38 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2545] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:39 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => 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: 1347/2546] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:18:37 2026] PUT /v2.0/routers/f887647e-392c-42fe-804d-2fd0e1602e3e/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2547] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:39 2026] GET /v2.0/networks => generated 6664 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2548] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:39 2026] GET /v2.0/subnets => generated 7419 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2549] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:18:39 2026] GET /v2.0/routers => generated 1452 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2550] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:18:39 2026] POST /v2.0/security-groups => generated 1673 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2551] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2552] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2553] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2554] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:40.187 7 INFO neutron.db.securitygroups_db [None req-4bdf37e2-d61a-4a99-b1ea-e381b1dc76c9 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Project 7b9692e13a9343b885fc2e06f3a3c62b 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: 1204/2555] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2556] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:18:40 2026] GET /v2.0/networks?id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:18:40.322 7 INFO neutron.db.securitygroups_db [None req-ada94f21-073b-4f96-b3ac-39aa06099d6f b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Project 7b9692e13a9343b885fc2e06f3a3c62b 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: 1353/2557] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:18:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c23927d6c55b47fbbf29ae287d0b63d8 => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2558] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:18:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2559] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:18:40 2026] POST /v2.0/ports => generated 1078 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1355/2560] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:18:40 2026] GET /v2.0/networks => generated 1297 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2561] 10.0.0.96 () {34 vars in 1095 bytes} [Thu Mar 5 08:18:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-22031154&fields=id&tenant_id=7b9692e13a9343b885fc2e06f3a3c62b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2562] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:18:40 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2563] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/quotas/7b9692e13a9343b885fc2e06f3a3c62b => 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: 1359/2564] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2565] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:18:40 2026] PUT /v2.0/ports/114a4365-ec54-4d7d-8919-4887c16ae72d => generated 1239 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2566] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:18:41.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02bcce5b-776a-4a56-98be-951462b31be4'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '114a4365-ec54-4d7d-8919-4887c16ae72d', '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: 1207/2567] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?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: 1361/2568] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2569] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2572] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/networks?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2573] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:18:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2574] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2575] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2576] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => 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: 1213/2577] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1365/2578] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2579] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2580] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2581] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2582] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:18:42 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2583] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:18:43 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1368/2584] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:43 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1217/2585] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:44 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1369/2586] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:44 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2587] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:44 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2588] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:45 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2589] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:18:45 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 660 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2590] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:18:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b9692e13a9343b885fc2e06f3a3c62b => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2591] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:45 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1372/2592] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:18:45 2026] POST /v2.0/ports => generated 958 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2593] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:18:46 2026] PUT /v2.0/ports/bf3cf8ef-a3d9-4d6b-b172-598428242e2e => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:46.571 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb4b7334-056f-4d09-8b3f-6fff5d7e838a'] response: {'name': 'network-changed', 'server_uuid': '14069a97-1605-4717-8fab-c053eeccd3f9', 'tag': 'bf3cf8ef-a3d9-4d6b-b172-598428242e2e', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1373/2594] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:18:46 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1242 bytes in 32 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: 1222/2595] 199.204.45.22 () {34 vars in 1043 bytes} [Thu Mar 5 08:18:46 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2596] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:46 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2597] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:46 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2598] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:47 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2599] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:18:47 2026] GET /v2.0/networks?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&shared=False => generated 756 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2600] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:18:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2601] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2602] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2603] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2604] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2605] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2606] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2607] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bf3cf8ef-a3d9-4d6b-b172-598428242e2e => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2608] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/subnets?id=e63809c4-591f-4cd1-9123-ce8ba1211a1c => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2609] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/ports?network_id=b6f166cb-3829-4499-82b7-ba02b2023501&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2610] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2611] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:18:48 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2612] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:49 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1231/2613] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:49 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2614] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:50 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1232/2615] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:50 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2616] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:51 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2617] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:51 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2618] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:51 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2619] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:51 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2620] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:51 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2621] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:52 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2622] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:52 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2623] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:53 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2624] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:54 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2625] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:18:54 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2626] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:18:54 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2627] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:18:54 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:18:55.072 8 INFO neutron.db.l3_db [None req-de5e1e7d-38e1-4349-b803-39b9f583432c b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Floating IP 919a4e76-6853-449a-b833-515765a6f741 associated. External IP: 10.96.250.211, port: bf3cf8ef-a3d9-4d6b-b172-598428242e2e. [pid: 8|app: 0|req: 1390/2628] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:18:54 2026] POST /v2.0/floatingips => generated 856 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:18:55.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-868ded8c-f93f-46db-b2c1-5cbf1e52b82a'] response: {'name': 'network-changed', 'server_uuid': '14069a97-1605-4717-8fab-c053eeccd3f9', 'tag': 'bf3cf8ef-a3d9-4d6b-b172-598428242e2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1239/2629] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:18:55 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2630] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:18:55 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2631] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2632] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bf3cf8ef-a3d9-4d6b-b172-598428242e2e => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2633] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/subnets?id=e63809c4-591f-4cd1-9123-ce8ba1211a1c => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2634] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/ports?network_id=b6f166cb-3829-4499-82b7-ba02b2023501&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2635] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2636] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2637] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:18:56 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2640] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:18:57 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2641] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:19:05 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2642] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:19:05 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2645] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:19:12 2026] GET /v2.0/security-groups => generated 38512 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2646] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:19:12 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2647] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:19:12 2026] GET /v2.0/floatingips => generated 2546 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2648] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/networks => generated 6664 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2649] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/subnets => generated 7419 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2650] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/network-ip-availabilities => generated 4487 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2651] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/subnets => generated 7419 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2652] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:19:13 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) [pid: 8|app: 0|req: 1402/2653] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/ports => generated 29344 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2654] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/routers => generated 1452 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2655] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2656] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/l3-agents => generated 681 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2657] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/routers/f887647e-392c-42fe-804d-2fd0e1602e3e/l3-agents => generated 681 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2658] 10.0.0.96 () {34 vars in 1271 bytes} [Thu Mar 5 08:19:13 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c&device_id=77171264-a25d-49ac-9555-cf7c689a41f7&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 5389 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2659] 10.0.0.96 () {34 vars in 1199 bytes} [Thu Mar 5 08:19:14 2026] GET /v2.0/security-groups?id=0dab4dc0-3f7a-4814-9036-92d22d460c16&id=bff9172a-300a-4e8a-9717-ffedb06af29d&id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 278 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2660] 10.0.0.117 () {32 vars in 826 bytes} [Thu Mar 5 08:19:14 2026] GET /v2.0/ports?project_id=7b9692e13a9343b885fc2e06f3a3c62b&network_id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 3695 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2661] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:19:15 2026] GET /v2.0/subnets?network_id=cde307cc-57cd-445d-a13f-d918815e9977 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:19:15.350 7 INFO neutron.db.l3_db [None req-fbf0baab-c224-4a8f-b809-dbb9be4f8ebe b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Floating IP 919a4e76-6853-449a-b833-515765a6f741 disassociated. External IP: 10.96.250.211, port: bf3cf8ef-a3d9-4d6b-b172-598428242e2e. [pid: 7|app: 0|req: 1256/2662] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:19:15 2026] PUT /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 554 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:19:15.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-372af892-913f-4b8e-b604-a94d66d419c6'] response: {'name': 'network-changed', 'server_uuid': '14069a97-1605-4717-8fab-c053eeccd3f9', 'tag': 'bf3cf8ef-a3d9-4d6b-b172-598428242e2e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1407/2663] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:19:15 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2664] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2665] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2666] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bf3cf8ef-a3d9-4d6b-b172-598428242e2e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2667] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/subnets?id=e63809c4-591f-4cd1-9123-ce8ba1211a1c => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2668] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/ports?network_id=b6f166cb-3829-4499-82b7-ba02b2023501&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2669] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2670] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?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: 1411/2671] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:19:16 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2672] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:19:17 2026] POST /v2.0/security-groups => generated 1677 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2673] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2674] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2675] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2676] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:19:18.498 8 INFO neutron.db.securitygroups_db [None req-d5c9a6fa-c255-4b71-a4a2-f12f5118dc8f b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Project 7b9692e13a9343b885fc2e06f3a3c62b 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: 1414/2677] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:19:18.660 7 INFO neutron.db.securitygroups_db [None req-c182d753-a6b5-4ffe-be5d-eea22bd67219 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Project 7b9692e13a9343b885fc2e06f3a3c62b 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: 1264/2678] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:19:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2679] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/networks => generated 1297 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2680] 10.0.0.96 () {34 vars in 1099 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1861687533&fields=id&tenant_id=7b9692e13a9343b885fc2e06f3a3c62b => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2681] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 660 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2682] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/quotas/7b9692e13a9343b885fc2e06f3a3c62b => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2683] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2684] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2685] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2686] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:19 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1419/2687] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:20 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1269/2688] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:22 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1420/2689] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:23 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1421/2690] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:24 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1270/2691] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:24 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2692] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:19:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b9692e13a9343b885fc2e06f3a3c62b => generated 272 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2693] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:19:24 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2694] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:19:24 2026] PUT /v2.0/ports/c3520d74-2300-46b6-a53f-1dfa2f019741 => generated 1239 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:25.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95eb5f60-f324-4966-9388-b91c88ff21d9'] response: {'name': 'network-changed', 'server_uuid': 'c769c773-c0a8-47af-a02d-930b13f2e5bf', 'tag': 'c3520d74-2300-46b6-a53f-1dfa2f019741', '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: 1272/2695] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:25 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1424/2696] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:25 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1273/2697] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:25 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2698] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:19:25 2026] GET /v2.0/networks?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2699] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:19:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2700] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2701] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2702] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2703] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2704] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1430/2705] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2706] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1431/2707] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2710] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2711] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c3520d74-2300-46b6-a53f-1dfa2f019741 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2712] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/subnets?id=e63809c4-591f-4cd1-9123-ce8ba1211a1c => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2713] 199.204.45.22 () {34 vars in 716 bytes} [Thu Mar 5 08:19:26 2026] POST /v2.0/ports => generated 1055 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2714] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/ports?network_id=b6f166cb-3829-4499-82b7-ba02b2023501&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2715] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:26 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?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: 1438/2716] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:19:27 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2717] 10.0.0.96 () {34 vars in 906 bytes} [Thu Mar 5 08:19:27 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2718] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:27 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2719] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:27 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1280/2720] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:27 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1441/2721] 199.204.45.22 () {34 vars in 1261 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2722] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2723] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2724] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2725] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1443/2726] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/networks?id=6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2727] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1444/2728] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:19:28 2026] PUT /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1245 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:29.310 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-615af302-aca9-4933-a642-96c3268cf2fd'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '11bcfd34-e2f5-4512-b8b0-b6db3537b489', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1285/2729] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2481 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2730] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/networks?id=6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2731] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => 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: 1446/2732] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2733] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2734] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:30 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1288/2735] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:30 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2736] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:30 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2737] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:30 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2738] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2739] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2740] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2481 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2741] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2742] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2743] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2744] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1293/2745] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2746] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2747] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2748] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2749] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2750] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2751] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2752] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1297/2753] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2754] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1298/2755] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:33.058 8 INFO neutron.db.l3_db [None req-eff726e7-c0d5-47f6-9a1c-89e4fda9c94a b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Floating IP 919a4e76-6853-449a-b833-515765a6f741 associated. External IP: 10.96.250.211, port: c3520d74-2300-46b6-a53f-1dfa2f019741. [pid: 8|app: 0|req: 1458/2756] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:19:32 2026] PUT /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 856 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:19:33.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebe90a51-336a-4707-b4aa-0ef5d2982921'] response: {'name': 'network-changed', 'server_uuid': 'c769c773-c0a8-47af-a02d-930b13f2e5bf', 'tag': 'c3520d74-2300-46b6-a53f-1dfa2f019741', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1299/2757] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:19:33 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2758] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:33 2026] GET /v2.0/ports?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2759] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:33 2026] GET /v2.0/networks?id=b6f166cb-3829-4499-82b7-ba02b2023501 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2760] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c3520d74-2300-46b6-a53f-1dfa2f019741 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2761] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/subnets?id=e63809c4-591f-4cd1-9123-ce8ba1211a1c => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2762] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/ports?network_id=b6f166cb-3829-4499-82b7-ba02b2023501&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2763] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2764] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2765] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2766] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:19:35 2026] GET /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2767] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:19:35 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2768] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:19:35 2026] PUT /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1270 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:35.914 7 INFO neutron.api.v2.resource [None req-f91d4d52-78d8-4aa2-a5bf-4925a4c9517a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1305/2769] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:19:35 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:19:35.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-742874bf-9c50-42be-8d1e-dcf96d67922d'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '11bcfd34-e2f5-4512-b8b0-b6db3537b489', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2770] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:19:35 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 1639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2771] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:19:35 2026] PUT /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1308 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:36.248 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9cbf71f-82a5-461b-b138-3e9562206b26'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '11bcfd34-e2f5-4512-b8b0-b6db3537b489', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2772] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1307/2773] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2774] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2775] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2776] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2777] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2778] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/networks?id=6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2779] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2780] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2781] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2782] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2783] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2784] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2785] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2786] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2787] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2788] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2789] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:19:36 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2790] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2791] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/networks?id=6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2792] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => 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: 1318/2793] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2794] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2795] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:19:37 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2796] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:19:38 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2799] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:19:42 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2800] 10.0.0.149 () {34 vars in 1040 bytes} [Thu Mar 5 08:19:42 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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-03-05 08:19:45.624 8 INFO neutron.db.l3_db [None req-7c285e0a-c08a-400f-aa76-4ab7d63a2a80 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP b8cd02c6-8dea-4a7c-9bb7-d273e9002881 associated. External IP: 10.96.250.209, port: ffc0ae82-8c0f-4726-af23-dd4e783ed92f. [pid: 8|app: 0|req: 1480/2801] 10.0.0.117 () {34 vars in 677 bytes} [Thu Mar 5 08:19:44 2026] POST /v2.0/floatingips => generated 897 bytes in 1523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2802] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:19:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2803] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:19:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2804] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:19:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2805] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:19:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:19:51.128 7 INFO neutron.api.v2.resource [None req-bfc774df-f990-4a27-a0a0-87144c5191f2 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1324/2806] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:19:51 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2807] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:19:51 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2808] 199.204.45.22 () {30 vars in 814 bytes} [Thu Mar 5 08:19:51 2026] GET /v2.0/security-group-rules?security_group_id=726f569b-522a-40ea-8a81-e99cde02dbbd => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2809] 199.204.45.22 () {34 vars in 746 bytes} [Thu Mar 5 08:19:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2810] 199.204.45.22 () {34 vars in 746 bytes} [Thu Mar 5 08:19:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2811] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:52 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2812] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:53 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1486/2813] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:54 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2814] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:54 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1487/2815] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:55 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2816] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:19:55 2026] GET /v2.0/security-groups?id=3ac397b9-610e-4c18-9084-84c5f1613f47&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: 1329/2817] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:19:55 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:19:55.599 8 INFO neutron_taas.services.taas.taas_plugin [req-00138a84-97df-472e-9a40-ec448eb061d4 req-0ae34202-d8ca-4c5c-a450-ca3881dc0c61 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: c3520d74-2300-46b6-a53f-1dfa2f019741 2026-03-05 08:19:55.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00138a84-97df-472e-9a40-ec448eb061d4 req-0ae34202-d8ca-4c5c-a450-ca3881dc0c61 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: c3520d74-2300-46b6-a53f-1dfa2f019741 2026-03-05 08:19:55.735 8 INFO neutron.db.l3_db [req-00138a84-97df-472e-9a40-ec448eb061d4 req-0ae34202-d8ca-4c5c-a450-ca3881dc0c61 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Floating IP 919a4e76-6853-449a-b833-515765a6f741 disassociated. External IP: 10.96.250.211, port: c3520d74-2300-46b6-a53f-1dfa2f019741. [pid: 8|app: 0|req: 1489/2818] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:19:55 2026] DELETE /v2.0/ports/c3520d74-2300-46b6-a53f-1dfa2f019741 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:19:56.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45218cc0-2c3c-4533-ab8f-372475416f64'] response: {'server_uuid': 'c769c773-c0a8-47af-a02d-930b13f2e5bf', 'name': 'network-vif-deleted', 'tag': 'c3520d74-2300-46b6-a53f-1dfa2f019741', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1330/2819] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:56 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1491/2822] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:57 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1332/2823] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:19:58 2026] GET /v2.0/ports?device_id=c769c773-c0a8-47af-a02d-930b13f2e5bf => 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: 1492/2824] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:19:59 2026] DELETE /v2.0/security-groups/3ac397b9-610e-4c18-9084-84c5f1613f47 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:20:00.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa5cac00-55e1-404b-8760-35084580d1ca b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: 3fa96ddf-1449-4c87-8b76-5d84102f0eae 2026-03-05 08:20:00.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa5cac00-55e1-404b-8760-35084580d1ca b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: 3fa96ddf-1449-4c87-8b76-5d84102f0eae [pid: 7|app: 0|req: 1333/2825] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:19:59 2026] DELETE /v2.0/floatingips/919a4e76-6853-449a-b833-515765a6f741 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2826] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:00 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2827] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:20:00 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2828] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:01 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2829] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:20:01 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2830] 10.0.0.213 () {30 vars in 690 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2831] 10.0.0.213 () {30 vars in 692 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2832] 10.0.0.213 () {30 vars in 668 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2833] 10.0.0.213 () {30 vars in 704 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2834] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2835] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1337/2836] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:20:02 2026] GET /v2.0/security-groups?id=bff9172a-300a-4e8a-9717-ffedb06af29d&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:03.049 8 INFO neutron_taas.services.taas.taas_plugin [req-de3867be-be61-4e9d-9602-c85bead60c95 req-48d4be70-4e38-49d8-afdc-d0e234af49d4 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: bf3cf8ef-a3d9-4d6b-b172-598428242e2e 2026-03-05 08:20:03.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de3867be-be61-4e9d-9602-c85bead60c95 req-48d4be70-4e38-49d8-afdc-d0e234af49d4 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: bf3cf8ef-a3d9-4d6b-b172-598428242e2e [pid: 8|app: 0|req: 1500/2837] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:20:02 2026] DELETE /v2.0/ports/bf3cf8ef-a3d9-4d6b-b172-598428242e2e => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:20:03.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25741cf7-908a-4485-bca4-b67b2e10cb3e'] response: {'server_uuid': '14069a97-1605-4717-8fab-c053eeccd3f9', 'name': 'network-vif-deleted', 'tag': 'bf3cf8ef-a3d9-4d6b-b172-598428242e2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1338/2838] 10.0.0.213 () {28 vars in 439 bytes} [Thu Mar 5 08:20:03 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2839] 10.0.0.213 () {30 vars in 728 bytes} [Thu Mar 5 08:20:03 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2840] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1502/2841] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2842] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2843] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2844] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2845] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2846] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2847] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2848] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2849] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2850] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2851] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:05 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1507/2852] 199.204.45.22 () {34 vars in 716 bytes} [Thu Mar 5 08:20:05 2026] POST /v2.0/ports => generated 1324 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2853] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:20:05 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1508/2854] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:06 2026] GET /v2.0/ports?device_id=14069a97-1605-4717-8fab-c053eeccd3f9 => 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: 1347/2855] 199.204.45.22 () {34 vars in 1261 bytes} [Thu Mar 5 08:20:06 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2856] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:06 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2857] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:06 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2858] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:20:07 2026] DELETE /v2.0/security-groups/bff9172a-300a-4e8a-9717-ffedb06af29d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2859] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:20:07 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2860] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:07 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:07.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-d766f713-8e91-4f1e-a687-dad89dcc8ea7 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: c724ce57-770f-4381-b53d-bf867ec2736a 2026-03-05 08:20:07.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d766f713-8e91-4f1e-a687-dad89dcc8ea7 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: c724ce57-770f-4381-b53d-bf867ec2736a [pid: 8|app: 0|req: 1513/2861] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:20:07 2026] PUT /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1514 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:08.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c5d2785-8113-42fb-9362-74e8c0d04852'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1349/2862] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:20:07 2026] PUT /v2.0/routers/f887647e-392c-42fe-804d-2fd0e1602e3e/remove_router_interface => generated 309 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: 8|app: 0|req: 1514/2863] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:20:08 2026] DELETE /v2.0/subnets/e63809c4-591f-4cd1-9123-ce8ba1211a1c => 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: 1350/2864] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4086 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2865] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2866] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2867] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a9&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2868] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:08.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-d24c49af-a831-4c91-9841-e2d7293a69e5 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: 7abfab1a-63fc-4b9a-a984-d43bf849a729 2026-03-05 08:20:08.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24c49af-a831-4c91-9841-e2d7293a69e5 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: 7abfab1a-63fc-4b9a-a984-d43bf849a729 [pid: 7|app: 0|req: 1355/2869] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2870] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2871] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:08 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2872] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:09 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:20:09.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-d24c49af-a831-4c91-9841-e2d7293a69e5 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: a2e83ca3-0626-4157-be74-2386f4db4045 2026-03-05 08:20:09.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24c49af-a831-4c91-9841-e2d7293a69e5 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: a2e83ca3-0626-4157-be74-2386f4db4045 2026-03-05 08:20:09.524 8 INFO neutron.db.l3_hamode_db [None req-d24c49af-a831-4c91-9841-e2d7293a69e5 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] HA network a4a434ce-2065-4e60-b1b0-c2e1facc6aff was deleted as no HA routers are present in tenant 7b9692e13a9343b885fc2e06f3a3c62b. [pid: 8|app: 0|req: 1515/2873] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:20:08 2026] DELETE /v2.0/routers/f887647e-392c-42fe-804d-2fd0e1602e3e => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:20:09.563 8 INFO neutron.services.segments.plugin [-] Segment 969f148a-c819-480c-9c05-0655a7074720 resource provider aggregate not found 2026-03-05 08:20:09.576 8 INFO neutron.services.segments.plugin [-] Segment 969f148a-c819-480c-9c05-0655a7074720 resource provider aggregate not found 2026-03-05 08:20:09.586 8 INFO neutron.services.segments.plugin [-] Segment 969f148a-c819-480c-9c05-0655a7074720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969f148a-c819-480c-9c05-0655a7074720 found for delete ", "request_id": "req-ae590fc3-565b-485f-9f3e-f318cae94762"}]} 2026-03-05 08:20:09.597 8 INFO neutron.services.segments.plugin [-] Segment 969f148a-c819-480c-9c05-0655a7074720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969f148a-c819-480c-9c05-0655a7074720 found for delete ", "request_id": "req-b0b49380-1487-40fb-ad7a-6dd5c9a957fd"}]} 2026-03-05 08:20:09.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-74aa50e2-3f9f-4e05-ab50-6c3684165994 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] TaaS: Handle Delete Port: 4f2ff24c-8694-4581-bc73-5c16244f4d63 2026-03-05 08:20:09.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74aa50e2-3f9f-4e05-ab50-6c3684165994 b030bd9aa094401481b7742f6177080d 7b9692e13a9343b885fc2e06f3a3c62b - - default default] Tap Mirror: Handle Delete Port: 4f2ff24c-8694-4581-bc73-5c16244f4d63 2026-03-05 08:20:09.911 7 INFO neutron.services.segments.plugin [-] Segment e0c87f87-930e-4839-9f6c-f6f07be9f842 resource provider aggregate not found 2026-03-05 08:20:09.917 7 INFO neutron.services.segments.plugin [-] Segment e0c87f87-930e-4839-9f6c-f6f07be9f842 resource provider aggregate not found [pid: 7|app: 0|req: 1359/2874] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:20:09 2026] DELETE /v2.0/networks/b6f166cb-3829-4499-82b7-ba02b2023501 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:20:09.935 7 INFO neutron.services.segments.plugin [-] Segment e0c87f87-930e-4839-9f6c-f6f07be9f842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c87f87-930e-4839-9f6c-f6f07be9f842 found for delete ", "request_id": "req-d3699340-f27b-4e3f-923c-783961121cf0"}]} 2026-03-05 08:20:09.937 7 INFO neutron.services.segments.plugin [-] Segment e0c87f87-930e-4839-9f6c-f6f07be9f842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c87f87-930e-4839-9f6c-f6f07be9f842 found for delete ", "request_id": "req-1c0043d1-1134-4d18-a40d-a1275f42a911"}]} [pid: 8|app: 0|req: 1516/2875] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4086 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2876] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2877] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2878] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2879] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2880] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1519/2881] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2882] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2883] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2884] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2885] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2886] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2887] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a9&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2888] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2889] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2890] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/security-groups?tenant_id=7b9692e13a9343b885fc2e06f3a3c62b&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2891] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2892] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2893] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:20:10 2026] DELETE /v2.0/security-groups/d5b70c7d-1adf-45b9-ad7c-58256e352e91 => 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: 1371/2894] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?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: 1524/2895] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:20:10 2026] GET /v2.0/security-groups?tenant_id=9f5bae8032a74b41b477f165645e5434&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2896] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:20:11 2026] DELETE /v2.0/security-groups/07718c81-f8a6-404d-a3ab-7938f4f5283c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:20:13.050 8 INFO neutron.db.segments_db [None req-8b42d1d7-0316-446a-9f64-89c3ea18dee0 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment f44edbb7-0ac9-4c43-9179-e998fbc0901d of type vxlan for network 804485f0-4dee-4894-9315-42c97d1c27fa [pid: 7|app: 0|req: 1374/2899] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/subnets => generated 6132 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2900] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:20:12 2026] POST /v2.0/networks => generated 722 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2901] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/ports => generated 26146 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2902] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:20:13 2026] POST /v2.0/subnets => generated 688 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2903] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/routers => generated 728 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2904] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:20:13.340 8 INFO neutron.db.segments_db [None req-114793e9-2be9-46b9-9106-552a285e7a65 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 6ab2cd03-4071-4fb5-873d-5adee4c3a775 of type vxlan for network 21d576a0-97a7-4999-a8c5-b572964d19be [pid: 7|app: 0|req: 1378/2905] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/l3-agents => generated 681 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2906] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/network-ip-availabilities => generated 4308 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2907] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/floatingips => generated 2587 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2908] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/networks => generated 6634 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:13.575 8 INFO neutron.db.l3_hamode_db [None req-114793e9-2be9-46b9-9106-552a285e7a65 7d0c3f2c5c574033b0a6df6f39515ece 64f3dbe9449f42e1997d741b9227abf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1382/2909] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/security-groups => generated 34392 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2910] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2911] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/subnets => generated 7432 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2912] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2913] 10.0.0.96 () {34 vars in 1177 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c&device_id=77171264-a25d-49ac-9555-cf7c689a41f7&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 6998 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2914] 10.0.0.96 () {34 vars in 1279 bytes} [Thu Mar 5 08:20:13 2026] GET /v2.0/security-groups?id=726f569b-522a-40ea-8a81-e99cde02dbbd&id=0dab4dc0-3f7a-4814-9036-92d22d460c16&id=c19d0ba3-9cca-40e8-b11f-627de432940a&id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 353 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:14.331 8 INFO neutron.db.l3_hamode_db [None req-114793e9-2be9-46b9-9106-552a285e7a65 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1388/2915] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:20:14 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2916] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:14 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2917] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2918] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/subnets/e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2919] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2920] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2921] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2922] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2923] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:20:13 2026] POST /v2.0/routers => generated 728 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2924] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2925] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2926] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2927] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2928] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2929] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2930] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:15 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2931] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:20:15 2026] PUT /v2.0/routers/7bee7f2f-f624-40c4-855c-69a10692d7c1/add_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:17.713 7 INFO neutron.db.segments_db [None req-337812e7-7d4c-43b7-978d-07ffde3a52bb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 7c4e8bbf-0520-4971-b18b-a66df3fe5914 of type vxlan for network 4046cbe2-1fcb-4f7c-907d-9e068481bc85 [pid: 7|app: 0|req: 1403/2932] 10.0.0.117 () {34 vars in 671 bytes} [Thu Mar 5 08:20:17 2026] POST /v2.0/networks => generated 721 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2933] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:20:17 2026] POST /v2.0/subnets => generated 687 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:20:18.127 7 INFO neutron.db.segments_db [None req-76feb54d-23d9-4055-b1d5-5a317cab8c81 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Added segment 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 of type vxlan for network f6fdbd92-0f75-4adb-9490-d57ad08e4596 2026-03-05 08:20:18.417 7 INFO neutron.db.l3_hamode_db [None req-76feb54d-23d9-4055-b1d5-5a317cab8c81 7d0c3f2c5c574033b0a6df6f39515ece af1896f5357341dc96207a7d90f2ad54 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:20:19.190 7 INFO neutron.db.l3_hamode_db [None req-76feb54d-23d9-4055-b1d5-5a317cab8c81 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1404/2934] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:20:18 2026] POST /v2.0/routers => generated 727 bytes in 2099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2935] 10.0.0.117 () {34 vars in 783 bytes} [Thu Mar 5 08:20:20 2026] PUT /v2.0/routers/e69c1239-bb89-4cf7-bba9-0e9ae4092085/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2936] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:20:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2937] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2938] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2939] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2940] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:20:22.712 8 INFO neutron.db.securitygroups_db [None req-61e3f50b-4f59-49cf-b281-8891c45656bc 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Project 64f3dbe9449f42e1997d741b9227abf0 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: 1534/2941] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:20:22.853 7 INFO neutron.db.securitygroups_db [None req-30fb2177-f2f7-4dfa-8af4-bbaceb3bc4e0 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Project 64f3dbe9449f42e1997d741b9227abf0 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: 1408/2942] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2943] 10.0.0.117 () {34 vars in 685 bytes} [Thu Mar 5 08:20:23 2026] POST /v2.0/security-groups => generated 1662 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2944] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2945] 10.0.0.117 () {34 vars in 695 bytes} [Thu Mar 5 08:20:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2946] 10.0.0.213 () {30 vars in 690 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2947] 10.0.0.213 () {30 vars in 692 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2948] 10.0.0.213 () {30 vars in 668 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2949] 10.0.0.213 () {30 vars in 704 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2950] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:20:23 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2951] 10.0.0.96 () {34 vars in 1097 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-186037117&fields=id&tenant_id=64f3dbe9449f42e1997d741b9227abf0 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2952] 10.0.0.213 () {28 vars in 439 bytes} [Thu Mar 5 08:20:24 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2953] 10.0.0.96 () {34 vars in 1097 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--543082542&fields=id&tenant_id=64f3dbe9449f42e1997d741b9227abf0 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2954] 10.0.0.213 () {30 vars in 728 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/subnets/8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2955] 10.0.0.96 () {34 vars in 981 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/networks?id=804485f0-4dee-4894-9315-42c97d1c27fa => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2956] 10.0.0.96 () {34 vars in 964 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/quotas/64f3dbe9449f42e1997d741b9227abf0 => 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: 1413/2957] 10.0.0.96 () {34 vars in 1001 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/ports?tenant_id=64f3dbe9449f42e1997d741b9227abf0&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2958] 10.0.0.96 () {34 vars in 1007 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?fields=segments => generated 14 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2959] 10.0.0.96 () {34 vars in 1107 bytes} [Thu Mar 5 08:20:24 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?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: 1546/2960] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1415/2961] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2962] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2963] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2964] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2965] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2966] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/subnets/8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2967] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4088 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2968] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2969] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2970] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2971] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2972] 199.204.45.22 () {34 vars in 716 bytes} [Thu Mar 5 08:20:25 2026] POST /v2.0/ports => generated 1332 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1553/2973] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:26 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1421/2974] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:20:26 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2975] 10.0.0.96 () {34 vars in 906 bytes} [Thu Mar 5 08:20:26 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2978] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1556/2979] 199.204.45.22 () {34 vars in 1261 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2980] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?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: 1557/2981] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2982] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2983] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:27 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2984] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:28 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1426/2985] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:20:28 2026] PUT /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1522 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:28.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55c59aff-eb1c-4faa-b1d2-adc1ea43bc5b'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': 'b9f13b5a-4ac5-48c6-9598-6262b8ded923', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1560/2986] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 5602 bytes in 67 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: 1427/2987] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2988] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.161&port_id=b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2989] 199.204.45.22 () {34 vars in 1105 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d3&port_id=b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2990] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/subnets?id=8b6638f8-2814-48c4-b66d-4f243be7981c&id=8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2991] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2992] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/networks?id=804485f0-4dee-4894-9315-42c97d1c27fa => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2993] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2994] 199.204.45.22 () {34 vars in 1049 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64f3dbe9449f42e1997d741b9227abf0 => generated 272 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2995] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2996] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1433/2997] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:29 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?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: 1565/2998] 199.204.45.22 () {38 vars in 954 bytes} [Thu Mar 5 08:20:29 2026] POST /v2.0/ports => generated 997 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2999] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:20:29 2026] PUT /v2.0/ports/306fe41b-0106-454f-a448-bf0f247fcb18 => generated 1278 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1566/3000] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 5602 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3001] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3002] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3003] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3004] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3005] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:30.832 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11b4eba0-4ab0-47f1-8b60-19522b339548'] response: {'name': 'network-changed', 'server_uuid': '6183900c-2902-43b6-b746-7ec422ac6d11', 'tag': '306fe41b-0106-454f-a448-bf0f247fcb18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1437/3006] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1570/3007] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3008] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3009] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3010] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:30 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3011] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3012] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3013] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3014] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a9&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3015] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3016] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3017] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3018] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3019] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?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: 1577/3020] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.161&port_id=b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3021] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?tenant_id=64f3dbe9449f42e1997d741b9227abf0&device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1281 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3022] 199.204.45.22 () {34 vars in 1105 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d3&port_id=b9f13b5a-4ac5-48c6-9598-6262b8ded923 => 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: 1445/3023] 199.204.45.22 () {34 vars in 1017 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks?tenant_id=64f3dbe9449f42e1997d741b9227abf0&shared=False => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3024] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/subnets?id=8b6638f8-2814-48c4-b66d-4f243be7981c&id=8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3025] 199.204.45.22 () {34 vars in 929 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3026] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3027] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3028] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3029] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?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: 1582/3030] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3031] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:31 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3032] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/ports?tenant_id=64f3dbe9449f42e1997d741b9227abf0&device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3033] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=306fe41b-0106-454f-a448-bf0f247fcb18 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3034] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/subnets?id=d20a41bd-b601-44e7-8fe2-5cc7b3ed5190 => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3035] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/ports?network_id=804485f0-4dee-4894-9315-42c97d1c27fa&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: 1585/3036] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3037] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:32 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3038] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:33 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3039] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:33 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3040] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:34 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3041] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:34 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3042] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3043] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3044] 10.0.0.96 () {34 vars in 970 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3045] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3046] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/subnets/8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3047] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3048] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/subnets/8b6638f8-2814-48c4-b66d-4f243be7981c => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3049] 199.204.45.22 () {34 vars in 1123 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/security-groups?id=53c71e83-e6ec-427e-8001-7283d3edbc34&id=5381700b-8bef-44e0-884c-5b94d06695a6&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3050] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:35 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3051] 199.204.45.22 () {34 vars in 789 bytes} [Thu Mar 5 08:20:35 2026] PUT /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1251 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:36.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15f52952-9ca5-4a38-be2d-fbe03e9bb467'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1593/3052] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 798 bytes in 63 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: 1460/3053] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3054] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3055] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3056] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3057] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3058] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3059] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3060] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3061] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3062] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3063] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3064] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:36 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3065] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3066] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3067] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 5375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3068] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3069] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3070] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3071] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3072] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3073] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3074] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3075] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:37 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3076] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:39 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3077] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:39 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3078] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:39 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:39.581 8 INFO neutron.db.l3_db [None req-359c1f5c-68ff-4193-a436-b5463f57332b 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Floating IP 37c9b451-1d46-482b-9072-6c1c34809269 associated. External IP: 10.96.250.207, port: 306fe41b-0106-454f-a448-bf0f247fcb18. [pid: 8|app: 0|req: 1606/3079] 10.0.0.117 () {34 vars in 749 bytes} [Thu Mar 5 08:20:39 2026] PUT /v2.0/floatingips/37c9b451-1d46-482b-9072-6c1c34809269 => generated 856 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:40.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8169c0f6-e64c-4de8-ba21-eb991f09581f'] response: {'name': 'network-changed', 'server_uuid': '6183900c-2902-43b6-b746-7ec422ac6d11', 'tag': '306fe41b-0106-454f-a448-bf0f247fcb18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1474/3080] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/ports?tenant_id=64f3dbe9449f42e1997d741b9227abf0&device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1283 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3081] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/networks?id=804485f0-4dee-4894-9315-42c97d1c27fa => generated 769 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3082] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=306fe41b-0106-454f-a448-bf0f247fcb18 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3083] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/subnets?id=d20a41bd-b601-44e7-8fe2-5cc7b3ed5190 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3084] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/ports?network_id=804485f0-4dee-4894-9315-42c97d1c27fa&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3085] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3086] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:40 2026] GET /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3089] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3090] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3091] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3092] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3093] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3094] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:49 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 5375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3095] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3096] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3097] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3098] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3099] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3100] 199.204.45.22 () {34 vars in 789 bytes} [Thu Mar 5 08:20:50 2026] PUT /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1311 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:50.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38cba6fe-7830-4b7c-bd41-051eac9e41ff'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': 'b9f13b5a-4ac5-48c6-9598-6262b8ded923', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/3101] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1617/3102] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/subnets/8b6638f8-2814-48c4-b66d-4f243be7981c => generated 747 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3103] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:50 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1347 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3104] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:20:50 2026] PUT /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1080 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3105] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1619/3106] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3107] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3108] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3109] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3110] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3111] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3112] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3113] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:51 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3114] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:20:52 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1283 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3115] 10.0.0.117 () {32 vars in 858 bytes} [Thu Mar 5 08:20:52 2026] GET /v2.0/floatingips?floating_network_id=cde307cc-57cd-445d-a13f-d918815e9977&port_id=306fe41b-0106-454f-a448-bf0f247fcb18 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3116] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:52 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:20:52.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05923b18-7ff1-4efd-8364-c04708d39da3'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': 'b9f13b5a-4ac5-48c6-9598-6262b8ded923', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1493/3117] 10.0.0.149 () {34 vars in 990 bytes} [Thu Mar 5 08:20:52 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3118] 10.0.0.149 () {34 vars in 1120 bytes} [Thu Mar 5 08:20:52 2026] GET /v2.0/security-groups?id=53c71e83-e6ec-427e-8001-7283d3edbc34&id=5381700b-8bef-44e0-884c-5b94d06695a6&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3119] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3120] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3121] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3122] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3123] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 4967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3124] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3125] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3126] 199.204.45.22 () {34 vars in 1015 bytes} [Thu Mar 5 08:20:53 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3127] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:20:53 2026] PUT /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 917 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3128] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:20:54.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-049acfff-cf8d-4d24-8a1a-f8e4c0ce284b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: b9f13b5a-4ac5-48c6-9598-6262b8ded923 2026-03-05 08:20:54.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049acfff-cf8d-4d24-8a1a-f8e4c0ce284b 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: b9f13b5a-4ac5-48c6-9598-6262b8ded923 [pid: 7|app: 0|req: 1499/3129] 199.204.45.22 () {32 vars in 758 bytes} [Thu Mar 5 08:20:54 2026] DELETE /v2.0/ports/b9f13b5a-4ac5-48c6-9598-6262b8ded923 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3130] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3131] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3132] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3133] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3134] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3135] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3136] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:54 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3137] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3138] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3139] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3140] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3141] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3142] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3143] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3144] 199.204.45.22 () {34 vars in 1225 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks?id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&id=6f402d0b-4597-4392-a1d8-85fe6c549157&id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 3098 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3145] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3146] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3147] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3148] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3149] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3150] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3151] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3152] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3153] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3154] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:55 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3155] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => 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: 1644/3156] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3157] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&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: 1645/3158] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?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: 1514/3159] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?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: 1646/3160] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3163] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:56 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3164] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:57 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3165] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:20:57 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3166] 10.0.0.96 () {34 vars in 1119 bytes} [Thu Mar 5 08:20:57 2026] GET /v2.0/security-groups?id=5381700b-8bef-44e0-884c-5b94d06695a6&id=53c71e83-e6ec-427e-8001-7283d3edbc34&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:20:58.057 7 INFO neutron_taas.services.taas.taas_plugin [req-d3025d1f-2cb5-4d87-8814-1a4d0842b6a7 req-8e3212f7-f7ef-4624-b2c8-2b21baa12cda 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] TaaS: Handle Delete Port: 306fe41b-0106-454f-a448-bf0f247fcb18 2026-03-05 08:20:58.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d3025d1f-2cb5-4d87-8814-1a4d0842b6a7 req-8e3212f7-f7ef-4624-b2c8-2b21baa12cda 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Tap Mirror: Handle Delete Port: 306fe41b-0106-454f-a448-bf0f247fcb18 2026-03-05 08:20:58.184 7 INFO neutron.db.l3_db [req-d3025d1f-2cb5-4d87-8814-1a4d0842b6a7 req-8e3212f7-f7ef-4624-b2c8-2b21baa12cda 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Floating IP 37c9b451-1d46-482b-9072-6c1c34809269 disassociated. External IP: 10.96.250.207, port: 306fe41b-0106-454f-a448-bf0f247fcb18. [pid: 7|app: 0|req: 1517/3167] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:20:57 2026] DELETE /v2.0/ports/306fe41b-0106-454f-a448-bf0f247fcb18 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:20:58.619 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd74f429-6955-47a4-8376-6be7e14ffb5e'] response: {'server_uuid': '6183900c-2902-43b6-b746-7ec422ac6d11', 'name': 'network-vif-deleted', 'tag': '306fe41b-0106-454f-a448-bf0f247fcb18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1651/3168] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1518/3169] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3170] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3171] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3172] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3173] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:20:59 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3174] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3175] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3176] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3177] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:00 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: 1656/3178] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1287 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3179] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1523/3180] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:21:00 2026] PUT /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1080 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3181] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 798 bytes in 70 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: 1524/3182] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3688 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:00.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1da5f60-9af7-421e-aa57-936ec094a7ef'] response: {'name': 'network-changed', 'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'tag': '87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1659/3183] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:00 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3184] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3688 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3185] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/ports?device_id=6183900c-2902-43b6-b746-7ec422ac6d11 => 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: 1526/3186] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3187] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3188] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3189] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:01 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3688 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3190] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:02 2026] DELETE /v2.0/security-groups/5381700b-8bef-44e0-884c-5b94d06695a6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:02.541 8 INFO neutron.api.v2.resource [None req-07f97bc5-cba7-4a77-b844-276e9db5b3a8 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3191] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:21:02 2026] GET /v2.0/security-groups/5381700b-8bef-44e0-884c-5b94d06695a6 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:02.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c93ae8-d469-4a93-b24a-f69f1a1d848c 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] TaaS: Handle Delete Port: 2aafd88e-2a11-42fd-b0b8-98b03b1741a2 2026-03-05 08:21:02.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c93ae8-d469-4a93-b24a-f69f1a1d848c 982270553b854f36b75a1c40141b2468 64f3dbe9449f42e1997d741b9227abf0 - - default default] Tap Mirror: Handle Delete Port: 2aafd88e-2a11-42fd-b0b8-98b03b1741a2 [pid: 8|app: 0|req: 1664/3192] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:21:02 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3193] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:02 2026] DELETE /v2.0/floatingips/37c9b451-1d46-482b-9072-6c1c34809269 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3194] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:21:02 2026] GET /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3195] 199.204.45.22 () {34 vars in 1015 bytes} [Thu Mar 5 08:21:02 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3196] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:02 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 3688 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3197] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:02 2026] DELETE /v2.0/security-groups/53c71e83-e6ec-427e-8001-7283d3edbc34 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3198] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:21:02 2026] PUT /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 917 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:03.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-a436b433-414b-4854-a16c-4c64c39ac242 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 4b00f72c-7328-47ef-b903-3768780400e5 2026-03-05 08:21:03.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a436b433-414b-4854-a16c-4c64c39ac242 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 4b00f72c-7328-47ef-b903-3768780400e5 [pid: 7|app: 0|req: 1531/3199] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:02 2026] PUT /v2.0/routers/7bee7f2f-f624-40c4-855c-69a10692d7c1/remove_router_interface => generated 309 bytes in 848 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: 1532/3200] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:03 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:04.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c02e6e8-2af3-4f5c-b311-1fea4b2aedeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 53a91968-b58c-4d75-8c33-ba23e102f70d 2026-03-05 08:21:04.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c02e6e8-2af3-4f5c-b311-1fea4b2aedeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 53a91968-b58c-4d75-8c33-ba23e102f70d 2026-03-05 08:21:04.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-8669b4eb-2030-4e1d-8a9f-96d34dc38682 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a 2026-03-05 08:21:04.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8669b4eb-2030-4e1d-8a9f-96d34dc38682 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a [pid: 7|app: 0|req: 1533/3201] 199.204.45.22 () {32 vars in 758 bytes} [Thu Mar 5 08:21:03 2026] DELETE /v2.0/ports/87e6749d-b1a4-4b8e-9808-8bb7e8ffed0a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3202] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3203] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3204] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:04.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c02e6e8-2af3-4f5c-b311-1fea4b2aedeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 9036d500-95b9-4613-b41b-ca91bf702a3e 2026-03-05 08:21:04.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c02e6e8-2af3-4f5c-b311-1fea4b2aedeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 9036d500-95b9-4613-b41b-ca91bf702a3e [pid: 7|app: 0|req: 1537/3205] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3206] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3207] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3208] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3209] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3210] 199.204.45.22 () {30 vars in 742 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3211] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3212] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:04.666 8 INFO neutron.services.segments.plugin [-] Segment 6ab2cd03-4071-4fb5-873d-5adee4c3a775 resource provider aggregate not found 2026-03-05 08:21:04.674 8 INFO neutron.services.segments.plugin [-] Segment 6ab2cd03-4071-4fb5-873d-5adee4c3a775 resource provider aggregate not found 2026-03-05 08:21:04.691 8 INFO neutron.services.segments.plugin [-] Segment 6ab2cd03-4071-4fb5-873d-5adee4c3a775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab2cd03-4071-4fb5-873d-5adee4c3a775 found for delete ", "request_id": "req-2c0dedb1-aa48-4a2f-a461-9ad6d6d0c22e"}]} 2026-03-05 08:21:04.694 8 INFO neutron.services.segments.plugin [-] Segment 6ab2cd03-4071-4fb5-873d-5adee4c3a775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab2cd03-4071-4fb5-873d-5adee4c3a775 found for delete ", "request_id": "req-ac9325db-40c8-4b17-a282-281110cd8e7f"}]} 2026-03-05 08:21:04.701 8 INFO neutron.db.l3_hamode_db [None req-6c02e6e8-2af3-4f5c-b311-1fea4b2aedeb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network 21d576a0-97a7-4999-a8c5-b572964d19be was deleted as no HA routers are present in tenant 64f3dbe9449f42e1997d741b9227abf0. [pid: 8|app: 0|req: 1669/3213] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:03 2026] DELETE /v2.0/routers/7bee7f2f-f624-40c4-855c-69a10692d7c1 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3214] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3215] 199.204.45.22 () {34 vars in 1145 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/networks?id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&id=6f402d0b-4597-4392-a1d8-85fe6c549157&id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 2311 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3216] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3217] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3218] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:04 2026] DELETE /v2.0/subnets/d20a41bd-b601-44e7-8fe2-5cc7b3ed5190 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3219] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3220] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:04.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d48c87a-2b53-4ac4-8fe3-a6c76f9a9fe5 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 503bb335-61cd-436d-9c34-41ea2458bbc1 2026-03-05 08:21:04.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d48c87a-2b53-4ac4-8fe3-a6c76f9a9fe5 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 503bb335-61cd-436d-9c34-41ea2458bbc1 [pid: 7|app: 0|req: 1551/3221] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:04 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3222] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:21:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3223] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:21:05 2026] GET /v2.0/subnets?id=47ebe204-b922-4c69-8955-5acbd9ca794b => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3224] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:05 2026] GET /v2.0/ports?network_id=6f402d0b-4597-4392-a1d8-85fe6c549157&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3225] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:04 2026] DELETE /v2.0/networks/804485f0-4dee-4894-9315-42c97d1c27fa => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3226] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:05 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?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: 1556/3227] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:05 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:05.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6ca3cc5-75c0-49fe-ab09-98b76e5d7099 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 9119262f-45d2-4137-a19e-e0f9d9b2d81e 2026-03-05 08:21:05.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6ca3cc5-75c0-49fe-ab09-98b76e5d7099 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 9119262f-45d2-4137-a19e-e0f9d9b2d81e [pid: 8|app: 0|req: 1672/3228] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:05 2026] PUT /v2.0/routers/e69c1239-bb89-4cf7-bba9-0e9ae4092085/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:06.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-bab82d25-3c92-441f-9c54-ae994dcf6825 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 42b9c011-3cf2-4ded-bdfc-9fb9c90a27c4 2026-03-05 08:21:06.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bab82d25-3c92-441f-9c54-ae994dcf6825 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 42b9c011-3cf2-4ded-bdfc-9fb9c90a27c4 2026-03-05 08:21:06.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-bab82d25-3c92-441f-9c54-ae994dcf6825 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 70bd1dbf-cc37-4f47-a447-75f93944f9e4 2026-03-05 08:21:06.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bab82d25-3c92-441f-9c54-ae994dcf6825 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 70bd1dbf-cc37-4f47-a447-75f93944f9e4 2026-03-05 08:21:06.718 8 INFO neutron.services.segments.plugin [-] Segment f44edbb7-0ac9-4c43-9179-e998fbc0901d resource provider aggregate not found 2026-03-05 08:21:06.724 8 INFO neutron.services.segments.plugin [-] Segment f44edbb7-0ac9-4c43-9179-e998fbc0901d resource provider aggregate not found 2026-03-05 08:21:06.740 8 INFO neutron.services.segments.plugin [-] Segment f44edbb7-0ac9-4c43-9179-e998fbc0901d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44edbb7-0ac9-4c43-9179-e998fbc0901d found for delete ", "request_id": "req-be760d4d-61f3-47bd-b9c8-1dbc50898c1f"}]} 2026-03-05 08:21:06.745 8 INFO neutron.services.segments.plugin [-] Segment f44edbb7-0ac9-4c43-9179-e998fbc0901d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44edbb7-0ac9-4c43-9179-e998fbc0901d found for delete ", "request_id": "req-8a4fdfd0-697b-4390-aafe-3593ad341dfb"}]} 2026-03-05 08:21:06.939 7 INFO neutron.services.segments.plugin [-] Segment 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 resource provider aggregate not found 2026-03-05 08:21:06.949 7 INFO neutron.services.segments.plugin [-] Segment 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 resource provider aggregate not found 2026-03-05 08:21:06.970 7 INFO neutron.services.segments.plugin [-] Segment 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 found for delete ", "request_id": "req-17b1903c-46cb-464c-a345-43a541097e9c"}]} 2026-03-05 08:21:06.977 7 INFO neutron.services.segments.plugin [-] Segment 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b4e70c4-1734-4b8f-a65d-b9b4534d9331 found for delete ", "request_id": "req-6b5bc70d-3af3-48a1-875d-8d719b32c6d5"}]} 2026-03-05 08:21:06.979 7 INFO neutron.db.l3_hamode_db [None req-bab82d25-3c92-441f-9c54-ae994dcf6825 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] HA network f6fdbd92-0f75-4adb-9490-d57ad08e4596 was deleted as no HA routers are present in tenant af1896f5357341dc96207a7d90f2ad54. [pid: 7|app: 0|req: 1557/3229] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:06 2026] DELETE /v2.0/routers/e69c1239-bb89-4cf7-bba9-0e9ae4092085 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3230] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:06 2026] DELETE /v2.0/subnets/1312ccdd-5ab5-4f46-81bb-102e7cabbc55 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:07.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-04c429f0-b2a8-4182-bcf6-341b882b43f1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 5045ef17-1e05-478f-b7db-e9863cdccd03 2026-03-05 08:21:07.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04c429f0-b2a8-4182-bcf6-341b882b43f1 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 5045ef17-1e05-478f-b7db-e9863cdccd03 [pid: 7|app: 0|req: 1558/3231] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:07 2026] DELETE /v2.0/networks/4046cbe2-1fcb-4f7c-907d-9e068481bc85 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3232] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:07 2026] GET /v2.0/security-groups?tenant_id=af1896f5357341dc96207a7d90f2ad54&name=default => generated 2929 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3233] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:07 2026] DELETE /v2.0/security-groups/7c1888d7-150c-4e1c-98c6-f45f52b6c129 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3234] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:07 2026] GET /v2.0/security-groups?tenant_id=64f3dbe9449f42e1997d741b9227abf0&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3235] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:08 2026] DELETE /v2.0/security-groups/595f2344-69a8-47e1-a4b1-e17e5a29e096 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:08.999 7 INFO neutron.services.segments.plugin [-] Segment 7c4e8bbf-0520-4971-b18b-a66df3fe5914 resource provider aggregate not found 2026-03-05 08:21:09.005 7 INFO neutron.services.segments.plugin [-] Segment 7c4e8bbf-0520-4971-b18b-a66df3fe5914 resource provider aggregate not found 2026-03-05 08:21:09.020 7 INFO neutron.services.segments.plugin [-] Segment 7c4e8bbf-0520-4971-b18b-a66df3fe5914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4e8bbf-0520-4971-b18b-a66df3fe5914 found for delete ", "request_id": "req-b2bb8e0f-7ec5-47da-a393-bbd31264fb73"}]} 2026-03-05 08:21:09.025 7 INFO neutron.services.segments.plugin [-] Segment 7c4e8bbf-0520-4971-b18b-a66df3fe5914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4e8bbf-0520-4971-b18b-a66df3fe5914 found for delete ", "request_id": "req-562aca53-fffe-4d76-9b47-4fe2b513af8b"}]} 2026-03-05 08:21:12.478 8 INFO neutron.db.segments_db [None req-0964c13e-dbb8-4f5e-b044-2be7301e23c5 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] Added segment 5e3df07c-fa11-4b71-b038-942e12d02817 of type vxlan for network 91cad972-54ab-48b0-b119-3ded83910035 [pid: 8|app: 0|req: 1677/3238] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:21:12 2026] POST /v2.0/networks => generated 706 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3239] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:21:12 2026] POST /v2.0/subnets => generated 644 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:21:12.752 8 WARNING neutron.api.v2.base [None req-48f6f814-ff92-4ae3-a686-39b915040f2f c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - 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-03-05 08:21:12.753 8 INFO neutron.api.v2.resource [None req-48f6f814-ff92-4ae3-a686-39b915040f2f c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1678/3240] 10.0.0.117 () {34 vars in 681 bytes} [Thu Mar 5 08:21:12 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-03-05 08:21:12.942 7 INFO neutron.services.segments.plugin [-] Segment 5e3df07c-fa11-4b71-b038-942e12d02817 resource provider aggregate not found 2026-03-05 08:21:12.946 7 INFO neutron.services.segments.plugin [-] Segment 5e3df07c-fa11-4b71-b038-942e12d02817 resource provider aggregate not found 2026-03-05 08:21:12.964 7 INFO neutron.services.segments.plugin [-] Segment 5e3df07c-fa11-4b71-b038-942e12d02817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e3df07c-fa11-4b71-b038-942e12d02817 found for delete ", "request_id": "req-587c5850-9226-455b-9850-c3283cdd22e6"}]} 2026-03-05 08:21:12.973 7 INFO neutron.services.segments.plugin [-] Segment 5e3df07c-fa11-4b71-b038-942e12d02817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e3df07c-fa11-4b71-b038-942e12d02817 found for delete ", "request_id": "req-367acffa-ccd5-4ae7-9aa7-88dad1f36aa5"}]} [pid: 7|app: 0|req: 1563/3241] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:12 2026] DELETE /v2.0/networks/91cad972-54ab-48b0-b119-3ded83910035 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:13.041 8 INFO neutron.db.segments_db [None req-ce9b0423-203d-40ae-8589-ad447e991a05 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] Added segment 8392de33-0678-482b-a6c0-0269ed8e28a3 of type vxlan for network 195f9e12-a67f-48bf-8059-5aa6769c6d5f [pid: 7|app: 0|req: 1564/3242] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/network-ip-availabilities => generated 3881 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3243] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:21:12 2026] POST /v2.0/networks => generated 708 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3244] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/floatingips => generated 2587 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3245] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/subnets => generated 6132 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3246] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/subnetpools => 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: 1680/3247] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:21:13 2026] POST /v2.0/subnets => generated 647 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3248] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/networks => generated 5962 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:13.395 7 WARNING neutron.api.v2.base [None req-63980be3-cf11-4a6a-b782-a1a6e1832b49 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - 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-03-05 08:21:13.396 7 INFO neutron.api.v2.resource [None req-63980be3-cf11-4a6a-b782-a1a6e1832b49 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1569/3249] 10.0.0.117 () {34 vars in 681 bytes} [Thu Mar 5 08:21:13 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3250] 10.0.0.96 () {34 vars in 1177 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c&device_id=77171264-a25d-49ac-9555-cf7c689a41f7&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 5492 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3251] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/security-groups => generated 34392 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3252] 10.0.0.96 () {34 vars in 1199 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/security-groups?id=726f569b-522a-40ea-8a81-e99cde02dbbd&id=0dab4dc0-3f7a-4814-9036-92d22d460c16&id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 286 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3253] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/routers => generated 728 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3254] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:13.652 8 INFO neutron.services.segments.plugin [-] Segment 8392de33-0678-482b-a6c0-0269ed8e28a3 resource provider aggregate not found 2026-03-05 08:21:13.656 8 INFO neutron.services.segments.plugin [-] Segment 8392de33-0678-482b-a6c0-0269ed8e28a3 resource provider aggregate not found [pid: 7|app: 0|req: 1574/3255] 10.0.0.168 () {28 vars in 677 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/l3-agents => generated 681 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:13.667 8 INFO neutron.services.segments.plugin [-] Segment 8392de33-0678-482b-a6c0-0269ed8e28a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8392de33-0678-482b-a6c0-0269ed8e28a3 found for delete ", "request_id": "req-186d79f4-a4a6-49db-ad16-3c60e682d13f"}]} 2026-03-05 08:21:13.676 8 INFO neutron.services.segments.plugin [-] Segment 8392de33-0678-482b-a6c0-0269ed8e28a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8392de33-0678-482b-a6c0-0269ed8e28a3 found for delete ", "request_id": "req-1399095e-2373-4d4e-823b-586b0bc72e1a"}]} [pid: 8|app: 0|req: 1682/3256] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:13 2026] DELETE /v2.0/networks/195f9e12-a67f-48bf-8059-5aa6769c6d5f => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3257] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/subnets => generated 6132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:13.776 8 INFO neutron.db.segments_db [None req-5dd574a4-4504-4f48-99b8-227f296b9cd2 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] Added segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 of type vxlan for network 49b46072-3ff3-4208-bad8-b7899c260cdc [pid: 7|app: 0|req: 1576/3258] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/ports => generated 24640 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3259] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:21:13 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3260] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:21:13 2026] POST /v2.0/networks => generated 707 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3261] 10.0.0.117 () {34 vars in 669 bytes} [Thu Mar 5 08:21:13 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3262] 10.0.0.117 () {34 vars in 681 bytes} [Thu Mar 5 08:21:14 2026] POST /v2.0/rbac-policies => generated 324 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3263] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:21:14 2026] GET /v2.0/networks/49b46072-3ff3-4208-bad8-b7899c260cdc => generated 654 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:15.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21b64906-57f4-4d3e-8bf6-ab36a11f0788 a4de959ef24c4f09b10d4f1f8446fa32 9628745aab194632bdb11064594b6dd5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3264] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/networks/49b46072-3ff3-4208-bad8-b7899c260cdc => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:15.546 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider aggregate not found 2026-03-05 08:21:15.555 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider aggregate not found 2026-03-05 08:21:15.567 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 found for delete ", "request_id": "req-1a3229ac-ffe2-475d-8b5d-079fe58d9d47"}]} 2026-03-05 08:21:15.579 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 found for delete ", "request_id": "req-24a398de-ed12-48c9-91e9-1f65f32ad37b"}]} [pid: 8|app: 0|req: 1686/3265] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3266] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3267] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3268] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:15.761 8 INFO neutron.api.v2.resource [None req-1ec5170c-e6e7-4bcb-8e23-09dd4563016a 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3269] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3270] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3271] 199.204.45.22 () {30 vars in 814 bytes} [Thu Mar 5 08:21:15 2026] GET /v2.0/security-group-rules?security_group_id=726f569b-522a-40ea-8a81-e99cde02dbbd => generated 2334 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3272] 199.204.45.22 () {32 vars in 788 bytes} [Thu Mar 5 08:21:15 2026] DELETE /v2.0/security-group-rules/1f20672e-fbc0-41bb-9309-6ef7df7cdaba => 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: 1694/3273] 199.204.45.22 () {32 vars in 788 bytes} [Thu Mar 5 08:21:15 2026] DELETE /v2.0/security-group-rules/60a88e78-e888-4d5f-bfc7-c8385db38b77 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:16.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3d9b339-93b1-47a6-9f30-fef4091e8d44 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] TaaS: Handle Delete Port: 2d44ea83-5a87-4d03-8295-f54390502cdd 2026-03-05 08:21:16.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3d9b339-93b1-47a6-9f30-fef4091e8d44 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] Tap Mirror: Handle Delete Port: 2d44ea83-5a87-4d03-8295-f54390502cdd [pid: 7|app: 0|req: 1580/3274] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:15 2026] DELETE /v2.0/networks/49b46072-3ff3-4208-bad8-b7899c260cdc => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:16.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd9da75a-0047-4bf0-8a61-c641076deee0 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3275] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:16 2026] DELETE /v2.0/subnets/81dd0d9b-49b0-4702-8fbd-27f4855447ec => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:16.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a380133-606e-49c8-9d66-5efa8e820146 c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3276] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:16 2026] DELETE /v2.0/subnets/c79b344f-176b-49ea-bf7b-c2a9c9ad42cc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:16.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28f566fe-5c01-45dc-83ab-2ba96e01321b c87c24f40d9e471185c8763d50a80b50 532b48f7097b4d1f9dd24c0c12dde476 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3277] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:16 2026] DELETE /v2.0/subnets/509e2f76-b12f-471e-83e4-8c0421c511cf => 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: 1582/3278] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:17 2026] GET /v2.0/security-groups?tenant_id=9628745aab194632bdb11064594b6dd5&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3279] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:17 2026] DELETE /v2.0/security-groups/e5cb8560-fe33-440a-825e-4225b01211df => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3280] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:17 2026] GET /v2.0/security-groups?tenant_id=532b48f7097b4d1f9dd24c0c12dde476&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:17.586 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider aggregate not found 2026-03-05 08:21:17.597 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 found for delete ", "request_id": "req-e63ec900-5a62-40af-97a0-65fbddb71596"}]} 2026-03-05 08:21:17.602 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider aggregate not found 2026-03-05 08:21:17.617 7 INFO neutron.services.segments.plugin [-] Segment 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c8cbd-116a-43e7-ad82-6124ba8b0b94 found for delete ", "request_id": "req-d271d431-b6bf-4b90-a7c0-1d731b864738"}]} [pid: 8|app: 0|req: 1698/3281] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:17 2026] DELETE /v2.0/security-groups/f1b78577-b4ac-49a6-b866-c775a36d7ee0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3282] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:17 2026] GET /v2.0/security-groups?tenant_id=096e18b34fd0482c8bbbc82fc71c5687&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: 1699/3283] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:17 2026] DELETE /v2.0/security-groups/c6795dd6-3f83-4bb5-a896-08f7225d3172 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:19.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4ad4f63-47c5-46a0-920c-e4b14308c996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: f0d17483-01fb-41ce-9ac8-dfdf78b116ae 2026-03-05 08:21:19.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4ad4f63-47c5-46a0-920c-e4b14308c996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: f0d17483-01fb-41ce-9ac8-dfdf78b116ae 2026-03-05 08:21:20.043 7 INFO neutron.db.l3_db [None req-d4ad4f63-47c5-46a0-920c-e4b14308c996 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP b8cd02c6-8dea-4a7c-9bb7-d273e9002881 disassociated (deleted). External IP: 10.96.250.209, port: ffc0ae82-8c0f-4726-af23-dd4e783ed92f. [pid: 7|app: 0|req: 1585/3284] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:19 2026] DELETE /v2.0/floatingips/b8cd02c6-8dea-4a7c-9bb7-d273e9002881 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:20.391 8 INFO neutron.api.v2.resource [None req-5cdb4c56-126a-4f6d-bf4c-bcfe95be89da 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3285] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:21:20 2026] GET /v2.0/floatingips/b8cd02c6-8dea-4a7c-9bb7-d273e9002881 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3286] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3287] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3288] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3289] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:21.548 7 INFO neutron.api.v2.resource [None req-9f3d5678-5f31-48b7-b6f6-e6e6535ce389 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3290] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3291] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3292] 199.204.45.22 () {30 vars in 814 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/security-group-rules?security_group_id=726f569b-522a-40ea-8a81-e99cde02dbbd => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3293] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3294] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3295] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3296] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3297] 199.204.45.22 () {30 vars in 740 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3298] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3299] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3300] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:21 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3301] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:21:22 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3302] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:23 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3303] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:21:22 2026] POST /v2.0/floatingips => generated 552 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3304] 199.204.45.22 () {34 vars in 974 bytes} [Thu Mar 5 08:21:24 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3305] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:24 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 2580 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3306] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:21:24 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3307] 199.204.45.22 () {34 vars in 1015 bytes} [Thu Mar 5 08:21:24 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3308] 199.204.45.22 () {38 vars in 1027 bytes} [Thu Mar 5 08:21:24 2026] PUT /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1145 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3309] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:21:24 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1600/3310] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:21:24 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3311] 199.204.45.22 () {30 vars in 768 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3312] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:21:25 2026] PUT /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1086 bytes in 239 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: 1603/3313] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3314] 10.0.0.117 () {34 vars in 676 bytes} [Thu Mar 5 08:21:25 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3315] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:21:25 2026] PUT /v2.0/floatingips/3d719b4a-b7a7-42c7-ab58-2887f232cb32/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:25.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-16f0291a-15b3-4cbf-a9c9-9ab40ec51e85 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 11bcfd34-e2f5-4512-b8b0-b6db3537b489 2026-03-05 08:21:25.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16f0291a-15b3-4cbf-a9c9-9ab40ec51e85 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 11bcfd34-e2f5-4512-b8b0-b6db3537b489 [pid: 8|app: 0|req: 1713/3316] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:21:25 2026] PUT /v2.0/floatingips/2083dd5b-a51e-419e-9b6f-c4af593a3e00/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3317] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:21:25 2026] PUT /v2.0/floatingips/c34a2445-adac-4d04-a8b2-e861b9281d41/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3318] 10.0.0.117 () {34 vars in 759 bytes} [Thu Mar 5 08:21:25 2026] PUT /v2.0/floatingips/b14753f0-b280-4600-843b-a8412b85ff98/tags => 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: 1604/3319] 199.204.45.22 () {32 vars in 758 bytes} [Thu Mar 5 08:21:25 2026] DELETE /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3320] 10.0.0.117 () {32 vars in 672 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3321] 10.0.0.117 () {32 vars in 686 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3322] 199.204.45.22 () {30 vars in 702 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3323] 199.204.45.22 () {30 vars in 704 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3324] 199.204.45.22 () {30 vars in 680 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3325] 199.204.45.22 () {30 vars in 716 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3326] 10.0.0.117 () {32 vars in 682 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:25.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d35cb02-0ade-4fde-af08-9312b7464b13 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1721/3327] 199.204.45.22 () {32 vars in 758 bytes} [Thu Mar 5 08:21:25 2026] DELETE /v2.0/ports/11bcfd34-e2f5-4512-b8b0-b6db3537b489 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3328] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3329] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:25.957 8 INFO neutron.api.v2.resource [None req-ee519f33-0cf0-4386-af97-ebc37f0c0fcc 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1723/3330] 199.204.45.22 () {30 vars in 762 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/security-groups/lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3331] 10.0.0.117 () {32 vars in 680 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3332] 199.204.45.22 () {30 vars in 784 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/security-groups?name=lb-b8265f5c-d12f-4d36-92d4-09ff783005f3 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3333] 10.0.0.117 () {32 vars in 694 bytes} [Thu Mar 5 08:21:25 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3334] 199.204.45.22 () {30 vars in 736 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3335] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/ports?tenant_id=c23927d6c55b47fbbf29ae287d0b63d8&device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3336] 10.0.0.117 () {32 vars in 690 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3337] 199.204.45.22 () {34 vars in 1065 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/networks?id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&id=6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 1524 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3338] 10.0.0.117 () {32 vars in 702 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3339] 199.204.45.22 () {34 vars in 1059 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.41&port_id=114a4365-ec54-4d7d-8919-4887c16ae72d => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3340] 199.204.45.22 () {34 vars in 788 bytes} [Thu Mar 5 08:21:26 2026] PUT /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 1086 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:26.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1c502aa-d6b0-4716-8233-6b0e749ad0b1 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] TaaS: Handle Delete Port: 56e0c305-5fa2-4b1c-aeb3-b6fae26e2389 2026-03-05 08:21:26.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1c502aa-d6b0-4716-8233-6b0e749ad0b1 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] Tap Mirror: Handle Delete Port: 56e0c305-5fa2-4b1c-aeb3-b6fae26e2389 [pid: 7|app: 0|req: 1612/3341] 199.204.45.22 () {34 vars in 983 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/subnets?id=5d187075-c951-44f3-b3f1-1dfbd4c473b6 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3342] 199.204.45.22 () {32 vars in 778 bytes} [Thu Mar 5 08:21:26 2026] DELETE /v2.0/security-groups/726f569b-522a-40ea-8a81-e99cde02dbbd => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3343] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/ports?network_id=7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3344] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:26 2026] DELETE /v2.0/floatingips/3d719b4a-b7a7-42c7-ab58-2887f232cb32 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:26.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae3bd206-5233-49c5-86ff-3976421a0ac3 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: ffc0ae82-8c0f-4726-af23-dd4e783ed92f [pid: 8|app: 0|req: 1731/3345] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:26.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae3bd206-5233-49c5-86ff-3976421a0ac3 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: ffc0ae82-8c0f-4726-af23-dd4e783ed92f 2026-03-05 08:21:26.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e19f40a-9fc9-4983-8fda-0e3a494d8b0e 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] TaaS: Handle Delete Port: 0a6a4676-07b0-4dab-88d3-df52fe675065 2026-03-05 08:21:26.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e19f40a-9fc9-4983-8fda-0e3a494d8b0e 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] Tap Mirror: Handle Delete Port: 0a6a4676-07b0-4dab-88d3-df52fe675065 [pid: 7|app: 0|req: 1615/3346] 199.204.45.22 () {32 vars in 758 bytes} [Thu Mar 5 08:21:26 2026] DELETE /v2.0/ports/ffc0ae82-8c0f-4726-af23-dd4e783ed92f => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3347] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:26 2026] GET /v2.0/networks/7d4ad3dd-1bb7-4c5d-9df3-b33054f1c3a3?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: 1732/3350] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:26 2026] DELETE /v2.0/floatingips/2083dd5b-a51e-419e-9b6f-c4af593a3e00 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:26.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-17d44e0c-7019-412f-b8fe-319ccaf7ff51 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] TaaS: Handle Delete Port: 2fd68422-f37b-4487-ab91-92347833694a 2026-03-05 08:21:26.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17d44e0c-7019-412f-b8fe-319ccaf7ff51 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] Tap Mirror: Handle Delete Port: 2fd68422-f37b-4487-ab91-92347833694a [pid: 7|app: 0|req: 1619/3351] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:26 2026] DELETE /v2.0/floatingips/c34a2445-adac-4d04-a8b2-e861b9281d41 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:27.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-69280b03-83a9-4574-a2c7-00a624581dbb 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] TaaS: Handle Delete Port: 28dc02cd-6501-4334-b7ab-0c2e8c26529a 2026-03-05 08:21:27.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69280b03-83a9-4574-a2c7-00a624581dbb 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] Tap Mirror: Handle Delete Port: 28dc02cd-6501-4334-b7ab-0c2e8c26529a [pid: 8|app: 0|req: 1733/3352] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:27 2026] DELETE /v2.0/floatingips/b14753f0-b280-4600-843b-a8412b85ff98 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:27.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7ceda8e-4b2d-49e7-b520-48ec351e47ee 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] TaaS: Handle Delete Port: a2af9128-e733-44c6-9994-552a9bf78a87 2026-03-05 08:21:27.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7ceda8e-4b2d-49e7-b520-48ec351e47ee 6044c8f4303447e99ea7fff860e08e90 ec35e272f40a4612a5a53cfb6c55d410 - - default default] Tap Mirror: Handle Delete Port: a2af9128-e733-44c6-9994-552a9bf78a87 [pid: 7|app: 0|req: 1620/3353] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:27 2026] DELETE /v2.0/floatingips/8b99eee7-0dd6-44bf-9ea2-e37efacf165f => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3354] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:28 2026] GET /v2.0/security-groups?tenant_id=ec35e272f40a4612a5a53cfb6c55d410&name=default => generated 2929 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3355] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:28 2026] DELETE /v2.0/security-groups/bb54c4f5-5987-4d47-8ca2-6809dde7f8da => 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: 1735/3356] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:28 2026] GET /v2.0/security-groups?tenant_id=f1c25de1c08445fd96e79f27adff43dc&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: 1622/3357] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:29 2026] DELETE /v2.0/security-groups/c4a9bb56-19ea-4c8c-bfd6-54fb7fabf7fb => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3358] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:29 2026] GET /v2.0/security-groups?tenant_id=b1f5a2699bec4141a5f19dd6d5d303f6&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3359] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:29 2026] DELETE /v2.0/security-groups/d6d346a8-d0ce-4a55-8d6d-abc17141ec62 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3360] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:21:29 2026] GET /v2.0/ports?device_id=f41c1f71-067e-44b4-9cf8-1b7624ec3e3c => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:29.692 7 INFO neutron_taas.services.taas.taas_plugin [req-84e0ad74-af42-4cb2-af7f-425ef5ba183d req-5af28773-efb4-489b-98eb-ea59bf1bfbfb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] TaaS: Handle Delete Port: 114a4365-ec54-4d7d-8919-4887c16ae72d 2026-03-05 08:21:29.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84e0ad74-af42-4cb2-af7f-425ef5ba183d req-5af28773-efb4-489b-98eb-ea59bf1bfbfb 7d0c3f2c5c574033b0a6df6f39515ece c23927d6c55b47fbbf29ae287d0b63d8 - - default default] Tap Mirror: Handle Delete Port: 114a4365-ec54-4d7d-8919-4887c16ae72d [pid: 7|app: 0|req: 1624/3361] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:21:29 2026] DELETE /v2.0/ports/114a4365-ec54-4d7d-8919-4887c16ae72d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:29.906 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40b382f4-35bc-48ea-91ac-4a0c4597ecd6'] response: {'server_uuid': 'f41c1f71-067e-44b4-9cf8-1b7624ec3e3c', 'name': 'network-vif-deleted', 'tag': '114a4365-ec54-4d7d-8919-4887c16ae72d', 'status': 'completed', 'code': 200} 2026-03-05 08:21:30.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d64ab3a-17fb-4a3f-b731-7af1287bc493 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 94288a5e-03f8-47cc-9b94-622d00931757 2026-03-05 08:21:30.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d64ab3a-17fb-4a3f-b731-7af1287bc493 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 94288a5e-03f8-47cc-9b94-622d00931757 2026-03-05 08:21:30.980 8 INFO neutron.db.l3_db [None req-3d64ab3a-17fb-4a3f-b731-7af1287bc493 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP b1dc6687-bd28-4f30-a82c-36ecf56d1750 disassociated (deleted). External IP: 10.96.250.202, port: 33901b83-dd14-415f-ba37-0e0fa7b98272. [pid: 8|app: 0|req: 1738/3362] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:30 2026] DELETE /v2.0/floatingips/b1dc6687-bd28-4f30-a82c-36ecf56d1750 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:31.313 7 INFO neutron.api.v2.resource [None req-d021511a-d829-4b27-b80e-d14515aa664b 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3363] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/floatingips/b1dc6687-bd28-4f30-a82c-36ecf56d1750 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:31.324 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdf596bf-acda-49b4-bba4-c73605865b49'] response: {'name': 'network-changed', 'server_uuid': '77171264-a25d-49ac-9555-cf7c689a41f7', 'tag': '33901b83-dd14-415f-ba37-0e0fa7b98272', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1739/3364] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1196 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3365] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3366] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3367] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/networks?id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3368] 199.204.45.22 () {34 vars in 1055 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.33&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3369] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afb&port_id=33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3370] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:21:31 2026] GET /v2.0/subnets?id=8b6638f8-2814-48c4-b66d-4f243be7981c&id=8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 1413 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3371] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:32 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3372] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:32 2026] GET /v2.0/ports?network_id=856c392f-8cb0-43d6-ac5e-c11c23e93e7f&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3373] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:32 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3374] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:32 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:33.040 7 INFO neutron.db.segments_db [None req-e21ffe62-eee9-4883-a3e1-b5e3462f6a35 47137f6de1874b39a67e0f5a4d6fe7c3 3398f1ee1e954268b9f578fa40acdd0e - - default default] Added segment 4feb13d3-7f32-47f8-a55d-842cf0245edc of type vxlan for network 21183376-b848-427c-92bd-9099322b92ec [pid: 7|app: 0|req: 1631/3375] 10.0.0.117 () {34 vars in 670 bytes} [Thu Mar 5 08:21:32 2026] POST /v2.0/networks => generated 612 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3376] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:21:33 2026] PUT /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3377] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3378] 10.0.0.117 () {34 vars in 764 bytes} [Thu Mar 5 08:21:33 2026] PUT /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3379] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3380] 10.0.0.117 () {34 vars in 760 bytes} [Thu Mar 5 08:21:33 2026] PUT /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/red => 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: 1634/3381] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/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: 1748/3382] 10.0.0.117 () {34 vars in 782 bytes} [Thu Mar 5 08:21:33 2026] PUT /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3383] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3384] 10.0.0.117 () {34 vars in 753 bytes} [Thu Mar 5 08:21:33 2026] PUT /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3385] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3386] 10.0.0.117 () {32 vars in 741 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:33.877 7 INFO neutron.api.v2.resource [None req-99f43386-b4d3-4de8-ab70-56261c289386 47137f6de1874b39a67e0f5a4d6fe7c3 3398f1ee1e954268b9f578fa40acdd0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3387] 10.0.0.117 () {32 vars in 745 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3388] 10.0.0.117 () {32 vars in 744 bytes} [Thu Mar 5 08:21:33 2026] DELETE /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3389] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3390] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:33 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:34.054 8 INFO neutron.api.v2.resource [None req-055552ab-0abb-4b81-9f92-f0eabd006a88 47137f6de1874b39a67e0f5a4d6fe7c3 3398f1ee1e954268b9f578fa40acdd0e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1753/3391] 10.0.0.117 () {32 vars in 748 bytes} [Thu Mar 5 08:21:34 2026] DELETE /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-05 08:21:34.086 7 INFO neutron_taas.services.taas.taas_plugin [req-32fb6288-88cf-4c6d-8771-65dd1727117b req-8a54e764-2038-4c04-9b8a-1e570d5ae886 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 33901b83-dd14-415f-ba37-0e0fa7b98272 2026-03-05 08:21:34.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32fb6288-88cf-4c6d-8771-65dd1727117b req-8a54e764-2038-4c04-9b8a-1e570d5ae886 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 33901b83-dd14-415f-ba37-0e0fa7b98272 [pid: 8|app: 0|req: 1754/3392] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:21:34 2026] DELETE /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/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: 1755/3393] 10.0.0.117 () {32 vars in 733 bytes} [Thu Mar 5 08:21:34 2026] GET /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:34.288 8 INFO neutron.services.segments.plugin [-] Segment 4feb13d3-7f32-47f8-a55d-842cf0245edc resource provider aggregate not found 2026-03-05 08:21:34.293 8 INFO neutron.services.segments.plugin [-] Segment 4feb13d3-7f32-47f8-a55d-842cf0245edc resource provider aggregate not found [pid: 8|app: 0|req: 1756/3394] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:34 2026] DELETE /v2.0/networks/21183376-b848-427c-92bd-9099322b92ec => 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: 1639/3395] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:21:33 2026] DELETE /v2.0/ports/33901b83-dd14-415f-ba37-0e0fa7b98272 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:34.314 8 INFO neutron.services.segments.plugin [-] Segment 4feb13d3-7f32-47f8-a55d-842cf0245edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4feb13d3-7f32-47f8-a55d-842cf0245edc found for delete ", "request_id": "req-3cae6ad3-d004-4f15-8867-65998603e568"}]} 2026-03-05 08:21:34.314 8 INFO neutron.services.segments.plugin [-] Segment 4feb13d3-7f32-47f8-a55d-842cf0245edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4feb13d3-7f32-47f8-a55d-842cf0245edc found for delete ", "request_id": "req-5298f6a3-d115-4aaa-9f84-2c5246197821"}]} 2026-03-05 08:21:34.355 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f995ee7-847c-489d-98fc-07fcdc323e5f'] response: {'server_uuid': '77171264-a25d-49ac-9555-cf7c689a41f7', 'name': 'network-vif-deleted', 'tag': '33901b83-dd14-415f-ba37-0e0fa7b98272', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1757/3396] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:34 2026] GET /v2.0/security-groups?tenant_id=f083b5de888d49d893c591eb3ca046d6&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3397] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:35 2026] DELETE /v2.0/security-groups/57e00dd3-3596-4c79-b99f-04dd3ff063c4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3398] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:35 2026] GET /v2.0/security-groups?tenant_id=3398f1ee1e954268b9f578fa40acdd0e&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3399] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:35 2026] DELETE /v2.0/security-groups/e417907b-d100-4cf6-a444-59411d187fac => 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: 1759/3400] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:36 2026] GET /v2.0/ports?device_id=77171264-a25d-49ac-9555-cf7c689a41f7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:39.091 7 INFO neutron.db.segments_db [None req-54d701ff-a36a-4f4a-87d6-bf002501f0cd 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] Added segment ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 of type vxlan for network f542d9eb-a153-42be-9dc2-a8478704a646 2026-03-05 08:21:39.310 7 INFO neutron.db.l3_hamode_db [None req-54d701ff-a36a-4f4a-87d6-bf002501f0cd 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:21:39.414 7 INFO neutron.db.l3_hamode_db [None req-54d701ff-a36a-4f4a-87d6-bf002501f0cd 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1642/3401] 10.0.0.117 () {34 vars in 668 bytes} [Thu Mar 5 08:21:38 2026] POST /v2.0/routers => generated 474 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3402] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:21:40 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3403] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:40 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3404] 10.0.0.117 () {34 vars in 762 bytes} [Thu Mar 5 08:21:40 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/green => generated 4 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3405] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:41 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3406] 10.0.0.117 () {34 vars in 758 bytes} [Thu Mar 5 08:21:41 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/red => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3407] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:41 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3410] 10.0.0.117 () {34 vars in 780 bytes} [Thu Mar 5 08:21:41 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/black.or.white => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-05 08:21:41.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-769a1a43-22bf-4221-be60-8cec9b0e975d 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: b64a67a8-ee39-4306-bc50-b57ca9416179 2026-03-05 08:21:41.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-769a1a43-22bf-4221-be60-8cec9b0e975d 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: b64a67a8-ee39-4306-bc50-b57ca9416179 [pid: 8|app: 0|req: 1764/3411] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:41 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 52 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:42.088 7 INFO neutron.db.l3_db [None req-769a1a43-22bf-4221-be60-8cec9b0e975d 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Floating IP 9c231a1e-eb0a-4135-8512-1e7347e98575 disassociated (deleted). External IP: 10.96.250.206, port: cad6b008-4258-45a7-a26f-f13e463c3c8f. [pid: 8|app: 0|req: 1765/3412] 10.0.0.117 () {34 vars in 751 bytes} [Thu Mar 5 08:21:42 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3413] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3414] 10.0.0.117 () {32 vars in 739 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:42.429 8 INFO neutron.api.v2.resource [None req-f2acfa0c-a6d7-42ed-b2e3-fcab03e70b69 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3415] 10.0.0.117 () {32 vars in 732 bytes} [Thu Mar 5 08:21:41 2026] DELETE /v2.0/floatingips/9c231a1e-eb0a-4135-8512-1e7347e98575 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3416] 10.0.0.117 () {32 vars in 743 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-05 08:21:42.453 7 INFO neutron.api.v2.resource [None req-6b1d1593-5a27-4f08-a3fb-1fc931c2a9bb 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3417] 10.0.0.117 () {32 vars in 729 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/floatingips/9c231a1e-eb0a-4135-8512-1e7347e98575 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:42.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44474bfb-727f-4bdf-9327-ff78466f9d9c'] response: {'name': 'network-changed', 'server_uuid': '608fce2b-f071-4d76-b077-7429fc6013a6', 'tag': 'cad6b008-4258-45a7-a26f-f13e463c3c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1769/3418] 10.0.0.117 () {32 vars in 742 bytes} [Thu Mar 5 08:21:42 2026] DELETE /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/red => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3419] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3420] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3421] 10.0.0.96 () {34 vars in 1039 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/security-groups?id=b7fa87e7-cf80-490c-8b14-5a8d8ad18df5&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:42.754 7 INFO neutron.api.v2.resource [None req-dd2a8331-6895-420a-b0ba-b6f8bc47023f 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3422] 10.0.0.117 () {32 vars in 746 bytes} [Thu Mar 5 08:21:42 2026] DELETE /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags/green => generated 99 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3423] 10.0.0.117 () {32 vars in 734 bytes} [Thu Mar 5 08:21:42 2026] DELETE /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => 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: 1652/3424] 10.0.0.117 () {32 vars in 731 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3425] 199.204.45.22 () {34 vars in 1079 bytes} [Thu Mar 5 08:21:42 2026] GET /v2.0/ports?tenant_id=57e324181e8d439cabcb55c03bf9641f&device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3426] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3427] 199.204.45.22 () {34 vars in 985 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/networks?id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3428] 199.204.45.22 () {34 vars in 1057 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3429] 199.204.45.22 () {34 vars in 1103 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A131&port_id=cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3430] 199.204.45.22 () {34 vars in 1063 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/subnets?id=b676f328-0785-49d6-8003-ca7581499017&id=e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3431] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3432] 199.204.45.22 () {34 vars in 1051 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/ports?network_id=d950f5b5-cc5a-461f-bca1-5ecebfba35c8&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3433] 199.204.45.22 () {34 vars in 1011 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3434] 199.204.45.22 () {34 vars in 1111 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8?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: 1654/3435] 10.0.0.117 () {34 vars in 742 bytes} [Thu Mar 5 08:21:43 2026] PUT /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08 => generated 480 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3436] 10.0.0.117 () {32 vars in 736 bytes} [Thu Mar 5 08:21:43 2026] GET /v2.0/ports?device_id=2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:21:43.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-961e1490-4982-46e5-afed-4fb2f10266b1 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] TaaS: Handle Delete Port: 9adcce45-3864-43bd-8030-326f647dbe19 2026-03-05 08:21:43.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-961e1490-4982-46e5-afed-4fb2f10266b1 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] Tap Mirror: Handle Delete Port: 9adcce45-3864-43bd-8030-326f647dbe19 2026-03-05 08:21:44.071 7 INFO neutron.services.segments.plugin [-] Segment ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 resource provider aggregate not found 2026-03-05 08:21:44.076 7 INFO neutron.services.segments.plugin [-] Segment ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 resource provider aggregate not found 2026-03-05 08:21:44.093 7 INFO neutron.services.segments.plugin [-] Segment ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 found for delete ", "request_id": "req-b7d70890-bf93-4062-83e0-b1224a9d9494"}]} 2026-03-05 08:21:44.094 7 INFO neutron.services.segments.plugin [-] Segment ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce300d67-5e58-44da-8eb2-e0d7faa7d6d6 found for delete ", "request_id": "req-ba8dbc3a-28d4-42b3-8e19-333f72baddec"}]} 2026-03-05 08:21:44.097 7 INFO neutron.db.l3_hamode_db [None req-961e1490-4982-46e5-afed-4fb2f10266b1 8be7b08de53b4cdcb1c38ef44df6387b b31b46ded4ad48c58b5205ddd28ba3a4 - - default default] HA network f542d9eb-a153-42be-9dc2-a8478704a646 was deleted as no HA routers are present in tenant b31b46ded4ad48c58b5205ddd28ba3a4. [pid: 7|app: 0|req: 1655/3437] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:43 2026] DELETE /v2.0/routers/2e54925d-8f7f-4bb1-bc5f-b4be30c3fb08 => generated 0 bytes in 488 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3438] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:44 2026] GET /v2.0/security-groups?tenant_id=7c1c0917073c44c982ae3fe652abf9fe&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3439] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:44 2026] DELETE /v2.0/security-groups/7c727b85-6195-47d6-bd93-f2b7ed95d946 => 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: 1784/3440] 199.204.45.22 () {34 vars in 993 bytes} [Thu Mar 5 08:21:45 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => generated 1200 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:21:45.252 7 INFO neutron_taas.services.taas.taas_plugin [req-c61f780a-edc1-49b6-b16d-fb889ac11fec req-1d7e9073-5803-474c-8a83-07f1fd7fca03 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: cad6b008-4258-45a7-a26f-f13e463c3c8f 2026-03-05 08:21:45.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c61f780a-edc1-49b6-b16d-fb889ac11fec req-1d7e9073-5803-474c-8a83-07f1fd7fca03 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: cad6b008-4258-45a7-a26f-f13e463c3c8f [pid: 8|app: 0|req: 1785/3441] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:21:45 2026] GET /v2.0/security-groups?tenant_id=b31b46ded4ad48c58b5205ddd28ba3a4&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3442] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:45 2026] DELETE /v2.0/security-groups/8f1b6b88-83ad-4f8b-96a7-168a2d1fef16 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3443] 199.204.45.22 () {36 vars in 996 bytes} [Thu Mar 5 08:21:45 2026] DELETE /v2.0/ports/cad6b008-4258-45a7-a26f-f13e463c3c8f => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:45.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4daba323-6487-420f-aa39-7f0b1cd9a338'] response: {'server_uuid': '608fce2b-f071-4d76-b077-7429fc6013a6', 'name': 'network-vif-deleted', 'tag': 'cad6b008-4258-45a7-a26f-f13e463c3c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1787/3444] 10.0.0.96 () {34 vars in 989 bytes} [Thu Mar 5 08:21:47 2026] GET /v2.0/ports?device_id=608fce2b-f071-4d76-b077-7429fc6013a6 => 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: 1658/3445] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:52 2026] DELETE /v2.0/security-group-rules/c544dc6e-5cfe-4c46-b47e-7aa26999d09a => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.006 8 INFO neutron.api.v2.resource [None req-4b845912-b861-422b-bce4-d001f218a5b3 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1788/3446] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:52 2026] GET /v2.0/security-group-rules/c544dc6e-5cfe-4c46-b47e-7aa26999d09a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3447] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/11340e02-c0ac-4b2f-9bf2-c6ea839ea13c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.095 8 INFO neutron.api.v2.resource [None req-f5233183-be40-4d60-94c2-af44ea375427 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1789/3448] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/11340e02-c0ac-4b2f-9bf2-c6ea839ea13c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3449] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/a6521783-14c8-4639-adf4-3d227dc3a634 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.178 8 INFO neutron.api.v2.resource [None req-60050240-c0c5-4d63-ac18-39462477b6b7 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1790/3450] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/a6521783-14c8-4639-adf4-3d227dc3a634 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3451] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/bb0c6bf5-2494-42ba-96e4-ab1c5c360165 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.265 8 INFO neutron.api.v2.resource [None req-948a9806-4daa-419a-8aed-42a2f9d87cb9 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1791/3452] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/bb0c6bf5-2494-42ba-96e4-ab1c5c360165 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3453] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/17bb69df-ea36-4aa2-9151-1fe3b35ad0f8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.349 8 INFO neutron.api.v2.resource [None req-62558574-03f8-4286-9322-618bc1d5abde 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1792/3454] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/17bb69df-ea36-4aa2-9151-1fe3b35ad0f8 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3455] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/8fa419c3-8184-41e1-b5e1-83ec71394113 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.440 8 INFO neutron.api.v2.resource [None req-1412ecfe-0d48-425e-ae38-4d941a6b9791 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1793/3456] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/8fa419c3-8184-41e1-b5e1-83ec71394113 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3457] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/e04e9beb-c76f-48d6-8b49-7f7eb2a2baf3 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.524 8 INFO neutron.api.v2.resource [None req-b03bbaaa-c6fe-41b0-9cc2-4541ef259a7a 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1794/3458] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/e04e9beb-c76f-48d6-8b49-7f7eb2a2baf3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3459] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/58ee998c-28e7-4066-ab99-feefd24343a3 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.603 8 INFO neutron.api.v2.resource [None req-350121bd-47cc-4b3b-a920-def122883860 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1795/3460] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/58ee998c-28e7-4066-ab99-feefd24343a3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3461] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/ede28016-e8c1-4dfe-b10c-f8d3c25a203a => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.676 8 INFO neutron.api.v2.resource [None req-5f9a4ac0-f712-4b9f-913f-33535103fd0d 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1796/3462] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/ede28016-e8c1-4dfe-b10c-f8d3c25a203a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3463] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/169e67b8-bad2-4cb0-b1ca-5c8cd0470998 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.761 8 INFO neutron.api.v2.resource [None req-ac17dfe8-5e67-47cb-8810-692998b3fc42 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1797/3464] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/169e67b8-bad2-4cb0-b1ca-5c8cd0470998 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3465] 10.0.0.117 () {32 vars in 750 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-group-rules/82227c2c-e60f-4c69-bd7f-4108c736b440 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.832 8 INFO neutron.api.v2.resource [None req-d5ee03e7-2ced-4370-8efc-1808eb9fe2b8 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1798/3466] 10.0.0.117 () {32 vars in 747 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-group-rules/82227c2c-e60f-4c69-bd7f-4108c736b440 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3467] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:21:53 2026] DELETE /v2.0/security-groups/b7fa87e7-cf80-490c-8b14-5a8d8ad18df5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:53.919 8 INFO neutron.api.v2.resource [None req-15ec4af5-7d3e-485e-ac12-f0757e1e9231 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1799/3468] 10.0.0.117 () {32 vars in 737 bytes} [Thu Mar 5 08:21:53 2026] GET /v2.0/security-groups/b7fa87e7-cf80-490c-8b14-5a8d8ad18df5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:54.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-15461ab5-3f89-4604-a117-0db1fb8f74b1 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: b33f6a1b-1e47-458f-bf10-7d7c74a32831 2026-03-05 08:21:54.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15461ab5-3f89-4604-a117-0db1fb8f74b1 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: b33f6a1b-1e47-458f-bf10-7d7c74a32831 [pid: 7|app: 0|req: 1670/3469] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:53 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:55.024 8 INFO neutron.api.v2.resource [None req-b558af19-0432-485a-a75e-cbca24d31fee 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1800/3470] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:54 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:55.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-42cfa707-dd38-43d3-b154-65ef723f41c8 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 45f36f9f-95f9-43f0-8385-b308feb376c5 2026-03-05 08:21:55.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42cfa707-dd38-43d3-b154-65ef723f41c8 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 45f36f9f-95f9-43f0-8385-b308feb376c5 [pid: 7|app: 0|req: 1671/3471] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:55 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:56.069 8 INFO neutron.api.v2.resource [None req-22c1b258-cb3e-41cd-a353-e23cd4f5508b 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1801/3472] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:55 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:56.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2d857a3-866d-40a5-a006-39b2b9985b54 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 46ec73d8-3423-46b3-81aa-fb5d83896ea9 2026-03-05 08:21:56.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2d857a3-866d-40a5-a006-39b2b9985b54 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 46ec73d8-3423-46b3-81aa-fb5d83896ea9 [pid: 7|app: 0|req: 1672/3475] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:56 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:21:57.135 8 INFO neutron.api.v2.resource [None req-e2c09738-2d1c-44fc-80f1-2099e4cdf398 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1804/3476] 10.0.0.117 () {34 vars in 789 bytes} [Thu Mar 5 08:21:56 2026] PUT /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:57.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6edb528-7c73-4747-85b2-a86b3d9c4081 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 4d047a64-c078-4cee-97b8-4ea88a1ceb53 2026-03-05 08:21:57.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6edb528-7c73-4747-85b2-a86b3d9c4081 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 4d047a64-c078-4cee-97b8-4ea88a1ceb53 2026-03-05 08:21:57.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6edb528-7c73-4747-85b2-a86b3d9c4081 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: 0f7d9fe8-85a2-4725-913b-f26cb8c82b19 2026-03-05 08:21:57.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6edb528-7c73-4747-85b2-a86b3d9c4081 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: 0f7d9fe8-85a2-4725-913b-f26cb8c82b19 2026-03-05 08:21:57.934 7 INFO neutron.services.segments.plugin [-] Segment 66799d4d-4ecf-434c-a766-bf7dadc62e78 resource provider aggregate not found 2026-03-05 08:21:57.941 7 INFO neutron.services.segments.plugin [-] Segment 66799d4d-4ecf-434c-a766-bf7dadc62e78 resource provider aggregate not found 2026-03-05 08:21:57.953 7 INFO neutron.services.segments.plugin [-] Segment 66799d4d-4ecf-434c-a766-bf7dadc62e78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66799d4d-4ecf-434c-a766-bf7dadc62e78 found for delete ", "request_id": "req-0229c37d-2f77-4f48-8266-1eb875c6e5cb"}]} 2026-03-05 08:21:57.962 7 INFO neutron.services.segments.plugin [-] Segment 66799d4d-4ecf-434c-a766-bf7dadc62e78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66799d4d-4ecf-434c-a766-bf7dadc62e78 found for delete ", "request_id": "req-77a99349-4312-479c-9406-2a6a1259665b"}]} 2026-03-05 08:21:57.969 7 INFO neutron.db.l3_hamode_db [None req-c6edb528-7c73-4747-85b2-a86b3d9c4081 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] HA network 4bb01565-4bc7-4f97-a872-a7c5c089eb31 was deleted as no HA routers are present in tenant 57e324181e8d439cabcb55c03bf9641f. [pid: 7|app: 0|req: 1673/3477] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:57 2026] DELETE /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:21:58.003 8 INFO neutron.api.v2.resource [None req-896ec896-d627-44da-aad2-4e2331d1d865 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1805/3478] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:57 2026] GET /v2.0/routers/6d97936e-bb7e-4d05-9c43-3f7b3d7dc256 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3479] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:58 2026] DELETE /v2.0/subnets/8b6638f8-2814-48c4-b66d-4f243be7981c => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:58.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e45d0d8c-1242-4987-8120-d53dd2abf003 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1806/3480] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:58 2026] GET /v2.0/subnets/8b6638f8-2814-48c4-b66d-4f243be7981c => 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: 1675/3481] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:58 2026] DELETE /v2.0/subnets/8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:58.466 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e46fa828-1bb4-4f26-936a-4663daac9acf 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1807/3482] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:58 2026] GET /v2.0/subnets/8729d8b6-9e48-4cd8-a97e-52965671a90b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:58.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-68730d54-09fd-454e-9d44-f994611ea223 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: acd5227f-49ff-4c95-bab9-48f351f1dd78 2026-03-05 08:21:58.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68730d54-09fd-454e-9d44-f994611ea223 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: acd5227f-49ff-4c95-bab9-48f351f1dd78 [pid: 7|app: 0|req: 1676/3483] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:58 2026] DELETE /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:58.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f69228aa-d4ee-4317-b3f3-6495fe970bbf 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1808/3484] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:21:58 2026] GET /v2.0/networks/856c392f-8cb0-43d6-ac5e-c11c23e93e7f => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3485] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:58 2026] DELETE /v2.0/subnets/e52f2f59-1273-4685-b0c4-e53d085a56e6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:59.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e30af6ee-46e8-4405-9194-6bb206a60bbf 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1809/3486] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:59 2026] GET /v2.0/subnets/e52f2f59-1273-4685-b0c4-e53d085a56e6 => 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: 1678/3487] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:59 2026] DELETE /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:59.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-374a5644-7b35-40c8-b587-682d77bff12d 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1810/3488] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:59 2026] GET /v2.0/subnets/b676f328-0785-49d6-8003-ca7581499017 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:59.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a4158ed-0ffa-46fc-9d75-7f7c5356c837 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: c9397c10-8e2d-41b5-95d9-bc22aa5801d7 2026-03-05 08:21:59.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4158ed-0ffa-46fc-9d75-7f7c5356c837 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: c9397c10-8e2d-41b5-95d9-bc22aa5801d7 [pid: 7|app: 0|req: 1679/3489] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:59 2026] DELETE /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:59.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-566b2aeb-230c-410c-aea3-cc88fe739f54 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1811/3490] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:21:59 2026] GET /v2.0/networks/d950f5b5-cc5a-461f-bca1-5ecebfba35c8 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3491] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:59 2026] DELETE /v2.0/subnets/7053a6f5-0986-4f79-b70e-131a4a8416af => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:59.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02aaa65b-8efa-4a39-a9d9-bbe64978b5e5 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1812/3492] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:59 2026] GET /v2.0/subnets/7053a6f5-0986-4f79-b70e-131a4a8416af => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3493] 10.0.0.117 () {32 vars in 724 bytes} [Thu Mar 5 08:21:59 2026] DELETE /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:21:59.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7d8f8b8-d073-4bad-b206-b0189cb4db7b 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1813/3494] 10.0.0.117 () {32 vars in 721 bytes} [Thu Mar 5 08:21:59 2026] GET /v2.0/subnets/47ebe204-b922-4c69-8955-5acbd9ca794b => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:21:59.979 7 INFO neutron.services.segments.plugin [-] Segment e695de67-4f6b-4620-9b23-0465560e7e63 resource provider aggregate not found 2026-03-05 08:22:00.000 7 INFO neutron.services.segments.plugin [-] Segment e695de67-4f6b-4620-9b23-0465560e7e63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e695de67-4f6b-4620-9b23-0465560e7e63 found for delete ", "request_id": "req-783ad742-6d01-4ad2-8c30-2348fb037c91"}]} 2026-03-05 08:22:00.008 7 INFO neutron.services.segments.plugin [-] Segment e695de67-4f6b-4620-9b23-0465560e7e63 resource provider aggregate not found 2026-03-05 08:22:00.015 7 INFO neutron.services.segments.plugin [-] Segment d6e6006b-f209-4d2e-9800-29352430d1a6 resource provider aggregate not found 2026-03-05 08:22:00.023 7 INFO neutron.services.segments.plugin [-] Segment e695de67-4f6b-4620-9b23-0465560e7e63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e695de67-4f6b-4620-9b23-0465560e7e63 found for delete ", "request_id": "req-8314f28c-d6f4-4681-98b9-025ce2a4deb8"}]} 2026-03-05 08:22:00.031 7 INFO neutron.services.segments.plugin [-] Segment d6e6006b-f209-4d2e-9800-29352430d1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e6006b-f209-4d2e-9800-29352430d1a6 found for delete ", "request_id": "req-8434ffbd-ec30-43aa-9588-146c41064a9b"}]} 2026-03-05 08:22:00.049 7 INFO neutron.services.segments.plugin [-] Segment d6e6006b-f209-4d2e-9800-29352430d1a6 resource provider aggregate not found 2026-03-05 08:22:00.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-79a59420-7b10-4306-82cc-afbc0a256140 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] TaaS: Handle Delete Port: f8395ec4-6c9f-4134-a401-48ca39330c6b 2026-03-05 08:22:00.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a59420-7b10-4306-82cc-afbc0a256140 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] Tap Mirror: Handle Delete Port: f8395ec4-6c9f-4134-a401-48ca39330c6b 2026-03-05 08:22:00.063 7 INFO neutron.services.segments.plugin [-] Segment d6e6006b-f209-4d2e-9800-29352430d1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e6006b-f209-4d2e-9800-29352430d1a6 found for delete ", "request_id": "req-847407c1-97bd-4fab-a6a6-4967b9a3f93f"}]} [pid: 7|app: 0|req: 1682/3495] 10.0.0.117 () {32 vars in 726 bytes} [Thu Mar 5 08:21:59 2026] DELETE /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:22:00.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de5251a8-88cd-4538-a71d-0beb454a36f6 780b8d8ec5ca451b9acef6a4c7ce3b8e 57e324181e8d439cabcb55c03bf9641f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1814/3496] 10.0.0.117 () {32 vars in 723 bytes} [Thu Mar 5 08:22:00 2026] GET /v2.0/networks/6f402d0b-4597-4392-a1d8-85fe6c549157 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:22:02.050 7 INFO neutron.services.segments.plugin [-] Segment 4f99c1fd-325d-4d47-b86f-997b80338512 resource provider aggregate not found 2026-03-05 08:22:02.072 7 INFO neutron.services.segments.plugin [-] Segment 4f99c1fd-325d-4d47-b86f-997b80338512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f99c1fd-325d-4d47-b86f-997b80338512 found for delete ", "request_id": "req-5b92f79f-8e07-4483-a610-89b106dd8b55"}]} 2026-03-05 08:22:02.081 7 INFO neutron.services.segments.plugin [-] Segment 4f99c1fd-325d-4d47-b86f-997b80338512 resource provider aggregate not found 2026-03-05 08:22:02.101 7 INFO neutron.services.segments.plugin [-] Segment 4f99c1fd-325d-4d47-b86f-997b80338512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f99c1fd-325d-4d47-b86f-997b80338512 found for delete ", "request_id": "req-bf32e688-9db9-4c72-80b0-82ffebd7ab0c"}]} [pid: 7|app: 0|req: 1683/3497] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:02 2026] GET /v2.0/security-groups?tenant_id=6d05d9962c4a4e30bcbe76ad2f548662&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1815/3498] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:02 2026] DELETE /v2.0/security-groups/ef54a5f7-05d2-41e9-ac89-0b61fc5349fb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3499] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:02 2026] GET /v2.0/security-groups?tenant_id=e0ef1d8f0dac4466aad05d29ea4d294d&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3500] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:03 2026] DELETE /v2.0/security-groups/d865f612-7cf2-4ef9-8b1f-669396819f0c => 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: 1685/3501] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:03 2026] GET /v2.0/security-groups?tenant_id=86ab40c0936f4c3aa9e752be75a45cf4&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1817/3502] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:03 2026] DELETE /v2.0/security-groups/bf5e45c5-506d-4ddc-be8c-f84b9f9930d9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3503] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:03 2026] GET /v2.0/security-groups?tenant_id=c7a645f898c24d4caae41176aa985157&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1818/3504] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:03 2026] DELETE /v2.0/security-groups/4d5c8e0d-5ffa-411b-88be-f2f246d8f87d => 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: 1687/3505] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:04 2026] GET /v2.0/security-groups?tenant_id=57e324181e8d439cabcb55c03bf9641f&name=default => 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: 1819/3506] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:04 2026] DELETE /v2.0/security-groups/71cc44bd-6aae-4757-bbf2-b98df3248ed2 => 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: 1688/3507] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:04 2026] GET /v2.0/security-groups?tenant_id=45631084f5ff49859a430ee057c4a4cd&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1820/3508] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:04 2026] DELETE /v2.0/security-groups/6ab633d0-3a4a-4f06-9f6e-778f9115df0b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3509] 10.0.0.117 () {32 vars in 774 bytes} [Thu Mar 5 08:22:04 2026] GET /v2.0/security-groups?tenant_id=c8995dcddf7b4ec8af3d6b0f059b1ee3&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3510] 10.0.0.117 () {32 vars in 740 bytes} [Thu Mar 5 08:22:04 2026] DELETE /v2.0/security-groups/de3416d1-39d0-4b90-bd8e-702b1dae3045 => 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: 1690/3511] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:22:07 2026] GET /v2.0/networks => generated 2168 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3512] 10.0.0.117 () {32 vars in 655 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3513] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3514] 10.0.0.117 () {32 vars in 643 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3515] 10.0.0.117 () {32 vars in 647 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3516] 10.0.0.117 () {32 vars in 649 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3517] 10.0.0.117 () {32 vars in 663 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3518] 10.0.0.117 () {32 vars in 655 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3521] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/subnets => generated 1308 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3522] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3523] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3524] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3525] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3526] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3527] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3528] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1831/3529] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3530] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:22:12 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) [pid: 8|app: 0|req: 1832/3531] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:22:12 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3540] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:23:12 2026] GET /v2.0/subnets => generated 1308 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1837/3541] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:23:12 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3542] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:23:12 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1838/3543] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3544] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3545] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3546] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1840/3547] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3548] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1841/3549] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3550] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:23:13 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3559] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/floatingips => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3560] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/routers => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3561] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3562] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3563] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3564] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:24:12 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1849/3565] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:24:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3566] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:24:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1850/3567] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:24:13 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3568] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:24:13 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1851/3569] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:24:13 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3578] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/subnets => generated 1308 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3579] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1857/3580] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/floatingips => 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: 1724/3581] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1858/3582] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3583] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1859/3584] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3585] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:25:12 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1860/3586] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:25:13 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3587] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:25:13 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1861/3588] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:25:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3597] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/agents => generated 3384 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3598] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1867/3599] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3600] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1868/3601] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3602] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1869/3603] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/ports => generated 4725 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3604] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1870/3605] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:26:12 2026] GET /v2.0/agents?binary=ovn-controller => 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: 1736/3606] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:26:13 2026] GET /v2.0/floatingips => 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: 1871/3607] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:26:13 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1876/3616] 10.0.0.168 () {28 vars in 581 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/agents => generated 3384 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3617] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/routers => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1877/3618] 10.0.0.168 () {28 vars in 624 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3619] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1878/3620] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:27:12 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) [pid: 7|app: 0|req: 1743/3621] 10.0.0.168 () {28 vars in 583 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1879/3622] 10.0.0.168 () {28 vars in 619 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3623] 10.0.0.168 () {28 vars in 591 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1880/3624] 10.0.0.168 () {28 vars in 599 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3625] 10.0.0.168 () {28 vars in 579 bytes} [Thu Mar 5 08:27:12 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1881/3626] 10.0.0.168 () {28 vars in 585 bytes} [Thu Mar 5 08:27:13 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)