+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jun 24 13:51:50 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-55bc4f9894-n74pp 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 0x7f50c98e7668 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-06-24 13:51:54.164 7 INFO neutron.common.config [-] Logging enabled! 2026-06-24 13:51:54.164 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-24 13:51:54.182 8 INFO neutron.common.config [-] Logging enabled! 2026-06-24 13:51:54.182 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-24 13:51:55.161 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-24 13:51:55.193 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-24 13:51:56.611 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 13:51:56.613 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-24 13:51:56.617 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-24 13:51:56.618 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 13:51:56.618 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-24 13:51:56.618 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-24 13:51:56.618 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.625 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.626 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.626 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.648 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-24 13:51:56.649 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.649 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.677 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-24 13:51:56.677 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-24 13:51:56.677 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-24 13:51:56.677 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-24 13:51:56.789 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 13:51:56.791 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-24 13:51:56.795 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-24 13:51:56.796 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 13:51:56.796 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-24 13:51:56.796 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-24 13:51:56.796 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.804 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.804 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 13:51:56.804 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.825 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-24 13:51:56.826 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.827 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-24 13:51:56.854 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-24 13:51:56.854 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-24 13:51:56.854 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-24 13:51:56.854 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-24 13:51:56.958 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing driver for type 'vlan' 2026-06-24 13:51:57.134 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing driver for type 'vlan' 2026-06-24 13:51:57.233 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] VlanTypeDriver initialization complete 2026-06-24 13:51:57.233 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing driver for type 'vxlan' 2026-06-24 13:51:57.234 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing extension driver 'port_security' 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing extension driver 'qos' 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-24 13:51:57.248 7 INFO neutron.plugins.ml2.managers [None req-a6a6ac74-0a75-42b4-9e0f-fe7793bf5205 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-24 13:51:57.262 7 INFO neutron.quota [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded quota_driver: . 2026-06-24 13:51:57.262 7 INFO neutron.plugins.ml2.plugin [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Modular L2 Plugin initialization complete 2026-06-24 13:51:57.262 7 INFO neutron.plugins.ml2.managers [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-24 13:51:57.262 7 INFO neutron.plugins.ml2.managers [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-24 13:51:57.262 7 INFO neutron.plugins.ml2.managers [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-24 13:51:57.263 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: qos 2026-06-24 13:51:57.275 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: router 2026-06-24 13:51:57.319 7 INFO neutron.services.service_base [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-24 13:51:57.319 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: segments 2026-06-24 13:51:57.406 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] VlanTypeDriver initialization complete 2026-06-24 13:51:57.406 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing driver for type 'vxlan' 2026-06-24 13:51:57.407 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-24 13:51:57.414 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: trunk 2026-06-24 13:51:57.420 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-24 13:51:57.420 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-24 13:51:57.420 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing extension driver 'port_security' 2026-06-24 13:51:57.421 8 INFO neutron.plugins.ml2.extensions.port_security [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-24 13:51:57.421 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing extension driver 'qos' 2026-06-24 13:51:57.421 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-24 13:51:57.421 8 INFO neutron.plugins.ml2.managers [None req-13062456-858a-4436-8722-4c3c4ec862b7 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-24 13:51:57.429 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: vpnaas 2026-06-24 13:51:57.435 8 INFO neutron.quota [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded quota_driver: . 2026-06-24 13:51:57.436 8 INFO neutron.plugins.ml2.plugin [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Modular L2 Plugin initialization complete 2026-06-24 13:51:57.436 8 INFO neutron.plugins.ml2.managers [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-24 13:51:57.436 8 INFO neutron.plugins.ml2.managers [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-24 13:51:57.436 8 INFO neutron.plugins.ml2.managers [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-24 13:51:57.436 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: qos 2026-06-24 13:51:57.449 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: router 2026-06-24 13:51:57.466 7 WARNING stevedore.named [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.493 8 INFO neutron.services.service_base [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-24 13:51:57.493 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: segments 2026-06-24 13:51:57.606 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-24 13:51:57.610 7 INFO neutron.common.utils [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-24 13:51:57.610 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: taas 2026-06-24 13:51:57.623 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: trunk 2026-06-24 13:51:57.638 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: vpnaas 2026-06-24 13:51:57.638 7 WARNING stevedore.named [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.638 7 WARNING stevedore.named [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 13:51:57.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-24 13:51:57.667 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: tapmirror 2026-06-24 13:51:57.678 8 WARNING stevedore.named [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.681 7 WARNING stevedore.named [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.681 7 WARNING stevedore.named [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 13:51:57.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-24 13:51:57.696 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: auto_allocate 2026-06-24 13:51:57.704 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: tag 2026-06-24 13:51:57.716 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: timestamp 2026-06-24 13:51:57.718 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: network_ip_availability 2026-06-24 13:51:57.722 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: flavors 2026-06-24 13:51:57.726 7 INFO neutron.manager [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loading Plugin: revisions 2026-06-24 13:51:57.729 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Initializing extension manager. 2026-06-24 13:51:57.730 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: address-group 2026-06-24 13:51:57.731 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: address-scope 2026-06-24 13:51:57.732 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-24 13:51:57.733 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: agent 2026-06-24 13:51:57.734 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: agent-resources-synced 2026-06-24 13:51:57.735 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-24 13:51:57.736 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-24 13:51:57.736 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: availability_zone 2026-06-24 13:51:57.737 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: availability_zone_filter 2026-06-24 13:51:57.738 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-24 13:51:57.738 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: default-subnetpools 2026-06-24 13:51:57.740 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-24 13:51:57.741 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: dns-integration 2026-06-24 13:51:57.742 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: dns-domain-ports 2026-06-24 13:51:57.742 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-24 13:51:57.743 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: dvr 2026-06-24 13:51:57.744 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-24 13:51:57.744 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: empty-string-filtering 2026-06-24 13:51:57.745 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 13:51:57.745 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-24 13:51:57.746 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: external-net 2026-06-24 13:51:57.746 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-24 13:51:57.747 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: extraroute 2026-06-24 13:51:57.747 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-24 13:51:57.747 8 INFO neutron.common.utils [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-24 13:51:57.748 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: taas 2026-06-24 13:51:57.748 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: extraroute-atomic 2026-06-24 13:51:57.748 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-24 13:51:57.749 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-24 13:51:57.750 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-24 13:51:57.750 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-24 13:51:57.751 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: fip-port-details 2026-06-24 13:51:57.752 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: flavors 2026-06-24 13:51:57.753 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-24 13:51:57.754 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: floatingip-pools 2026-06-24 13:51:57.755 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: ip_allocation 2026-06-24 13:51:57.755 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-24 13:51:57.756 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: l2_adjacency 2026-06-24 13:51:57.757 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: router 2026-06-24 13:51:57.759 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 13:51:57.760 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-24 13:51:57.760 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-24 13:51:57.761 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: ext-gw-mode 2026-06-24 13:51:57.761 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: l3-ha 2026-06-24 13:51:57.762 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-24 13:51:57.762 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-24 13:51:57.763 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: l3-flavors 2026-06-24 13:51:57.764 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-24 13:51:57.765 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-24 13:51:57.767 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-24 13:51:57.768 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-24 13:51:57.769 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-24 13:51:57.771 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-24 13:51:57.771 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-24 13:51:57.772 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: multi-provider 2026-06-24 13:51:57.773 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: net-mtu 2026-06-24 13:51:57.774 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: net-mtu-writable 2026-06-24 13:51:57.774 8 WARNING stevedore.named [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.774 8 WARNING stevedore.named [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 13:51:57.775 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: network_availability_zone 2026-06-24 13:51:57.775 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: network_ha 2026-06-24 13:51:57.776 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: network-ip-availability 2026-06-24 13:51:57.777 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-24 13:51:57.778 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: pagination 2026-06-24 13:51:57.778 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-device-profile 2026-06-24 13:51:57.779 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-24 13:51:57.780 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-24 13:51:57.780 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-24 13:51:57.781 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-mac-override 2026-06-24 13:51:57.782 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-24 13:51:57.782 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-24 13:51:57.783 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-24 13:51:57.783 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-resource-request 2026-06-24 13:51:57.784 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-24 13:51:57.785 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-24 13:51:57.785 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: binding 2026-06-24 13:51:57.786 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: binding-extended 2026-06-24 13:51:57.787 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-security 2026-06-24 13:51:57.787 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: project-id 2026-06-24 13:51:57.788 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: provider 2026-06-24 13:51:57.788 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-24 13:51:57.791 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos 2026-06-24 13:51:57.792 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-24 13:51:57.792 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-24 13:51:57.793 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-default 2026-06-24 13:51:57.793 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-fip 2026-06-24 13:51:57.794 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-24 13:51:57.795 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-24 13:51:57.795 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-24 13:51:57.796 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-24 13:51:57.796 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-24 13:51:57.797 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-pps 2026-06-24 13:51:57.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-24 13:51:57.798 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: tapmirror 2026-06-24 13:51:57.798 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-24 13:51:57.798 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-24 13:51:57.799 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: qos-rules-alias 2026-06-24 13:51:57.800 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: quota-check-limit 2026-06-24 13:51:57.800 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-24 13:51:57.803 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: quotas 2026-06-24 13:51:57.804 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: quota_details 2026-06-24 13:51:57.809 8 WARNING stevedore.named [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 13:51:57.809 8 WARNING stevedore.named [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 13:51:57.809 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: rbac-policies 2026-06-24 13:51:57.811 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: rbac-address-group 2026-06-24 13:51:57.812 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: rbac-address-scope 2026-06-24 13:51:57.813 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: rbac-security-groups 2026-06-24 13:51:57.814 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-24 13:51:57.815 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: revision-if-match 2026-06-24 13:51:57.816 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-24 13:51:57.817 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: router_availability_zone 2026-06-24 13:51:57.817 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-24 13:51:57.820 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-24 13:51:57.821 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-24 13:51:57.822 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-24 13:51:57.823 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-24 13:51:57.824 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-24 13:51:57.824 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-24 13:51:57.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-24 13:51:57.826 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: auto_allocate 2026-06-24 13:51:57.836 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: tag 2026-06-24 13:51:57.837 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: security-group 2026-06-24 13:51:57.839 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: segment 2026-06-24 13:51:57.840 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-24 13:51:57.841 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: service-type 2026-06-24 13:51:57.842 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: sorting 2026-06-24 13:51:57.842 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: standard-attr-segment 2026-06-24 13:51:57.843 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: standard-attr-description 2026-06-24 13:51:57.844 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: stateful-security-group 2026-06-24 13:51:57.845 7 WARNING neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-24 13:51:57.846 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-24 13:51:57.847 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnet-external-network 2026-06-24 13:51:57.848 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnet_onboard 2026-06-24 13:51:57.848 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: timestamp 2026-06-24 13:51:57.848 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-24 13:51:57.849 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnet-service-types 2026-06-24 13:51:57.850 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnet_allocation 2026-06-24 13:51:57.850 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: network_ip_availability 2026-06-24 13:51:57.851 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-24 13:51:57.852 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: tag-creation 2026-06-24 13:51:57.853 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-24 13:51:57.854 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: flavors 2026-06-24 13:51:57.858 8 INFO neutron.manager [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loading Plugin: revisions 2026-06-24 13:51:57.860 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: standard-attr-tag 2026-06-24 13:51:57.861 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-24 13:51:57.862 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: trunk 2026-06-24 13:51:57.862 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Initializing extension manager. 2026-06-24 13:51:57.863 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: trunk-details 2026-06-24 13:51:57.864 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-24 13:51:57.864 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: address-group 2026-06-24 13:51:57.864 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-24 13:51:57.865 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: address-scope 2026-06-24 13:51:57.865 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-24 13:51:57.866 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-24 13:51:57.866 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: agent 2026-06-24 13:51:57.867 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-24 13:51:57.867 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: agent-resources-synced 2026-06-24 13:51:57.868 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-24 13:51:57.869 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-24 13:51:57.870 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: availability_zone 2026-06-24 13:51:57.870 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-24 13:51:57.870 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: availability_zone_filter 2026-06-24 13:51:57.871 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-24 13:51:57.871 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: default-subnetpools 2026-06-24 13:51:57.872 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-24 13:51:57.873 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-24 13:51:57.874 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: dns-integration 2026-06-24 13:51:57.874 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: dns-domain-ports 2026-06-24 13:51:57.875 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-24 13:51:57.875 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: vpn-flavors 2026-06-24 13:51:57.876 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: dvr 2026-06-24 13:51:57.876 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-24 13:51:57.877 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: empty-string-filtering 2026-06-24 13:51:57.877 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 13:51:57.878 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-24 13:51:57.878 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: external-net 2026-06-24 13:51:57.878 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: vpnaas 2026-06-24 13:51:57.879 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-24 13:51:57.879 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: extraroute 2026-06-24 13:51:57.880 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: extraroute-atomic 2026-06-24 13:51:57.880 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-24 13:51:57.881 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: taas 2026-06-24 13:51:57.881 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-24 13:51:57.881 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-24 13:51:57.882 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-24 13:51:57.883 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: fip-port-details 2026-06-24 13:51:57.883 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: tap-mirror 2026-06-24 13:51:57.883 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: flavors 2026-06-24 13:51:57.884 7 INFO neutron.api.extensions [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-24 13:51:57.884 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-24 13:51:57.885 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: floatingip-pools 2026-06-24 13:51:57.886 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: ip_allocation 2026-06-24 13:51:57.886 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-24 13:51:57.887 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: l2_adjacency 2026-06-24 13:51:57.887 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-24 13:51:57.888 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-24 13:51:57.888 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.888 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-24 13:51:57.888 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: router 2026-06-24 13:51:57.890 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 13:51:57.891 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-24 13:51:57.891 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-24 13:51:57.892 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: ext-gw-mode 2026-06-24 13:51:57.892 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: l3-ha 2026-06-24 13:51:57.893 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 13:51:57.893 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-24 13:51:57.893 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 13:51:57.893 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-24 13:51:57.894 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: l3-flavors 2026-06-24 13:51:57.895 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-24 13:51:57.895 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-24 13:51:57.898 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-24 13:51:57.899 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-24 13:51:57.899 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 13:51:57.900 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 13:51:57.900 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-24 13:51:57.900 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 13:51:57.901 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-24 13:51:57.901 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.901 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.902 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-24 13:51:57.902 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.902 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.902 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: multi-provider 2026-06-24 13:51:57.902 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 13:51:57.903 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: net-mtu 2026-06-24 13:51:57.903 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.903 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: net-mtu-writable 2026-06-24 13:51:57.903 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.904 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 13:51:57.904 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: network_availability_zone 2026-06-24 13:51:57.904 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 13:51:57.905 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 13:51:57.905 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: network_ha 2026-06-24 13:51:57.905 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.905 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:57.906 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: network-ip-availability 2026-06-24 13:51:57.906 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.906 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:57.907 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-24 13:51:57.907 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: pagination 2026-06-24 13:51:57.908 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-device-profile 2026-06-24 13:51:57.908 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-24 13:51:57.909 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-24 13:51:57.909 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-24 13:51:57.910 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-mac-override 2026-06-24 13:51:57.910 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-24 13:51:57.911 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-24 13:51:57.911 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 13:51:57.911 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] router is already registered 2026-06-24 13:51:57.911 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-24 13:51:57.911 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 13:51:57.912 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-resource-request 2026-06-24 13:51:57.912 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] floatingip is already registered 2026-06-24 13:51:57.912 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-24 13:51:57.913 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-24 13:51:57.913 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: binding 2026-06-24 13:51:57.914 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: binding-extended 2026-06-24 13:51:57.914 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-security 2026-06-24 13:51:57.915 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: project-id 2026-06-24 13:51:57.915 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: provider 2026-06-24 13:51:57.916 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-24 13:51:57.919 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos 2026-06-24 13:51:57.920 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-24 13:51:57.920 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 13:51:57.920 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-24 13:51:57.920 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] rbac_policy is already registered 2026-06-24 13:51:57.921 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-default 2026-06-24 13:51:57.922 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-fip 2026-06-24 13:51:57.922 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 13:51:57.922 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-24 13:51:57.922 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] security_group is already registered 2026-06-24 13:51:57.923 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-24 13:51:57.923 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 13:51:57.924 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-24 13:51:57.924 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] security_group_rule is already registered 2026-06-24 13:51:57.924 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-24 13:51:57.925 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-24 13:51:57.926 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-pps 2026-06-24 13:51:57.926 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.926 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.926 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-24 13:51:57.927 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-24 13:51:57.927 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.927 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: qos-rules-alias 2026-06-24 13:51:57.927 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.928 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: quota-check-limit 2026-06-24 13:51:57.929 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-24 13:51:57.929 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 13:51:57.929 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] trunk is already registered 2026-06-24 13:51:57.930 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.930 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:57.931 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.931 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:57.931 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 13:51:57.931 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: quotas 2026-06-24 13:51:57.931 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] endpoint_group is already registered 2026-06-24 13:51:57.932 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 13:51:57.932 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] vpnservice is already registered 2026-06-24 13:51:57.932 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: quota_details 2026-06-24 13:51:57.932 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 13:51:57.933 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ipsec_site_connection is already registered 2026-06-24 13:51:57.933 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.933 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:57.934 7 INFO neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.934 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: rbac-policies 2026-06-24 13:51:57.934 7 WARNING neutron.quota.resource_registry [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:57.934 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: rbac-address-group 2026-06-24 13:51:57.935 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: rbac-address-scope 2026-06-24 13:51:57.935 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: rbac-security-groups 2026-06-24 13:51:57.936 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-24 13:51:57.936 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: revision-if-match 2026-06-24 13:51:57.937 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-24 13:51:57.938 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: router_availability_zone 2026-06-24 13:51:57.938 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-24 13:51:57.940 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-24 13:51:57.940 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-24 13:51:57.941 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-24 13:51:57.941 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-24 13:51:57.942 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-24 13:51:57.942 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-24 13:51:57.949 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: security-group 2026-06-24 13:51:57.950 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: segment 2026-06-24 13:51:57.951 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-24 13:51:57.951 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: service-type 2026-06-24 13:51:57.952 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: sorting 2026-06-24 13:51:57.952 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: standard-attr-segment 2026-06-24 13:51:57.953 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: standard-attr-description 2026-06-24 13:51:57.954 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: stateful-security-group 2026-06-24 13:51:57.954 8 WARNING neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-24 13:51:57.955 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-24 13:51:57.955 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnet-external-network 2026-06-24 13:51:57.956 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnet_onboard 2026-06-24 13:51:57.956 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-24 13:51:57.957 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnet-service-types 2026-06-24 13:51:57.957 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnet_allocation 2026-06-24 13:51:57.958 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-24 13:51:57.959 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: tag-creation 2026-06-24 13:51:57.959 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-24 13:51:57.963 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: standard-attr-tag 2026-06-24 13:51:57.964 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-24 13:51:57.965 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: trunk 2026-06-24 13:51:57.965 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: trunk-details 2026-06-24 13:51:57.966 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-24 13:51:57.966 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-24 13:51:57.967 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-24 13:51:57.968 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-24 13:51:57.970 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-24 13:51:57.971 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-24 13:51:57.972 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: vpn-flavors 2026-06-24 13:51:57.973 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: vpnaas 2026-06-24 13:51:57.973 7 WARNING keystonemiddleware._common.config [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-24 13:51:57.975 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: taas 2026-06-24 13:51:57.976 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: tap-mirror 2026-06-24 13:51:57.976 8 INFO neutron.api.extensions [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-24 13:51:57.979 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-24 13:51:57.979 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-24 13:51:57.979 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.979 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-24 13:51:57.981 7 WARNING oslo_config.cfg [None req-0936b321-074e-47ca-8c40-229c003e6579 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-24 13:51:57.983 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 13:51:57.983 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f50c98e7668 pid: 7 (default app) 2026-06-24 13:51:57.989 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 13:51:57.989 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 13:51:57.990 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 13:51:57.991 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.991 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.991 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:57.992 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] subnetpool is already registered 2026-06-24 13:51:57.992 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 13:51:57.992 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.993 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.994 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 13:51:57.994 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 13:51:57.995 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 13:51:57.995 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:57.995 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:57.996 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:57.996 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:58.002 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 13:51:58.002 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] router is already registered 2026-06-24 13:51:58.003 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 13:51:58.003 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] floatingip is already registered 2026-06-24 13:51:58.008 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 13:51:58.008 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] rbac_policy is already registered 2026-06-24 13:51:58.009 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 13:51:58.009 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] security_group is already registered 2026-06-24 13:51:58.010 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 13:51:58.010 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] security_group_rule is already registered 2026-06-24 13:51:58.011 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:58.011 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] subnetpool is already registered 2026-06-24 13:51:58.012 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 13:51:58.012 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] subnetpool is already registered 2026-06-24 13:51:58.013 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 13:51:58.013 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] trunk is already registered 2026-06-24 13:51:58.013 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:58.014 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:58.014 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:58.014 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:58.015 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 13:51:58.015 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] endpoint_group is already registered 2026-06-24 13:51:58.015 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 13:51:58.015 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] vpnservice is already registered 2026-06-24 13:51:58.016 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 13:51:58.016 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ipsec_site_connection is already registered 2026-06-24 13:51:58.017 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 13:51:58.017 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ipsecpolicy is already registered 2026-06-24 13:51:58.017 8 INFO neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 13:51:58.017 8 WARNING neutron.quota.resource_registry [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] ikepolicy is already registered 2026-06-24 13:51:58.060 8 WARNING keystonemiddleware._common.config [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-24 13:51:58.067 8 WARNING oslo_config.cfg [None req-9e081218-c912-4c51-be3a-9247d0f931b6 - - - - - -] 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 0x7f50c98e7668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 13:52:01.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73b3945a-3081-4c70-bba8-d2a25d4c0bf8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:00 2026] GET /v2.0/networks/public => generated 108 bytes in 822 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4/5] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 13:52:02.395 8 WARNING neutron.services.revisions.revision_plugin [None req-6f35d416-6a6e-43d0-95f2-c20e316909de 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:02.414 8 INFO neutron.db.segments_db [None req-6f35d416-6a6e-43d0-95f2-c20e316909de 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 451c1c8f-f7a4-4d07-919f-c33569b43a08 of type flat for network 281fbbbe-c583-4ac1-9207-77eb09c088e0 2026-06-24 13:52:02.468 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f35d416-6a6e-43d0-95f2-c20e316909de 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:02 2026] POST /v2.0/networks => generated 124 bytes in 480 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 13:52:08.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c1f91b3-eb1f-4fe6-b3c5-ef6ca15e762e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:08 2026] GET /v2.0/networks/public => generated 108 bytes in 438 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 13:52:09.062 7 WARNING neutron.services.revisions.revision_plugin [None req-e51484ba-27d4-44a7-b895-c6f5b350d893 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:09.098 7 INFO neutron.db.segments_db [None req-e51484ba-27d4-44a7-b895-c6f5b350d893 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 7b432f76-3b00-478f-9f7b-a82eeb65b485 of type flat for network 1f6d3127-212b-411c-ac9a-7a137dd665d6 2026-06-24 13:52:09.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e51484ba-27d4-44a7-b895-c6f5b350d893 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:08 2026] POST /v2.0/networks => generated 124 bytes in 324 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 13:52:15.033 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52ae1682-cbb5-4b74-94ce-f53f3c65fe41 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:14 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 13:52:15.099 7 WARNING neutron.services.revisions.revision_plugin [None req-49d295a8-2dbf-4116-b54f-7253f325a1cc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:15.113 7 INFO neutron.db.segments_db [None req-49d295a8-2dbf-4116-b54f-7253f325a1cc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 65420075-0060-40b2-b0ea-5d6f8594d3a2 of type flat for network 0bec439d-51c2-48a8-af1f-ee1428a477af 2026-06-24 13:52:15.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49d295a8-2dbf-4116-b54f-7253f325a1cc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:15 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 13:52:21.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65865cf6-b1f6-4867-8aaf-7beefc4d60cd 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:20 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: 9/15] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:21 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-06-24 13:52:21.093 8 WARNING neutron.services.revisions.revision_plugin [None req-028866fa-1c50-4871-9f88-1d2fa6ad4a96 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:21.108 8 INFO neutron.db.segments_db [None req-028866fa-1c50-4871-9f88-1d2fa6ad4a96 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 9c812aba-f253-4e3e-a2a5-14b7047f5f69 of type flat for network 2236d1a8-62e2-4ddb-b2b6-2eaf133c23c3 2026-06-24 13:52:21.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-028866fa-1c50-4871-9f88-1d2fa6ad4a96 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:21 2026] POST /v2.0/networks => generated 124 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 13:52:27.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39850e2b-63a1-4a66-a951-d1d31562ea43 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:26 2026] GET /v2.0/networks/public => generated 108 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:27 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-06-24 13:52:27.107 7 WARNING neutron.services.revisions.revision_plugin [None req-21370beb-4c34-478b-96d5-1c6746b1722f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:27.127 7 INFO neutron.db.segments_db [None req-21370beb-4c34-478b-96d5-1c6746b1722f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment e47e047d-7788-4768-abc7-c4a14965abfa of type flat for network 1a2ea5c3-f288-47b5-8c89-51b1847dc1ff 2026-06-24 13:52:27.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21370beb-4c34-478b-96d5-1c6746b1722f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:27 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 13:52:32.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07d9361e-fe16-42ef-9b15-9f589feb662c 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:32 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:33 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-06-24 13:52:33.087 7 WARNING neutron.services.revisions.revision_plugin [None req-372c8567-1f05-49c7-bca7-93e2632f22f1 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Could not find related network for resource to bump revision. 2026-06-24 13:52:33.107 7 INFO neutron.db.segments_db [None req-372c8567-1f05-49c7-bca7-93e2632f22f1 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment cfd41d20-ba82-448f-90be-b98a79a96028 of type flat for network e26a2680-61f9-40f1-acca-609fea5c651f [pid: 7|app: 0|req: 13/23] 199.19.213.66 () {48 vars in 964 bytes} [Wed Jun 24 13:52:33 2026] POST /v2.0/networks => generated 706 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 13:52:34.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26243b8c-3dcc-4726-bac0-84524ba123bb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 13:52:34 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: 14/25] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 13:52:34 2026] GET /v2.0/networks?name=public => generated 709 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 13:52:34.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72a691ba-7380-4b1f-8046-2d9878da41d8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.19.213.66 () {44 vars in 1031 bytes} [Wed Jun 24 13:52:34 2026] GET /v2.0/subnets/public-subnet?network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.19.213.66 () {44 vars in 1054 bytes} [Wed Jun 24 13:52:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.19.213.66 () {48 vars in 962 bytes} [Wed Jun 24 13:52:34 2026] POST /v2.0/subnets => generated 664 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 13:57:29.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbb94e9a-6844-42ff-a36b-0b59bdb274f5 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.19.213.66 () {44 vars in 934 bytes} [Wed Jun 24 13:57:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 13:57:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 13:57:29.449 7 INFO neutron.db.segments_db [None req-8821eaed-8bae-4331-a193-16f63f929031 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 41a4f67b-8728-449f-b5f2-bfe5fb06bc2a of type vxlan for network 6a09714e-7dfa-400a-aaf5-636e990e4849 [pid: 7|app: 0|req: 36/68] 199.19.213.66 () {48 vars in 963 bytes} [Wed Jun 24 13:57:29 2026] POST /v2.0/networks => generated 688 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 13:57:30.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0db7c83e-a13f-4943-bbb5-13e689426694 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.19.213.66 () {44 vars in 934 bytes} [Wed Jun 24 13:57:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 13:57:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 13:57:30.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5985dce-c2e3-42a7-a5c9-80cf8f21c4a1 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.19.213.66 () {44 vars in 1033 bytes} [Wed Jun 24 13:57:30 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.19.213.66 () {44 vars in 1056 bytes} [Wed Jun 24 13:57:30 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.19.213.66 () {48 vars in 962 bytes} [Wed Jun 24 13:57:30 2026] POST /v2.0/subnets => generated 651 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 13:57:31.966 8 INFO neutron.api.v2.resource [None req-4430b3a4-034b-4373-a007-05ae719e6640 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/76] 199.19.213.66 () {44 vars in 968 bytes} [Wed Jun 24 13:57:31 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.19.213.66 () {44 vars in 990 bytes} [Wed Jun 24 13:57:31 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.19.213.66 () {48 vars in 977 bytes} [Wed Jun 24 13:57:32 2026] POST /v2.0/security-groups => generated 1616 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:33 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:33 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:33 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:34 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:34 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:34 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:35 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:35 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:35 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:36 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:36 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => 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: 49/93] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:36 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:37 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:37 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:37 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.19.213.66 () {44 vars in 984 bytes} [Wed Jun 24 13:57:38 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 13:57:38.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b306dddf-cfe7-42b6-ac19-f80bc41a4b1a 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/100] 199.19.213.66 () {44 vars in 1073 bytes} [Wed Jun 24 13:57:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.19.213.66 () {44 vars in 1096 bytes} [Wed Jun 24 13:57:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => 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: 49/102] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:38 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.19.213.66 () {48 vars in 958 bytes} [Wed Jun 24 13:57:39 2026] POST /v2.0/ports => generated 1096 bytes in 277 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 13:57:46.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52e39f20-1cea-4c71-9037-8849d95d37ab 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/106] 199.19.213.66 () {44 vars in 976 bytes} [Wed Jun 24 13:57:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/108] 199.19.213.66 () {48 vars in 1028 bytes} [Wed Jun 24 13:57:46 2026] PUT /v2.0/ports/897213da-8759-4201-ae15-9df90424450d => generated 1245 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/109] 199.19.213.66 () {44 vars in 917 bytes} [Wed Jun 24 13:57:48 2026] GET /v2.0/ports => generated 3726 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 13:57:49.688 7 INFO neutron.api.v2.resource [None req-dab4c989-749f-46d4-9ef0-ed0e9567bdd8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/110] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 13:57:49 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: 53/111] 199.19.213.66 () {44 vars in 978 bytes} [Wed Jun 24 13:57:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 199.19.213.66 () {48 vars in 977 bytes} [Wed Jun 24 13:57:49 2026] POST /v2.0/security-groups => generated 1610 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:50 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/114] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:50 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:50 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/116] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:50 2026] POST /v2.0/security-group-rules => generated 621 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:51 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/118] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:51 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 13:57:51 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 13:57:51 2026] POST /v2.0/security-group-rules => generated 625 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/131] 199.19.213.66 () {44 vars in 972 bytes} [Wed Jun 24 13:59:11 2026] GET /v2.0/quotas/3a1dfab3ffe2489699d071ae0d805897 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/132] 199.19.213.66 () {48 vars in 1024 bytes} [Wed Jun 24 13:59:12 2026] PUT /v2.0/quotas/3a1dfab3ffe2489699d071ae0d805897 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:01:33.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbd83aee-f81d-421f-9e39-2dc1aa6fb8e2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/153] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:01:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 80/154] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:01:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:01:35.042 8 INFO neutron.pecan_wsgi.hooks.translation [None req-654daedb-1c2e-456d-ab34-a81cf2a42983 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/155] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:01:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/156] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:01:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:07:48.889 8 INFO neutron.api.v2.resource [None req-d9c4d0d8-857c-409d-9301-eba7ab7eff6e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/207] 199.19.213.66 () {44 vars in 1071 bytes} [Wed Jun 24 14:07:48 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 139 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/208] 199.19.213.66 () {44 vars in 1094 bytes} [Wed Jun 24 14:07:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 23 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 199.19.213.66 () {48 vars in 978 bytes} [Wed Jun 24 14:07:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/210] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:50 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/211] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:07:50 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/212] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:50 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 14:07:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:51 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:07:51 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:51 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 14:07:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:52 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:07:52 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:52 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => 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: 108/221] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 14:07:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:53 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 3460 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:07:53 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:07:54 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 199.19.213.66 () {48 vars in 988 bytes} [Wed Jun 24 14:07:54 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: 126/246] 199.19.213.66 () {30 vars in 739 bytes} [Wed Jun 24 14:10:14 2026] GET /v2.0/networks?tenant_id=7c6175d008844f7d98221f03ea5f68d1&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:10:15.112 8 INFO neutron.db.segments_db [None req-3f3edee7-652c-44ad-be86-b6a4fe7607b4 43fcc69af8a640ed83269b7f364ab9ac 7c6175d008844f7d98221f03ea5f68d1 - - 88238f4edbc741df824e996c2ae39621 88238f4edbc741df824e996c2ae39621] Added segment fb5eff7e-016b-4be6-8615-8ee728188a25 of type vxlan for network 970615ea-0c09-478a-99a1-a72684891ca4 [pid: 8|app: 0|req: 121/247] 199.19.213.66 () {34 vars in 681 bytes} [Wed Jun 24 14:10:15 2026] POST /v2.0/networks => generated 699 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/248] 199.19.213.66 () {30 vars in 721 bytes} [Wed Jun 24 14:10:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.19.213.66 () {30 vars in 632 bytes} [Wed Jun 24 14:10:15 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/250] 199.19.213.66 () {34 vars in 676 bytes} [Wed Jun 24 14:10:15 2026] POST /v2.0/ports => generated 999 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:10:15 2026] GET /v2.0/networks/970615ea-0c09-478a-99a1-a72684891ca4 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/252] 199.19.213.66 () {30 vars in 721 bytes} [Wed Jun 24 14:10:17 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:10:17 2026] GET /v2.0/networks/970615ea-0c09-478a-99a1-a72684891ca4 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/256] 199.19.213.66 () {44 vars in 972 bytes} [Wed Jun 24 14:10:35 2026] GET /v2.0/quotas/7c6175d008844f7d98221f03ea5f68d1 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/257] 199.19.213.66 () {48 vars in 1024 bytes} [Wed Jun 24 14:10:36 2026] PUT /v2.0/quotas/7c6175d008844f7d98221f03ea5f68d1 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:27.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb9e48ef-8e02-4655-a3bc-21a0d2e9591c 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/352] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 14:22:26 2026] GET /v2.0/networks/public => generated 108 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/353] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 14:22:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:28.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-327e89c7-4433-4125-a117-396b9ca6e3ee 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/354] 199.19.213.66 () {44 vars in 924 bytes} [Wed Jun 24 14:22:28 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/355] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 14:22:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:28.208 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4e173d-2883-4fa8-a366-b4a354addda8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/356] 199.19.213.66 () {44 vars in 1031 bytes} [Wed Jun 24 14:22:28 2026] GET /v2.0/subnets/public-subnet?network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/357] 199.19.213.66 () {44 vars in 1054 bytes} [Wed Jun 24 14:22:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:55.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81e5526e-99dd-4fd5-a316-4232c9368c11 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/362] 199.19.213.66 () {44 vars in 934 bytes} [Wed Jun 24 14:22:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/363] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 14:22:55 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-06-24 14:22:56.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8c360d3-3694-488b-aecc-2c468b6b48be 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/364] 199.19.213.66 () {44 vars in 934 bytes} [Wed Jun 24 14:22:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/365] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 14:22:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:56.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c8154fc-61a5-400e-94f7-297b43bbf44f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/366] 199.19.213.66 () {44 vars in 1033 bytes} [Wed Jun 24 14:22:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/367] 199.19.213.66 () {44 vars in 1056 bytes} [Wed Jun 24 14:22:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:22:57.519 7 INFO neutron.api.v2.resource [None req-99662b80-279d-4c9f-bfa5-f3f6aad47187 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/368] 199.19.213.66 () {44 vars in 968 bytes} [Wed Jun 24 14:22:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/369] 199.19.213.66 () {44 vars in 990 bytes} [Wed Jun 24 14:22:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/370] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:22:58 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/371] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:22:58 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/372] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:22:58 2026] GET /v2.0/security-group-rules/a75801bc-174d-4dce-85a3-f4461b04be9f => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/375] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:22:59 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => 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: 192/376] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:22:59 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/377] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:22:59 2026] GET /v2.0/security-group-rules/dc3f84b6-e399-4794-8c2e-765ed226214c => 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: 193/378] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:00 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/379] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:00 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => 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: 194/380] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:23:00 2026] GET /v2.0/security-group-rules/2bff9aba-5c5f-4ef6-b1a9-c5a5f3d53348 => 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: 187/381] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:01 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/382] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:01 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/383] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:23:01 2026] GET /v2.0/security-group-rules/a667d2af-d9c4-44ee-a756-ada3019a8310 => 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: 196/384] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:02 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/385] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:02 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/386] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:23:02 2026] GET /v2.0/security-group-rules/1636a091-4baa-4ff9-88af-894dcd14fb90 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/387] 199.19.213.66 () {44 vars in 984 bytes} [Wed Jun 24 14:23:03 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:23:03.949 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5599effc-2c59-449f-ac54-3f413322596b 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/388] 199.19.213.66 () {44 vars in 1073 bytes} [Wed Jun 24 14:23:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/389] 199.19.213.66 () {44 vars in 1096 bytes} [Wed Jun 24 14:23:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 1250 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/390] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:04 2026] GET /v2.0/security-groups/72e2995e-f7c9-47f7-b937-2b0554d038d4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:23:12.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c851543-851c-425c-9254-1803ac8897eb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/391] 199.19.213.66 () {44 vars in 976 bytes} [Wed Jun 24 14:23:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/392] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/393] 199.19.213.66 () {44 vars in 917 bytes} [Wed Jun 24 14:23:14 2026] GET /v2.0/ports => generated 4721 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:23:15.373 8 INFO neutron.api.v2.resource [None req-b3e04453-2342-4400-a588-073d588cf740 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/396] 199.19.213.66 () {44 vars in 956 bytes} [Wed Jun 24 14:23:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/397] 199.19.213.66 () {44 vars in 978 bytes} [Wed Jun 24 14:23:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/398] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:16 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2882 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/399] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:16 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2882 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/400] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:23:16 2026] GET /v2.0/security-group-rules/c28c069c-0089-4d11-8a80-a19d54009fc8 => generated 621 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/401] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:17 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/402] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:23:17 2026] GET /v2.0/security-groups/d6df6399-4a76-4134-8676-559f0ee4122a => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/403] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:23:17 2026] GET /v2.0/security-group-rules/8837d85b-5200-4902-b651-050c6a17ff7a => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/404] 199.19.213.66 () {44 vars in 972 bytes} [Wed Jun 24 14:23:29 2026] GET /v2.0/quotas/3a1dfab3ffe2489699d071ae0d805897 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:24:24.529 8 INFO neutron.api.v2.resource [None req-1d016a27-c6f3-41ae-8e94-39a8c325c860 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/413] 199.19.213.66 () {44 vars in 1071 bytes} [Wed Jun 24 14:24:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/414] 199.19.213.66 () {44 vars in 1094 bytes} [Wed Jun 24 14:24:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/415] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:24:25 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/416] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:24:25 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => 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: 206/417] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:24:25 2026] GET /v2.0/security-group-rules/e0fc7fe0-01e6-404d-9c10-2c8e8233ed0e => generated 597 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/418] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:24:26 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => 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: 207/419] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:24:26 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/420] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:24:26 2026] GET /v2.0/security-group-rules/41c5eb1c-ce73-431e-afe7-c1484c7d9507 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/421] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:24:27 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/422] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:24:27 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/423] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:24:27 2026] GET /v2.0/security-group-rules/35e14c63-5e53-492e-82d8-1dd3b4d1ad98 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/424] 199.19.213.66 () {44 vars in 1085 bytes} [Wed Jun 24 14:24:28 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87?project_id=7c6175d008844f7d98221f03ea5f68d1 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 199.19.213.66 () {44 vars in 998 bytes} [Wed Jun 24 14:24:28 2026] GET /v2.0/security-groups/44ca4705-d913-4dfe-9ec7-f4b5af78bf87 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.19.213.66 () {44 vars in 1008 bytes} [Wed Jun 24 14:24:28 2026] GET /v2.0/security-group-rules/bccde7d6-0ded-4581-9880-b21675e8db7e => 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: 212/429] 199.19.213.66 () {44 vars in 972 bytes} [Wed Jun 24 14:24:35 2026] GET /v2.0/quotas/7c6175d008844f7d98221f03ea5f68d1 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 199.19.213.66 () {44 vars in 946 bytes} [Wed Jun 24 14:25:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:26:05 2026] GET /v2.0/networks => generated 2168 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 10.0.0.103 () {32 vars in 655 bytes} [Wed Jun 24 14:26:07 2026] GET /v2.0/floatingips => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:26:07 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:26:07 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:26:07 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: 222/448] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:26:07 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: 227/449] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:26:07 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 10.0.0.103 () {32 vars in 655 bytes} [Wed Jun 24 14:26:07 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-06-24 14:26:18.382 8 INFO neutron.db.segments_db [None req-2ff89be9-deff-4a90-b33a-1c720b69fc13 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment c3954d44-45c4-4245-9f12-218bc7ce9e8f of type vxlan for network 1a8953c1-1fa5-4260-a937-3fb1d948ffb8 2026-06-24 14:26:18.397 7 INFO neutron.db.segments_db [None req-d4cc3a54-ce29-4593-b7dd-52bd868ca52f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 088b4a4f-f98f-45e8-b20f-2671c4fec5cb of type vxlan for network 3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 [pid: 8|app: 0|req: 225/453] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/networks => generated 732 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/454] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/networks => generated 724 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/subnets => generated 698 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:18.653 8 INFO neutron.db.segments_db [None req-f4eb8daf-1f60-4bbc-99d9-ddfcd1cd7263 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac of type vxlan for network 8aa9b44b-7228-458a-bb3e-436d9d2b051a [pid: 8|app: 0|req: 226/456] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/networks => generated 725 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/subnets => generated 690 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:18.776 8 INFO neutron.db.segments_db [None req-05202ef9-ad12-430f-8dbb-6259fc3646dc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 3a29045b-c310-46e3-9a87-077d56dce65d of type vxlan for network 58f3ebbb-f817-4c00-9a2b-89ca119552c3 [pid: 7|app: 0|req: 232/458] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/subnets => generated 691 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:18.934 7 INFO neutron.db.segments_db [None req-57925c1a-8a72-4b92-999e-4cbd2f424429 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 40a06e8a-f3c6-4164-aca2-ffa3664867ff of type vxlan for network 87170857-713e-4020-9906-0529250b1f5f 2026-06-24 14:26:19.015 8 INFO neutron.db.l3_hamode_db [None req-05202ef9-ad12-430f-8dbb-6259fc3646dc 472dc5dfd7774df2a704c15b12a1b83a 980b31c19428414380852f8bc0ae57ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:26:19.131 7 INFO neutron.db.l3_hamode_db [None req-57925c1a-8a72-4b92-999e-4cbd2f424429 472dc5dfd7774df2a704c15b12a1b83a 6e1aff9a14384e60939e69edc202345c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:26:19.906 8 INFO neutron.db.l3_hamode_db [None req-05202ef9-ad12-430f-8dbb-6259fc3646dc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:26:19.960 7 INFO neutron.db.l3_hamode_db [None req-57925c1a-8a72-4b92-999e-4cbd2f424429 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/459] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/routers => generated 730 bytes in 2014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:20.949 7 INFO neutron.db.segments_db [None req-238b79d8-ccca-47bf-8d7c-7d3d3f3ad5ce 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 0101287f-2b3b-4280-afc0-6df1b510b38a of type vxlan for network ac313f4e-b7f0-41cb-913c-8a09fcaaffc5 [pid: 8|app: 0|req: 227/460] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:18 2026] POST /v2.0/routers => generated 738 bytes in 2289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:21.159 7 INFO neutron.db.l3_hamode_db [None req-238b79d8-ccca-47bf-8d7c-7d3d3f3ad5ce 472dc5dfd7774df2a704c15b12a1b83a ee49949f267846f49e96370919d2467d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/461] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:26:21 2026] GET /v2.0/security-groups?tenant_id=9b8a02092d554a9f9d19dfde099ea78e&name=default => generated 2923 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:21.882 7 INFO neutron.db.l3_hamode_db [None req-238b79d8-ccca-47bf-8d7c-7d3d3f3ad5ce 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/462] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:21 2026] PUT /v2.0/routers/0a239454-caeb-461a-adbf-320dedb5cac6/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:20 2026] POST /v2.0/routers => generated 731 bytes in 1671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:26:22 2026] DELETE /v2.0/security-groups/5a36093e-b4d2-4c5b-9116-8a632d2e7541 => 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: 230/465] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:22 2026] PUT /v2.0/routers/54dfae03-188a-4bab-b3a5-3fde715c452a/add_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-groups => generated 1659 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/467] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:22 2026] PUT /v2.0/routers/0813c50f-12cd-4b49-ab57-a55d37288807/add_router_interface => generated 309 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/470] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/473] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:26:23 2026] POST /v2.0/floatingips => generated 552 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.113 () {38 vars in 971 bytes} [Wed Jun 24 14:26:24 2026] POST /v2.0/security-groups => generated 1682 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:26:24.839 8 INFO neutron.db.segments_db [None req-a7a4f23a-c015-4ab3-bada-35b48ddaae48 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment f8322f73-0e1e-4e1e-b01e-56ff282b1cdd of type vxlan for network 95bc713c-d120-42fe-b2c4-a453b30e783f [pid: 7|app: 0|req: 241/476] 10.0.0.113 () {38 vars in 971 bytes} [Wed Jun 24 14:26:24 2026] POST /v2.0/security-groups => generated 1680 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/477] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:24 2026] POST /v2.0/networks => generated 730 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/478] 10.0.0.113 () {34 vars in 1098 bytes} [Wed Jun 24 14:26:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--806250495&fields=id&tenant_id=6e1aff9a14384e60939e69edc202345c => 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: 243/479] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:26:24 2026] GET /v2.0/networks?id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/480] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/quotas/6e1aff9a14384e60939e69edc202345c => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/481] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1756885757&fields=id&tenant_id=980b31c19428414380852f8bc0ae57ee => generated 69 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/482] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:24 2026] POST /v2.0/subnets => generated 696 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/ports?tenant_id=6e1aff9a14384e60939e69edc202345c&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/484] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:25.165 7 INFO neutron.db.segments_db [None req-3b15935d-5919-47db-8f64-795303ca3d60 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 761c4019-78e7-4e82-8a51-31bdac940902 of type vxlan for network 6c220dce-31cf-4aae-b255-53f3fa089511 [pid: 8|app: 0|req: 239/485] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/quotas/980b31c19428414380852f8bc0ae57ee => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/486] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:25.375 7 INFO neutron.db.l3_hamode_db [None req-3b15935d-5919-47db-8f64-795303ca3d60 472dc5dfd7774df2a704c15b12a1b83a e7b3f28fb31e4b6ebe0483ff28d3020b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/487] 10.0.0.113 () {34 vars in 907 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/488] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/490] 10.0.0.113 () {34 vars in 907 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 247/493] 10.0.0.113 () {38 vars in 971 bytes} [Wed Jun 24 14:26:25 2026] POST /v2.0/security-groups => generated 1682 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/494] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/495] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:25 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 250/496] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups?tenant_id=ee49949f267846f49e96370919d2467d => generated 7905 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/497] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/219fdd09-c1c9-4856-89c0-86cdeda33978 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/498] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/219fdd09-c1c9-4856-89c0-86cdeda33978 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/a86eb980-6531-4440-bede-7fb9488af227 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/500] 10.0.0.113 () {36 vars in 1013 bytes} [Wed Jun 24 14:26:26 2026] DELETE /v2.0/security-groups/a86eb980-6531-4440-bede-7fb9488af227 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:26:26.335 8 INFO neutron.api.v2.resource [req-58026750-ddf3-475d-a359-c6758164fc5c req-8d8ab6c1-a45b-4a4d-b395-c48d1fc3b53b 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/501] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/a86eb980-6531-4440-bede-7fb9488af227 => 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: 256/502] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/93d5a2a6-ed95-450b-83e1-b621008fd737 => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:26.400 7 INFO neutron.db.l3_hamode_db [None req-3b15935d-5919-47db-8f64-795303ca3d60 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 257/503] 10.0.0.113 () {36 vars in 1013 bytes} [Wed Jun 24 14:26:26 2026] DELETE /v2.0/security-groups/93d5a2a6-ed95-450b-83e1-b621008fd737 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:26:26.536 8 INFO neutron.api.v2.resource [req-b065fa09-d0fe-49e2-8088-a7428edd974a req-3f1162c2-1470-492e-a57c-e1ec90d46811 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/504] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/93d5a2a6-ed95-450b-83e1-b621008fd737 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/505] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/c6709074-dbbe-41d2-a83e-c0446032dea8 => generated 1682 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/506] 10.0.0.113 () {36 vars in 1013 bytes} [Wed Jun 24 14:26:26 2026] DELETE /v2.0/security-groups/c6709074-dbbe-41d2-a83e-c0446032dea8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:26:26.730 8 INFO neutron.api.v2.resource [req-8dc31d26-147f-40b3-ab59-86c04323472d req-da456e24-c0b9-4b19-aae9-51bf522c3b6b 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/507] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/c6709074-dbbe-41d2-a83e-c0446032dea8 => 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: 262/508] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups?tenant_id=ee49949f267846f49e96370919d2467d => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/509] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/219fdd09-c1c9-4856-89c0-86cdeda33978 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/510] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/219fdd09-c1c9-4856-89c0-86cdeda33978 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:26.945 8 INFO neutron.api.v2.resource [req-a0e425a0-dcc0-4c6a-a4ef-967d071bf235 req-622a30b2-7baa-4dcb-9946-998a55cfea20 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/511] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/c6709074-dbbe-41d2-a83e-c0446032dea8 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:26:26.990 8 INFO neutron.api.v2.resource [req-76fda725-bbf4-4098-85f8-f62300736a4d req-a8f10367-7b6a-43be-8bd9-5891b6305b5e 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/512] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:26 2026] GET /v2.0/security-groups/93d5a2a6-ed95-450b-83e1-b621008fd737 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:26:27.026 8 INFO neutron.api.v2.resource [req-6ec97922-e402-4ece-9f28-af2fc5ff750a req-cc5a6da0-2e39-448c-856c-3d5f5da2b987 3e917622d1844b9b8750a26b5faed1e4 ee49949f267846f49e96370919d2467d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/513] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:27 2026] GET /v2.0/security-groups/a86eb980-6531-4440-bede-7fb9488af227 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/514] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:25 2026] POST /v2.0/routers => generated 736 bytes in 2159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/515] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:27 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/516] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:27 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:26:27.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-9be443e8-7846-4231-9f5a-0d07d772cd30 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 3dd4dbaa-c90e-4918-a1c4-99d4690b9e6f 2026-06-24 14:26:27.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9be443e8-7846-4231-9f5a-0d07d772cd30 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 3dd4dbaa-c90e-4918-a1c4-99d4690b9e6f [pid: 8|app: 0|req: 268/517] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:26:27 2026] PUT /v2.0/routers/0813c50f-12cd-4b49-ab57-a55d37288807/remove_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:28.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: a16a501d-0812-4161-b27d-513f3de1d29e [pid: 7|app: 0|req: 250/518] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:27 2026] PUT /v2.0/routers/16feaef5-fc75-4659-af94-a9e31b764132/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:28.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: a16a501d-0812-4161-b27d-513f3de1d29e [pid: 7|app: 0|req: 251/519] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:28 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 252/520] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:28 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:26:28.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 792f6159-1f48-4ac6-92e5-54636c325d93 2026-06-24 14:26:28.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 792f6159-1f48-4ac6-92e5-54636c325d93 2026-06-24 14:26:28.711 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - 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: 253/521] 10.0.0.113 () {38 vars in 971 bytes} [Wed Jun 24 14:26:28 2026] POST /v2.0/security-groups => generated 1684 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/522] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/2ee7388b-a9ba-41a6-bb8e-d3eed4f87f5e => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:29.060 8 INFO neutron.db.l3_hamode_db [None req-2e95ab30-1ac5-4fe7-84c6-0e2199901d50 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network ac313f4e-b7f0-41cb-913c-8a09fcaaffc5 was deleted as no HA routers are present in tenant ee49949f267846f49e96370919d2467d. [pid: 8|app: 0|req: 269/523] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:26:28 2026] DELETE /v2.0/routers/0813c50f-12cd-4b49-ab57-a55d37288807 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/524] 10.0.0.113 () {38 vars in 981 bytes} [Wed Jun 24 14:26:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/525] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:26:29 2026] DELETE /v2.0/subnets/ebaf2f8b-c71e-4423-af22-34307345cb7b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/526] 10.0.0.113 () {38 vars in 971 bytes} [Wed Jun 24 14:26:29 2026] POST /v2.0/security-groups => generated 1684 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/527] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:26:29 2026] DELETE /v2.0/networks/8aa9b44b-7228-458a-bb3e-436d9d2b051a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/528] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => generated 1684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:29.381 8 INFO neutron.services.segments.plugin [-] Segment 0101287f-2b3b-4280-afc0-6df1b510b38a resource provider aggregate not found 2026-06-24 14:26:29.397 8 INFO neutron.services.segments.plugin [-] Segment 0101287f-2b3b-4280-afc0-6df1b510b38a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0101287f-2b3b-4280-afc0-6df1b510b38a found for delete ", "request_id": "req-e8325f2f-5307-4404-84fc-7169b85bda7c"}]} 2026-06-24 14:26:29.403 8 INFO neutron.services.segments.plugin [-] Segment 0101287f-2b3b-4280-afc0-6df1b510b38a resource provider aggregate not found 2026-06-24 14:26:29.420 8 INFO neutron.services.segments.plugin [-] Segment 0101287f-2b3b-4280-afc0-6df1b510b38a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0101287f-2b3b-4280-afc0-6df1b510b38a found for delete ", "request_id": "req-be02876d-cf80-4d50-bf87-3fc8dc6bce62"}]} [pid: 8|app: 0|req: 272/529] 10.0.0.113 () {38 vars in 981 bytes} [Wed Jun 24 14:26:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/530] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups?tenant_id=ee49949f267846f49e96370919d2467d&name=default => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/531] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 274/532] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 275/533] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/534] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:26:29 2026] DELETE /v2.0/security-groups/219fdd09-c1c9-4856-89c0-86cdeda33978 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/535] 10.0.0.113 () {38 vars in 981 bytes} [Wed Jun 24 14:26:29 2026] POST /v2.0/security-group-rules => generated 619 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/538] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => generated 2939 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/539] 10.0.0.113 () {34 vars in 1001 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-group-rules/8272ed7a-a4f2-4deb-8f6e-60e12a687e9c => generated 616 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/540] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/541] 10.0.0.113 () {36 vars in 1023 bytes} [Wed Jun 24 14:26:29 2026] DELETE /v2.0/security-group-rules/8272ed7a-a4f2-4deb-8f6e-60e12a687e9c => 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: 280/542] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:29 2026] GET /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => generated 2309 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/543] 10.0.0.113 () {36 vars in 1013 bytes} [Wed Jun 24 14:26:29 2026] DELETE /v2.0/security-groups/49ffa375-d906-4d75-b2d3-491d71b78c11 => 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: 281/544] 10.0.0.113 () {34 vars in 991 bytes} [Wed Jun 24 14:26:30 2026] GET /v2.0/security-groups/2ee7388b-a9ba-41a6-bb8e-d3eed4f87f5e => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/545] 10.0.0.113 () {36 vars in 1013 bytes} [Wed Jun 24 14:26:30 2026] DELETE /v2.0/security-groups/2ee7388b-a9ba-41a6-bb8e-d3eed4f87f5e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:26:30.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-1639cc0a-2c1f-407c-a49a-be3ad4c1a004 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 64b981a8-76ad-4244-a4ff-c7cc5d7c2817 2026-06-24 14:26:30.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1639cc0a-2c1f-407c-a49a-be3ad4c1a004 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 64b981a8-76ad-4244-a4ff-c7cc5d7c2817 [pid: 7|app: 0|req: 265/546] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:30 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 266/547] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:30 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/548] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:30 2026] GET /v2.0/networks?id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 675 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/549] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:26:30 2026] PUT /v2.0/routers/16feaef5-fc75-4659-af94-a9e31b764132/remove_router_interface => generated 309 bytes in 793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/550] 199.19.213.66 () {34 vars in 910 bytes} [Wed Jun 24 14:26:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/551] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:26:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6e1aff9a14384e60939e69edc202345c => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:31.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: f2a457ed-392d-4a9b-a31b-72fe9adfdf26 2026-06-24 14:26:31.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: f2a457ed-392d-4a9b-a31b-72fe9adfdf26 2026-06-24 14:26:31.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 82805080-044d-4ec2-b182-3cd5c768cac8 2026-06-24 14:26:31.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 82805080-044d-4ec2-b182-3cd5c768cac8 2026-06-24 14:26:31.418 8 INFO neutron.services.segments.plugin [-] Segment 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac resource provider aggregate not found 2026-06-24 14:26:31.438 8 INFO neutron.services.segments.plugin [-] Segment 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac found for delete ", "request_id": "req-6b5d78e8-5d16-4ebf-8391-11fc5fa11857"}]} 2026-06-24 14:26:31.448 8 INFO neutron.services.segments.plugin [-] Segment 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac resource provider aggregate not found 2026-06-24 14:26:31.461 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-24 14:26:31.463 8 INFO neutron.services.segments.plugin [-] Segment 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6436f1b1-f4c2-4918-b1f9-9d785a5fc8ac found for delete ", "request_id": "req-d53f3ec3-1907-4232-b26e-de2d6bfe3bdd"}]} [pid: 8|app: 0|req: 285/552] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:26:31 2026] POST /v2.0/ports => generated 954 bytes in 423 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-06-24 14:26:31.752 7 INFO neutron.db.l3_hamode_db [None req-9b34838b-30f9-464b-a7de-6ce537249e64 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network 6c220dce-31cf-4aae-b255-53f3fa089511 was deleted as no HA routers are present in tenant e7b3f28fb31e4b6ebe0483ff28d3020b. [pid: 7|app: 0|req: 268/553] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:26:30 2026] DELETE /v2.0/routers/16feaef5-fc75-4659-af94-a9e31b764132 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:26:31.762 8 INFO neutron.db.segments_db [None req-da8c25b9-8af8-4dce-9be8-3be46f5fb39b 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 of type vxlan for network 9658bfcd-2065-4db7-b644-91c50e56a8ce [pid: 7|app: 0|req: 269/554] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:31 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 957 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/555] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:31 2026] POST /v2.0/networks => generated 728 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/556] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:31 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 287/557] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:26:31 2026] DELETE /v2.0/subnets/8c96d845-3d07-422d-aee0-da3ec8cd9a56 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/558] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:31 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/559] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:31 2026] POST /v2.0/subnets => generated 694 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:32.145 7 INFO neutron.services.segments.plugin [-] Segment 761c4019-78e7-4e82-8a51-31bdac940902 resource provider aggregate not found 2026-06-24 14:26:32.154 7 INFO neutron.services.segments.plugin [-] Segment 761c4019-78e7-4e82-8a51-31bdac940902 resource provider aggregate not found 2026-06-24 14:26:32.168 7 INFO neutron.services.segments.plugin [-] Segment 761c4019-78e7-4e82-8a51-31bdac940902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c4019-78e7-4e82-8a51-31bdac940902 found for delete ", "request_id": "req-29bfc0bd-6fb9-4022-93ec-785e62f81158"}]} 2026-06-24 14:26:32.171 7 INFO neutron.services.segments.plugin [-] Segment 761c4019-78e7-4e82-8a51-31bdac940902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c4019-78e7-4e82-8a51-31bdac940902 found for delete ", "request_id": "req-14787d10-c7c8-4c81-b172-24f9e62da954"}]} [pid: 8|app: 0|req: 290/560] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:26:32 2026] DELETE /v2.0/networks/95bc713c-d120-42fe-b2c4-a453b30e783f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/561] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:26:31 2026] PUT /v2.0/ports/814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:32.287 8 INFO neutron.db.segments_db [None req-e2a76be9-3a16-4b3e-922b-306a2868cbd6 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment e1249941-5bf4-4988-a5cd-18dff2d4c413 of type vxlan for network f6a958af-ee28-4e00-a86c-cd8b620974e5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 272/562] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:26:32 2026] GET /v2.0/security-groups?tenant_id=e7b3f28fb31e4b6ebe0483ff28d3020b&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/563] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:32 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:32.573 8 INFO neutron.db.l3_hamode_db [None req-e2a76be9-3a16-4b3e-922b-306a2868cbd6 472dc5dfd7774df2a704c15b12a1b83a 0c966b148fad4b94b43bd91c00a119d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 274/564] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:26:32 2026] DELETE /v2.0/security-groups/4c9375ef-0d66-4ecf-b653-eb922d606958 => 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: 275/565] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:26:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=980b31c19428414380852f8bc0ae57ee => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:32.787 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44fc4b76-0476-45ef-87d8-e0c94c6c9141'] response: {'name': 'network-changed', 'server_uuid': '1aca8405-2d1e-45cd-8ede-1db11bb7d46c', 'tag': '814c8640-2142-4fd4-b1f9-9b82a08d2ff9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 276/566] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:26:32 2026] POST /v2.0/ports => generated 958 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 277/567] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/568] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:33.415 8 INFO neutron.db.l3_hamode_db [None req-e2a76be9-3a16-4b3e-922b-306a2868cbd6 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:26:33.466 8 INFO neutron.services.segments.plugin [-] Segment f8322f73-0e1e-4e1e-b01e-56ff282b1cdd resource provider aggregate not found 2026-06-24 14:26:33.484 8 INFO neutron.services.segments.plugin [-] Segment f8322f73-0e1e-4e1e-b01e-56ff282b1cdd resource provider aggregate not found 2026-06-24 14:26:33.490 8 INFO neutron.services.segments.plugin [-] Segment f8322f73-0e1e-4e1e-b01e-56ff282b1cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8322f73-0e1e-4e1e-b01e-56ff282b1cdd found for delete ", "request_id": "req-2e00871b-f399-4852-9659-6cd4d0dbe4d0"}]} 2026-06-24 14:26:33.501 8 INFO neutron.services.segments.plugin [-] Segment f8322f73-0e1e-4e1e-b01e-56ff282b1cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8322f73-0e1e-4e1e-b01e-56ff282b1cdd found for delete ", "request_id": "req-ba9c4202-4c7a-45c5-be4c-749c26fdec99"}]} [pid: 7|app: 0|req: 279/569] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:26:33 2026] PUT /v2.0/ports/d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 1239 bytes in 527 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: 280/570] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/571] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/572] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/ports?tenant_id=6e1aff9a14384e60939e69edc202345c&device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/573] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/574] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/subnets?id=1d58047a-c24e-4582-9294-225f45f2562d => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/575] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:33 2026] GET /v2.0/ports?network_id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/576] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:34 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/577] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:34 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?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: 291/578] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:32 2026] POST /v2.0/routers => generated 734 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:26:34.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07ae9eeb-9283-404d-a4ad-c2301baaf5a0'] response: {'name': 'network-changed', 'server_uuid': '7bc198ca-83fb-460b-8376-34c7675f0abb', 'tag': 'd79fb5e9-5557-4ac2-b748-f3323aff5906', 'status': 'completed', 'code': 200} 2026-06-24 14:26:34.837 8 INFO neutron.db.segments_db [None req-89898686-551d-4eb6-850f-c4cd382297d6 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment ea4a532e-772c-49a7-843f-9c41c4e11275 of type vxlan for network 4f44acbd-312e-42ae-974f-9194a2d8718f [pid: 8|app: 0|req: 292/579] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:26:34 2026] POST /v2.0/networks => generated 718 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/580] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:34 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/581] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:34 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/582] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/583] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:35 2026] POST /v2.0/subnets => generated 685 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/584] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/585] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/586] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/587] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/ports?tenant_id=6e1aff9a14384e60939e69edc202345c&device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:26:35.375 8 INFO neutron.db.segments_db [None req-57733545-99bf-429a-af32-8ecd5cff8308 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 722805b5-410c-413a-804c-375b0727e2fa of type vxlan for network eb9fbb27-1328-4ee0-9e25-a0c2ab773367 [pid: 7|app: 0|req: 288/588] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:34 2026] PUT /v2.0/routers/5851896f-baa8-43f3-9d7a-561f0029063b/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/589] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/590] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/networks?id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/591] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&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: 292/592] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:26:35.618 8 INFO neutron.db.l3_hamode_db [None req-57733545-99bf-429a-af32-8ecd5cff8308 472dc5dfd7774df2a704c15b12a1b83a c7dc6962ad354cd8adbe185651d36899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 293/593] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 294/594] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/subnets?id=1d58047a-c24e-4582-9294-225f45f2562d => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/595] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 296/596] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/ports?network_id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/597] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/598] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:35 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/599] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:26:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/600] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/601] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/602] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:36 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:36.404 8 INFO neutron.db.l3_hamode_db [None req-57733545-99bf-429a-af32-8ecd5cff8308 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 303/603] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:26:36 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/604] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/606] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 307/607] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/608] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/609] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => 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: 310/610] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/611] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/612] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:26:35 2026] POST /v2.0/routers => generated 725 bytes in 2309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/613] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 313/614] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:37 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 314/615] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:38 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/616] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:38 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 316/617] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:38 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/618] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:38 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/619] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:26:37 2026] PUT /v2.0/routers/115cd660-a58e-40a0-b206-2c657dd280a7/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/620] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:39 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/621] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:26:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/622] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:39 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 304/623] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:39 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/624] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:39 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/626] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:26:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/627] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:26:39 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/628] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/629] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 323/630] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/631] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/632] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2065210814&fields=id&tenant_id=c7dc6962ad354cd8adbe185651d36899 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/633] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/networks?id=4f44acbd-312e-42ae-974f-9194a2d8718f => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/634] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/quotas/c7dc6962ad354cd8adbe185651d36899 => 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: 310/635] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:40 2026] GET /v2.0/ports?tenant_id=c7dc6962ad354cd8adbe185651d36899&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/636] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?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: 311/637] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/638] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 328/639] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1299268781&fields=id&tenant_id=0c966b148fad4b94b43bd91c00a119d8 => 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: 312/640] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 329/641] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/networks?id=9658bfcd-2065-4db7-b644-91c50e56a8ce => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/642] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 330/643] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/quotas/0c966b148fad4b94b43bd91c00a119d8 => 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: 314/644] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/ports?tenant_id=0c966b148fad4b94b43bd91c00a119d8&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/645] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:41 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/646] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:42 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/647] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:26:42 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/648] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:26:42 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/649] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:42 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 317/650] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:42 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 334/651] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 318/652] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/654] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/655] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 320/656] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:43 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 337/657] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/658] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 338/659] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/660] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 323/661] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/662] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 325/663] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:44 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:26:44.898 7 INFO neutron.db.l3_db [None req-d485201b-b5e4-49cf-97c0-6986538251f3 da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] Floating IP ffc054d5-70b5-4003-bc53-ecec08ea2f98 associated. External IP: 10.96.250.213, port: d79fb5e9-5557-4ac2-b748-f3323aff5906. [pid: 7|app: 0|req: 339/666] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:26:44 2026] PUT /v2.0/floatingips/ffc054d5-70b5-4003-bc53-ecec08ea2f98 => generated 856 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:45.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02032c7f-959e-4eca-9d40-e4a552182943'] response: {'name': 'network-changed', 'server_uuid': '7bc198ca-83fb-460b-8376-34c7675f0abb', 'tag': 'd79fb5e9-5557-4ac2-b748-f3323aff5906', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/667] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/668] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 329/669] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/670] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 342/671] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/672] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/networks?id=4f44acbd-312e-42ae-974f-9194a2d8718f => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/673] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/674] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c7dc6962ad354cd8adbe185651d36899 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/675] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 345/676] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/677] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/678] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => 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: 348/679] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:45 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/680] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 332/681] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:26:45 2026] POST /v2.0/ports => generated 958 bytes in 395 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: 350/682] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/683] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:26:46 2026] PUT /v2.0/ports/fe1f2189-ba83-45ff-ae93-294a3dd07133 => generated 1239 bytes in 398 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: 351/684] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/685] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/686] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 335/687] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/688] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 336/689] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:46 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:46.979 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebd9326e-dfb8-4997-bd45-522f79ebf061'] response: {'name': 'network-changed', 'server_uuid': '97716029-e1bd-43cb-b71c-e7380fc80580', 'tag': 'fe1f2189-ba83-45ff-ae93-294a3dd07133', 'status': 'completed', 'code': 200} 2026-06-24 14:26:47.290 7 INFO neutron.db.l3_db [None req-1a109294-9742-41c0-b759-89ee5d1849be f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] Floating IP acbcf778-daa9-48d8-8191-c17f7c59b6d7 associated. External IP: 10.96.250.220, port: 814c8640-2142-4fd4-b1f9-9b82a08d2ff9. [pid: 8|app: 0|req: 337/690] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/ports?tenant_id=c7dc6962ad354cd8adbe185651d36899&device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/691] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:26:46 2026] PUT /v2.0/floatingips/acbcf778-daa9-48d8-8191-c17f7c59b6d7 => generated 855 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/692] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/networks?tenant_id=c7dc6962ad354cd8adbe185651d36899&shared=False => generated 765 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:47.665 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03435627-25a5-4def-a6c2-b3b6649811c2'] response: {'name': 'network-changed', 'server_uuid': '1aca8405-2d1e-45cd-8ede-1db11bb7d46c', 'tag': '814c8640-2142-4fd4-b1f9-9b82a08d2ff9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/693] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/694] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/networks?id=9658bfcd-2065-4db7-b644-91c50e56a8ce => generated 679 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/695] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0c966b148fad4b94b43bd91c00a119d8 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/696] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/697] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 358/698] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:47 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 359/699] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/ports?tenant_id=6e1aff9a14384e60939e69edc202345c&device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/700] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/networks?id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/701] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/702] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/subnets?id=1d58047a-c24e-4582-9294-225f45f2562d => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/703] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:26:47 2026] POST /v2.0/ports => generated 954 bytes in 411 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: 363/704] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/ports?network_id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7&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: 7|app: 0|req: 364/705] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?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: 365/706] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/707] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/ports?tenant_id=c7dc6962ad354cd8adbe185651d36899&device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/708] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=fe1f2189-ba83-45ff-ae93-294a3dd07133 => 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: 342/709] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:26:48 2026] PUT /v2.0/ports/7c373ca4-3a03-4c60-a88c-67cc094c0c2a => generated 1235 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/710] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/subnets?id=76eaf189-7284-4cec-81a5-b6afa5c53918 => generated 688 bytes in 24 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: 343/711] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/ports?network_id=4f44acbd-312e-42ae-974f-9194a2d8718f&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/712] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?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: 344/713] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:48 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?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-06-24 14:26:49.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-153fa77a-d812-4a83-9427-de1a04f7517b'] response: {'name': 'network-changed', 'server_uuid': '87c4725b-95a5-4b81-aac0-942044d47ca3', 'tag': '7c373ca4-3a03-4c60-a88c-67cc094c0c2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/714] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/715] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 371/716] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 346/717] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/718] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/ports?tenant_id=0c966b148fad4b94b43bd91c00a119d8&device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/719] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:26:49 2026] GET /v2.0/networks?tenant_id=0c966b148fad4b94b43bd91c00a119d8&shared=False => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/720] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:26:49 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: 348/721] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/722] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/723] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 350/724] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/725] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/ports?tenant_id=0c966b148fad4b94b43bd91c00a119d8&device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/726] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7c373ca4-3a03-4c60-a88c-67cc094c0c2a => 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: 376/727] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/subnets?id=1e83fcb1-345e-43fa-a205-d97307667ad8 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/728] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/ports?network_id=9658bfcd-2065-4db7-b644-91c50e56a8ce&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/729] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?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: 353/730] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:50 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?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: 378/731] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:51 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 354/732] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:51 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/733] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:51 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/734] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:51 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/735] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:52 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/736] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:52 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 356/737] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:52 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/738] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:52 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&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: 357/739] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:53 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/740] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:53 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/741] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:53 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&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: 358/742] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:53 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/743] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:53 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:54.398 8 INFO neutron.db.l3_db [None req-9515a851-8f0f-4df0-80e4-d755ebae2f4d 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] Floating IP 391cb6fb-95a1-4c70-8ca0-35685e176dd3 associated. External IP: 10.96.250.208, port: fe1f2189-ba83-45ff-ae93-294a3dd07133. [pid: 8|app: 0|req: 359/744] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:26:53 2026] PUT /v2.0/floatingips/391cb6fb-95a1-4c70-8ca0-35685e176dd3 => generated 856 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:54.773 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-970a0bb5-6890-4e84-8737-fee57794ef57'] response: {'name': 'network-changed', 'server_uuid': '97716029-e1bd-43cb-b71c-e7380fc80580', 'tag': 'fe1f2189-ba83-45ff-ae93-294a3dd07133', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/745] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:54 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/746] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:54 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 387/747] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:54 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/748] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:54 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&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: 388/749] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 362/750] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 389/751] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/ports?tenant_id=c7dc6962ad354cd8adbe185651d36899&device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/752] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/networks?id=4f44acbd-312e-42ae-974f-9194a2d8718f => generated 765 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/753] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=fe1f2189-ba83-45ff-ae93-294a3dd07133 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/754] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/subnets?id=76eaf189-7284-4cec-81a5-b6afa5c53918 => generated 688 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/755] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/ports?network_id=4f44acbd-312e-42ae-974f-9194a2d8718f&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/756] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?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: 392/757] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:26:55 2026] GET /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/758] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/759] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/760] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1244 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/761] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/762] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 369/763] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:56 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&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: 395/764] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:57 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/765] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:57 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/766] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:57 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 371/767] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:57 2026] GET /v2.0/security-groups?id=673180cb-5795-40fd-9e07-1e2b6bc7f0c9&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/768] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:26:57 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:57.912 8 INFO neutron_taas.services.taas.taas_plugin [req-a2b43b3e-9b70-43f6-9ecf-3958709c8489 req-ce71fbac-22f3-40c1-bfe2-0d121e60607d 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] TaaS: Handle Delete Port: fe1f2189-ba83-45ff-ae93-294a3dd07133 2026-06-24 14:26:57.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a2b43b3e-9b70-43f6-9ecf-3958709c8489 req-ce71fbac-22f3-40c1-bfe2-0d121e60607d 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] Tap Mirror: Handle Delete Port: fe1f2189-ba83-45ff-ae93-294a3dd07133 2026-06-24 14:26:58.151 8 INFO neutron.db.l3_db [req-a2b43b3e-9b70-43f6-9ecf-3958709c8489 req-ce71fbac-22f3-40c1-bfe2-0d121e60607d 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] Floating IP 391cb6fb-95a1-4c70-8ca0-35685e176dd3 disassociated. External IP: 10.96.250.208, port: fe1f2189-ba83-45ff-ae93-294a3dd07133. [pid: 8|app: 0|req: 372/769] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:26:57 2026] DELETE /v2.0/ports/fe1f2189-ba83-45ff-ae93-294a3dd07133 => generated 0 bytes in 777 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:26:58.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a403066-dab6-4ade-b69a-a6ab9e05d983'] response: {'server_uuid': '97716029-e1bd-43cb-b71c-e7380fc80580', 'name': 'network-vif-deleted', 'tag': 'fe1f2189-ba83-45ff-ae93-294a3dd07133', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 398/770] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:58 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/771] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:58 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/772] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:58 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => 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: 374/773] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:58 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:59.064 7 INFO neutron.db.l3_db [None req-b8460345-9fe3-4840-91fb-aad2373881c8 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] Floating IP a658e2c4-2a8a-4eb7-96a7-00aaf4923031 associated. External IP: 10.96.250.210, port: 7c373ca4-3a03-4c60-a88c-67cc094c0c2a. [pid: 8|app: 0|req: 375/774] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1240 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/775] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:26:58 2026] PUT /v2.0/floatingips/a658e2c4-2a8a-4eb7-96a7-00aaf4923031 => generated 855 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/776] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:26:59.412 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81a49ee7-b6c4-436d-96bc-2c45e73aa9e3'] response: {'name': 'network-changed', 'server_uuid': '87c4725b-95a5-4b81-aac0-942044d47ca3', 'tag': '7c373ca4-3a03-4c60-a88c-67cc094c0c2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 401/777] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/778] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/781] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/782] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/783] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/784] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/ports?tenant_id=0c966b148fad4b94b43bd91c00a119d8&device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/785] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:26:59 2026] GET /v2.0/networks?id=9658bfcd-2065-4db7-b644-91c50e56a8ce => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/786] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7c373ca4-3a03-4c60-a88c-67cc094c0c2a => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/787] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/subnets?id=1e83fcb1-345e-43fa-a205-d97307667ad8 => generated 697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/788] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/ports?network_id=9658bfcd-2065-4db7-b644-91c50e56a8ce&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: 407/789] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?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: 383/790] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/791] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:00 2026] GET /v2.0/ports?device_id=97716029-e1bd-43cb-b71c-e7380fc80580 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/792] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:01 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/793] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:01 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&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: 385/794] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:02 2026] DELETE /v2.0/security-groups/673180cb-5795-40fd-9e07-1e2b6bc7f0c9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:02.141 7 INFO neutron.api.v2.resource [None req-f4a0880e-8222-46c1-acc6-86be19f6d56d 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/795] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:27:02 2026] GET /v2.0/security-groups/673180cb-5795-40fd-9e07-1e2b6bc7f0c9 => 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: 411/796] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:02 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:02.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-537e1d71-c975-4795-a91a-fec6049a6cbb 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] TaaS: Handle Delete Port: c208707c-1f28-4455-8d6e-08a7fc3bd797 [pid: 7|app: 0|req: 412/797] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:02 2026] GET /v2.0/security-groups?id=291f9b31-f9a5-4eb6-ae8f-54aea30c301c&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:02.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-537e1d71-c975-4795-a91a-fec6049a6cbb 4bd75778491f4323b1ae181a18647023 c7dc6962ad354cd8adbe185651d36899 - - default default] Tap Mirror: Handle Delete Port: c208707c-1f28-4455-8d6e-08a7fc3bd797 [pid: 8|app: 0|req: 386/798] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:02 2026] DELETE /v2.0/floatingips/391cb6fb-95a1-4c70-8ca0-35685e176dd3 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/799] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:27:02 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:02.584 7 INFO neutron_taas.services.taas.taas_plugin [req-033aa3b1-e2b0-476e-8f5b-2ced7a21cd10 req-b8c3aa00-c6fb-45ba-9743-c1e3d1851586 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] TaaS: Handle Delete Port: 7c373ca4-3a03-4c60-a88c-67cc094c0c2a 2026-06-24 14:27:02.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-033aa3b1-e2b0-476e-8f5b-2ced7a21cd10 req-b8c3aa00-c6fb-45ba-9743-c1e3d1851586 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] Tap Mirror: Handle Delete Port: 7c373ca4-3a03-4c60-a88c-67cc094c0c2a 2026-06-24 14:27:02.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-95b76830-18f0-4aec-9d15-175c049d7b4f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 5dbd3c1f-25ae-4fe1-b228-40b662a1d26b 2026-06-24 14:27:02.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95b76830-18f0-4aec-9d15-175c049d7b4f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 5dbd3c1f-25ae-4fe1-b228-40b662a1d26b 2026-06-24 14:27:02.803 7 INFO neutron.db.l3_db [req-033aa3b1-e2b0-476e-8f5b-2ced7a21cd10 req-b8c3aa00-c6fb-45ba-9743-c1e3d1851586 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] Floating IP a658e2c4-2a8a-4eb7-96a7-00aaf4923031 disassociated. External IP: 10.96.250.210, port: 7c373ca4-3a03-4c60-a88c-67cc094c0c2a. [pid: 7|app: 0|req: 414/800] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:27:02 2026] DELETE /v2.0/ports/7c373ca4-3a03-4c60-a88c-67cc094c0c2a => generated 0 bytes in 753 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:03.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1eb57dc-a804-4076-b9b7-f6e65470f71e'] response: {'server_uuid': '87c4725b-95a5-4b81-aac0-942044d47ca3', 'name': 'network-vif-deleted', 'tag': '7c373ca4-3a03-4c60-a88c-67cc094c0c2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/801] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:02 2026] PUT /v2.0/routers/115cd660-a58e-40a0-b206-2c657dd280a7/remove_router_interface => generated 309 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/802] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:03 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:03.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-57d4c567-b1c3-404a-a0e4-ea21f73bc4ff 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: e852806a-9af1-46fc-90e2-f370b8a3df82 2026-06-24 14:27:03.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57d4c567-b1c3-404a-a0e4-ea21f73bc4ff 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: e852806a-9af1-46fc-90e2-f370b8a3df82 2026-06-24 14:27:03.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-57d4c567-b1c3-404a-a0e4-ea21f73bc4ff 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 4c482eaa-aa31-4103-a3b4-5a61bca70e68 2026-06-24 14:27:03.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57d4c567-b1c3-404a-a0e4-ea21f73bc4ff 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 4c482eaa-aa31-4103-a3b4-5a61bca70e68 2026-06-24 14:27:04.036 7 INFO neutron.services.segments.plugin [-] Segment 722805b5-410c-413a-804c-375b0727e2fa resource provider aggregate not found 2026-06-24 14:27:04.043 7 INFO neutron.services.segments.plugin [-] Segment 722805b5-410c-413a-804c-375b0727e2fa resource provider aggregate not found 2026-06-24 14:27:04.052 7 INFO neutron.services.segments.plugin [-] Segment 722805b5-410c-413a-804c-375b0727e2fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722805b5-410c-413a-804c-375b0727e2fa found for delete ", "request_id": "req-e7951c82-582f-40bd-8911-9e7afde68ef1"}]} 2026-06-24 14:27:04.061 7 INFO neutron.services.segments.plugin [-] Segment 722805b5-410c-413a-804c-375b0727e2fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722805b5-410c-413a-804c-375b0727e2fa found for delete ", "request_id": "req-ab7ff2b7-e0aa-4869-8b52-a8c5b16dc19f"}]} 2026-06-24 14:27:04.066 7 INFO neutron.db.l3_hamode_db [None req-57d4c567-b1c3-404a-a0e4-ea21f73bc4ff 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network eb9fbb27-1328-4ee0-9e25-a0c2ab773367 was deleted as no HA routers are present in tenant c7dc6962ad354cd8adbe185651d36899. [pid: 7|app: 0|req: 415/803] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:03 2026] DELETE /v2.0/routers/115cd660-a58e-40a0-b206-2c657dd280a7 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/804] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:04 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/805] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:04 2026] DELETE /v2.0/subnets/76eaf189-7284-4cec-81a5-b6afa5c53918 => generated 0 bytes in 462 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:04.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab9b2caf-13ec-44c0-99c1-cf8f8c69e515 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 92cd342e-8658-48ca-b2b4-61d034efb77f 2026-06-24 14:27:04.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab9b2caf-13ec-44c0-99c1-cf8f8c69e515 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 92cd342e-8658-48ca-b2b4-61d034efb77f [pid: 7|app: 0|req: 417/806] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:04 2026] DELETE /v2.0/networks/4f44acbd-312e-42ae-974f-9194a2d8718f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/807] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:04 2026] GET /v2.0/security-groups?tenant_id=c7dc6962ad354cd8adbe185651d36899&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/808] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:04 2026] DELETE /v2.0/security-groups/92d0e4fe-2823-4def-8800-2d1334abdf23 => 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: 391/809] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:05 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:06.070 7 INFO neutron.services.segments.plugin [-] Segment ea4a532e-772c-49a7-843f-9c41c4e11275 resource provider aggregate not found 2026-06-24 14:27:06.085 7 INFO neutron.services.segments.plugin [-] Segment ea4a532e-772c-49a7-843f-9c41c4e11275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4a532e-772c-49a7-843f-9c41c4e11275 found for delete ", "request_id": "req-e8e211c8-33bf-4ff1-9023-e3a383f802ed"}]} 2026-06-24 14:27:06.087 7 INFO neutron.services.segments.plugin [-] Segment ea4a532e-772c-49a7-843f-9c41c4e11275 resource provider aggregate not found 2026-06-24 14:27:06.111 7 INFO neutron.services.segments.plugin [-] Segment ea4a532e-772c-49a7-843f-9c41c4e11275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4a532e-772c-49a7-843f-9c41c4e11275 found for delete ", "request_id": "req-f7c92a35-be51-40d7-853b-f86267832bdd"}]} [pid: 7|app: 0|req: 419/810] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:06 2026] GET /v2.0/ports?device_id=87c4725b-95a5-4b81-aac0-942044d47ca3 => 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: 392/811] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:07 2026] DELETE /v2.0/security-groups/291f9b31-f9a5-4eb6-ae8f-54aea30c301c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:07.888 7 INFO neutron.api.v2.resource [None req-753f86e1-6d68-425d-bf62-57ffb2f114c0 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/812] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:27:07 2026] GET /v2.0/security-groups/291f9b31-f9a5-4eb6-ae8f-54aea30c301c => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:07.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-7792c683-1465-43d7-bd9e-46dc10d237f4 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] TaaS: Handle Delete Port: 5a204618-7f95-4738-9c36-cdf4dd0a263e 2026-06-24 14:27:07.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7792c683-1465-43d7-bd9e-46dc10d237f4 41a17b13f63b4808bb7e1641d265c5d8 0c966b148fad4b94b43bd91c00a119d8 - - default default] Tap Mirror: Handle Delete Port: 5a204618-7f95-4738-9c36-cdf4dd0a263e [pid: 8|app: 0|req: 393/813] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:07 2026] DELETE /v2.0/floatingips/a658e2c4-2a8a-4eb7-96a7-00aaf4923031 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:08.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f6e7432-ad28-4937-a330-0dc6b6bc78cf 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: ca760b58-ef7b-4c16-953c-713e53fedfc5 2026-06-24 14:27:08.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6e7432-ad28-4937-a330-0dc6b6bc78cf 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: ca760b58-ef7b-4c16-953c-713e53fedfc5 [pid: 8|app: 0|req: 394/814] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:08 2026] GET /v2.0/security-groups?tenant_id=6b5fa30974394c118960d9a769b90d74&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/815] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:09 2026] DELETE /v2.0/security-groups/323d6937-4868-4fec-be4a-582343bca02f => 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: 421/816] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:08 2026] PUT /v2.0/routers/5851896f-baa8-43f3-9d7a-561f0029063b/remove_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/817] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:09 2026] GET /v2.0/security-groups?tenant_id=546ae465bbbe4ccfba0e9071b0c5f885&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/818] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:09 2026] DELETE /v2.0/security-groups/424eee08-a0ce-483e-86f9-24c884e3c98f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:09.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-a603b964-7c44-4ad4-ad51-bc3d7ece72d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: d233ba98-029f-4df1-a329-d752f3f7a2a6 2026-06-24 14:27:09.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a603b964-7c44-4ad4-ad51-bc3d7ece72d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: d233ba98-029f-4df1-a329-d752f3f7a2a6 2026-06-24 14:27:09.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-a603b964-7c44-4ad4-ad51-bc3d7ece72d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 209c84db-5880-44f2-9e0e-2927e2430920 2026-06-24 14:27:09.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a603b964-7c44-4ad4-ad51-bc3d7ece72d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 209c84db-5880-44f2-9e0e-2927e2430920 2026-06-24 14:27:10.110 7 INFO neutron.services.segments.plugin [-] Segment e1249941-5bf4-4988-a5cd-18dff2d4c413 resource provider aggregate not found 2026-06-24 14:27:10.116 7 INFO neutron.services.segments.plugin [-] Segment e1249941-5bf4-4988-a5cd-18dff2d4c413 resource provider aggregate not found 2026-06-24 14:27:10.136 7 INFO neutron.services.segments.plugin [-] Segment e1249941-5bf4-4988-a5cd-18dff2d4c413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1249941-5bf4-4988-a5cd-18dff2d4c413 found for delete ", "request_id": "req-f30fb700-af88-47ec-a947-cb3e699f3b23"}]} 2026-06-24 14:27:10.137 7 INFO neutron.services.segments.plugin [-] Segment e1249941-5bf4-4988-a5cd-18dff2d4c413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1249941-5bf4-4988-a5cd-18dff2d4c413 found for delete ", "request_id": "req-0705560a-8236-4731-8f2c-29cfd89c5310"}]} 2026-06-24 14:27:10.154 7 INFO neutron.db.l3_hamode_db [None req-a603b964-7c44-4ad4-ad51-bc3d7ece72d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network f6a958af-ee28-4e00-a86c-cd8b620974e5 was deleted as no HA routers are present in tenant 0c966b148fad4b94b43bd91c00a119d8. [pid: 7|app: 0|req: 422/819] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:09 2026] DELETE /v2.0/routers/5851896f-baa8-43f3-9d7a-561f0029063b => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/820] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:10 2026] DELETE /v2.0/subnets/1e83fcb1-345e-43fa-a205-d97307667ad8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:10.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f4682e8-ca7b-4c4f-aaeb-cce27246bb78 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: dabaa255-2f64-4216-8a1b-7eb3bcc4f058 2026-06-24 14:27:10.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f4682e8-ca7b-4c4f-aaeb-cce27246bb78 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: dabaa255-2f64-4216-8a1b-7eb3bcc4f058 [pid: 7|app: 0|req: 423/821] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:10 2026] DELETE /v2.0/networks/9658bfcd-2065-4db7-b644-91c50e56a8ce => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/822] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:10 2026] GET /v2.0/security-groups?tenant_id=0c966b148fad4b94b43bd91c00a119d8&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/823] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:10 2026] DELETE /v2.0/security-groups/416989fd-3332-4971-a1fc-efc3adbd5a50 => 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: 400/824] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:11 2026] GET /v2.0/security-groups?tenant_id=7d1c0a729fec4d738dad4d7b30501445&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:12.165 7 INFO neutron.services.segments.plugin [-] Segment 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 resource provider aggregate not found 2026-06-24 14:27:12.171 7 INFO neutron.services.segments.plugin [-] Segment 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 resource provider aggregate not found 2026-06-24 14:27:12.190 7 INFO neutron.services.segments.plugin [-] Segment 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 found for delete ", "request_id": "req-ee848594-5c88-45a3-a97b-d1e989a8af7b"}]} 2026-06-24 14:27:12.196 7 INFO neutron.services.segments.plugin [-] Segment 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3060b9-b14b-4e35-8f57-c3e54e93e4c1 found for delete ", "request_id": "req-13c347b6-fc84-4724-82ba-cb1db62337bf"}]} [pid: 7|app: 0|req: 425/825] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:12 2026] DELETE /v2.0/security-groups/d8a91fc5-785d-4f1f-a43f-91d91d59ba99 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:12.906 8 INFO neutron.db.segments_db [None req-32790776-fd6c-401c-a346-4234f1c49d1b 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 of type vxlan for network d95c087a-a64f-46d4-bc71-5b886bedf91a [pid: 8|app: 0|req: 401/826] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:27:12 2026] POST /v2.0/networks => generated 724 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/827] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:12 2026] POST /v2.0/subnets => generated 691 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:13.228 8 INFO neutron.db.segments_db [None req-218dda23-c881-4b1a-a383-cda1a26dd6a7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment fa04eeae-85f8-4507-8a69-61eddb6a88b6 of type vxlan for network 0cfebdc5-da9a-4078-a316-abea89060cdf 2026-06-24 14:27:13.483 8 INFO neutron.db.l3_hamode_db [None req-218dda23-c881-4b1a-a383-cda1a26dd6a7 472dc5dfd7774df2a704c15b12a1b83a 49ca4cb730f746b4b7353689ed8f5067 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 427/828] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:13 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/829] 10.0.0.103 () {32 vars in 653 bytes} [Wed Jun 24 14:27:13 2026] GET /v2.0/extensions => generated 21537 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/830] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/ports/d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 972 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/831] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 431/832] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 432/833] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/834] 10.0.0.103 () {32 vars in 665 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/835] 10.0.0.103 () {32 vars in 699 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/836] 10.0.0.103 () {32 vars in 697 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/837] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/838] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/839] 10.0.0.103 () {32 vars in 703 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/840] 10.0.0.103 () {32 vars in 693 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/841] 10.0.0.103 () {32 vars in 695 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/842] 10.0.0.103 () {32 vars in 685 bytes} [Wed Jun 24 14:27:14 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: 442/843] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/844] 10.0.0.103 () {32 vars in 661 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/845] 10.0.0.103 () {32 vars in 699 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/846] 10.0.0.103 () {32 vars in 679 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:14.207 8 INFO neutron.db.l3_hamode_db [None req-218dda23-c881-4b1a-a383-cda1a26dd6a7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 446/847] 10.0.0.103 () {32 vars in 683 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/848] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/849] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/850] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/851] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/852] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/853] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/854] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/855] 10.0.0.103 () {32 vars in 699 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/856] 10.0.0.103 () {32 vars in 679 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/857] 10.0.0.103 () {32 vars in 667 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/858] 10.0.0.103 () {32 vars in 677 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/859] 10.0.0.103 () {32 vars in 665 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/860] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/861] 10.0.0.103 () {32 vars in 713 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/862] 10.0.0.103 () {32 vars in 691 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/863] 10.0.0.103 () {32 vars in 683 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/864] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/865] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/866] 10.0.0.103 () {32 vars in 705 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/867] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/868] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/869] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/870] 10.0.0.103 () {32 vars in 693 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/871] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/872] 10.0.0.103 () {32 vars in 709 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/873] 10.0.0.103 () {32 vars in 705 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/874] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/875] 10.0.0.103 () {32 vars in 697 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/876] 10.0.0.103 () {32 vars in 711 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/877] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/878] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/879] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/880] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/881] 10.0.0.103 () {32 vars in 671 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/882] 10.0.0.103 () {32 vars in 661 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/883] 10.0.0.103 () {32 vars in 699 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/884] 10.0.0.103 () {32 vars in 699 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/885] 10.0.0.103 () {32 vars in 677 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/886] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/887] 10.0.0.103 () {32 vars in 683 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/888] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/889] 10.0.0.103 () {32 vars in 685 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 489/890] 10.0.0.103 () {32 vars in 707 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/891] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 491/892] 10.0.0.103 () {32 vars in 697 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/893] 10.0.0.103 () {32 vars in 695 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/894] 10.0.0.103 () {32 vars in 685 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 494/895] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/896] 10.0.0.103 () {32 vars in 705 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/897] 10.0.0.103 () {32 vars in 667 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/898] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/899] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/900] 10.0.0.103 () {32 vars in 691 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/901] 10.0.0.103 () {32 vars in 691 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/902] 10.0.0.103 () {32 vars in 695 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/903] 10.0.0.103 () {32 vars in 685 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 503/904] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/905] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:14 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: 7|app: 0|req: 505/906] 199.19.213.66 () {34 vars in 999 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/subnets?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/907] 10.0.0.103 () {32 vars in 703 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/910] 199.19.213.66 () {34 vars in 1145 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb&device_owner=compute%3Anova&network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/911] 10.0.0.103 () {32 vars in 713 bytes} [Wed Jun 24 14:27:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/912] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:13 2026] POST /v2.0/routers => generated 731 bytes in 1815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/913] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:15 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: 7|app: 0|req: 511/914] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:27:14 2026] PUT /v2.0/ports/d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 1153 bytes in 437 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: 512/915] 10.0.0.103 () {32 vars in 715 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/916] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/917] 10.0.0.103 () {32 vars in 741 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/918] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/919] 10.0.0.103 () {32 vars in 683 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:15.243 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-258ef8bb-f61b-4f70-ac76-b65a5344ee72'] response: {'name': 'network-changed', 'server_uuid': '7bc198ca-83fb-460b-8376-34c7675f0abb', 'tag': 'd79fb5e9-5557-4ac2-b748-f3323aff5906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 517/920] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/921] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/922] 10.0.0.103 () {32 vars in 679 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/923] 10.0.0.103 () {32 vars in 669 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/924] 10.0.0.103 () {32 vars in 697 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/925] 10.0.0.103 () {32 vars in 705 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/926] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/927] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/subnet-external-network => 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: 525/928] 10.0.0.103 () {32 vars in 683 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/929] 10.0.0.103 () {32 vars in 705 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/930] 10.0.0.103 () {32 vars in 695 bytes} [Wed Jun 24 14:27:15 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: 7|app: 0|req: 528/931] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/932] 10.0.0.103 () {32 vars in 697 bytes} [Wed Jun 24 14:27:15 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: 530/933] 10.0.0.103 () {32 vars in 679 bytes} [Wed Jun 24 14:27:15 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: 531/934] 10.0.0.103 () {32 vars in 689 bytes} [Wed Jun 24 14:27:15 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: 532/935] 10.0.0.103 () {32 vars in 701 bytes} [Wed Jun 24 14:27:15 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: 533/936] 10.0.0.103 () {32 vars in 665 bytes} [Wed Jun 24 14:27:15 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: 534/937] 10.0.0.103 () {32 vars in 681 bytes} [Wed Jun 24 14:27:15 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: 535/938] 10.0.0.103 () {32 vars in 677 bytes} [Wed Jun 24 14:27:15 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: 536/939] 10.0.0.103 () {32 vars in 693 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/940] 10.0.0.103 () {32 vars in 677 bytes} [Wed Jun 24 14:27:15 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: 538/941] 10.0.0.103 () {32 vars in 667 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/942] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/943] 10.0.0.103 () {32 vars in 675 bytes} [Wed Jun 24 14:27:15 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: 7|app: 0|req: 541/944] 10.0.0.103 () {32 vars in 687 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/945] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1425 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/946] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/947] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/948] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => 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: 546/949] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/950] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&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: 404/951] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:15 2026] PUT /v2.0/routers/cdf120f4-32a8-42a6-955c-77d542550def/add_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/952] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 406/953] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 407/954] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/955] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 548/956] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:15 2026] GET /v2.0/security-groups?tenant_id=3c3a3c8d23024813a5f36fc3f155b18f&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/957] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 410/958] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/959] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:16 2026] DELETE /v2.0/security-groups/5971b7fe-2aeb-42f5-bb89-44b727a03443 => 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: 411/960] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1156 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/961] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/962] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/963] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:16 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/964] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:27:16 2026] POST /v2.0/security-groups => generated 1659 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/965] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:27:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/966] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:27:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/967] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1425 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/968] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/969] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/970] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => 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: 557/971] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/972] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/973] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 560/974] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 415/975] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:27:17 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/976] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/977] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:17 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/978] 199.19.213.66 () {34 vars in 1119 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1156 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/979] 10.0.0.113 () {34 vars in 1098 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--931147170&fields=id&tenant_id=49ca4cb730f746b4b7353689ed8f5067 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:18.394 8 INFO neutron.db.segments_db [None req-0a48cc60-5916-4ef9-b52e-6b17ced3cdcb 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Added segment 7d2a0baf-6d78-479d-bf07-251b437cd8a2 of type vxlan for network 4fb193e8-cc6f-4876-9b7d-958d53ea0c26 [pid: 8|app: 0|req: 417/980] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:18 2026] POST /v2.0/networks => generated 631 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/981] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/ports?tenant_id=6e1aff9a14384e60939e69edc202345c&device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/982] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks?id=d95c087a-a64f-46d4-bc71-5b886bedf91a => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/983] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:27:18 2026] PUT /v2.0/ports/d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 972 bytes in 494 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-06-24 14:27:18.693 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfedbcec-dac9-4029-8567-6c1f62699d91'] response: {'name': 'network-changed', 'server_uuid': '7bc198ca-83fb-460b-8376-34c7675f0abb', 'tag': 'd79fb5e9-5557-4ac2-b748-f3323aff5906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/984] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks?id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/985] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/quotas/49ca4cb730f746b4b7353689ed8f5067 => 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: 567/986] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/987] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:18 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/988] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/ports?tenant_id=49ca4cb730f746b4b7353689ed8f5067&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/989] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/subnets?id=1d58047a-c24e-4582-9294-225f45f2562d => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:18.868 7 INFO neutron.db.segments_db [None req-8dc11cd8-ddd9-493c-8e45-ad11d9240a2b 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Added segment 6657faa1-0ec7-4049-a1eb-91b39ebd13cb of type vxlan for network 7407b604-0ed1-4b5a-9a62-2ebdc1cc310c [pid: 8|app: 0|req: 422/990] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?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: 423/991] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/ports?network_id=3f4c8f5b-5c46-4815-929b-54b89cd1e5c7&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: 8|app: 0|req: 424/992] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?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: 425/993] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/994] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:18 2026] GET /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7?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: 8|app: 0|req: 427/995] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 428/996] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:19.109 7 INFO neutron.db.l3_hamode_db [None req-8dc11cd8-ddd9-493c-8e45-ad11d9240a2b 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 429/997] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/998] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/999] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/1000] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/1001] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/1002] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/1003] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 436/1004] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:19 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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-06-24 14:27:19.926 7 INFO neutron.db.l3_hamode_db [None req-8dc11cd8-ddd9-493c-8e45-ad11d9240a2b 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 437/1005] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 438/1006] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/1007] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 440/1008] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 441/1009] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/1010] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/ports?tenant_id=980b31c19428414380852f8bc0ae57ee&device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/1011] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/networks?id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/1012] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/1013] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/subnets?id=53f161d0-bad2-42e4-8860-539dffd6c316 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/1014] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/ports?network_id=1a8953c1-1fa5-4260-a937-3fb1d948ffb8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/1015] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 448/1016] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:20 2026] GET /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8?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: 7|app: 0|req: 569/1017] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:18 2026] POST /v2.0/routers => generated 694 bytes in 1965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1018] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:21 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1019] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:21 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1020] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:21 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 573/1021] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:21 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 574/1022] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:21 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1023] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:20 2026] PUT /v2.0/routers/ab1c886a-b8cb-4e94-b1bc-645e97c2576a/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1024] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 576/1025] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 577/1026] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1027] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/security-groups?id=d22b63dd-5076-435c-a486-9904bf371778&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: 579/1028] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1029] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/1030] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:22 2026] POST /v2.0/ports => generated 958 bytes in 348 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: 451/1031] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:27:22 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:23.003 8 INFO neutron_taas.services.taas.taas_plugin [req-3f26cb34-4219-4d6e-888b-8daed2ee81d8 req-abcba9d0-4818-429c-b1e5-b9ec3602eb5e da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] TaaS: Handle Delete Port: d79fb5e9-5557-4ac2-b748-f3323aff5906 2026-06-24 14:27:23.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3f26cb34-4219-4d6e-888b-8daed2ee81d8 req-abcba9d0-4818-429c-b1e5-b9ec3602eb5e da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] Tap Mirror: Handle Delete Port: d79fb5e9-5557-4ac2-b748-f3323aff5906 2026-06-24 14:27:23.125 8 INFO neutron.db.l3_db [req-3f26cb34-4219-4d6e-888b-8daed2ee81d8 req-abcba9d0-4818-429c-b1e5-b9ec3602eb5e da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] Floating IP ffc054d5-70b5-4003-bc53-ecec08ea2f98 disassociated. External IP: 10.96.250.213, port: d79fb5e9-5557-4ac2-b748-f3323aff5906. 2026-06-24 14:27:23.314 7 INFO neutron.db.l3_db [None req-f6fdbf4b-04e5-4823-9385-5e937ca83805 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Floating IP 6fa5ea99-eedf-41cc-9609-49968b6aa5ed associated. External IP: 10.96.250.212, port: 53f92de8-17ad-4bbc-9e59-a9fa7538b76e. [pid: 8|app: 0|req: 452/1032] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:27:22 2026] DELETE /v2.0/ports/d79fb5e9-5557-4ac2-b748-f3323aff5906 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:23.498 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8644455-dc35-47bc-b78a-82473abb19d7'] response: {'server_uuid': '7bc198ca-83fb-460b-8376-34c7675f0abb', 'name': 'network-vif-deleted', 'tag': 'd79fb5e9-5557-4ac2-b748-f3323aff5906', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 453/1033] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:23 2026] GET /v2.0/networks?id=d95c087a-a64f-46d4-bc71-5b886bedf91a => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/1034] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:23 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 455/1035] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:27:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=49ca4cb730f746b4b7353689ed8f5067 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1036] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:23 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 581/1037] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:27:22 2026] POST /v2.0/floatingips => generated 842 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:23.786 7 INFO neutron.db.l3_db [None req-d855311d-b493-4851-9b20-6b141c08032c 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Floating IP 6fa5ea99-eedf-41cc-9609-49968b6aa5ed disassociated. External IP: 10.96.250.212, port: 53f92de8-17ad-4bbc-9e59-a9fa7538b76e. [pid: 8|app: 0|req: 457/1038] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:27:23 2026] POST /v2.0/ports => generated 958 bytes in 406 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: 582/1039] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:27:23 2026] PUT /v2.0/floatingips/6fa5ea99-eedf-41cc-9609-49968b6aa5ed => generated 552 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1040] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:24.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-5503e1df-b8ac-46f0-88e7-2c461d1956df 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 09b71496-3e38-489f-b7c5-97d53ee7d859 2026-06-24 14:27:24.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5503e1df-b8ac-46f0-88e7-2c461d1956df 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 09b71496-3e38-489f-b7c5-97d53ee7d859 [pid: 8|app: 0|req: 459/1041] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:24 2026] DELETE /v2.0/floatingips/6fa5ea99-eedf-41cc-9609-49968b6aa5ed => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1042] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1043] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:27:24 2026] PUT /v2.0/ports/44d28da0-fa14-4280-9fae-bd356d8e51d1 => generated 1239 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:24.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76991a3d-4210-4084-b098-84efc2dab100'] response: {'name': 'network-changed', 'server_uuid': 'cb833764-fdda-42d2-be7f-33401105ae8a', 'tag': '44d28da0-fa14-4280-9fae-bd356d8e51d1', '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: 584/1044] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 585/1045] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 586/1046] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1047] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/ports?tenant_id=49ca4cb730f746b4b7353689ed8f5067&device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1048] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:27:24 2026] GET /v2.0/networks?tenant_id=49ca4cb730f746b4b7353689ed8f5067&shared=False => generated 771 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1049] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:25.065 8 INFO neutron.db.l3_db [None req-e519a235-2800-4017-9795-fdcbb70a98a7 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Floating IP 580c0bf6-f253-442f-8266-328cf84104f6 associated. External IP: 10.96.250.217, port: 8a90ea02-9ea0-4e06-b835-5287b0545ba8. [pid: 8|app: 0|req: 461/1050] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:27:24 2026] POST /v2.0/floatingips => generated 842 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1051] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/floatingips/580c0bf6-f253-442f-8266-328cf84104f6 => generated 842 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1052] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1053] 10.0.0.103 () {32 vars in 655 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/floatingips => generated 845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1054] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1055] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/ports?device_id=7bc198ca-83fb-460b-8376-34c7675f0abb => 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: 465/1056] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 466/1057] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:25 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:25.906 7 INFO neutron.db.l3_db [None req-15a72a07-47bd-43d9-9484-4c1109cb8158 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Floating IP 580c0bf6-f253-442f-8266-328cf84104f6 associated. External IP: 10.96.250.217, port: 8a90ea02-9ea0-4e06-b835-5287b0545ba8. [pid: 8|app: 0|req: 467/1058] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/ports?tenant_id=49ca4cb730f746b4b7353689ed8f5067&device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 468/1059] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=44d28da0-fa14-4280-9fae-bd356d8e51d1 => 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: 469/1060] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/subnets?id=994da5df-417d-438f-bceb-37ce4521a225 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1061] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/ports?network_id=d95c087a-a64f-46d4-bc71-5b886bedf91a&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1062] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1063] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?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: 592/1064] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:27:25 2026] PUT /v2.0/floatingips/580c0bf6-f253-442f-8266-328cf84104f6 => generated 842 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:26.634 8 INFO neutron.db.l3_db [None req-2f55bb0d-fffc-4e96-be28-92baf1706339 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Floating IP 580c0bf6-f253-442f-8266-328cf84104f6 disassociated. External IP: 10.96.250.217, port: 53f92de8-17ad-4bbc-9e59-a9fa7538b76e. [pid: 7|app: 0|req: 593/1065] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1066] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:26 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1067] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:27:26 2026] PUT /v2.0/floatingips/580c0bf6-f253-442f-8266-328cf84104f6 => generated 552 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1068] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:27 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1069] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:26 2026] DELETE /v2.0/security-groups/d22b63dd-5076-435c-a486-9904bf371778 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1070] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:27 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:27.095 7 INFO neutron.api.v2.resource [None req-5bec026f-01d6-451e-9b5b-21903e84c261 da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1071] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:27:27 2026] GET /v2.0/security-groups/d22b63dd-5076-435c-a486-9904bf371778 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:27.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-04fbd9a1-9796-43f5-92be-03f6a625ab4c 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 37f70e02-2422-463a-a622-d8dfe6601b37 2026-06-24 14:27:27.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04fbd9a1-9796-43f5-92be-03f6a625ab4c 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 37f70e02-2422-463a-a622-d8dfe6601b37 2026-06-24 14:27:27.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-90c26b27-96da-48d6-9ff4-8df26f216385 da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] TaaS: Handle Delete Port: af997b6b-82a4-4da3-a561-204279b62a5b 2026-06-24 14:27:27.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90c26b27-96da-48d6-9ff4-8df26f216385 da1caae847424ce5881165b720d5660a 980b31c19428414380852f8bc0ae57ee - - default default] Tap Mirror: Handle Delete Port: af997b6b-82a4-4da3-a561-204279b62a5b [pid: 8|app: 0|req: 475/1072] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:27 2026] DELETE /v2.0/floatingips/580c0bf6-f253-442f-8266-328cf84104f6 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:27.349 8 INFO neutron.api.v2.resource [None req-22dcfe1b-b07a-455d-8e65-38ad3ea67630 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 476/1073] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:27 2026] DELETE /v2.0/floatingips/580c0bf6-f253-442f-8266-328cf84104f6 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1074] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:27 2026] DELETE /v2.0/floatingips/ffc054d5-70b5-4003-bc53-ecec08ea2f98 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:27.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cda66a0-8e40-4589-8f5c-be752b0b5fb5 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 53f92de8-17ad-4bbc-9e59-a9fa7538b76e 2026-06-24 14:27:27.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cda66a0-8e40-4589-8f5c-be752b0b5fb5 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 53f92de8-17ad-4bbc-9e59-a9fa7538b76e [pid: 8|app: 0|req: 477/1075] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:27 2026] DELETE /v2.0/ports/53f92de8-17ad-4bbc-9e59-a9fa7538b76e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:27.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3f100e1-1a92-483d-926e-b4cbbd691211 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 8a90ea02-9ea0-4e06-b835-5287b0545ba8 2026-06-24 14:27:27.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3f100e1-1a92-483d-926e-b4cbbd691211 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 8a90ea02-9ea0-4e06-b835-5287b0545ba8 2026-06-24 14:27:27.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ccae12f-8a0b-4437-8e84-6239ed6d71e1 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 1733f774-abe6-411b-9188-815803cb1e5f 2026-06-24 14:27:27.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ccae12f-8a0b-4437-8e84-6239ed6d71e1 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 1733f774-abe6-411b-9188-815803cb1e5f [pid: 8|app: 0|req: 478/1076] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:27 2026] DELETE /v2.0/ports/8a90ea02-9ea0-4e06-b835-5287b0545ba8 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1077] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:27 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 480/1078] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:27:27 2026] GET /v2.0/ports?device_id=ab1c886a-b8cb-4e94-b1bc-645e97c2576a => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1079] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:28 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1080] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:27 2026] PUT /v2.0/routers/54dfae03-188a-4bab-b3a5-3fde715c452a/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1081] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:28 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:28.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7610b30-0ab1-41dc-98ed-3b3660452e1d 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: a5369b92-5a45-4281-89b6-2af5c0a5bc78 2026-06-24 14:27:28.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7610b30-0ab1-41dc-98ed-3b3660452e1d 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: a5369b92-5a45-4281-89b6-2af5c0a5bc78 2026-06-24 14:27:28.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-b13dc5c8-48db-41fd-8a39-5738af4ea9c2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 813aeca7-389f-4f96-8c75-f04ba912def6 2026-06-24 14:27:28.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b13dc5c8-48db-41fd-8a39-5738af4ea9c2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 813aeca7-389f-4f96-8c75-f04ba912def6 2026-06-24 14:27:28.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-b13dc5c8-48db-41fd-8a39-5738af4ea9c2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 21004cb3-588e-4096-b2a0-84111853abba 2026-06-24 14:27:28.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b13dc5c8-48db-41fd-8a39-5738af4ea9c2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 21004cb3-588e-4096-b2a0-84111853abba [pid: 8|app: 0|req: 482/1082] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:28 2026] PUT /v2.0/routers/ab1c886a-b8cb-4e94-b1bc-645e97c2576a/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1083] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:28 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:29.042 7 INFO neutron.services.segments.plugin [-] Segment 3a29045b-c310-46e3-9a87-077d56dce65d resource provider aggregate not found 2026-06-24 14:27:29.056 7 INFO neutron.services.segments.plugin [-] Segment 3a29045b-c310-46e3-9a87-077d56dce65d resource provider aggregate not found 2026-06-24 14:27:29.074 7 INFO neutron.services.segments.plugin [-] Segment 3a29045b-c310-46e3-9a87-077d56dce65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a29045b-c310-46e3-9a87-077d56dce65d found for delete ", "request_id": "req-29a69be2-acf5-43c7-a00b-9dbe0564c258"}]} 2026-06-24 14:27:29.074 7 INFO neutron.db.l3_hamode_db [None req-b13dc5c8-48db-41fd-8a39-5738af4ea9c2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network 58f3ebbb-f817-4c00-9a2b-89ca119552c3 was deleted as no HA routers are present in tenant 980b31c19428414380852f8bc0ae57ee. 2026-06-24 14:27:29.079 7 INFO neutron.services.segments.plugin [-] Segment 3a29045b-c310-46e3-9a87-077d56dce65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a29045b-c310-46e3-9a87-077d56dce65d found for delete ", "request_id": "req-c7ecf6dc-d173-46f7-b0e3-264f39932310"}]} [pid: 7|app: 0|req: 601/1084] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:28 2026] DELETE /v2.0/routers/54dfae03-188a-4bab-b3a5-3fde715c452a => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:29.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-63d0f089-23df-4181-b568-47ed02942109 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 9836077f-1019-47e2-94f8-a127a949ee5b 2026-06-24 14:27:29.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d0f089-23df-4181-b568-47ed02942109 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 9836077f-1019-47e2-94f8-a127a949ee5b [pid: 7|app: 0|req: 602/1085] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:29 2026] DELETE /v2.0/subnets/53f161d0-bad2-42e4-8860-539dffd6c316 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:29.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0297c6b-bb96-4acf-a7dd-f776b80813d2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 49b61c6a-9da1-4fd6-a658-14c49df6362f 2026-06-24 14:27:29.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0297c6b-bb96-4acf-a7dd-f776b80813d2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 49b61c6a-9da1-4fd6-a658-14c49df6362f 2026-06-24 14:27:29.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-63d0f089-23df-4181-b568-47ed02942109 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] TaaS: Handle Delete Port: 6fb4b9ed-8a27-413b-8914-71e537c1371b 2026-06-24 14:27:29.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d0f089-23df-4181-b568-47ed02942109 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] Tap Mirror: Handle Delete Port: 6fb4b9ed-8a27-413b-8914-71e537c1371b [pid: 7|app: 0|req: 603/1086] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:29 2026] DELETE /v2.0/networks/1a8953c1-1fa5-4260-a937-3fb1d948ffb8 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1087] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:29 2026] GET /v2.0/security-groups?tenant_id=980b31c19428414380852f8bc0ae57ee&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1088] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:29 2026] DELETE /v2.0/security-groups/5d27182e-4657-4313-857e-3fdd1a3a60a5 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:29.868 8 INFO neutron.services.segments.plugin [-] Segment 6657faa1-0ec7-4049-a1eb-91b39ebd13cb resource provider aggregate not found 2026-06-24 14:27:29.882 8 INFO neutron.services.segments.plugin [-] Segment 6657faa1-0ec7-4049-a1eb-91b39ebd13cb resource provider aggregate not found 2026-06-24 14:27:29.890 8 INFO neutron.services.segments.plugin [-] Segment 6657faa1-0ec7-4049-a1eb-91b39ebd13cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6657faa1-0ec7-4049-a1eb-91b39ebd13cb found for delete ", "request_id": "req-f6cbea65-2dd1-423b-9311-575047213a97"}]} 2026-06-24 14:27:29.907 8 INFO neutron.services.segments.plugin [-] Segment 6657faa1-0ec7-4049-a1eb-91b39ebd13cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6657faa1-0ec7-4049-a1eb-91b39ebd13cb found for delete ", "request_id": "req-940f1a7c-0ad0-4ff5-8a45-19d5c6ab5f96"}]} 2026-06-24 14:27:29.910 8 INFO neutron.db.l3_hamode_db [None req-63d0f089-23df-4181-b568-47ed02942109 4be44ea9ce0e4ed1bad003a93c4ad8d2 969d6cd9bb13449eae9b180f10e7b9e8 - - default default] HA network 7407b604-0ed1-4b5a-9a62-2ebdc1cc310c was deleted as no HA routers are present in tenant 969d6cd9bb13449eae9b180f10e7b9e8. [pid: 8|app: 0|req: 484/1091] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:28 2026] DELETE /v2.0/routers/ab1c886a-b8cb-4e94-b1bc-645e97c2576a => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1092] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:29 2026] DELETE /v2.0/subnets/5010a24e-f073-4f53-8224-d588013c1d6a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1093] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:30 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1094] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:30 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1095] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:30 2026] DELETE /v2.0/networks/4fb193e8-cc6f-4876-9b7d-958d53ea0c26 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1096] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:30 2026] GET /v2.0/security-groups?tenant_id=969d6cd9bb13449eae9b180f10e7b9e8&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: 486/1097] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:30 2026] DELETE /v2.0/security-groups/68dbe7ed-6a48-4a21-81c6-67b31e30fd62 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:31.093 7 INFO neutron.services.segments.plugin [-] Segment c3954d44-45c4-4245-9f12-218bc7ce9e8f resource provider aggregate not found 2026-06-24 14:27:31.096 7 INFO neutron.services.segments.plugin [-] Segment c3954d44-45c4-4245-9f12-218bc7ce9e8f resource provider aggregate not found 2026-06-24 14:27:31.107 7 INFO neutron.services.segments.plugin [-] Segment c3954d44-45c4-4245-9f12-218bc7ce9e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3954d44-45c4-4245-9f12-218bc7ce9e8f found for delete ", "request_id": "req-ff571f68-9f0a-42eb-b4da-a21d3fa02272"}]} 2026-06-24 14:27:31.115 7 INFO neutron.services.segments.plugin [-] Segment c3954d44-45c4-4245-9f12-218bc7ce9e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3954d44-45c4-4245-9f12-218bc7ce9e8f found for delete ", "request_id": "req-f0ddc99c-aa45-4a6b-a241-43cf3e621c0e"}]} [pid: 7|app: 0|req: 612/1098] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:31 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1099] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:31 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1100] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:31 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:31.767 8 INFO neutron.db.l3_db [None req-e7fb24f0-084c-4ef6-b885-69003f2f2b94 d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] Floating IP a6f3da6b-4585-4087-bbba-98f9311f29a7 associated. External IP: 10.96.250.218, port: 44d28da0-fa14-4280-9fae-bd356d8e51d1. 2026-06-24 14:27:31.915 8 INFO neutron.services.segments.plugin [-] Segment 7d2a0baf-6d78-479d-bf07-251b437cd8a2 resource provider aggregate not found 2026-06-24 14:27:31.930 8 INFO neutron.services.segments.plugin [-] Segment 7d2a0baf-6d78-479d-bf07-251b437cd8a2 resource provider aggregate not found 2026-06-24 14:27:31.935 8 INFO neutron.services.segments.plugin [-] Segment 7d2a0baf-6d78-479d-bf07-251b437cd8a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2a0baf-6d78-479d-bf07-251b437cd8a2 found for delete ", "request_id": "req-cb70a761-96f9-4813-b575-19534a3cb631"}]} 2026-06-24 14:27:31.957 8 INFO neutron.services.segments.plugin [-] Segment 7d2a0baf-6d78-479d-bf07-251b437cd8a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2a0baf-6d78-479d-bf07-251b437cd8a2 found for delete ", "request_id": "req-297bfcbf-cfe2-4d1c-82bd-78a95f577dde"}]} [pid: 8|app: 0|req: 488/1101] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:27:31 2026] PUT /v2.0/floatingips/a6f3da6b-4585-4087-bbba-98f9311f29a7 => generated 856 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:32.160 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea611587-f8c0-4db9-81a8-040285a17d2b'] response: {'name': 'network-changed', 'server_uuid': 'cb833764-fdda-42d2-be7f-33401105ae8a', 'tag': '44d28da0-fa14-4280-9fae-bd356d8e51d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 614/1102] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1103] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1104] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 490/1105] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1106] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/ports?tenant_id=49ca4cb730f746b4b7353689ed8f5067&device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 491/1107] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/networks?id=d95c087a-a64f-46d4-bc71-5b886bedf91a => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1108] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=44d28da0-fa14-4280-9fae-bd356d8e51d1 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1109] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/subnets?id=994da5df-417d-438f-bceb-37ce4521a225 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1110] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/ports?network_id=d95c087a-a64f-46d4-bc71-5b886bedf91a&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: 493/1111] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1112] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:27:32 2026] GET /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:33.273 8 INFO neutron.db.segments_db [None req-2ee78f55-58ae-4fed-813c-8dd352533176 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Added segment 0650dd3b-af9f-4c8c-9122-5788a710a608 of type vxlan for network f6a92a96-03a4-49d9-8d83-4c00dca35969 [pid: 8|app: 0|req: 494/1113] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:32 2026] POST /v2.0/networks => generated 630 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1114] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:33 2026] POST /v2.0/ports => generated 778 bytes in 323 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: 495/1115] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:33 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:33.742 7 INFO neutron.db.segments_db [None req-737fe74c-ca67-49f1-becb-e4c1312cd066 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Added segment 96104a7d-412d-493b-b446-a3e1299d03fe of type vxlan for network e00707e8-6114-4bf1-8e2f-df5869f48e5a [pid: 8|app: 0|req: 496/1116] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:33 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1117] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:33 2026] POST /v2.0/networks => generated 616 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1118] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:33 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1119] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:34 2026] POST /v2.0/ports => generated 962 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:34.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c99b392-f9f9-4f5a-a5ae-fafb2cca39da f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] TaaS: Handle Delete Port: 33929cb2-c8b4-44fe-8c91-ab14a48f7ed2 2026-06-24 14:27:34.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c99b392-f9f9-4f5a-a5ae-fafb2cca39da f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Tap Mirror: Handle Delete Port: 33929cb2-c8b4-44fe-8c91-ab14a48f7ed2 [pid: 8|app: 0|req: 498/1120] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:34 2026] DELETE /v2.0/ports/33929cb2-c8b4-44fe-8c91-ab14a48f7ed2 => generated 0 bytes in 232 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-06-24 14:27:34.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46743520-b579-4e2e-83d7-fe1bcebb45be f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1121] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:34 2026] DELETE /v2.0/ports/33929cb2-c8b4-44fe-8c91-ab14a48f7ed2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:34.640 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a46099bc-0734-4a83-950d-81eddae483ac f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/1122] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:34 2026] GET /v2.0/ports/33929cb2-c8b4-44fe-8c91-ab14a48f7ed2 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1123] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:34 2026] DELETE /v2.0/subnets/9a263efc-51a2-45c6-8b44-df840f4b6dbe => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:34.842 8 INFO neutron.services.segments.plugin [-] Segment 96104a7d-412d-493b-b446-a3e1299d03fe resource provider aggregate not found 2026-06-24 14:27:34.845 8 INFO neutron.services.segments.plugin [-] Segment 96104a7d-412d-493b-b446-a3e1299d03fe resource provider aggregate not found 2026-06-24 14:27:34.864 8 INFO neutron.services.segments.plugin [-] Segment 96104a7d-412d-493b-b446-a3e1299d03fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96104a7d-412d-493b-b446-a3e1299d03fe found for delete ", "request_id": "req-2aa1cecc-31dd-4a52-a36f-c8a7c268514a"}]} 2026-06-24 14:27:34.864 8 INFO neutron.services.segments.plugin [-] Segment 96104a7d-412d-493b-b446-a3e1299d03fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96104a7d-412d-493b-b446-a3e1299d03fe found for delete ", "request_id": "req-84d44bf3-634b-4725-8f76-c59d5c3b0987"}]} [pid: 8|app: 0|req: 500/1124] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:34 2026] DELETE /v2.0/networks/e00707e8-6114-4bf1-8e2f-df5869f48e5a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1125] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:34 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1126] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:34 2026] GET /v2.0/security-groups?id=0a5e3abb-5f58-46da-ad6a-1e77a7004273&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:34.918 8 INFO neutron.db.segments_db [None req-0c51ff07-c4d9-45eb-8733-721322e8c9cd f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Added segment 40e9ee53-5b54-49e9-be10-d96edde40c51 of type vxlan for network 9749fb59-5acf-4f3b-bf4b-73e9efb784b9 [pid: 7|app: 0|req: 627/1127] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:27:34 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1128] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:34 2026] POST /v2.0/networks => generated 616 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:35.054 7 INFO neutron_taas.services.taas.taas_plugin [req-5c8d54da-d335-40a6-b16b-513dad0c753d req-19d38c34-7ad7-4a3f-a807-bd5d69ca887f d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] TaaS: Handle Delete Port: 44d28da0-fa14-4280-9fae-bd356d8e51d1 2026-06-24 14:27:35.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5c8d54da-d335-40a6-b16b-513dad0c753d req-19d38c34-7ad7-4a3f-a807-bd5d69ca887f d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] Tap Mirror: Handle Delete Port: 44d28da0-fa14-4280-9fae-bd356d8e51d1 2026-06-24 14:27:35.179 7 INFO neutron.db.l3_db [req-5c8d54da-d335-40a6-b16b-513dad0c753d req-19d38c34-7ad7-4a3f-a807-bd5d69ca887f d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] Floating IP a6f3da6b-4585-4087-bbba-98f9311f29a7 disassociated. External IP: 10.96.250.218, port: 44d28da0-fa14-4280-9fae-bd356d8e51d1. [pid: 8|app: 0|req: 502/1129] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:34 2026] POST /v2.0/subnets => generated 646 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1130] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:35 2026] GET /v2.0/security-groups?tenant_id=1a96acedfa1c43bea85581618e30caeb&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1131] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:27:34 2026] DELETE /v2.0/ports/44d28da0-fa14-4280-9fae-bd356d8e51d1 => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:35.552 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87c77516-38a3-4cf0-9e53-9503e43c3ab4'] response: {'server_uuid': 'cb833764-fdda-42d2-be7f-33401105ae8a', 'name': 'network-vif-deleted', 'tag': '44d28da0-fa14-4280-9fae-bd356d8e51d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 629/1132] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:35 2026] DELETE /v2.0/security-groups/2434764e-fdf8-4a6f-bd8c-0de2cffea404 => 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: 504/1133] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:35 2026] POST /v2.0/ports => generated 924 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:35.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-db67c2f4-e2f4-4942-911c-32c7c34a6aa6 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] TaaS: Handle Delete Port: 493821ae-6857-4438-8bd4-017baab730b0 2026-06-24 14:27:35.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db67c2f4-e2f4-4942-911c-32c7c34a6aa6 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Tap Mirror: Handle Delete Port: 493821ae-6857-4438-8bd4-017baab730b0 [pid: 7|app: 0|req: 630/1134] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:35 2026] GET /v2.0/security-groups?tenant_id=d7d22435abf440169e4e855547db6f04&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1135] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:35 2026] DELETE /v2.0/ports/493821ae-6857-4438-8bd4-017baab730b0 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:35.924 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6b48950-8f04-428a-9054-13f5dc9b275f f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/1136] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:35 2026] GET /v2.0/ports/493821ae-6857-4438-8bd4-017baab730b0 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1137] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:35 2026] DELETE /v2.0/security-groups/9c0f59d3-3bae-4b13-bb1e-d2c9d8419022 => 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: 632/1138] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:35 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 507/1139] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:35 2026] DELETE /v2.0/subnets/08fbd6de-537a-4814-911f-108668b159d2 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1140] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:27:36 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:36.211 7 INFO neutron.services.segments.plugin [-] Segment 40e9ee53-5b54-49e9-be10-d96edde40c51 resource provider aggregate not found 2026-06-24 14:27:36.214 7 INFO neutron.services.segments.plugin [-] Segment 40e9ee53-5b54-49e9-be10-d96edde40c51 resource provider aggregate not found 2026-06-24 14:27:36.225 7 INFO neutron.services.segments.plugin [-] Segment 40e9ee53-5b54-49e9-be10-d96edde40c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e9ee53-5b54-49e9-be10-d96edde40c51 found for delete ", "request_id": "req-543c4633-9492-4662-8969-c5897cb76e5e"}]} [pid: 8|app: 0|req: 509/1141] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:36 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:36.236 7 INFO neutron.services.segments.plugin [-] Segment 40e9ee53-5b54-49e9-be10-d96edde40c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e9ee53-5b54-49e9-be10-d96edde40c51 found for delete ", "request_id": "req-d2e1b38a-8a62-43f1-9559-10caa69be301"}]} [pid: 7|app: 0|req: 633/1142] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:36 2026] DELETE /v2.0/networks/9749fb59-5acf-4f3b-bf4b-73e9efb784b9 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1143] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:36 2026] POST /v2.0/ports => generated 779 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1144] 10.0.0.103 () {34 vars in 737 bytes} [Wed Jun 24 14:27:36 2026] PUT /v2.0/ports/01a1dbf8-5e56-4d45-aaef-a0eb04486c55 => generated 752 bytes in 179 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-06-24 14:27:36.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ed4b5c9-e3c4-404a-88d1-d06e870e108d f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] TaaS: Handle Delete Port: 01a1dbf8-5e56-4d45-aaef-a0eb04486c55 2026-06-24 14:27:36.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ed4b5c9-e3c4-404a-88d1-d06e870e108d f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Tap Mirror: Handle Delete Port: 01a1dbf8-5e56-4d45-aaef-a0eb04486c55 [pid: 8|app: 0|req: 511/1145] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:36 2026] DELETE /v2.0/ports/01a1dbf8-5e56-4d45-aaef-a0eb04486c55 => generated 0 bytes in 183 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: 635/1146] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:36 2026] GET /v2.0/ports => generated 781 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:36.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-104334b1-4845-4ffd-beb7-d5b3cc615147 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/1147] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:36 2026] GET /v2.0/ports/01a1dbf8-5e56-4d45-aaef-a0eb04486c55 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1148] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:36 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1149] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:37 2026] GET /v2.0/ports/10726a09-758d-46ff-a798-6cd47410e0f3 => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1150] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:37 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:37.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6853aca8-37b6-4606-871f-1b7357546d8b f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1151] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:37 2026] DELETE /v2.0/ports/493821ae-6857-4438-8bd4-017baab730b0 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:37.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf35ef8b-07ec-44cd-996b-6e9d1335635d f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1152] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:37 2026] DELETE /v2.0/subnets/08fbd6de-537a-4814-911f-108668b159d2 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:37.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c56ce3c-95ca-448d-9c55-741a50a97e70 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1153] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:37 2026] DELETE /v2.0/subnets/9a263efc-51a2-45c6-8b44-df840f4b6dbe => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:37.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-ade70e4b-9feb-4f80-922d-5f04de9e24d4 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] TaaS: Handle Delete Port: 10726a09-758d-46ff-a798-6cd47410e0f3 2026-06-24 14:27:37.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade70e4b-9feb-4f80-922d-5f04de9e24d4 f765ddc467ca4caa911ddcb1dde00544 58ea4086747846a88231fe9ede8ec9ce - - default default] Tap Mirror: Handle Delete Port: 10726a09-758d-46ff-a798-6cd47410e0f3 [pid: 7|app: 0|req: 639/1154] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:37 2026] DELETE /v2.0/ports/10726a09-758d-46ff-a798-6cd47410e0f3 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:37.453 8 INFO neutron.services.segments.plugin [-] Segment 0650dd3b-af9f-4c8c-9122-5788a710a608 resource provider aggregate not found 2026-06-24 14:27:37.460 8 INFO neutron.services.segments.plugin [-] Segment 0650dd3b-af9f-4c8c-9122-5788a710a608 resource provider aggregate not found 2026-06-24 14:27:37.476 8 INFO neutron.services.segments.plugin [-] Segment 0650dd3b-af9f-4c8c-9122-5788a710a608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0650dd3b-af9f-4c8c-9122-5788a710a608 found for delete ", "request_id": "req-c744547a-211c-42d3-8caf-3921f0783b90"}]} 2026-06-24 14:27:37.490 8 INFO neutron.services.segments.plugin [-] Segment 0650dd3b-af9f-4c8c-9122-5788a710a608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0650dd3b-af9f-4c8c-9122-5788a710a608 found for delete ", "request_id": "req-b9d709a3-1e4c-497e-bed0-b027749685eb"}]} [pid: 8|app: 0|req: 516/1155] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:37 2026] DELETE /v2.0/networks/f6a92a96-03a4-49d9-8d83-4c00dca35969 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1156] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:37 2026] GET /v2.0/security-groups?tenant_id=58ea4086747846a88231fe9ede8ec9ce&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1157] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:38 2026] GET /v2.0/ports?device_id=cb833764-fdda-42d2-be7f-33401105ae8a => 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: 641/1158] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:38 2026] DELETE /v2.0/security-groups/cc011564-deb8-4cf5-af14-a73406949e7a => 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: 518/1159] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:39 2026] DELETE /v2.0/security-groups/0a5e3abb-5f58-46da-ad6a-1e77a7004273 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:39.381 7 INFO neutron.api.v2.resource [None req-318a51b2-f2c5-4da4-bc21-7dcfff2d8c33 d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1160] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:27:39 2026] GET /v2.0/security-groups/0a5e3abb-5f58-46da-ad6a-1e77a7004273 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:39.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-453c503c-ac0d-478d-ab37-a77125d778cc d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] TaaS: Handle Delete Port: ef4bfc64-8421-443d-9ad1-7fd842b57aac 2026-06-24 14:27:39.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-453c503c-ac0d-478d-ab37-a77125d778cc d5ebc7de80a448fb97c01352c00ac02b 49ca4cb730f746b4b7353689ed8f5067 - - default default] Tap Mirror: Handle Delete Port: ef4bfc64-8421-443d-9ad1-7fd842b57aac [pid: 8|app: 0|req: 519/1161] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:39 2026] DELETE /v2.0/floatingips/a6f3da6b-4585-4087-bbba-98f9311f29a7 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:40.399 8 INFO neutron.db.segments_db [None req-d60de633-d98e-4208-983a-d7f99bba3996 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment c8a67244-817b-4723-9616-5b52084ca58a of type vxlan for network 73e6e3ec-abfa-4f63-b924-8b2fbb098473 2026-06-24 14:27:40.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-030d96f3-2212-4384-81f1-6fef59f71742 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: c072f5f3-8455-4cf7-862a-b3f9b01e0355 2026-06-24 14:27:40.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-030d96f3-2212-4384-81f1-6fef59f71742 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: c072f5f3-8455-4cf7-862a-b3f9b01e0355 [pid: 8|app: 0|req: 520/1162] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:40 2026] POST /v2.0/networks => generated 615 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:40.549 8 INFO neutron.db.segments_db [None req-143620bc-dc07-4cb8-8c8d-cabd734158c4 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 979eb206-b057-4de6-8141-7d5ec3f8260a of type vxlan for network 1b185fed-ffcc-42c1-abc8-8f8cd8f7f83d [pid: 8|app: 0|req: 521/1163] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:40 2026] POST /v2.0/networks => generated 614 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1164] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:40 2026] POST /v2.0/subnets => generated 646 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1165] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:39 2026] PUT /v2.0/routers/cdf120f4-32a8-42a6-955c-77d542550def/remove_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1166] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:40 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:41.160 8 INFO neutron.db.segments_db [None req-ea3c3ec7-b15a-4e4a-8f5b-8fd6044d1603 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 89c79802-5188-43ba-beaf-8d56cb6c7fec of type vxlan for network 395cde43-9986-4ccb-bcd2-34a7e75a2896 2026-06-24 14:27:41.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a36aac2-7d95-4490-ad4a-55627ec7abcb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 71bbf089-e309-4f56-ac42-285943e91020 2026-06-24 14:27:41.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a36aac2-7d95-4490-ad4a-55627ec7abcb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 71bbf089-e309-4f56-ac42-285943e91020 2026-06-24 14:27:41.430 8 INFO neutron.db.l3_hamode_db [None req-ea3c3ec7-b15a-4e4a-8f5b-8fd6044d1603 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:41.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a36aac2-7d95-4490-ad4a-55627ec7abcb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: f687bd20-2f46-41ac-a632-3e80deec85d2 2026-06-24 14:27:41.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a36aac2-7d95-4490-ad4a-55627ec7abcb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: f687bd20-2f46-41ac-a632-3e80deec85d2 2026-06-24 14:27:41.564 8 INFO neutron.db.l3_hamode_db [None req-ea3c3ec7-b15a-4e4a-8f5b-8fd6044d1603 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:41.821 7 INFO neutron.services.segments.plugin [-] Segment fa04eeae-85f8-4507-8a69-61eddb6a88b6 resource provider aggregate not found 2026-06-24 14:27:41.840 7 INFO neutron.services.segments.plugin [-] Segment fa04eeae-85f8-4507-8a69-61eddb6a88b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa04eeae-85f8-4507-8a69-61eddb6a88b6 found for delete ", "request_id": "req-6f1a245d-c865-481a-b85b-31316931494c"}]} 2026-06-24 14:27:41.843 7 INFO neutron.services.segments.plugin [-] Segment fa04eeae-85f8-4507-8a69-61eddb6a88b6 resource provider aggregate not found 2026-06-24 14:27:41.857 7 INFO neutron.services.segments.plugin [-] Segment fa04eeae-85f8-4507-8a69-61eddb6a88b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa04eeae-85f8-4507-8a69-61eddb6a88b6 found for delete ", "request_id": "req-4b8f4d85-4506-4e7d-a74b-e7e46a4e1b78"}]} 2026-06-24 14:27:41.860 7 INFO neutron.db.l3_hamode_db [None req-9a36aac2-7d95-4490-ad4a-55627ec7abcb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network 0cfebdc5-da9a-4078-a316-abea89060cdf was deleted as no HA routers are present in tenant 49ca4cb730f746b4b7353689ed8f5067. [pid: 7|app: 0|req: 644/1167] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:40 2026] DELETE /v2.0/routers/cdf120f4-32a8-42a6-955c-77d542550def => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1168] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:41 2026] DELETE /v2.0/subnets/994da5df-417d-438f-bceb-37ce4521a225 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:42.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-5438af9f-4d57-45f1-8965-d1e99df838dc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: d43832ba-a6b0-4e18-a662-4cfc35e4f222 2026-06-24 14:27:42.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5438af9f-4d57-45f1-8965-d1e99df838dc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: d43832ba-a6b0-4e18-a662-4cfc35e4f222 [pid: 7|app: 0|req: 646/1169] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:42 2026] DELETE /v2.0/networks/d95c087a-a64f-46d4-bc71-5b886bedf91a => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1170] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:41 2026] POST /v2.0/routers => generated 511 bytes in 1358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1171] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:42 2026] GET /v2.0/security-groups?tenant_id=49ca4cb730f746b4b7353689ed8f5067&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1172] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:42 2026] DELETE /v2.0/security-groups/95fc6ec4-99a6-43a6-8e7f-8ee8f2ea7f52 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1173] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:42 2026] GET /v2.0/security-groups?tenant_id=0054ce15c0ef43a397c15ae6976836e1&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: 528/1174] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:42 2026] DELETE /v2.0/security-groups/ae5dbaff-9c3a-48c2-b9dc-9675933326cb => 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: 529/1175] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:43 2026] GET /v2.0/security-groups?tenant_id=d3d337e55e1242c8854435cca95e727e&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1176] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:42 2026] PUT /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf/add_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1177] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:43 2026] DELETE /v2.0/security-groups/779a0fa2-4c17-422b-8e34-b34670f5ff98 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1178] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:43 2026] GET /v2.0/ports/98d4a3a1-5ea8-4899-a220-0f04f6e63f74 => generated 959 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:43.881 7 INFO neutron.services.segments.plugin [-] Segment 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 resource provider aggregate not found 2026-06-24 14:27:43.887 7 INFO neutron.services.segments.plugin [-] Segment 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 resource provider aggregate not found 2026-06-24 14:27:43.903 7 INFO neutron.services.segments.plugin [-] Segment 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 found for delete ", "request_id": "req-0cf91805-bf4d-46f3-9b3b-f6189d753d9d"}]} 2026-06-24 14:27:43.904 7 INFO neutron.services.segments.plugin [-] Segment 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b8444-4feb-410d-a347-3a0c3e8cacf6 found for delete ", "request_id": "req-f7509d14-5bfa-4f2c-9e60-e1f333271e7b"}]} [pid: 8|app: 0|req: 531/1179] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:43 2026] PUT /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf/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: 649/1180] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:44 2026] GET /v2.0/ports/ffa4c51f-4e60-4ffa-b99a-515818c40698 => generated 967 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:44.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-5453865d-cdaf-4b9d-b1a3-32fec6f89244 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: ffa4c51f-4e60-4ffa-b99a-515818c40698 2026-06-24 14:27:44.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5453865d-cdaf-4b9d-b1a3-32fec6f89244 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: ffa4c51f-4e60-4ffa-b99a-515818c40698 [pid: 8|app: 0|req: 532/1183] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:44 2026] PUT /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:45.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeb75bc3-d6b4-4237-a3a5-5dd20796e17b d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 98d4a3a1-5ea8-4899-a220-0f04f6e63f74 2026-06-24 14:27:45.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeb75bc3-d6b4-4237-a3a5-5dd20796e17b d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 98d4a3a1-5ea8-4899-a220-0f04f6e63f74 [pid: 7|app: 0|req: 652/1184] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:45 2026] PUT /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf/remove_router_interface => generated 309 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1185] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:45 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1186] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:27:46 2026] GET /v2.0/ports?device_id=265f2607-3423-4710-ae8b-49daad01aabf => 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: 534/1187] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:46 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:46.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-33598b04-ee7b-43e7-91fc-dacaacb582e5 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: e06e9fcd-f14b-4487-854b-88162b6369c7 2026-06-24 14:27:46.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33598b04-ee7b-43e7-91fc-dacaacb582e5 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: e06e9fcd-f14b-4487-854b-88162b6369c7 [pid: 8|app: 0|req: 535/1188] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:46 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 536/1189] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:46 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:46.600 7 INFO neutron.services.segments.plugin [-] Segment 89c79802-5188-43ba-beaf-8d56cb6c7fec resource provider aggregate not found 2026-06-24 14:27:46.611 7 INFO neutron.services.segments.plugin [-] Segment 89c79802-5188-43ba-beaf-8d56cb6c7fec resource provider aggregate not found 2026-06-24 14:27:46.632 7 INFO neutron.db.l3_hamode_db [None req-33598b04-ee7b-43e7-91fc-dacaacb582e5 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] HA network 395cde43-9986-4ccb-bcd2-34a7e75a2896 was deleted as no HA routers are present in tenant f9a6b7c01ebd4f488ce550ef9e2e5807. 2026-06-24 14:27:46.645 7 INFO neutron.services.segments.plugin [-] Segment 89c79802-5188-43ba-beaf-8d56cb6c7fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c79802-5188-43ba-beaf-8d56cb6c7fec found for delete ", "request_id": "req-7dda7ff4-83f7-41f2-a620-68dcb45c3703"}]} [pid: 7|app: 0|req: 654/1190] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:46 2026] DELETE /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:46.650 7 INFO neutron.services.segments.plugin [-] Segment 89c79802-5188-43ba-beaf-8d56cb6c7fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c79802-5188-43ba-beaf-8d56cb6c7fec found for delete ", "request_id": "req-066dcf19-d9b4-4c49-aa50-a76fabbf2394"}]} [pid: 8|app: 0|req: 537/1191] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:46 2026] DELETE /v2.0/subnets/0aeac3a9-ef05-4c6d-a9df-d12a4d16d7b4 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1192] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:46 2026] DELETE /v2.0/subnets/c28c4da3-2f0a-4e0b-a385-00006519185c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:47.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-b82bbc5a-8131-457c-a887-55c8057f2d2a d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: b5d70c6d-9248-40df-b9fa-67d0cea8dbac 2026-06-24 14:27:47.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b82bbc5a-8131-457c-a887-55c8057f2d2a d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: b5d70c6d-9248-40df-b9fa-67d0cea8dbac 2026-06-24 14:27:47.256 8 INFO neutron.services.segments.plugin [-] Segment 979eb206-b057-4de6-8141-7d5ec3f8260a resource provider aggregate not found 2026-06-24 14:27:47.261 8 INFO neutron.services.segments.plugin [-] Segment 979eb206-b057-4de6-8141-7d5ec3f8260a resource provider aggregate not found 2026-06-24 14:27:47.275 8 INFO neutron.services.segments.plugin [-] Segment 979eb206-b057-4de6-8141-7d5ec3f8260a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979eb206-b057-4de6-8141-7d5ec3f8260a found for delete ", "request_id": "req-980922dc-07ec-4278-b660-73c01b9d574a"}]} 2026-06-24 14:27:47.279 8 INFO neutron.services.segments.plugin [-] Segment 979eb206-b057-4de6-8141-7d5ec3f8260a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979eb206-b057-4de6-8141-7d5ec3f8260a found for delete ", "request_id": "req-0efe4479-10a4-4a93-95b4-3702e2bd81fa"}]} [pid: 8|app: 0|req: 538/1193] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:46 2026] DELETE /v2.0/networks/1b185fed-ffcc-42c1-abc8-8f8cd8f7f83d => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:47.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa8c8059-29d7-4d32-8b28-828ebda5b5fd d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 832fc972-cca5-4082-9848-e329ed21ea3e 2026-06-24 14:27:47.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8c8059-29d7-4d32-8b28-828ebda5b5fd d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 832fc972-cca5-4082-9848-e329ed21ea3e [pid: 7|app: 0|req: 656/1194] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:47 2026] DELETE /v2.0/networks/73e6e3ec-abfa-4f63-b924-8b2fbb098473 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1195] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:47 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1196] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:47 2026] GET /v2.0/security-groups?tenant_id=8c8678f5b4234c5385e063dab2343db3&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1197] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:27:47 2026] GET /v2.0/security-groups?id=0f863e40-5e4d-44fe-811b-c497003d71be&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:47.731 7 INFO neutron.db.segments_db [None req-36347bf9-44df-4049-9c21-4208de96d848 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 8c237171-80b0-44e5-8950-5b62ebc1ce9a of type vxlan for network ed3643d0-646b-48d4-b671-217dfab2067f [pid: 8|app: 0|req: 541/1198] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:47 2026] DELETE /v2.0/security-groups/f03a8b9a-8437-4cfd-bb28-4de8c4447eb8 => 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: 658/1199] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:47 2026] POST /v2.0/networks => generated 615 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1200] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:47 2026] GET /v2.0/security-groups?tenant_id=4bf405daff0f4a0b99b92989fecc5fac&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1201] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:47 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:48.091 8 INFO neutron.db.segments_db [None req-1a5808cf-4823-4346-90f2-0af468a2e96d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 31302d5b-bb23-453f-ac13-92281158b68d of type vxlan for network ced0f44f-2380-465a-9146-3854ec3e9940 [pid: 7|app: 0|req: 660/1202] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:48 2026] DELETE /v2.0/security-groups/2f017606-7c20-45ac-857a-6b1346ef0716 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:48.333 8 INFO neutron.db.l3_hamode_db [None req-1a5808cf-4823-4346-90f2-0af468a2e96d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:48.439 8 INFO neutron.db.l3_hamode_db [None req-1a5808cf-4823-4346-90f2-0af468a2e96d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:48.666 7 INFO neutron.services.segments.plugin [-] Segment c8a67244-817b-4723-9616-5b52084ca58a resource provider aggregate not found 2026-06-24 14:27:48.671 7 INFO neutron.services.segments.plugin [-] Segment c8a67244-817b-4723-9616-5b52084ca58a resource provider aggregate not found 2026-06-24 14:27:48.682 7 INFO neutron.services.segments.plugin [-] Segment c8a67244-817b-4723-9616-5b52084ca58a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a67244-817b-4723-9616-5b52084ca58a found for delete ", "request_id": "req-f69240f1-43a8-4d39-a952-eea5ea69eb21"}]} 2026-06-24 14:27:48.685 7 INFO neutron.services.segments.plugin [-] Segment c8a67244-817b-4723-9616-5b52084ca58a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a67244-817b-4723-9616-5b52084ca58a found for delete ", "request_id": "req-64e5414f-528f-4b76-95bf-5fc0eedc6097"}]} [pid: 7|app: 0|req: 661/1203] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:27:48 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:48.821 7 INFO neutron_taas.services.taas.taas_plugin [req-23e10499-93c9-432a-866b-fd28d76fa139 req-0607c8f4-2732-4970-892e-dd1005886bad f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] TaaS: Handle Delete Port: 814c8640-2142-4fd4-b1f9-9b82a08d2ff9 2026-06-24 14:27:48.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23e10499-93c9-432a-866b-fd28d76fa139 req-0607c8f4-2732-4970-892e-dd1005886bad f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] Tap Mirror: Handle Delete Port: 814c8640-2142-4fd4-b1f9-9b82a08d2ff9 2026-06-24 14:27:48.911 7 INFO neutron.db.l3_db [req-23e10499-93c9-432a-866b-fd28d76fa139 req-0607c8f4-2732-4970-892e-dd1005886bad f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] Floating IP acbcf778-daa9-48d8-8191-c17f7c59b6d7 disassociated. External IP: 10.96.250.220, port: 814c8640-2142-4fd4-b1f9-9b82a08d2ff9. [pid: 8|app: 0|req: 543/1204] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:48 2026] POST /v2.0/routers => generated 510 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1205] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:49 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 662/1206] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:27:48 2026] DELETE /v2.0/ports/814c8640-2142-4fd4-b1f9-9b82a08d2ff9 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:49.206 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-981c52f8-43f9-4457-9e5f-8e91e65f588b'] response: {'server_uuid': '1aca8405-2d1e-45cd-8ede-1db11bb7d46c', 'name': 'network-vif-deleted', 'tag': '814c8640-2142-4fd4-b1f9-9b82a08d2ff9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 545/1207] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:49 2026] POST /v2.0/ports => generated 964 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 546/1208] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:49 2026] GET /v2.0/security-groups?tenant_id=0d0bdb5d6a0546579fe6e2efc85e4bd1&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1209] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:50 2026] DELETE /v2.0/security-groups/a884a492-600b-41b7-9ead-50e3e97f0e51 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1210] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:50 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 549/1211] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:50 2026] GET /v2.0/security-groups?tenant_id=6113707a11e64d51bd3b4b0dbd107efb&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1212] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:49 2026] PUT /v2.0/routers/7f4a2453-20a3-4705-bc8d-17ce65159a87/add_router_interface => generated 309 bytes in 1007 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: 664/1213] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:50 2026] GET /v2.0/ports/395f3b85-b671-400e-b112-5301637b80c8 => generated 1038 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1214] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:50 2026] DELETE /v2.0/security-groups/06bb01d8-1f7e-473a-aba0-ffd9cdc20286 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:50.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3394d6e-7134-498d-981b-07f6fbb2b52c d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 395f3b85-b671-400e-b112-5301637b80c8 2026-06-24 14:27:50.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3394d6e-7134-498d-981b-07f6fbb2b52c d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 395f3b85-b671-400e-b112-5301637b80c8 [pid: 7|app: 0|req: 665/1215] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:50 2026] PUT /v2.0/routers/7f4a2453-20a3-4705-bc8d-17ce65159a87/remove_router_interface => generated 309 bytes in 738 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: 666/1216] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:51 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:51.327 8 INFO neutron.api.v2.resource [None req-41f2c87c-8fbe-4377-9654-fd2b68e1dcc2 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1217] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:51 2026] PUT /v2.0/routers/7f4a2453-20a3-4705-bc8d-17ce65159a87/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1218] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:27:51 2026] GET /v2.0/ports?device_id=7f4a2453-20a3-4705-bc8d-17ce65159a87 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:51.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2c32c40-2fbf-47bc-a93c-71c07a0a113d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 30af6b39-b6e4-4e36-8fa7-08dd1821568d 2026-06-24 14:27:51.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c32c40-2fbf-47bc-a93c-71c07a0a113d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 30af6b39-b6e4-4e36-8fa7-08dd1821568d 2026-06-24 14:27:51.794 8 INFO neutron.services.segments.plugin [-] Segment 31302d5b-bb23-453f-ac13-92281158b68d resource provider aggregate not found 2026-06-24 14:27:51.800 8 INFO neutron.services.segments.plugin [-] Segment 31302d5b-bb23-453f-ac13-92281158b68d resource provider aggregate not found 2026-06-24 14:27:51.812 8 INFO neutron.services.segments.plugin [-] Segment 31302d5b-bb23-453f-ac13-92281158b68d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31302d5b-bb23-453f-ac13-92281158b68d found for delete ", "request_id": "req-482c36ad-8982-4dd6-8119-b08187345e23"}]} 2026-06-24 14:27:51.816 8 INFO neutron.db.l3_hamode_db [None req-d2c32c40-2fbf-47bc-a93c-71c07a0a113d d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] HA network ced0f44f-2380-465a-9146-3854ec3e9940 was deleted as no HA routers are present in tenant f9a6b7c01ebd4f488ce550ef9e2e5807. 2026-06-24 14:27:51.823 8 INFO neutron.services.segments.plugin [-] Segment 31302d5b-bb23-453f-ac13-92281158b68d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31302d5b-bb23-453f-ac13-92281158b68d found for delete ", "request_id": "req-24f4fb76-a10c-4369-bf67-d109b2aec72d"}]} [pid: 8|app: 0|req: 552/1219] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:51 2026] DELETE /v2.0/routers/7f4a2453-20a3-4705-bc8d-17ce65159a87 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1220] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:51 2026] DELETE /v2.0/subnets/b9b1a720-8a01-41ad-89f5-2e8657464a1f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1221] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:51 2026] DELETE /v2.0/networks/ed3643d0-646b-48d4-b671-217dfab2067f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:52.147 7 INFO neutron.db.segments_db [None req-b1f0c04d-6030-4b57-9df3-1593fe92b2b4 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 705cfea9-de60-436d-8c95-52f3b7e050ae of type vxlan for network 7e4a9c58-f6d2-499f-a6ac-9d6915a8cb65 [pid: 7|app: 0|req: 669/1222] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:52 2026] POST /v2.0/networks => generated 614 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1223] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:27:52 2026] GET /v2.0/ports?device_id=1aca8405-2d1e-45cd-8ede-1db11bb7d46c => 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: 554/1224] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:52 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:52.530 8 INFO neutron.db.segments_db [None req-b75c225a-305e-4c3a-b325-42ed5fed361a d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 655e7717-1444-4611-a949-c36ed83ee17a of type vxlan for network bf19b0db-4840-41d0-8c8a-937815af12ac [pid: 7|app: 0|req: 671/1225] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:52 2026] GET /v2.0/security-groups?tenant_id=ddf08322dbda4a92ad330ade852dd87b&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1226] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:52 2026] DELETE /v2.0/security-groups/e33c52b6-7e38-4a41-88f1-b8adea6b7e45 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:52.757 8 INFO neutron.db.l3_hamode_db [None req-b75c225a-305e-4c3a-b325-42ed5fed361a d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:52.874 8 INFO neutron.db.l3_hamode_db [None req-b75c225a-305e-4c3a-b325-42ed5fed361a d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 673/1227] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:52 2026] GET /v2.0/security-groups?tenant_id=f4324f8b8cce4f3abde89c5afc2fc563&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1228] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:53 2026] GET /v2.0/security-groups?tenant_id=73efa4409c274e8f8394030fcdc81bf3&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1229] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:53 2026] DELETE /v2.0/security-groups/2c336cbd-c1fa-4d95-b171-3829da243284 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1230] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:52 2026] POST /v2.0/routers => generated 510 bytes in 856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1231] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:53 2026] DELETE /v2.0/security-groups/817c17ae-a348-4d82-adc8-f8b9988166ba => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1232] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:53 2026] DELETE /v2.0/security-groups/0f863e40-5e4d-44fe-811b-c497003d71be => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:53.622 7 INFO neutron.api.v2.resource [None req-408594f4-402b-4b9d-a882-c2a42d53fcff f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1233] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:27:53 2026] GET /v2.0/security-groups/0f863e40-5e4d-44fe-811b-c497003d71be => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:27:53.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ae463de-16d2-4df9-b8b5-2de67375c123 f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] TaaS: Handle Delete Port: 31ca7e2b-032c-48fc-b237-8a5cb1c1addb 2026-06-24 14:27:53.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae463de-16d2-4df9-b8b5-2de67375c123 f8aeda041c5e4d9d9c1bd952e91fa490 6e1aff9a14384e60939e69edc202345c - - default default] Tap Mirror: Handle Delete Port: 31ca7e2b-032c-48fc-b237-8a5cb1c1addb 2026-06-24 14:27:53.836 8 INFO neutron.services.segments.plugin [-] Segment 8c237171-80b0-44e5-8950-5b62ebc1ce9a resource provider aggregate not found 2026-06-24 14:27:53.842 8 INFO neutron.services.segments.plugin [-] Segment 8c237171-80b0-44e5-8950-5b62ebc1ce9a resource provider aggregate not found 2026-06-24 14:27:53.855 8 INFO neutron.services.segments.plugin [-] Segment 8c237171-80b0-44e5-8950-5b62ebc1ce9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c237171-80b0-44e5-8950-5b62ebc1ce9a found for delete ", "request_id": "req-d1c13279-1b95-4b9f-af5d-07c2a1855cb1"}]} 2026-06-24 14:27:53.858 8 INFO neutron.services.segments.plugin [-] Segment 8c237171-80b0-44e5-8950-5b62ebc1ce9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c237171-80b0-44e5-8950-5b62ebc1ce9a found for delete ", "request_id": "req-49d86513-bef4-4353-8bc0-5b6a0c86e17a"}]} [pid: 7|app: 0|req: 679/1234] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:27:53 2026] DELETE /v2.0/floatingips/acbcf778-daa9-48d8-8191-c17f7c59b6d7 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1235] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:27:53 2026] PUT /v2.0/routers/24b34689-0029-4db8-96e5-f07e14f8d89d/add_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:54.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-076d8acc-f36d-4a7d-93ab-135ed7b99ec3 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: e4a05aae-7a86-4382-ae1f-19bef7702854 2026-06-24 14:27:54.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-076d8acc-f36d-4a7d-93ab-135ed7b99ec3 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: e4a05aae-7a86-4382-ae1f-19bef7702854 [pid: 8|app: 0|req: 557/1236] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:27:54 2026] GET /v2.0/ports/c32050af-2cbb-4a95-86ff-d9a2f9bce292 => generated 959 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:54.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c0db053-3da5-4bbf-9053-42bbf1c73964 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: c32050af-2cbb-4a95-86ff-d9a2f9bce292 2026-06-24 14:27:54.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c0db053-3da5-4bbf-9053-42bbf1c73964 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: c32050af-2cbb-4a95-86ff-d9a2f9bce292 [pid: 7|app: 0|req: 680/1237] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:53 2026] PUT /v2.0/routers/0a239454-caeb-461a-adbf-320dedb5cac6/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1238] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:27:54 2026] PUT /v2.0/routers/24b34689-0029-4db8-96e5-f07e14f8d89d/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:55.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd8ece6b-f4da-48ff-bb91-43ffce954d45 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 271f311f-68c8-47af-82e8-7d760051ffdd 2026-06-24 14:27:55.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8ece6b-f4da-48ff-bb91-43ffce954d45 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 271f311f-68c8-47af-82e8-7d760051ffdd 2026-06-24 14:27:55.425 7 INFO neutron.db.segments_db [None req-09e6191d-016e-4565-9cd4-28f01e5e43e4 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 7901b0a9-51e5-43d6-998b-3d2264ecdd1d of type vxlan for network 267fbf66-fc06-47ce-9c27-17aa9299d839 2026-06-24 14:27:55.476 7 INFO neutron.db.segments_db [None req-09e6191d-016e-4565-9cd4-28f01e5e43e4 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 4842daa3-f68a-4154-a8be-364660852a04 of type vxlan for network 46b46cf8-6597-4c7a-9b6a-de48e216e071 2026-06-24 14:27:55.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd8ece6b-f4da-48ff-bb91-43ffce954d45 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: e3db29ab-074e-4673-9c51-b4b2fe79e93b 2026-06-24 14:27:55.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8ece6b-f4da-48ff-bb91-43ffce954d45 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: e3db29ab-074e-4673-9c51-b4b2fe79e93b [pid: 7|app: 0|req: 681/1239] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:54 2026] POST /v2.0/networks => generated 1205 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1240] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:27:55 2026] GET /v2.0/ports?device_id=24b34689-0029-4db8-96e5-f07e14f8d89d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:27:55.794 7 INFO neutron.db.segments_db [None req-52abeb81-4957-450d-8525-8d6394d227ce b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment fe0b6e5d-94a2-4f6b-b286-183fd7369e38 of type vxlan for network c797fc82-842e-4c62-8990-8a8584d858dd 2026-06-24 14:27:55.847 8 INFO neutron.db.l3_hamode_db [None req-cd8ece6b-f4da-48ff-bb91-43ffce954d45 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network 87170857-713e-4020-9906-0529250b1f5f was deleted as no HA routers are present in tenant 6e1aff9a14384e60939e69edc202345c. 2026-06-24 14:27:55.849 7 INFO neutron.db.segments_db [None req-52abeb81-4957-450d-8525-8d6394d227ce b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment ab74c0d7-8724-402f-95a6-89237a496ff6 of type vxlan for network c09c00ca-ae16-49eb-9fc3-c945c8d1e6db [pid: 8|app: 0|req: 559/1241] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:55 2026] DELETE /v2.0/routers/0a239454-caeb-461a-adbf-320dedb5cac6 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:55.891 8 INFO neutron.services.segments.plugin [-] Segment 40a06e8a-f3c6-4164-aca2-ffa3664867ff resource provider aggregate not found 2026-06-24 14:27:55.897 8 INFO neutron.services.segments.plugin [-] Segment 40a06e8a-f3c6-4164-aca2-ffa3664867ff resource provider aggregate not found 2026-06-24 14:27:55.910 8 INFO neutron.services.segments.plugin [-] Segment 40a06e8a-f3c6-4164-aca2-ffa3664867ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a06e8a-f3c6-4164-aca2-ffa3664867ff found for delete ", "request_id": "req-f5c47267-9b26-49d7-bf73-d315cb705891"}]} 2026-06-24 14:27:55.913 8 INFO neutron.services.segments.plugin [-] Segment 40a06e8a-f3c6-4164-aca2-ffa3664867ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a06e8a-f3c6-4164-aca2-ffa3664867ff found for delete ", "request_id": "req-220634c8-d869-4871-b25c-964bb518eae9"}]} [pid: 8|app: 0|req: 560/1242] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:27:55 2026] GET /v2.0/networks => generated 1842 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1243] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:55 2026] POST /v2.0/networks => generated 1206 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:27:56.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-b675f276-d731-48ae-8a39-6cf2a12e6d07 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 36b73505-f2c4-4242-a6b4-99d7a5a03510 2026-06-24 14:27:56.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b675f276-d731-48ae-8a39-6cf2a12e6d07 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 36b73505-f2c4-4242-a6b4-99d7a5a03510 [pid: 7|app: 0|req: 684/1244] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:55 2026] DELETE /v2.0/subnets/1d58047a-c24e-4582-9294-225f45f2562d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:56.221 7 INFO neutron.services.segments.plugin [-] Segment 7901b0a9-51e5-43d6-998b-3d2264ecdd1d resource provider aggregate not found 2026-06-24 14:27:56.229 7 INFO neutron.services.segments.plugin [-] Segment 7901b0a9-51e5-43d6-998b-3d2264ecdd1d resource provider aggregate not found 2026-06-24 14:27:56.238 7 INFO neutron.services.segments.plugin [-] Segment 7901b0a9-51e5-43d6-998b-3d2264ecdd1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7901b0a9-51e5-43d6-998b-3d2264ecdd1d found for delete ", "request_id": "req-8976c435-41e2-465a-9182-a366cb21833c"}]} 2026-06-24 14:27:56.245 7 INFO neutron.services.segments.plugin [-] Segment 7901b0a9-51e5-43d6-998b-3d2264ecdd1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7901b0a9-51e5-43d6-998b-3d2264ecdd1d found for delete ", "request_id": "req-6055a561-36e0-46e7-8166-0a8ccb19510c"}]} [pid: 7|app: 0|req: 685/1245] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/267fbf66-fc06-47ce-9c27-17aa9299d839 => 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: 686/1246] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:27:56 2026] GET /v2.0/networks => generated 1843 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:56.359 8 INFO neutron.db.l3_hamode_db [None req-b675f276-d731-48ae-8a39-6cf2a12e6d07 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] HA network bf19b0db-4840-41d0-8c8a-937815af12ac was deleted as no HA routers are present in tenant f9a6b7c01ebd4f488ce550ef9e2e5807. [pid: 8|app: 0|req: 561/1247] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:55 2026] DELETE /v2.0/routers/24b34689-0029-4db8-96e5-f07e14f8d89d => generated 0 bytes in 431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:56.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-35364184-cdad-4e3b-bcbb-fe78adb920ca 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 41c856f0-3eb2-46f3-964a-20bfa5506062 2026-06-24 14:27:56.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35364184-cdad-4e3b-bcbb-fe78adb920ca 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 41c856f0-3eb2-46f3-964a-20bfa5506062 [pid: 8|app: 0|req: 562/1248] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/46b46cf8-6597-4c7a-9b6a-de48e216e071 => 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: 563/1249] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/c797fc82-842e-4c62-8990-8a8584d858dd => 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: 687/1250] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/3f4c8f5b-5c46-4815-929b-54b89cd1e5c7 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1251] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:27:56 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1252] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/subnets/423fe8b5-db1b-4aac-878d-36909197e0c5 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:56.768 8 INFO neutron.db.segments_db [None req-2e394cc2-2ee1-44fd-aefe-c8ae24b8c635 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 of type vxlan for network 1dda7e3a-571c-45f5-9e52-175c1fc023bd [pid: 7|app: 0|req: 689/1253] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/c09c00ca-ae16-49eb-9fc3-c945c8d1e6db => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:56.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1a642b0-c9da-4b80-8430-1239eef15f28 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 1c91a4e4-f423-4cfc-b501-38bf0b562e58 2026-06-24 14:27:56.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a642b0-c9da-4b80-8430-1239eef15f28 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 1c91a4e4-f423-4cfc-b501-38bf0b562e58 [pid: 8|app: 0|req: 565/1254] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:56 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1255] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:27:56 2026] GET /v2.0/security-groups?tenant_id=6e1aff9a14384e60939e69edc202345c&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1256] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:27:56 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:56.990 8 INFO neutron.db.segments_db [None req-cf14cfab-a949-463d-8d82-fa37df88b51e 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 46cd90ca-0554-42f4-be87-9e5c4f4d8489 of type vxlan for network efb6fde1-323b-44f6-ad41-ce9269c4e772 [pid: 7|app: 0|req: 690/1257] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:27:56 2026] DELETE /v2.0/networks/7e4a9c58-f6d2-499f-a6ac-9d6915a8cb65 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1258] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:56 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1259] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:27:57 2026] DELETE /v2.0/security-groups/568a1ac3-ca19-471e-98c2-3bd74658f6e0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:27:57.145 8 INFO neutron.db.segments_db [None req-a923b90d-2333-41e2-b7b6-b41b3dec4d6a b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment 77b8d2d9-778f-404f-93e8-222b96283d86 of type vxlan for network 46530574-03d1-43ce-87c1-6a13453e7e72 2026-06-24 14:27:57.161 7 INFO neutron.db.segments_db [None req-24b0e2c6-598c-427c-b401-cc126110ae1f d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Added segment 69e95071-d8df-4a4d-b786-a8b8974bb08c of type vxlan for network 84644dd2-3d84-4ddd-8609-3077c82a5545 [pid: 8|app: 0|req: 569/1260] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:57 2026] POST /v2.0/networks => generated 634 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:57.376 7 INFO neutron.db.l3_hamode_db [None req-24b0e2c6-598c-427c-b401-cc126110ae1f d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1261] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:57 2026] POST /v2.0/ports => generated 1505 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:27:57.866 8 INFO neutron.db.segments_db [None req-64aadab0-01a5-4d0a-95e5-0d31e316623f b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment 1a6f1d56-43ac-46fd-be42-104e4b1903cd of type vxlan for network 07a1b80a-0d4d-4a24-9c40-6ebfd5600313 2026-06-24 14:27:57.929 8 INFO neutron.services.segments.plugin [-] Segment 655e7717-1444-4611-a949-c36ed83ee17a resource provider aggregate not found 2026-06-24 14:27:57.938 8 INFO neutron.services.segments.plugin [-] Segment 655e7717-1444-4611-a949-c36ed83ee17a resource provider aggregate not found 2026-06-24 14:27:57.942 8 INFO neutron.services.segments.plugin [-] Segment 655e7717-1444-4611-a949-c36ed83ee17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 655e7717-1444-4611-a949-c36ed83ee17a found for delete ", "request_id": "req-bb8ba05a-2d98-4206-b611-427dfa72c5bf"}]} 2026-06-24 14:27:57.963 8 INFO neutron.services.segments.plugin [-] Segment 4842daa3-f68a-4154-a8be-364660852a04 resource provider aggregate not found 2026-06-24 14:27:57.968 8 INFO neutron.services.segments.plugin [-] Segment 655e7717-1444-4611-a949-c36ed83ee17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 655e7717-1444-4611-a949-c36ed83ee17a found for delete ", "request_id": "req-98161268-d8f6-43fd-b7bb-ca09fd2a9e5c"}]} [pid: 8|app: 0|req: 571/1262] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:57 2026] POST /v2.0/networks => generated 634 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:57.985 8 INFO neutron.services.segments.plugin [-] Segment 4842daa3-f68a-4154-a8be-364660852a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4842daa3-f68a-4154-a8be-364660852a04 found for delete ", "request_id": "req-81da32f8-067c-4394-a263-6aa018635590"}]} 2026-06-24 14:27:57.992 8 INFO neutron.services.segments.plugin [-] Segment 4842daa3-f68a-4154-a8be-364660852a04 resource provider aggregate not found 2026-06-24 14:27:58.020 8 INFO neutron.services.segments.plugin [-] Segment 4842daa3-f68a-4154-a8be-364660852a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4842daa3-f68a-4154-a8be-364660852a04 found for delete ", "request_id": "req-e8e23678-25e6-438c-b2b6-49d7aac79a4c"}]} 2026-06-24 14:27:58.024 8 INFO neutron.services.segments.plugin [-] Segment fe0b6e5d-94a2-4f6b-b286-183fd7369e38 resource provider aggregate not found 2026-06-24 14:27:58.042 8 INFO neutron.services.segments.plugin [-] Segment fe0b6e5d-94a2-4f6b-b286-183fd7369e38 resource provider aggregate not found 2026-06-24 14:27:58.045 8 INFO neutron.services.segments.plugin [-] Segment fe0b6e5d-94a2-4f6b-b286-183fd7369e38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe0b6e5d-94a2-4f6b-b286-183fd7369e38 found for delete ", "request_id": "req-c00854e8-3204-40a3-98cd-d25ac5dd2608"}]} 2026-06-24 14:27:58.064 8 INFO neutron.services.segments.plugin [-] Segment fe0b6e5d-94a2-4f6b-b286-183fd7369e38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe0b6e5d-94a2-4f6b-b286-183fd7369e38 found for delete ", "request_id": "req-414d7e2f-7928-444b-854f-e43b5bc398b5"}]} [pid: 8|app: 0|req: 572/1263] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:57 2026] GET /v2.0/ports => generated 1505 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:58.163 7 INFO neutron.db.l3_hamode_db [None req-24b0e2c6-598c-427c-b401-cc126110ae1f d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:27:58.264 7 INFO neutron.services.segments.plugin [-] Segment 088b4a4f-f98f-45e8-b20f-2671c4fec5cb resource provider aggregate not found 2026-06-24 14:27:58.273 7 INFO neutron.services.segments.plugin [-] Segment 088b4a4f-f98f-45e8-b20f-2671c4fec5cb resource provider aggregate not found 2026-06-24 14:27:58.296 7 INFO neutron.services.segments.plugin [-] Segment 088b4a4f-f98f-45e8-b20f-2671c4fec5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 088b4a4f-f98f-45e8-b20f-2671c4fec5cb found for delete ", "request_id": "req-ffb8ff56-c136-470b-b70c-aa65ab499e6b"}]} 2026-06-24 14:27:58.297 7 INFO neutron.services.segments.plugin [-] Segment 088b4a4f-f98f-45e8-b20f-2671c4fec5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 088b4a4f-f98f-45e8-b20f-2671c4fec5cb found for delete ", "request_id": "req-b5d7ff5b-5029-40b1-949c-7ac533b7322e"}]} 2026-06-24 14:27:58.322 7 INFO neutron.services.segments.plugin [-] Segment ab74c0d7-8724-402f-95a6-89237a496ff6 resource provider aggregate not found 2026-06-24 14:27:58.326 7 INFO neutron.services.segments.plugin [-] Segment ab74c0d7-8724-402f-95a6-89237a496ff6 resource provider aggregate not found 2026-06-24 14:27:58.349 7 INFO neutron.services.segments.plugin [-] Segment ab74c0d7-8724-402f-95a6-89237a496ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab74c0d7-8724-402f-95a6-89237a496ff6 found for delete ", "request_id": "req-b1913a2d-f35c-4aae-b796-39a5b275586d"}]} 2026-06-24 14:27:58.351 7 INFO neutron.services.segments.plugin [-] Segment ab74c0d7-8724-402f-95a6-89237a496ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab74c0d7-8724-402f-95a6-89237a496ff6 found for delete ", "request_id": "req-4b96cfdb-d544-41f5-a670-0a8e9286742d"}]} 2026-06-24 14:27:58.365 7 INFO neutron.services.segments.plugin [-] Segment 705cfea9-de60-436d-8c95-52f3b7e050ae resource provider aggregate not found 2026-06-24 14:27:58.373 7 INFO neutron.services.segments.plugin [-] Segment 705cfea9-de60-436d-8c95-52f3b7e050ae resource provider aggregate not found 2026-06-24 14:27:58.386 7 INFO neutron.services.segments.plugin [-] Segment 705cfea9-de60-436d-8c95-52f3b7e050ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 705cfea9-de60-436d-8c95-52f3b7e050ae found for delete ", "request_id": "req-a2bacd61-30af-4c61-944d-678c8d73ab67"}]} 2026-06-24 14:27:58.401 7 INFO neutron.services.segments.plugin [-] Segment 705cfea9-de60-436d-8c95-52f3b7e050ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 705cfea9-de60-436d-8c95-52f3b7e050ae found for delete ", "request_id": "req-c07ca041-ca08-4ae1-b28e-cb91d8b74f1d"}]} [pid: 8|app: 0|req: 573/1264] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:27:58 2026] POST /v2.0/ports => generated 1506 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:27:58.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-793eea74-494f-43bd-8da2-9c66e16634a0 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] TaaS: Handle Delete Port: 65f9305a-11a7-48f5-8df8-915a4bdbcf77 2026-06-24 14:27:58.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-793eea74-494f-43bd-8da2-9c66e16634a0 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Tap Mirror: Handle Delete Port: 65f9305a-11a7-48f5-8df8-915a4bdbcf77 [pid: 8|app: 0|req: 574/1265] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:58 2026] DELETE /v2.0/ports/65f9305a-11a7-48f5-8df8-915a4bdbcf77 => 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: 575/1266] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:58 2026] GET /v2.0/ports => generated 1506 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:27:58.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-8883fd7b-24de-49d9-b35d-063c315fb9a3 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] TaaS: Handle Delete Port: 8c9b133e-4c07-454c-8b13-95ff7fb01f96 2026-06-24 14:27:58.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8883fd7b-24de-49d9-b35d-063c315fb9a3 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Tap Mirror: Handle Delete Port: 8c9b133e-4c07-454c-8b13-95ff7fb01f96 [pid: 8|app: 0|req: 576/1267] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:58 2026] DELETE /v2.0/ports/8c9b133e-4c07-454c-8b13-95ff7fb01f96 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:59.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-258454ad-1a78-458f-8eab-366cd10da299 b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] TaaS: Handle Delete Port: d903d781-f62a-4680-b02b-d94aabea385c 2026-06-24 14:27:59.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-258454ad-1a78-458f-8eab-366cd10da299 b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Tap Mirror: Handle Delete Port: d903d781-f62a-4680-b02b-d94aabea385c [pid: 7|app: 0|req: 692/1268] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:57 2026] POST /v2.0/routers => generated 691 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1269] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:59 2026] DELETE /v2.0/ports/d903d781-f62a-4680-b02b-d94aabea385c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1270] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:59 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1271] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:27:59 2026] GET /v2.0/routers/d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:59.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f35dfe5-b0e7-4699-97a9-8dfe8437ba76 b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] TaaS: Handle Delete Port: 2c020acf-9770-4096-9c88-18e23010ac95 2026-06-24 14:27:59.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f35dfe5-b0e7-4699-97a9-8dfe8437ba76 b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Tap Mirror: Handle Delete Port: 2c020acf-9770-4096-9c88-18e23010ac95 [pid: 8|app: 0|req: 580/1272] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:27:59 2026] DELETE /v2.0/ports/2c020acf-9770-4096-9c88-18e23010ac95 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:27:59.408 7 INFO neutron.db.segments_db [None req-9ca7f190-1371-4fa3-9331-528c57d92999 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment fedca700-e959-43eb-a142-f8de1f56de2b of type vxlan for network 051474bc-6fd3-4eb8-a1ba-82257d117e3b 2026-06-24 14:27:59.448 8 INFO neutron.db.segments_db [None req-ef3ab67e-ada7-4fd4-979a-ba2c628d2b9f 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a of type vxlan for network ef48d0e5-239e-4641-b7c7-7bbf267cac95 [pid: 7|app: 0|req: 693/1273] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/networks => generated 726 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1274] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1275] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:27:59 2026] GET /v2.0/ports => 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: 694/1276] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:27:59 2026] GET /v2.0/routers => generated 700 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:27:59.669 7 INFO neutron.db.segments_db [None req-b3a076b3-efb6-4701-9b0c-9cfd7e5f4c62 49764c7f8f504b92bb1c1dfeda0b8a3f 87e114035c694f03847248c3aad2ef2f - - default default] Added segment 13155885-2489-42c3-b975-7d527f2bc903 of type vxlan for network e3f345e7-e0a0-4200-908e-a7d57bd030d0 [pid: 7|app: 0|req: 695/1277] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/networks => generated 630 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1278] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/subnets => generated 692 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:27:59.788 7 INFO neutron.db.segments_db [None req-fdad94f6-9d2a-41cb-a3d5-37aec9046b65 b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment c2f75a03-4303-4bf6-a417-2d71ba5ed933 of type vxlan for network afc765fa-4095-476a-8f46-9287ca2cb59e [pid: 7|app: 0|req: 696/1279] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/networks => generated 634 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1282] 10.0.0.103 () {34 vars in 741 bytes} [Wed Jun 24 14:27:59 2026] PUT /v2.0/routers/d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 704 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:00.186 8 INFO neutron.db.segments_db [None req-bf491f86-7091-444b-9291-81555d74253e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 5f9135b5-a82e-4256-8fa2-8d2f75a83dea of type vxlan for network d610a252-4488-4f2e-918a-49671c93a021 [pid: 7|app: 0|req: 699/1283] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:27:59 2026] POST /v2.0/subnets => generated 1274 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:28:00.240 7 INFO neutron.db.segments_db [None req-f0884fb2-1397-44ad-85fe-187727c5cc9e b004f0dd0a614389837fd9517b109c36 16a248d1a470405da4e7a4b0d857a5e9 - - default default] Added segment 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe of type vxlan for network 3794ca21-dfb0-44e0-ab64-bbc1e29c7cdf [pid: 7|app: 0|req: 700/1284] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:00 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1285] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:28:00 2026] GET /v2.0/routers/d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:00.401 8 INFO neutron.db.l3_hamode_db [None req-bf491f86-7091-444b-9291-81555d74253e 472dc5dfd7774df2a704c15b12a1b83a ebab7666b05943b19275e630e1251723 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 702/1286] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:00 2026] GET /v2.0/subnets => generated 1910 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1287] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:00 2026] GET /v2.0/ports?device_id=d4bc9c17-66c7-46ab-9860-f6adc20348cb => 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: 704/1288] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:00 2026] DELETE /v2.0/subnets/acd01518-ec1f-49ba-a460-16a9cbb1c0fd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:00.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-c515f735-c3fc-4d30-a326-75ccfb5f8993 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 0bdfbb40-a32f-4197-8905-f7857c412119 2026-06-24 14:28:00.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c515f735-c3fc-4d30-a326-75ccfb5f8993 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 0bdfbb40-a32f-4197-8905-f7857c412119 2026-06-24 14:28:00.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-c515f735-c3fc-4d30-a326-75ccfb5f8993 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] TaaS: Handle Delete Port: 1f567cf4-3271-4fcd-a426-85064473cac9 2026-06-24 14:28:00.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c515f735-c3fc-4d30-a326-75ccfb5f8993 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] Tap Mirror: Handle Delete Port: 1f567cf4-3271-4fcd-a426-85064473cac9 2026-06-24 14:28:01.035 8 INFO neutron.db.l3_hamode_db [None req-bf491f86-7091-444b-9291-81555d74253e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:28:01.232 7 INFO neutron.services.segments.plugin [-] Segment 69e95071-d8df-4a4d-b786-a8b8974bb08c resource provider aggregate not found 2026-06-24 14:28:01.237 7 INFO neutron.db.l3_hamode_db [None req-c515f735-c3fc-4d30-a326-75ccfb5f8993 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] HA network 84644dd2-3d84-4ddd-8609-3077c82a5545 was deleted as no HA routers are present in tenant f9a6b7c01ebd4f488ce550ef9e2e5807. [pid: 7|app: 0|req: 705/1289] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:00 2026] DELETE /v2.0/routers/d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 0 bytes in 700 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:01.253 7 INFO neutron.services.segments.plugin [-] Segment 69e95071-d8df-4a4d-b786-a8b8974bb08c resource provider aggregate not found 2026-06-24 14:28:01.256 7 INFO neutron.services.segments.plugin [-] Segment 69e95071-d8df-4a4d-b786-a8b8974bb08c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e95071-d8df-4a4d-b786-a8b8974bb08c found for delete ", "request_id": "req-3d19ccf2-43c9-4a40-a5db-2d2b9bd77149"}]} 2026-06-24 14:28:01.271 7 INFO neutron.services.segments.plugin [-] Segment 69e95071-d8df-4a4d-b786-a8b8974bb08c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e95071-d8df-4a4d-b786-a8b8974bb08c found for delete ", "request_id": "req-979d2a34-4350-45ca-b300-b13af8891548"}]} [pid: 7|app: 0|req: 706/1290] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:01 2026] DELETE /v2.0/subnets/5adb9438-10d5-4f0c-89a4-355e4678af14 => 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: 707/1291] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:01 2026] POST /v2.0/subnets => generated 1324 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1292] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:01 2026] GET /v2.0/ports?device_id=d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1293] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:01 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1294] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:01 2026] GET /v2.0/subnets => generated 1960 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:01.728 7 INFO neutron.api.v2.resource [None req-be37a79a-716e-441a-9e68-e1f02c1caa17 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1295] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:01 2026] DELETE /v2.0/routers/d4bc9c17-66c7-46ab-9860-f6adc20348cb => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1296] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:00 2026] POST /v2.0/routers => generated 732 bytes in 1699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1297] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:01 2026] DELETE /v2.0/networks/e3f345e7-e0a0-4200-908e-a7d57bd030d0 => 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: 713/1298] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:01 2026] GET /v2.0/ports?device_id=24b34689-0029-4db8-96e5-f07e14f8d89d => 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: 586/1299] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:01 2026] DELETE /v2.0/subnets/3f752b95-688d-4623-9a2e-65c540305426 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:02.072 8 INFO neutron.services.segments.plugin [-] Segment 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a resource provider aggregate not found 2026-06-24 14:28:02.084 8 INFO neutron.services.segments.plugin [-] Segment 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a resource provider aggregate not found 2026-06-24 14:28:02.090 8 INFO neutron.services.segments.plugin [-] Segment 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a found for delete ", "request_id": "req-8c04023b-5ddb-42e0-96c4-c521335ba8e8"}]} [pid: 8|app: 0|req: 587/1300] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:01 2026] DELETE /v2.0/networks/ef48d0e5-239e-4641-b7c7-7bbf267cac95 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:02.101 8 INFO neutron.services.segments.plugin [-] Segment 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f43c98a-b16a-4f4c-aed7-e97e6be8a05a found for delete ", "request_id": "req-612a8fc8-5a90-4b3e-9b4c-48413e60e588"}]} 2026-06-24 14:28:02.111 8 INFO neutron.api.v2.resource [None req-ffe508b6-eac5-481a-ad79-d6126660e53e d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1301] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/routers/24b34689-0029-4db8-96e5-f07e14f8d89d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1302] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/subnets/94b69f1e-f789-44f4-a702-16918e112e3a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1303] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/efb6fde1-323b-44f6-ad41-ce9269c4e772 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:02.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4bc9d93-ddda-4bfc-ac3e-d7e3e8f03b09 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 591/1304] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/subnets/423fe8b5-db1b-4aac-878d-36909197e0c5 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1305] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:02 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1306] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/1dda7e3a-571c-45f5-9e52-175c1fc023bd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1307] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:02 2026] GET /v2.0/ports?device_id=7f4a2453-20a3-4705-bc8d-17ce65159a87 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1308] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/3794ca21-dfb0-44e0-ab64-bbc1e29c7cdf => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:02.694 8 INFO neutron.api.v2.resource [None req-e590667a-c8ef-4fac-912a-1c026dfd8c37 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1309] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/routers/7f4a2453-20a3-4705-bc8d-17ce65159a87 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1310] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/afc765fa-4095-476a-8f46-9287ca2cb59e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:02.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1229bd8e-4e81-4aed-b900-788e0b4ce312 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1311] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/subnets/b9b1a720-8a01-41ad-89f5-2e8657464a1f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1312] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/07a1b80a-0d4d-4a24-9c40-6ebfd5600313 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1313] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:02 2026] GET /v2.0/ports?device_id=265f2607-3423-4710-ae8b-49daad01aabf => 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: 714/1314] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:01 2026] PUT /v2.0/routers/7270c877-7e5f-4b1a-ae33-b4e5c725fac3/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1315] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:02 2026] GET /v2.0/security-groups?tenant_id=87e114035c694f03847248c3aad2ef2f&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:03.103 8 INFO neutron.api.v2.resource [None req-c2892d85-ca7e-4651-816a-f66c747a48f0 d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 602/1316] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/routers/265f2607-3423-4710-ae8b-49daad01aabf => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1317] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:02 2026] DELETE /v2.0/networks/46530574-03d1-43ce-87c1-6a13453e7e72 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:03.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62288fe0-3ec0-44be-b8ea-bf838b72c5aa d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1318] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/subnets/0aeac3a9-ef05-4c6d-a9df-d12a4d16d7b4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:03.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b29230d-8271-4b39-aef8-51dad825f3cc d89fe8bf8bf44b57a66d6ccdf37b261a f9a6b7c01ebd4f488ce550ef9e2e5807 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1319] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/subnets/c28c4da3-2f0a-4e0b-a385-00006519185c => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1320] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/security-groups/15261249-767f-43e1-97a5-892d52a7d55d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:03.277 7 INFO neutron.services.segments.plugin [-] Segment 13155885-2489-42c3-b975-7d527f2bc903 resource provider aggregate not found 2026-06-24 14:28:03.300 7 INFO neutron.services.segments.plugin [-] Segment 13155885-2489-42c3-b975-7d527f2bc903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13155885-2489-42c3-b975-7d527f2bc903 found for delete ", "request_id": "req-c94dcf1b-7df0-49e6-917c-b346d8def2e7"}]} 2026-06-24 14:28:03.305 7 INFO neutron.services.segments.plugin [-] Segment 13155885-2489-42c3-b975-7d527f2bc903 resource provider aggregate not found 2026-06-24 14:28:03.318 7 INFO neutron.services.segments.plugin [-] Segment 13155885-2489-42c3-b975-7d527f2bc903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13155885-2489-42c3-b975-7d527f2bc903 found for delete ", "request_id": "req-2d92ed78-ca83-4ddf-acca-cdb01e1b2846"}]} 2026-06-24 14:28:03.319 7 INFO neutron.services.segments.plugin [-] Segment 77b8d2d9-778f-404f-93e8-222b96283d86 resource provider aggregate not found 2026-06-24 14:28:03.333 7 INFO neutron.services.segments.plugin [-] Segment 77b8d2d9-778f-404f-93e8-222b96283d86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b8d2d9-778f-404f-93e8-222b96283d86 found for delete ", "request_id": "req-138d91d8-49f1-43c9-a8fd-074053905a90"}]} 2026-06-24 14:28:03.341 7 INFO neutron.services.segments.plugin [-] Segment 77b8d2d9-778f-404f-93e8-222b96283d86 resource provider aggregate not found 2026-06-24 14:28:03.363 7 INFO neutron.services.segments.plugin [-] Segment 77b8d2d9-778f-404f-93e8-222b96283d86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b8d2d9-778f-404f-93e8-222b96283d86 found for delete ", "request_id": "req-0e26d4f9-f643-4914-9ce3-ab4bf64ebbfb"}]} [pid: 7|app: 0|req: 718/1321] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:03 2026] GET /v2.0/security-groups?tenant_id=16a248d1a470405da4e7a4b0d857a5e9&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: 604/1322] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:03 2026] GET /v2.0/security-groups?tenant_id=f9a6b7c01ebd4f488ce550ef9e2e5807&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1323] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/security-groups/d3f8a5a6-5629-4fb9-a15b-c8a37c8e2647 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1324] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:03 2026] DELETE /v2.0/security-groups/a15c05d4-9670-4c24-b359-e6ce3bdb996c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:04.106 8 INFO neutron.services.segments.plugin [-] Segment 46cd90ca-0554-42f4-be87-9e5c4f4d8489 resource provider aggregate not found 2026-06-24 14:28:04.118 8 INFO neutron.services.segments.plugin [-] Segment 46cd90ca-0554-42f4-be87-9e5c4f4d8489 resource provider aggregate not found 2026-06-24 14:28:04.122 8 INFO neutron.services.segments.plugin [-] Segment 46cd90ca-0554-42f4-be87-9e5c4f4d8489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46cd90ca-0554-42f4-be87-9e5c4f4d8489 found for delete ", "request_id": "req-4d8573c5-e6a5-401c-bf5d-33f4cdf9e034"}]} 2026-06-24 14:28:04.139 8 INFO neutron.services.segments.plugin [-] Segment 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 resource provider aggregate not found 2026-06-24 14:28:04.144 8 INFO neutron.services.segments.plugin [-] Segment 46cd90ca-0554-42f4-be87-9e5c4f4d8489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46cd90ca-0554-42f4-be87-9e5c4f4d8489 found for delete ", "request_id": "req-3f5e5de3-36ae-4376-9f3f-3ace80d1d8ed"}]} [pid: 7|app: 0|req: 720/1325] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/networks?id=051474bc-6fd3-4eb8-a1ba-82257d117e3b => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:04.165 8 INFO neutron.services.segments.plugin [-] Segment 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 found for delete ", "request_id": "req-fd20c599-691b-441f-b614-f13de3fd5790"}]} 2026-06-24 14:28:04.170 8 INFO neutron.services.segments.plugin [-] Segment 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 resource provider aggregate not found 2026-06-24 14:28:04.188 8 INFO neutron.services.segments.plugin [-] Segment 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe resource provider aggregate not found 2026-06-24 14:28:04.194 8 INFO neutron.services.segments.plugin [-] Segment 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2f7019-ca8d-4b39-867a-dc65c386f5f0 found for delete ", "request_id": "req-eee334e7-26f7-4e19-b883-208046938339"}]} [pid: 8|app: 0|req: 606/1326] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/quotas/ebab7666b05943b19275e630e1251723 => generated 292 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:04.217 8 INFO neutron.services.segments.plugin [-] Segment 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe resource provider aggregate not found 2026-06-24 14:28:04.222 8 INFO neutron.services.segments.plugin [-] Segment 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe found for delete ", "request_id": "req-72a5f238-374b-4a32-946f-3f46dc607195"}]} 2026-06-24 14:28:04.229 8 INFO neutron.services.segments.plugin [-] Segment 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c2b4a3-dc50-4e5e-8834-5bb934b3abfe found for delete ", "request_id": "req-ed92b436-0820-431e-8b81-432891835a05"}]} 2026-06-24 14:28:04.239 8 INFO neutron.services.segments.plugin [-] Segment c2f75a03-4303-4bf6-a417-2d71ba5ed933 resource provider aggregate not found 2026-06-24 14:28:04.242 8 INFO neutron.services.segments.plugin [-] Segment c2f75a03-4303-4bf6-a417-2d71ba5ed933 resource provider aggregate not found 2026-06-24 14:28:04.251 8 INFO neutron.services.segments.plugin [-] Segment c2f75a03-4303-4bf6-a417-2d71ba5ed933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2f75a03-4303-4bf6-a417-2d71ba5ed933 found for delete ", "request_id": "req-d7eacc3d-5951-48d7-854f-44097f302d3d"}]} 2026-06-24 14:28:04.255 8 INFO neutron.services.segments.plugin [-] Segment c2f75a03-4303-4bf6-a417-2d71ba5ed933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2f75a03-4303-4bf6-a417-2d71ba5ed933 found for delete ", "request_id": "req-69c6ab47-0433-4a96-b229-280358be8f6a"}]} 2026-06-24 14:28:04.263 8 INFO neutron.services.segments.plugin [-] Segment 1a6f1d56-43ac-46fd-be42-104e4b1903cd resource provider aggregate not found 2026-06-24 14:28:04.269 8 INFO neutron.services.segments.plugin [-] Segment 1a6f1d56-43ac-46fd-be42-104e4b1903cd resource provider aggregate not found 2026-06-24 14:28:04.273 8 INFO neutron.services.segments.plugin [-] Segment 1a6f1d56-43ac-46fd-be42-104e4b1903cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6f1d56-43ac-46fd-be42-104e4b1903cd found for delete ", "request_id": "req-b8fd965e-56cb-4056-b4e2-5322cc09f1f7"}]} 2026-06-24 14:28:04.281 8 INFO neutron.services.segments.plugin [-] Segment 1a6f1d56-43ac-46fd-be42-104e4b1903cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6f1d56-43ac-46fd-be42-104e4b1903cd found for delete ", "request_id": "req-552cdcc5-bebe-475e-ba42-0c86d241b6c4"}]} [pid: 7|app: 0|req: 721/1327] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/ports?tenant_id=ebab7666b05943b19275e630e1251723&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1328] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/networks/051474bc-6fd3-4eb8-a1ba-82257d117e3b?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: 722/1329] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/networks/051474bc-6fd3-4eb8-a1ba-82257d117e3b?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: 608/1330] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:04 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:05.393 7 INFO neutron.db.segments_db [None req-b43d8814-6489-4208-9d79-9bcc44957be3 70762e14e20f458ba53289969c63c41e bcf9fb94ca33434ea264ea28a2263273 - - default default] Added segment 6bd84fda-eaa6-44d5-be21-00cf79d90807 of type vxlan for network 2ebd2e51-67d9-46d5-968d-15379b8d85aa [pid: 7|app: 0|req: 723/1331] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:05 2026] POST /v2.0/networks => generated 629 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:05.787 8 INFO neutron.db.segments_db [None req-a6df984c-4216-4bd3-921e-b888fbaf37dd 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment ed363daa-0030-4521-a4d2-d428480fece1 of type vxlan for network e758bad8-a2eb-4fdb-adfe-b221c0825e3e [pid: 8|app: 0|req: 609/1332] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:05 2026] POST /v2.0/networks => generated 610 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1333] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:05 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 724/1334] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:28:05 2026] POST /v2.0/security-groups => generated 1625 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:28:05.934 8 INFO neutron.db.segments_db [None req-ee27b815-9d56-4b3b-a4c0-f82dd6b83b8b 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment 19d7962d-54e3-474b-b4ac-f89ed31cca2b of type vxlan for network cb406a78-7940-461a-99ea-3d1c8f8a9ad3 [pid: 7|app: 0|req: 725/1335] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:05 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1336] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:05 2026] POST /v2.0/networks => generated 611 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1337] 10.0.0.103 () {34 vars in 758 bytes} [Wed Jun 24 14:28:06 2026] PUT /v2.0/security-groups/4e4d079f-fe17-4fac-a8df-1845d6a4e516 => generated 1662 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1338] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:05 2026] POST /v2.0/subnets => generated 673 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1339] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:28:06 2026] GET /v2.0/security-groups/4e4d079f-fe17-4fac-a8df-1845d6a4e516 => generated 1662 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:06.262 7 INFO neutron.db.segments_db [None req-d325bd57-0b1b-4727-ad79-14f3b2071eff 70762e14e20f458ba53289969c63c41e bcf9fb94ca33434ea264ea28a2263273 - - default default] Added segment 8dfeed16-b1df-4d20-8968-5306914fd1af of type vxlan for network d6b20a95-e7cb-4663-8e89-30b2542e9eb5 [pid: 7|app: 0|req: 728/1340] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:06 2026] POST /v2.0/networks => generated 629 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1341] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:06 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: 729/1342] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:06 2026] DELETE /v2.0/security-groups/4e4d079f-fe17-4fac-a8df-1845d6a4e516 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1343] 10.0.0.103 () {34 vars in 743 bytes} [Wed Jun 24 14:28:06 2026] PUT /v2.0/networks/d6b20a95-e7cb-4663-8e89-30b2542e9eb5 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1344] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:06 2026] GET /v2.0/security-groups => 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: 730/1345] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:06 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:06.653 7 INFO neutron.api.v2.resource [None req-49612f6d-c7af-4e66-863c-2b38d534fc1a da82eb8e3bc6483894d7d44cc56dc4af 6986fc6d0dbc4c17b73192e00e538aa1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1346] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:06 2026] DELETE /v2.0/security-groups/4e4d079f-fe17-4fac-a8df-1845d6a4e516 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:06.697 7 INFO neutron.db.segments_db [None req-40894997-4a91-44fc-8fad-09cdb16ba595 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment 578f7920-ddc3-4e95-b99c-ed4a8e9c611c of type vxlan for network 46a313ee-423b-4429-bab9-88d3e835fd9c [pid: 8|app: 0|req: 616/1347] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:06 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1348] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:28:06 2026] POST /v2.0/security-groups => generated 1623 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1349] 10.0.0.103 () {34 vars in 741 bytes} [Wed Jun 24 14:28:06 2026] PUT /v2.0/subnets/479754e6-65e8-45ff-8087-fe296e7dd74d => generated 656 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1350] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1351] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:07.280 7 INFO neutron.db.l3_hamode_db [None req-40894997-4a91-44fc-8fad-09cdb16ba595 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:28:07.352 8 INFO neutron.services.segments.plugin [-] Segment 8dfeed16-b1df-4d20-8968-5306914fd1af resource provider aggregate not found 2026-06-24 14:28:07.355 8 INFO neutron.services.segments.plugin [-] Segment 8dfeed16-b1df-4d20-8968-5306914fd1af resource provider aggregate not found 2026-06-24 14:28:07.382 8 INFO neutron.services.segments.plugin [-] Segment 8dfeed16-b1df-4d20-8968-5306914fd1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dfeed16-b1df-4d20-8968-5306914fd1af found for delete ", "request_id": "req-72721786-953f-458c-a8a5-23e081287d86"}]} 2026-06-24 14:28:07.384 8 INFO neutron.services.segments.plugin [-] Segment 8dfeed16-b1df-4d20-8968-5306914fd1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dfeed16-b1df-4d20-8968-5306914fd1af found for delete ", "request_id": "req-26ab3f81-8952-4c61-83de-86696e4c6a3d"}]} [pid: 8|app: 0|req: 621/1352] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:07 2026] DELETE /v2.0/networks/d6b20a95-e7cb-4663-8e89-30b2542e9eb5 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1353] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/security-group-rules/c067ad83-3815-45cd-a9f1-fe5dec04889e => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:07.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-346c8f85-35d4-4cde-a3fb-6d1262d4ac83 70762e14e20f458ba53289969c63c41e bcf9fb94ca33434ea264ea28a2263273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1354] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:07 2026] DELETE /v2.0/networks/d6b20a95-e7cb-4663-8e89-30b2542e9eb5 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:07.452 7 INFO neutron.db.l3_hamode_db [None req-40894997-4a91-44fc-8fad-09cdb16ba595 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 624/1355] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1356] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1357] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:07 2026] DELETE /v2.0/security-group-rules/c067ad83-3815-45cd-a9f1-fe5dec04889e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1358] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/subnets?network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1359] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1360] 10.0.0.103 () {32 vars in 653 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1361] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:06 2026] POST /v2.0/routers => generated 507 bytes in 1301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1362] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:28:07 2026] GET /v2.0/networks => generated 1313 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1363] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1364] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/subnets => generated 1312 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1365] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/security-group-rules/0b855f77-f1f6-46c4-93e3-79c205d95eda => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1366] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/networks/2ebd2e51-67d9-46d5-968d-15379b8d85aa => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1367] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1368] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/subnets/84b82e35-3f73-4349-9d17-a4d186910109 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1369] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/security-group-rules/0b855f77-f1f6-46c4-93e3-79c205d95eda => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:08.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9aab48b5-439b-4c0f-b69a-1162a3b8ef24 70762e14e20f458ba53289969c63c41e bcf9fb94ca33434ea264ea28a2263273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1370] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/subnets/479754e6-65e8-45ff-8087-fe296e7dd74d => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1371] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 639/1372] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:08.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39ecbbf5-5e78-4493-a8f8-8d19f279287d 70762e14e20f458ba53289969c63c41e bcf9fb94ca33434ea264ea28a2263273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1373] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/networks/d6b20a95-e7cb-4663-8e89-30b2542e9eb5 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:08.450 8 INFO neutron.db.securitygroups_db [None req-0313944d-1501-4d52-8411-451e1bcdcfa9 da82eb8e3bc6483894d7d44cc56dc4af 6986fc6d0dbc4c17b73192e00e538aa1 - - default default] Project 6986fc6d0dbc4c17b73192e00e538aa1 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: 641/1374] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1375] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/subnets/84b82e35-3f73-4349-9d17-a4d186910109 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1376] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/security-group-rules/a513b5b3-06d8-4d97-9196-6f80f85c82de => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1377] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/networks/2ebd2e51-67d9-46d5-968d-15379b8d85aa => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1378] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1379] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:28:08 2026] GET /v2.0/networks?id=051474bc-6fd3-4eb8-a1ba-82257d117e3b => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1380] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:08 2026] DELETE /v2.0/security-group-rules/a513b5b3-06d8-4d97-9196-6f80f85c82de => 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: 734/1381] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:08 2026] PUT /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1382] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1383] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/ports/7a82c1d4-d4f2-47ac-a922-97cfff7d563a => generated 955 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1384] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:28:08 2026] POST /v2.0/ports => generated 958 bytes in 347 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: 737/1385] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:09 2026] DELETE /v2.0/security-groups/efd71815-49bd-4703-9399-40060fc505fc => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1386] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/security-groups?tenant_id=bcf9fb94ca33434ea264ea28a2263273&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:09.400 8 INFO neutron.services.segments.plugin [-] Segment 6bd84fda-eaa6-44d5-be21-00cf79d90807 resource provider aggregate not found 2026-06-24 14:28:09.410 8 INFO neutron.services.segments.plugin [-] Segment 6bd84fda-eaa6-44d5-be21-00cf79d90807 resource provider aggregate not found 2026-06-24 14:28:09.432 8 INFO neutron.services.segments.plugin [-] Segment 6bd84fda-eaa6-44d5-be21-00cf79d90807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd84fda-eaa6-44d5-be21-00cf79d90807 found for delete ", "request_id": "req-d37f95f2-6353-40d7-af47-b91e9d721f6b"}]} 2026-06-24 14:28:09.432 8 INFO neutron.services.segments.plugin [-] Segment 6bd84fda-eaa6-44d5-be21-00cf79d90807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd84fda-eaa6-44d5-be21-00cf79d90807 found for delete ", "request_id": "req-06c57135-e1b2-4bbd-b874-c01b2c29b91a"}]} [pid: 7|app: 0|req: 739/1387] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:28:09 2026] PUT /v2.0/ports/96a46e34-bc7c-4296-a2a0-7a9c0cc199b6 => generated 1239 bytes in 458 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: 740/1388] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:09.853 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e91959a-f2de-4f30-aeac-947ff874c0bd'] response: {'name': 'network-changed', 'server_uuid': '4c1b97b6-4d6e-4b06-a67e-32c8d76ef068', 'tag': '96a46e34-bc7c-4296-a2a0-7a9c0cc199b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 741/1389] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:09 2026] DELETE /v2.0/security-groups/8eee09ed-9222-4f68-8a1b-2e29b9024f4d => 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: 742/1390] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1391] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:09 2026] GET /v2.0/security-groups => 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: 744/1392] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1393] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:09 2026] PUT /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1394] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/ports?tenant_id=ebab7666b05943b19275e630e1251723&device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1395] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/networks?tenant_id=ebab7666b05943b19275e630e1251723&shared=False => generated 773 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1396] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/ports/bacffee8-5d79-4db4-95be-be71fc61dc06 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1397] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1398] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:10 2026] GET /v2.0/security-groups?tenant_id=6986fc6d0dbc4c17b73192e00e538aa1&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1399] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:10 2026] DELETE /v2.0/security-groups/85d50a75-5497-4b1f-8d22-e8d4dbd0f84f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:10.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-a416cd8a-63c9-4862-86ca-f9470da44e2f 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: bacffee8-5d79-4db4-95be-be71fc61dc06 2026-06-24 14:28:10.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a416cd8a-63c9-4862-86ca-f9470da44e2f 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: bacffee8-5d79-4db4-95be-be71fc61dc06 [pid: 7|app: 0|req: 750/1400] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1401] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&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: 651/1402] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:10 2026] PUT /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1403] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/ports?tenant_id=ebab7666b05943b19275e630e1251723&device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1404] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=96a46e34-bc7c-4296-a2a0-7a9c0cc199b6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:11.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-89a284f6-f72a-4bda-8335-2113c04558b1 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: 7a82c1d4-d4f2-47ac-a922-97cfff7d563a 2026-06-24 14:28:11.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89a284f6-f72a-4bda-8335-2113c04558b1 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: 7a82c1d4-d4f2-47ac-a922-97cfff7d563a [pid: 8|app: 0|req: 654/1405] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/subnets?id=9a67d9b4-97d1-4f5d-996a-21123cedebb4 => generated 695 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1406] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:28:11 2026] GET /v2.0/ports?network_id=051474bc-6fd3-4eb8-a1ba-82257d117e3b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:12.023 8 INFO neutron.db.segments_db [None req-ce21888b-99a9-47c9-a539-4f7644da488d 4dc545c0eb474da8b999bf8aa9dad4ae 6bd635fb46a346cca2f8f84912c526f9 - - default default] Added segment 4530542f-e209-4beb-bfdf-41701e7a2fd4 of type vxlan for network 14437466-ae97-46ce-99cc-3283860fa9c2 [pid: 7|app: 0|req: 752/1407] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:11 2026] PUT /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1408] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/networks/051474bc-6fd3-4eb8-a1ba-82257d117e3b?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: 754/1409] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/ports?device_id=d823294d-5d7b-42fd-8340-a54ea1e707e5 => 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: 656/1410] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:11 2026] POST /v2.0/networks => generated 625 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1411] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/networks/051474bc-6fd3-4eb8-a1ba-82257d117e3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:12.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9f45056-1f2b-42f6-9608-345202ec725c 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: bea4360f-546c-4acb-8ada-43a6ed1ed84e 2026-06-24 14:28:12.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f45056-1f2b-42f6-9608-345202ec725c 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: bea4360f-546c-4acb-8ada-43a6ed1ed84e [pid: 7|app: 0|req: 756/1412] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:12 2026] POST /v2.0/subnets => generated 641 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1413] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:12.438 7 INFO neutron.db.segments_db [None req-6b0f9da0-c913-45e4-9a51-5ffefe7307cf 4dc545c0eb474da8b999bf8aa9dad4ae 6bd635fb46a346cca2f8f84912c526f9 - - default default] Added segment 96403adc-7eff-4fe0-9373-c9f3826766c1 of type vxlan for network c445264e-219d-41e3-b81f-9aec88fed85c [pid: 7|app: 0|req: 758/1414] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:12 2026] POST /v2.0/networks => generated 624 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1415] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:12.647 8 INFO neutron.services.segments.plugin [-] Segment 578f7920-ddc3-4e95-b99c-ed4a8e9c611c resource provider aggregate not found 2026-06-24 14:28:12.650 8 INFO neutron.services.segments.plugin [-] Segment 578f7920-ddc3-4e95-b99c-ed4a8e9c611c resource provider aggregate not found 2026-06-24 14:28:12.668 8 INFO neutron.services.segments.plugin [-] Segment 578f7920-ddc3-4e95-b99c-ed4a8e9c611c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 578f7920-ddc3-4e95-b99c-ed4a8e9c611c found for delete ", "request_id": "req-b1715767-38b1-499f-8334-4f996870d80e"}]} 2026-06-24 14:28:12.669 8 INFO neutron.services.segments.plugin [-] Segment 578f7920-ddc3-4e95-b99c-ed4a8e9c611c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 578f7920-ddc3-4e95-b99c-ed4a8e9c611c found for delete ", "request_id": "req-dd030591-0666-4322-bdbb-08a3b45c235c"}]} 2026-06-24 14:28:12.676 8 INFO neutron.db.l3_hamode_db [None req-d9f45056-1f2b-42f6-9608-345202ec725c 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] HA network 46a313ee-423b-4429-bab9-88d3e835fd9c was deleted as no HA routers are present in tenant 066886ea55b7410dba8a53a2e46a6855. [pid: 8|app: 0|req: 657/1416] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:12 2026] DELETE /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1417] 10.0.0.103 () {34 vars in 743 bytes} [Wed Jun 24 14:28:12 2026] PUT /v2.0/networks/c445264e-219d-41e3-b81f-9aec88fed85c => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1418] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:28:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1419] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:12 2026] DELETE /v2.0/subnets/f0f8c158-5101-40f6-bc21-fcf600ed7379 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1420] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1421] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:12 2026] DELETE /v2.0/subnets/5d94c912-304a-4a95-a092-92a2759e9f13 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1422] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:12 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1423] 10.0.0.103 () {34 vars in 758 bytes} [Wed Jun 24 14:28:13 2026] PUT /v2.0/security-groups/25add76b-802b-475e-8b4f-a28a7f91d517 => generated 1664 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:13.174 7 INFO neutron.services.segments.plugin [-] Segment 19d7962d-54e3-474b-b4ac-f89ed31cca2b resource provider aggregate not found 2026-06-24 14:28:13.195 7 INFO neutron.services.segments.plugin [-] Segment 19d7962d-54e3-474b-b4ac-f89ed31cca2b resource provider aggregate not found 2026-06-24 14:28:13.201 7 INFO neutron.services.segments.plugin [-] Segment 19d7962d-54e3-474b-b4ac-f89ed31cca2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d7962d-54e3-474b-b4ac-f89ed31cca2b found for delete ", "request_id": "req-fb2b5a59-0e5b-4f72-8f16-0f25fbf0c0cc"}]} 2026-06-24 14:28:13.212 7 INFO neutron.services.segments.plugin [-] Segment 19d7962d-54e3-474b-b4ac-f89ed31cca2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d7962d-54e3-474b-b4ac-f89ed31cca2b found for delete ", "request_id": "req-b0ef9393-ea29-4d04-a511-c6ac20132449"}]} [pid: 7|app: 0|req: 762/1424] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/networks/cb406a78-7940-461a-99ea-3d1c8f8a9ad3 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1425] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/security-groups/25add76b-802b-475e-8b4f-a28a7f91d517 => generated 1664 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1426] 10.0.0.103 () {34 vars in 741 bytes} [Wed Jun 24 14:28:13 2026] PUT /v2.0/subnets/c8d311f7-34a4-4a00-b75f-f8c73be44153 => generated 636 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1427] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/security-groups/25add76b-802b-475e-8b4f-a28a7f91d517 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1428] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/networks/e758bad8-a2eb-4fdb-adfe-b221c0825e3e => 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: 765/1429] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:13.461 7 INFO neutron.db.segments_db [None req-a2c69f2b-631c-4edd-8a1e-612cb053f7a1 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment ea32d819-5e5e-4205-9f2d-db22d90cf410 of type vxlan for network 3dcd505e-e28b-4ae7-b0de-0d62d7d0dbc3 [pid: 7|app: 0|req: 766/1430] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:13 2026] POST /v2.0/networks => generated 610 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:13.561 7 INFO neutron.api.v2.resource [None req-1956a3b2-35d0-4349-9a93-33c286cc98c6 64d26911c6b846728a21cbe5b1a6aa5a c0145b1bf0f64c3088ccaad90d831fe8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1431] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/security-groups/25add76b-802b-475e-8b4f-a28a7f91d517 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1432] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/networks/c445264e-219d-41e3-b81f-9aec88fed85c => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1433] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:28:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:28:13.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aab36cc6-10bd-4900-86cd-c07f1b2922d0 4dc545c0eb474da8b999bf8aa9dad4ae 6bd635fb46a346cca2f8f84912c526f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1434] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/networks/c445264e-219d-41e3-b81f-9aec88fed85c => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1435] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:13 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1436] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 669/1437] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1438] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:13.860 8 INFO neutron.db.segments_db [None req-b2b96a65-21af-4bc1-8e42-06dc8e6e509b 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment 71dee72a-bca6-4d9d-aa1c-0181584534a8 of type vxlan for network 6e4151cc-bdf5-4cb8-ab39-4f000b6bdcdd [pid: 7|app: 0|req: 770/1439] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1440] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/subnets?network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 649 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1441] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/security-group-rules/1dfa10e8-1008-4d10-b61f-09f203ba375a => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1442] 10.0.0.103 () {32 vars in 653 bytes} [Wed Jun 24 14:28:13 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: 774/1443] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1444] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:28:13 2026] GET /v2.0/networks => generated 1309 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1445] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:13 2026] DELETE /v2.0/security-group-rules/1dfa10e8-1008-4d10-b61f-09f203ba375a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:14.061 8 INFO neutron.db.l3_hamode_db [None req-b2b96a65-21af-4bc1-8e42-06dc8e6e509b 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 777/1446] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/subnets => generated 1280 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1447] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1448] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/networks/14437466-ae97-46ce-99cc-3283860fa9c2 => generated 669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:14.186 8 INFO neutron.db.l3_hamode_db [None req-b2b96a65-21af-4bc1-8e42-06dc8e6e509b 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 780/1449] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:14 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: 7|app: 0|req: 781/1450] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/subnets/f4c47df4-940c-49c6-b400-5290afc52556 => generated 641 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1451] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules/50f62ea5-ffab-4a58-b915-f6139b7e3561 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:14.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-167f852a-8a45-4e7c-ab41-5ff64f935e6f 4dc545c0eb474da8b999bf8aa9dad4ae 6bd635fb46a346cca2f8f84912c526f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1452] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/subnets/c8d311f7-34a4-4a00-b75f-f8c73be44153 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1453] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:14.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a14a1e72-900b-4447-8d39-b456c1054632 4dc545c0eb474da8b999bf8aa9dad4ae 6bd635fb46a346cca2f8f84912c526f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1454] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/networks/c445264e-219d-41e3-b81f-9aec88fed85c => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1455] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/security-group-rules/50f62ea5-ffab-4a58-b915-f6139b7e3561 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1456] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/subnets/f4c47df4-940c-49c6-b400-5290afc52556 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1457] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1458] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/networks/14437466-ae97-46ce-99cc-3283860fa9c2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1459] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:14.693 8 INFO neutron.services.segments.plugin [-] Segment 96403adc-7eff-4fe0-9373-c9f3826766c1 resource provider aggregate not found [pid: 7|app: 0|req: 791/1460] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules/297e8f21-e916-4fc6-9983-06aa4e0a6dca => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:14.699 8 INFO neutron.services.segments.plugin [-] Segment 96403adc-7eff-4fe0-9373-c9f3826766c1 resource provider aggregate not found 2026-06-24 14:28:14.715 8 INFO neutron.services.segments.plugin [-] Segment 96403adc-7eff-4fe0-9373-c9f3826766c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96403adc-7eff-4fe0-9373-c9f3826766c1 found for delete ", "request_id": "req-f2b1bfc0-76c8-4274-8723-bbd4e93a1b09"}]} 2026-06-24 14:28:14.718 8 INFO neutron.services.segments.plugin [-] Segment 96403adc-7eff-4fe0-9373-c9f3826766c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96403adc-7eff-4fe0-9373-c9f3826766c1 found for delete ", "request_id": "req-0fb38e9b-4b4d-4909-94ec-2a8b8ad42367"}]} [pid: 7|app: 0|req: 794/1463] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1464] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:13 2026] POST /v2.0/routers => generated 507 bytes in 962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1465] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/security-group-rules/297e8f21-e916-4fc6-9983-06aa4e0a6dca => 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: 796/1466] 10.0.0.103 () {32 vars in 673 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1467] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:14 2026] DELETE /v2.0/security-groups/65a74746-e669-4a1e-9a6c-68cf86d6099b => 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: 798/1468] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:14 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1469] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1470] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:15 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1471] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:28:14 2026] POST /v2.0/ports => generated 952 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:28:15.222 7 INFO neutron.services.segments.plugin [-] Segment ed363daa-0030-4521-a4d2-d428480fece1 resource provider aggregate not found [pid: 8|app: 0|req: 672/1472] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:28:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:15.233 7 INFO neutron.services.segments.plugin [-] Segment ed363daa-0030-4521-a4d2-d428480fece1 resource provider aggregate not found 2026-06-24 14:28:15.240 7 INFO neutron.services.segments.plugin [-] Segment ed363daa-0030-4521-a4d2-d428480fece1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed363daa-0030-4521-a4d2-d428480fece1 found for delete ", "request_id": "req-8f40aefa-34c5-4567-8604-46824cb750aa"}]} 2026-06-24 14:28:15.254 7 INFO neutron.services.segments.plugin [-] Segment 4530542f-e209-4beb-bfdf-41701e7a2fd4 resource provider aggregate not found 2026-06-24 14:28:15.260 7 INFO neutron.services.segments.plugin [-] Segment ed363daa-0030-4521-a4d2-d428480fece1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed363daa-0030-4521-a4d2-d428480fece1 found for delete ", "request_id": "req-7d8bacea-6dc4-4e36-a20c-af795c64d8ad"}]} 2026-06-24 14:28:15.275 7 INFO neutron.services.segments.plugin [-] Segment 4530542f-e209-4beb-bfdf-41701e7a2fd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4530542f-e209-4beb-bfdf-41701e7a2fd4 found for delete ", "request_id": "req-9ef9caa0-261e-463c-84db-75b348fc97af"}]} 2026-06-24 14:28:15.277 7 INFO neutron.services.segments.plugin [-] Segment 4530542f-e209-4beb-bfdf-41701e7a2fd4 resource provider aggregate not found [pid: 7|app: 0|req: 801/1473] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:15 2026] GET /v2.0/security-groups?tenant_id=6bd635fb46a346cca2f8f84912c526f9&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:15.301 7 INFO neutron.services.segments.plugin [-] Segment 4530542f-e209-4beb-bfdf-41701e7a2fd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4530542f-e209-4beb-bfdf-41701e7a2fd4 found for delete ", "request_id": "req-b75183b8-5343-4287-a2c5-3df838e7064a"}]} [pid: 7|app: 0|req: 802/1474] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:15 2026] DELETE /v2.0/security-groups/66ae4227-90b1-4496-8195-7071a20b5d92 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1475] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:15 2026] GET /v2.0/security-groups?tenant_id=c0145b1bf0f64c3088ccaad90d831fe8&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1476] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:15 2026] DELETE /v2.0/security-groups/ce6d69b8-5e2a-430c-bf6f-4c3aa0018192 => 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: 805/1477] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:16 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 806/1478] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:16 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&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: 673/1479] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:15 2026] PUT /v2.0/routers/e1c797e9-a426-4519-bd1f-e1cd0ef385a7/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1480] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:16 2026] GET /v2.0/ports/c74acbdc-4f28-4e22-89b0-033796f47922 => generated 1026 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, ' 2026-06-24 14:28:16.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-24d99c62-2b0e-4949-bb4c-e145b119bf63 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: c74acbdc-4f28-4e22-89b0-033796f47922 2026-06-24 14:28:16.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d99c62-2b0e-4949-bb4c-e145b119bf63 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: c74acbdc-4f28-4e22-89b0-033796f47922 [pid: 8|app: 0|req: 674/1481] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:16 2026] PUT /v2.0/routers/e1c797e9-a426-4519-bd1f-e1cd0ef385a7/remove_router_interface => generated 309 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:17.315 7 INFO neutron.api.v2.resource [None req-55def238-6012-43fb-bcd2-05fa3b519a38 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 808/1482] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:17 2026] PUT /v2.0/routers/e1c797e9-a426-4519-bd1f-e1cd0ef385a7/remove_router_interface => generated 197 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1483] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:17 2026] GET /v2.0/ports?device_id=e1c797e9-a426-4519-bd1f-e1cd0ef385a7 => generated 12 bytes in 16 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-06-24 14:28:17.540 8 INFO neutron.db.segments_db [None req-c445645b-1efb-4089-ba28-45d6d6470486 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Added segment c867a7d2-3290-4475-ac0a-ca488b7a4dc4 of type vxlan for network 1b3929e8-3f9d-4500-a088-ebb9aca9cf44 2026-06-24 14:28:17.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-872b6259-5547-40db-b217-1f2196d4f6d5 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: bf97f51f-124d-4df8-b4ed-1a2772544ec3 2026-06-24 14:28:17.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-872b6259-5547-40db-b217-1f2196d4f6d5 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: bf97f51f-124d-4df8-b4ed-1a2772544ec3 [pid: 8|app: 0|req: 675/1484] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:17 2026] POST /v2.0/networks => generated 626 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1485] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:17 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:17.919 7 INFO neutron.services.segments.plugin [-] Segment 71dee72a-bca6-4d9d-aa1c-0181584534a8 resource provider aggregate not found 2026-06-24 14:28:17.924 7 INFO neutron.services.segments.plugin [-] Segment 71dee72a-bca6-4d9d-aa1c-0181584534a8 resource provider aggregate not found 2026-06-24 14:28:17.939 7 INFO neutron.services.segments.plugin [-] Segment 71dee72a-bca6-4d9d-aa1c-0181584534a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71dee72a-bca6-4d9d-aa1c-0181584534a8 found for delete ", "request_id": "req-146b5708-d529-40d2-841b-760196a44591"}]} 2026-06-24 14:28:17.940 7 INFO neutron.services.segments.plugin [-] Segment 71dee72a-bca6-4d9d-aa1c-0181584534a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71dee72a-bca6-4d9d-aa1c-0181584534a8 found for delete ", "request_id": "req-1a8a4cb3-4132-4c78-a51d-98cf12f7fcaf"}]} 2026-06-24 14:28:17.943 7 INFO neutron.db.l3_hamode_db [None req-872b6259-5547-40db-b217-1f2196d4f6d5 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] HA network 6e4151cc-bdf5-4cb8-ab39-4f000b6bdcdd was deleted as no HA routers are present in tenant 066886ea55b7410dba8a53a2e46a6855. [pid: 7|app: 0|req: 810/1486] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:17 2026] DELETE /v2.0/routers/e1c797e9-a426-4519-bd1f-e1cd0ef385a7 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1487] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:17 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1488] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:28:17 2026] POST /v2.0/ports => generated 774 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 812/1489] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:28:17 2026] POST /v2.0/subnetpools => generated 549 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:18.219 7 INFO neutron.db.segments_db [None req-cd7dcaa6-8484-4400-9fa8-0b2d184347a0 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Added segment 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 of type vxlan for network af394f55-f24f-4409-a66a-90b2351075e6 [pid: 8|app: 0|req: 678/1490] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:18 2026] DELETE /v2.0/subnets/49e55a1c-aa46-4eff-aad0-72593962a371 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1491] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:28:18 2026] GET /v2.0/subnetpools/f1fc2352-4a0b-488f-99e2-96eb9320d1a3 => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1492] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1493] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:28:18 2026] PUT /v2.0/subnetpools/f1fc2352-4a0b-488f-99e2-96eb9320d1a3 => generated 501 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:18.390 8 INFO neutron.services.segments.plugin [-] Segment ea32d819-5e5e-4205-9f2d-db22d90cf410 resource provider aggregate not found 2026-06-24 14:28:18.394 8 INFO neutron.services.segments.plugin [-] Segment ea32d819-5e5e-4205-9f2d-db22d90cf410 resource provider aggregate not found 2026-06-24 14:28:18.413 8 INFO neutron.services.segments.plugin [-] Segment ea32d819-5e5e-4205-9f2d-db22d90cf410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea32d819-5e5e-4205-9f2d-db22d90cf410 found for delete ", "request_id": "req-83d39311-2222-471a-b35d-134e6abde0f5"}]} 2026-06-24 14:28:18.416 8 INFO neutron.services.segments.plugin [-] Segment ea32d819-5e5e-4205-9f2d-db22d90cf410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea32d819-5e5e-4205-9f2d-db22d90cf410 found for delete ", "request_id": "req-a25f562f-39ae-4bf7-a843-a16c66ed8af7"}]} [pid: 8|app: 0|req: 680/1494] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:18 2026] DELETE /v2.0/networks/3dcd505e-e28b-4ae7-b0de-0d62d7d0dbc3 => 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: 681/1495] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:18 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1496] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:18 2026] DELETE /v2.0/subnetpools/f1fc2352-4a0b-488f-99e2-96eb9320d1a3 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:18.556 8 INFO neutron.db.segments_db [None req-c523c706-c6de-40c7-9e0c-4a4735231fb8 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa of type vxlan for network 08290ff3-6ad0-4a22-b0c4-b6c0feb13bd2 [pid: 8|app: 0|req: 683/1497] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/networks => generated 610 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1498] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:18.693 7 INFO neutron.api.v2.resource [None req-f52875fd-5ae0-4ceb-a678-1273e85badd3 f57b49f0208d4963a1e5e49e5cdcef19 f468c8bf0fc849778efa549bebc23507 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1499] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:28:18 2026] GET /v2.0/subnetpools/f1fc2352-4a0b-488f-99e2-96eb9320d1a3 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1500] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:18 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&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: 817/1501] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:18.973 7 INFO neutron.api.v2.resource [None req-803ada15-b2a8-48d3-b29b-5b4f1221ef2e f57b49f0208d4963a1e5e49e5cdcef19 f468c8bf0fc849778efa549bebc23507 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1502] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:18 2026] DELETE /v2.0/subnetpools/f1fc2352-4a0b-488f-99e2-96eb9320d1a3 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:19.016 7 INFO neutron.db.segments_db [None req-16d8f716-52b9-4932-a1cb-aa0475191b5d 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment a6929cc5-6d90-4de1-bbb1-ea82deb1c289 of type vxlan for network 60fdaac4-36f5-4932-9f3f-1b0103830a15 [pid: 8|app: 0|req: 685/1503] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/ports => generated 954 bytes in 382 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-06-24 14:28:19.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-49746ada-7d6f-4f8e-88b7-32752eb06354 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] TaaS: Handle Delete Port: ca58065e-c6da-4c06-89be-bb321a32eb9e 2026-06-24 14:28:19.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49746ada-7d6f-4f8e-88b7-32752eb06354 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Tap Mirror: Handle Delete Port: ca58065e-c6da-4c06-89be-bb321a32eb9e 2026-06-24 14:28:19.249 7 INFO neutron.db.l3_hamode_db [None req-16d8f716-52b9-4932-a1cb-aa0475191b5d 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 686/1504] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:19 2026] DELETE /v2.0/ports/ca58065e-c6da-4c06-89be-bb321a32eb9e => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:19.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2addae1b-0a21-4675-9d00-cbd607372389 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1505] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:19 2026] DELETE /v2.0/ports/ca58065e-c6da-4c06-89be-bb321a32eb9e => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:19.371 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdca6dfe-9144-4288-b189-69c402385ea1 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1506] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:19 2026] GET /v2.0/ports/ca58065e-c6da-4c06-89be-bb321a32eb9e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:19.387 7 INFO neutron.db.l3_hamode_db [None req-16d8f716-52b9-4932-a1cb-aa0475191b5d 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 689/1507] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:19 2026] DELETE /v2.0/subnets/d5693efe-52e2-4e33-bc96-42ba891f66b3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1508] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:19 2026] DELETE /v2.0/networks/af394f55-f24f-4409-a66a-90b2351075e6 => 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: 691/1509] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:19 2026] GET /v2.0/security-groups?tenant_id=f468c8bf0fc849778efa549bebc23507&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:19.879 8 INFO neutron.db.segments_db [None req-35cb4c68-6246-4038-9943-ec47840acb1a e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Added segment cfa1b093-4982-427f-baf3-3f99937781b4 of type vxlan for network a176d2b8-062e-4250-9086-3280f54935dc [pid: 7|app: 0|req: 819/1510] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:18 2026] POST /v2.0/routers => generated 507 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1511] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:28:19 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: 7|app: 0|req: 820/1512] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:19 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 693/1513] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:19 2026] DELETE /v2.0/security-groups/2de3d444-eb88-43ea-a6a8-6383c7ce5261 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1514] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:20 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1515] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:20 2026] GET /v2.0/security-groups?id=389cc25a-1391-40ae-b77b-46a2e37b2453&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:20.439 8 INFO neutron.services.segments.plugin [-] Segment 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 resource provider aggregate not found 2026-06-24 14:28:20.442 8 INFO neutron.services.segments.plugin [-] Segment 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 resource provider aggregate not found 2026-06-24 14:28:20.460 8 INFO neutron.services.segments.plugin [-] Segment 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 found for delete ", "request_id": "req-78df06bc-a70f-479b-b288-7876bde30160"}]} 2026-06-24 14:28:20.463 8 INFO neutron.services.segments.plugin [-] Segment 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b345f4e-d38e-4d7d-a6df-3eb4c85139f5 found for delete ", "request_id": "req-11ef6e86-7a58-449a-ad62-a26579b0c3a3"}]} [pid: 8|app: 0|req: 696/1516] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:28:20 2026] POST /v2.0/ports => generated 910 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:20.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7ed6077-1253-46f5-a69a-515e099f0057 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] TaaS: Handle Delete Port: cc3e78fc-6a36-401e-b07b-fed9bfdb9e2c 2026-06-24 14:28:20.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7ed6077-1253-46f5-a69a-515e099f0057 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Tap Mirror: Handle Delete Port: cc3e78fc-6a36-401e-b07b-fed9bfdb9e2c [pid: 8|app: 0|req: 697/1517] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:20 2026] DELETE /v2.0/ports/cc3e78fc-6a36-401e-b07b-fed9bfdb9e2c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1518] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:28:20 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:20.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-decd2e34-b105-4ee5-86cf-71358ce0b073 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1519] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:20 2026] GET /v2.0/ports/cc3e78fc-6a36-401e-b07b-fed9bfdb9e2c => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:21.034 8 INFO neutron_taas.services.taas.taas_plugin [req-d05da883-f89a-443c-a319-bfe2fcac9f8f req-a0ef17e7-4471-4202-8f51-d1b82c040ce4 8669579aeceb4921a2c9ebc091ecf06c ebab7666b05943b19275e630e1251723 - - default default] TaaS: Handle Delete Port: 96a46e34-bc7c-4296-a2a0-7a9c0cc199b6 2026-06-24 14:28:21.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d05da883-f89a-443c-a319-bfe2fcac9f8f req-a0ef17e7-4471-4202-8f51-d1b82c040ce4 8669579aeceb4921a2c9ebc091ecf06c ebab7666b05943b19275e630e1251723 - - default default] Tap Mirror: Handle Delete Port: 96a46e34-bc7c-4296-a2a0-7a9c0cc199b6 [pid: 7|app: 0|req: 821/1520] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:19 2026] PUT /v2.0/routers/d3286e86-5d53-43d0-93c3-8d17f89b6eb5/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1521] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:28:20 2026] DELETE /v2.0/ports/96a46e34-bc7c-4296-a2a0-7a9c0cc199b6 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:21.194 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e611477-20e1-4cbc-824d-549371b45467'] response: {'server_uuid': '4c1b97b6-4d6e-4b06-a67e-32c8d76ef068', 'name': 'network-vif-deleted', 'tag': '96a46e34-bc7c-4296-a2a0-7a9c0cc199b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 822/1522] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:21 2026] DELETE /v2.0/subnets/dc48cab1-44ce-402a-99c4-d66f95b2a148 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1523] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:21 2026] GET /v2.0/ports/3efba12a-1204-4e70-a496-f62708d9e9f1 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:21.315 7 INFO neutron.services.segments.plugin [-] Segment cfa1b093-4982-427f-baf3-3f99937781b4 resource provider aggregate not found 2026-06-24 14:28:21.322 7 INFO neutron.services.segments.plugin [-] Segment cfa1b093-4982-427f-baf3-3f99937781b4 resource provider aggregate not found 2026-06-24 14:28:21.335 7 INFO neutron.services.segments.plugin [-] Segment cfa1b093-4982-427f-baf3-3f99937781b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa1b093-4982-427f-baf3-3f99937781b4 found for delete ", "request_id": "req-bdcb452d-43b1-4b49-918b-4155ac6865ca"}]} 2026-06-24 14:28:21.338 7 INFO neutron.services.segments.plugin [-] Segment cfa1b093-4982-427f-baf3-3f99937781b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa1b093-4982-427f-baf3-3f99937781b4 found for delete ", "request_id": "req-34d7724b-885b-426d-a1d9-85fa729621f4"}]} [pid: 7|app: 0|req: 823/1524] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:21 2026] DELETE /v2.0/networks/a176d2b8-062e-4250-9086-3280f54935dc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:21.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b84048-e488-4695-8e07-80c4eaee41da 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: 3efba12a-1204-4e70-a496-f62708d9e9f1 2026-06-24 14:28:21.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b84048-e488-4695-8e07-80c4eaee41da 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: 3efba12a-1204-4e70-a496-f62708d9e9f1 [pid: 7|app: 0|req: 824/1525] 10.0.0.103 () {34 vars in 665 bytes} [Wed Jun 24 14:28:21 2026] POST /v2.0/ports => generated 775 bytes in 259 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: 825/1526] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:21 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => 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: 826/1527] 10.0.0.103 () {34 vars in 737 bytes} [Wed Jun 24 14:28:21 2026] PUT /v2.0/ports/de756f38-bf7c-4ddf-b2ae-eec6556e4634 => generated 752 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1528] 10.0.0.103 () {32 vars in 623 bytes} [Wed Jun 24 14:28:21 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-24 14:28:21.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f1c6565-b083-4de0-a22a-16b6307d93c0 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] TaaS: Handle Delete Port: de756f38-bf7c-4ddf-b2ae-eec6556e4634 2026-06-24 14:28:21.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f1c6565-b083-4de0-a22a-16b6307d93c0 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Tap Mirror: Handle Delete Port: de756f38-bf7c-4ddf-b2ae-eec6556e4634 [pid: 7|app: 0|req: 828/1529] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:21 2026] DELETE /v2.0/ports/de756f38-bf7c-4ddf-b2ae-eec6556e4634 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1530] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:21 2026] PUT /v2.0/routers/d3286e86-5d53-43d0-93c3-8d17f89b6eb5/remove_router_interface => generated 309 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1531] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports => generated 777 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1532] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports?device_id=d3286e86-5d53-43d0-93c3-8d17f89b6eb5 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:22.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-addf4cfc-3b28-4b94-9275-cc44c5891818 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1533] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports/de756f38-bf7c-4ddf-b2ae-eec6556e4634 => generated 132 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1534] 10.0.0.103 () {32 vars in 633 bytes} [Wed Jun 24 14:28:21 2026] GET /v2.0/ => generated 632 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1535] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1536] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports/d2e6e52c-aae8-4cd2-9593-6dc23d018ec1 => generated 774 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:22.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5cbc1f6-0dd8-4254-9d87-9c2aba3036e8 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 832/1537] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/ports/cc3e78fc-6a36-401e-b07b-fed9bfdb9e2c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:22.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff7e6da6-005a-4d3c-9e46-3615e12cc872 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: b00aea9c-0660-4bfa-a3da-7284d497bcbe 2026-06-24 14:28:22.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff7e6da6-005a-4d3c-9e46-3615e12cc872 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: b00aea9c-0660-4bfa-a3da-7284d497bcbe 2026-06-24 14:28:22.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-549875b1-c50b-4bbe-bd38-33e52c860045 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1538] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/subnets/dc48cab1-44ce-402a-99c4-d66f95b2a148 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:22.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c21239c-4bfa-46c8-92ae-5255e64d6a9a e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1539] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/subnets/d5693efe-52e2-4e33-bc96-42ba891f66b3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:22.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-dac40e34-004f-486a-92fc-0685745aa070 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] TaaS: Handle Delete Port: d2e6e52c-aae8-4cd2-9593-6dc23d018ec1 2026-06-24 14:28:22.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac40e34-004f-486a-92fc-0685745aa070 e4476f98a5e2448e97049c794e879b2d b05e6bf159dc4216a2fac12d66c3634d - - default default] Tap Mirror: Handle Delete Port: d2e6e52c-aae8-4cd2-9593-6dc23d018ec1 [pid: 7|app: 0|req: 835/1540] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/ports/d2e6e52c-aae8-4cd2-9593-6dc23d018ec1 => 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: 836/1541] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/networks/1b3929e8-3f9d-4500-a088-ebb9aca9cf44 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:22.612 8 INFO neutron.services.segments.plugin [-] Segment a6929cc5-6d90-4de1-bbb1-ea82deb1c289 resource provider aggregate not found 2026-06-24 14:28:22.619 8 INFO neutron.services.segments.plugin [-] Segment a6929cc5-6d90-4de1-bbb1-ea82deb1c289 resource provider aggregate not found 2026-06-24 14:28:22.630 8 INFO neutron.services.segments.plugin [-] Segment a6929cc5-6d90-4de1-bbb1-ea82deb1c289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6929cc5-6d90-4de1-bbb1-ea82deb1c289 found for delete ", "request_id": "req-a95af267-d8f6-4612-a59f-9acb6dc9bcb3"}]} 2026-06-24 14:28:22.637 8 INFO neutron.services.segments.plugin [-] Segment a6929cc5-6d90-4de1-bbb1-ea82deb1c289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6929cc5-6d90-4de1-bbb1-ea82deb1c289 found for delete ", "request_id": "req-1305012f-3eac-4e71-a12c-42c15375d159"}]} 2026-06-24 14:28:22.643 8 INFO neutron.db.l3_hamode_db [None req-ff7e6da6-005a-4d3c-9e46-3615e12cc872 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] HA network 60fdaac4-36f5-4932-9f3f-1b0103830a15 was deleted as no HA routers are present in tenant 066886ea55b7410dba8a53a2e46a6855. [pid: 8|app: 0|req: 706/1542] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/routers/d3286e86-5d53-43d0-93c3-8d17f89b6eb5 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1543] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/subnets/bcc7c5b1-adc9-42b4-8f30-7e835eea443b => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1544] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1545] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/networks/08290ff3-6ad0-4a22-b0c4-b6c0feb13bd2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1546] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:22 2026] GET /v2.0/security-groups?tenant_id=5f08a35b16664abb89a04d44f7996a32&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:22.887 7 INFO neutron.db.segments_db [None req-440b4b7c-dae2-4ca0-ab8f-29c4a5973c89 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Added segment 45b8c0aa-a46a-4083-93a1-81184dd1eed0 of type vxlan for network 0b236762-d8e8-4ac2-a3c8-aed7cbaae313 [pid: 8|app: 0|req: 708/1547] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:22 2026] DELETE /v2.0/security-groups/9f4883a9-c68a-44d1-8674-40334446f2b7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:23.119 7 INFO neutron.db.l3_hamode_db [None req-440b4b7c-dae2-4ca0-ab8f-29c4a5973c89 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1548] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:23 2026] GET /v2.0/security-groups?tenant_id=b05e6bf159dc4216a2fac12d66c3634d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:23.377 7 INFO neutron.services.segments.plugin [-] Segment c867a7d2-3290-4475-ac0a-ca488b7a4dc4 resource provider aggregate not found 2026-06-24 14:28:23.383 7 INFO neutron.services.segments.plugin [-] Segment c867a7d2-3290-4475-ac0a-ca488b7a4dc4 resource provider aggregate not found 2026-06-24 14:28:23.404 7 INFO neutron.services.segments.plugin [-] Segment c867a7d2-3290-4475-ac0a-ca488b7a4dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c867a7d2-3290-4475-ac0a-ca488b7a4dc4 found for delete ", "request_id": "req-d334e149-1c0d-4a29-93a4-027ccbc0dca4"}]} 2026-06-24 14:28:23.414 7 INFO neutron.services.segments.plugin [-] Segment c867a7d2-3290-4475-ac0a-ca488b7a4dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c867a7d2-3290-4475-ac0a-ca488b7a4dc4 found for delete ", "request_id": "req-b97386c4-f8a3-426d-9230-79b06611f046"}]} 2026-06-24 14:28:23.428 7 INFO neutron.services.segments.plugin [-] Segment bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa resource provider aggregate not found 2026-06-24 14:28:23.436 7 INFO neutron.services.segments.plugin [-] Segment bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa resource provider aggregate not found [pid: 8|app: 0|req: 710/1549] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:23 2026] DELETE /v2.0/security-groups/5d17aa84-d05b-4047-b163-208981a56846 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:23.453 7 INFO neutron.services.segments.plugin [-] Segment bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa found for delete ", "request_id": "req-9d12278c-264e-4e11-bad3-863d04810dd3"}]} 2026-06-24 14:28:23.454 7 INFO neutron.services.segments.plugin [-] Segment bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd33a26b-2b9b-4dc9-8803-fb29dfc74bfa found for delete ", "request_id": "req-2390f242-024e-4082-8c61-60712f64a6bc"}]} [pid: 8|app: 0|req: 711/1550] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:23 2026] GET /v2.0/ports?device_id=4c1b97b6-4d6e-4b06-a67e-32c8d76ef068 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:23.948 7 INFO neutron.db.l3_hamode_db [None req-440b4b7c-dae2-4ca0-ab8f-29c4a5973c89 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1551] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:22 2026] POST /v2.0/routers => generated 686 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1552] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:28:24 2026] GET /v2.0/routers/a2030831-d7cf-4737-9d5e-20d76f773299 => generated 692 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1553] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:24 2026] GET /v2.0/routers => generated 695 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:25.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e8af5f5-3a14-44b7-ac32-2f2f03727e5f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 3b98fd01-9ba2-4b01-b0e8-24d096b40002 2026-06-24 14:28:25.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e8af5f5-3a14-44b7-ac32-2f2f03727e5f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 3b98fd01-9ba2-4b01-b0e8-24d096b40002 [pid: 7|app: 0|req: 842/1554] 10.0.0.103 () {34 vars in 741 bytes} [Wed Jun 24 14:28:24 2026] PUT /v2.0/routers/a2030831-d7cf-4737-9d5e-20d76f773299 => generated 699 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1555] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:28:25 2026] GET /v2.0/routers/a2030831-d7cf-4737-9d5e-20d76f773299 => generated 699 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1556] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:25 2026] GET /v2.0/ports?device_id=a2030831-d7cf-4737-9d5e-20d76f773299 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:25.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-00b3d049-c2e2-43a0-aab0-05a80108e2fb 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: 428e67dc-ef7d-44db-9fe6-64ed37c2c535 2026-06-24 14:28:25.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b3d049-c2e2-43a0-aab0-05a80108e2fb 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: 428e67dc-ef7d-44db-9fe6-64ed37c2c535 [pid: 8|app: 0|req: 713/1557] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:28:24 2026] PUT /v2.0/routers/7270c877-7e5f-4b1a-ae33-b4e5c725fac3/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:28:25.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-00b3d049-c2e2-43a0-aab0-05a80108e2fb 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] TaaS: Handle Delete Port: 7e0d27bd-e74c-4056-8aa7-f0020ed63f68 2026-06-24 14:28:25.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b3d049-c2e2-43a0-aab0-05a80108e2fb 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] Tap Mirror: Handle Delete Port: 7e0d27bd-e74c-4056-8aa7-f0020ed63f68 2026-06-24 14:28:26.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-003c8543-8bf6-4795-b4ab-bfda04e55944 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: ac9ba0ad-e5ce-4cf7-883d-7af1fef2961d 2026-06-24 14:28:26.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-003c8543-8bf6-4795-b4ab-bfda04e55944 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: ac9ba0ad-e5ce-4cf7-883d-7af1fef2961d 2026-06-24 14:28:26.226 7 INFO neutron.services.segments.plugin [-] Segment 45b8c0aa-a46a-4083-93a1-81184dd1eed0 resource provider aggregate not found 2026-06-24 14:28:26.233 7 INFO neutron.services.segments.plugin [-] Segment 45b8c0aa-a46a-4083-93a1-81184dd1eed0 resource provider aggregate not found 2026-06-24 14:28:26.249 7 INFO neutron.services.segments.plugin [-] Segment 45b8c0aa-a46a-4083-93a1-81184dd1eed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45b8c0aa-a46a-4083-93a1-81184dd1eed0 found for delete ", "request_id": "req-4dcadd06-000e-4cc0-8c47-7a42e142b228"}]} 2026-06-24 14:28:26.250 7 INFO neutron.services.segments.plugin [-] Segment 45b8c0aa-a46a-4083-93a1-81184dd1eed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45b8c0aa-a46a-4083-93a1-81184dd1eed0 found for delete ", "request_id": "req-d8857122-1219-4319-957a-dc50fffcc639"}]} 2026-06-24 14:28:26.263 7 INFO neutron.db.l3_hamode_db [None req-00b3d049-c2e2-43a0-aab0-05a80108e2fb 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] HA network 0b236762-d8e8-4ac2-a3c8-aed7cbaae313 was deleted as no HA routers are present in tenant 066886ea55b7410dba8a53a2e46a6855. [pid: 7|app: 0|req: 845/1558] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:25 2026] DELETE /v2.0/routers/a2030831-d7cf-4737-9d5e-20d76f773299 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1559] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:26 2026] GET /v2.0/ports?device_id=a2030831-d7cf-4737-9d5e-20d76f773299 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:26.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-003c8543-8bf6-4795-b4ab-bfda04e55944 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 69ff738b-3da3-4955-a9b1-a9fc700f86f6 2026-06-24 14:28:26.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-003c8543-8bf6-4795-b4ab-bfda04e55944 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 69ff738b-3da3-4955-a9b1-a9fc700f86f6 2026-06-24 14:28:26.315 7 INFO neutron.api.v2.resource [None req-9b2c3a08-eda1-484e-9293-058415681225 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1560] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/routers/a2030831-d7cf-4737-9d5e-20d76f773299 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1561] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:26 2026] GET /v2.0/ports?device_id=d3286e86-5d53-43d0-93c3-8d17f89b6eb5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:26.364 7 INFO neutron.api.v2.resource [None req-f05ffabf-e718-4fe6-bdae-d7f2d82c1d2b 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1562] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/routers/d3286e86-5d53-43d0-93c3-8d17f89b6eb5 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:26.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61c8c115-fdb6-449b-8638-f12c943e10b1 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1563] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/subnets/bcc7c5b1-adc9-42b4-8f30-7e835eea443b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1564] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:26 2026] GET /v2.0/ports?device_id=e1c797e9-a426-4519-bd1f-e1cd0ef385a7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:26.447 7 INFO neutron.api.v2.resource [None req-4835bab6-342e-4a93-83e8-849cace139cd 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1565] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/routers/e1c797e9-a426-4519-bd1f-e1cd0ef385a7 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:26.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d5bac3f-cdce-425b-850a-501775ef6373 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1566] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/subnets/49e55a1c-aa46-4eff-aad0-72593962a371 => 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: 854/1567] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:26 2026] GET /v2.0/ports?device_id=d823294d-5d7b-42fd-8340-a54ea1e707e5 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:26.540 7 INFO neutron.api.v2.resource [None req-6b82404b-eee2-45c6-81bc-01e433262e0e 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1568] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/routers/d823294d-5d7b-42fd-8340-a54ea1e707e5 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:26.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13e93790-bd27-4060-ab6b-904840d13ba7 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1569] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/subnets/f0f8c158-5101-40f6-bc21-fcf600ed7379 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:26.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13806f44-8318-4b48-9712-c9065dac2056 29faf43b7b2f45bd9853d767624a8376 066886ea55b7410dba8a53a2e46a6855 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1570] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/subnets/5d94c912-304a-4a95-a092-92a2759e9f13 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:28:26.657 8 INFO neutron.services.segments.plugin [-] Segment 5f9135b5-a82e-4256-8fa2-8d2f75a83dea resource provider aggregate not found 2026-06-24 14:28:26.668 8 INFO neutron.services.segments.plugin [-] Segment 5f9135b5-a82e-4256-8fa2-8d2f75a83dea resource provider aggregate not found 2026-06-24 14:28:26.680 8 INFO neutron.services.segments.plugin [-] Segment 5f9135b5-a82e-4256-8fa2-8d2f75a83dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9135b5-a82e-4256-8fa2-8d2f75a83dea found for delete ", "request_id": "req-ade80328-ce25-4545-b23b-8d1ab9121326"}]} 2026-06-24 14:28:26.684 8 INFO neutron.services.segments.plugin [-] Segment 5f9135b5-a82e-4256-8fa2-8d2f75a83dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9135b5-a82e-4256-8fa2-8d2f75a83dea found for delete ", "request_id": "req-a6961160-3952-4cba-b324-fe03d07fa86e"}]} 2026-06-24 14:28:26.693 8 INFO neutron.db.l3_hamode_db [None req-003c8543-8bf6-4795-b4ab-bfda04e55944 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network d610a252-4488-4f2e-918a-49671c93a021 was deleted as no HA routers are present in tenant ebab7666b05943b19275e630e1251723. [pid: 8|app: 0|req: 714/1571] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:25 2026] DELETE /v2.0/routers/7270c877-7e5f-4b1a-ae33-b4e5c725fac3 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1572] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/subnets/9a67d9b4-97d1-4f5d-996a-21123cedebb4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:28:26.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a3d98e4-59b8-4ecc-b15e-f34099ba6d9e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: af208079-3034-4f10-b9a9-c3a4d20a0b0a 2026-06-24 14:28:26.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a3d98e4-59b8-4ecc-b15e-f34099ba6d9e 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: af208079-3034-4f10-b9a9-c3a4d20a0b0a [pid: 8|app: 0|req: 715/1573] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:26 2026] GET /v2.0/security-groups?tenant_id=f02808c1319b4479a250d50d718b719c&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1574] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:28:26 2026] DELETE /v2.0/networks/051474bc-6fd3-4eb8-a1ba-82257d117e3b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1575] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:27 2026] DELETE /v2.0/security-groups/d942567b-b337-4792-b70f-a19a504eaebc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1576] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:27 2026] GET /v2.0/security-groups?tenant_id=066886ea55b7410dba8a53a2e46a6855&name=default => generated 2925 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1577] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:27 2026] GET /v2.0/security-groups?tenant_id=ebab7666b05943b19275e630e1251723&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: 717/1578] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:27 2026] DELETE /v2.0/security-groups/13424e62-2231-42aa-95f5-628be230ab24 => 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: 862/1579] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:27 2026] DELETE /v2.0/security-groups/389cc25a-1391-40ae-b77b-46a2e37b2453 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:28.270 7 INFO neutron.services.segments.plugin [-] Segment fedca700-e959-43eb-a142-f8de1f56de2b resource provider aggregate not found 2026-06-24 14:28:28.275 7 INFO neutron.services.segments.plugin [-] Segment fedca700-e959-43eb-a142-f8de1f56de2b resource provider aggregate not found 2026-06-24 14:28:28.282 7 INFO neutron.services.segments.plugin [-] Segment fedca700-e959-43eb-a142-f8de1f56de2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fedca700-e959-43eb-a142-f8de1f56de2b found for delete ", "request_id": "req-1dd1c660-24de-4686-a78b-456ae2e64e56"}]} 2026-06-24 14:28:28.294 7 INFO neutron.services.segments.plugin [-] Segment fedca700-e959-43eb-a142-f8de1f56de2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fedca700-e959-43eb-a142-f8de1f56de2b found for delete ", "request_id": "req-1c14237c-b229-428e-aebb-66326e94776f"}]} [pid: 8|app: 0|req: 718/1580] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:28 2026] GET /v2.0/security-groups?tenant_id=fe469c80fb9f467fb3f63b579e2b8676&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1581] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:28 2026] DELETE /v2.0/security-groups/88e991c7-c206-4c49-a427-7555e3aac910 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1582] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:29 2026] GET /v2.0/security-groups?tenant_id=9732d16d8ca74e40bf236342e4f6b9b7&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1583] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:29 2026] DELETE /v2.0/security-groups/5a41f781-765d-4eeb-a2de-7b3cb00080b3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:29.460 7 INFO neutron.db.segments_db [None req-df6a95d4-b19c-4c17-9853-e049e433bd8c 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment fcd257b6-42d5-48bf-a7f3-a7553afab9ad of type vxlan for network d25bd186-68db-4d77-8b25-69007657a06e [pid: 7|app: 0|req: 864/1584] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:28:29 2026] POST /v2.0/networks => generated 721 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1587] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:29 2026] POST /v2.0/subnets => generated 687 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:29.799 7 INFO neutron.db.segments_db [None req-a5d21b44-efe6-4f41-b964-20db66d71e20 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 54be395d-d1b9-4ff3-87c3-720ac784946c of type vxlan for network 594ac955-2d18-4846-8d72-8845b81e9505 2026-06-24 14:28:30.016 7 INFO neutron.db.l3_hamode_db [None req-a5d21b44-efe6-4f41-b964-20db66d71e20 472dc5dfd7774df2a704c15b12a1b83a cb881c43e40942ed9dce6b0641cb5411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 722/1588] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:30 2026] GET /v2.0/security-groups?tenant_id=dea2ccc47ff7428da4d0f8c226f79f05&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: 723/1589] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:30 2026] DELETE /v2.0/security-groups/9796ae3b-5008-41e2-b8bf-097c8606761b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:30.788 7 INFO neutron.db.l3_hamode_db [None req-a5d21b44-efe6-4f41-b964-20db66d71e20 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 867/1590] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:29 2026] POST /v2.0/routers => generated 727 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1591] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:31 2026] GET /v2.0/security-groups?tenant_id=20926ece441a4cd5b9af3f9311dfcc9c&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1592] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:31 2026] DELETE /v2.0/security-groups/b14f1101-c281-4262-873e-e266353ead71 => 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: 726/1593] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:32 2026] GET /v2.0/security-groups?tenant_id=3d49cf09a1e942ad8a9d8f7b4da3e745&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1594] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:32 2026] DELETE /v2.0/security-groups/09c5f516-11ed-49a3-ac73-e83bb3d9602f => 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: 868/1595] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:31 2026] PUT /v2.0/routers/1a194780-9de4-4bda-a994-006a4304dd63/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1596] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:32 2026] GET /v2.0/security-groups?tenant_id=3ab2d837870f4b79940ad47b1e4ffe3b&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1597] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:32 2026] DELETE /v2.0/security-groups/d506b74a-e51d-4491-a9ab-db5a42d2abe5 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:34.922 8 WARNING keystonemiddleware.audit [None req-610ed34c-8afc-47f8-b8ec-3e4f823cc5cc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Skipping service tempest-service-1475649233 as it have no endpoints. [pid: 8|app: 0|req: 729/1598] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:34 2026] GET /v2.0/security-groups?tenant_id=081d129d5c7849ecbb1be455858eee91&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:35.098 7 WARNING keystonemiddleware.audit [None req-513ddbdb-2a0f-428f-8ecf-4584735a351b 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Skipping service tempest-service-1475649233 as it have no endpoints. [pid: 7|app: 0|req: 870/1599] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:35 2026] DELETE /v2.0/security-groups/1b381405-cabe-42ce-81d9-2329d8deefff => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1600] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/networks?id=d25bd186-68db-4d77-8b25-69007657a06e => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1601] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/quotas/cb881c43e40942ed9dce6b0641cb5411 => 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: 731/1602] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/ports?tenant_id=cb881c43e40942ed9dce6b0641cb5411&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1603] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/networks/d25bd186-68db-4d77-8b25-69007657a06e?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: 732/1604] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/networks/d25bd186-68db-4d77-8b25-69007657a06e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1605] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 873/1606] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:35 2026] GET /v2.0/security-groups?tenant_id=d58df1fc3b584d60b69c9e01f06de6dd&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1607] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:36 2026] DELETE /v2.0/security-groups/fa4603e5-e1c8-411a-8f2a-58c7cf5f1c31 => 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: 874/1608] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:36 2026] GET /v2.0/security-groups?tenant_id=55fe76b5196b40c7ad88e943125ff7a7&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1609] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:36 2026] DELETE /v2.0/security-groups/53027a68-8af9-4a59-a618-0ce70068d5cc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1610] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:36 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 736/1611] 10.0.0.143 () {32 vars in 802 bytes} [Wed Jun 24 14:28:37 2026] GET /v2.0/extensions => generated 21537 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1612] 10.0.0.143 () {30 vars in 724 bytes} [Wed Jun 24 14:28:37 2026] GET /v2.0/quotas/1b593bc2b6104598b1a72183d48c37d9/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1613] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:38 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:38.705 7 INFO neutron.db.segments_db [None req-3cdf2d55-aea0-4683-a56d-afd5a135962e 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Added segment 2fe04080-5baf-492a-af28-9513419dbe97 of type vxlan for network 12f5693b-84e9-447c-a692-ec09fc63d355 [pid: 7|app: 0|req: 877/1614] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:28:38 2026] POST /v2.0/networks => generated 614 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:38.854 8 INFO neutron.db.segments_db [None req-2628438a-7fd3-42db-99d9-42c166f406e4 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Added segment 6665aee8-d99b-4427-9997-d60a7d73b0ea of type vxlan for network d89f7467-7e3f-433c-abba-5d15169a43c7 2026-06-24 14:28:39.148 8 INFO neutron.db.l3_hamode_db [None req-2628438a-7fd3-42db-99d9-42c166f406e4 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1615] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:39 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:40.049 8 INFO neutron.db.l3_hamode_db [None req-2628438a-7fd3-42db-99d9-42c166f406e4 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 879/1616] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:28:40 2026] GET /v2.0/networks?id=d25bd186-68db-4d77-8b25-69007657a06e => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1617] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:40 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 881/1618] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:28:40 2026] POST /v2.0/ports => generated 958 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 738/1619] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:38 2026] POST /v2.0/routers => generated 694 bytes in 2230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1620] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:28:40 2026] PUT /v2.0/ports/55bc35e2-76c5-4c5e-b847-15e383e9858f => generated 1239 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:41.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05d1285c-51fe-4377-8a6b-1615e08fc292'] response: {'name': 'network-changed', 'server_uuid': 'b73347d3-3911-4038-bb5b-c0011a8e00db', 'tag': '55bc35e2-76c5-4c5e-b847-15e383e9858f', '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: 883/1621] 10.0.0.103 () {32 vars in 776 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/subnets?project_id=9c2c4875fae847e78a86a5bdbc352801&cidr=10.100.0.0%2F28 => generated 14 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1622] 10.0.0.143 () {32 vars in 802 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1623] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/security-groups?tenant_id=40404cad90ea4a29aed81c9262eee4b1&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1624] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1625] 10.0.0.103 () {32 vars in 784 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/subnets?network_id=e26a2680-61f9-40f1-acca-609fea5c651f&cidr=10.100.0.0%2F28 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1626] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:41 2026] DELETE /v2.0/security-groups/680c140b-a3a8-4a8a-9e58-aeee1ee25f70 => 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: 741/1627] 10.0.0.143 () {30 vars in 724 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/quotas/1b593bc2b6104598b1a72183d48c37d9/details => generated 847 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1628] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 743/1629] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/security-groups?tenant_id=f594074c2bad43b18954b01274672f72&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1630] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1631] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/ports?tenant_id=cb881c43e40942ed9dce6b0641cb5411&device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1632] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:41 2026] DELETE /v2.0/security-groups/6751bf63-421e-4b8f-8fce-d38cc004d209 => 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: 747/1633] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:28:41 2026] GET /v2.0/networks?tenant_id=cb881c43e40942ed9dce6b0641cb5411&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1634] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:28:41 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: 7|app: 0|req: 887/1635] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:28:41 2026] POST /v2.0/subnets => generated 657 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1636] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1637] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&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: 890/1638] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/ports?tenant_id=cb881c43e40942ed9dce6b0641cb5411&device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1639] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=55bc35e2-76c5-4c5e-b847-15e383e9858f => 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: 892/1640] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/subnets?id=1a94d4d4-e8cc-4459-a8a3-2fae3b1ed0c4 => generated 690 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1641] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:28:42 2026] GET /v2.0/ports?network_id=d25bd186-68db-4d77-8b25-69007657a06e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1642] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/networks/d25bd186-68db-4d77-8b25-69007657a06e?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: 895/1643] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/networks/d25bd186-68db-4d77-8b25-69007657a06e?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: 749/1644] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:28:41 2026] PUT /v2.0/routers/504e3ede-6cc3-4890-9766-dd7803a15574/add_router_interface => generated 309 bytes in 1336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1645] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/networks => generated 5057 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1646] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/subnets => generated 3894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1647] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/routers => generated 1460 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1648] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:28:43 2026] POST /v2.0/security-groups => generated 1673 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1649] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1650] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 753/1651] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:43 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&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: 899/1652] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:43 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: 754/1653] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1654] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:44.320 8 INFO neutron.db.securitygroups_db [None req-94a3d2c2-c749-495b-b159-5a7fb8939d91 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Project 9c2c4875fae847e78a86a5bdbc352801 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: 755/1655] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:44.437 7 INFO neutron.db.securitygroups_db [None req-31eeb713-5cd3-4ca3-a27a-8e57283cc44e 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Project 9c2c4875fae847e78a86a5bdbc352801 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: 901/1656] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:28:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1659] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:44 2026] GET /v2.0/security-groups?tenant_id=1b593bc2b6104598b1a72183d48c37d9&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1660] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:44 2026] DELETE /v2.0/security-groups/deea5f33-588c-4bcc-9c8d-aa3ba236dbad => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1661] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:28:44 2026] GET /v2.0/networks => generated 1298 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1662] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1663] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1664] 10.0.0.113 () {34 vars in 1098 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-380553793&fields=id&tenant_id=9c2c4875fae847e78a86a5bdbc352801 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1665] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1666] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/quotas/9c2c4875fae847e78a86a5bdbc352801 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1667] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1668] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1669] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 909/1670] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:45 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 762/1671] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:46 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1672] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:46 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&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: 763/1673] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:46 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 911/1674] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:47 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1675] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:47 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1676] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:47 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 765/1677] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:48 2026] GET /v2.0/security-groups?tenant_id=03264447cd4d45faac380ed59dd255d8&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1678] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:48 2026] DELETE /v2.0/security-groups/1fd10c96-4a0c-406b-a390-84c57a408893 => 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: 766/1679] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:48 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1680] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:48 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&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: 767/1681] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:48 2026] GET /v2.0/security-groups?tenant_id=6829bc9b06304575ae93c8defab49c27&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1682] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:48 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1683] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:48 2026] DELETE /v2.0/security-groups/0fd1d9b9-d404-4c6c-b602-7a9dc30215a6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1684] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:49 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 975 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1685] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:28:50 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1686] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:50 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1687] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:28:49 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1688] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:50 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1689] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:28:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9c2c4875fae847e78a86a5bdbc352801 => generated 180 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1690] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:28:50 2026] POST /v2.0/ports => generated 958 bytes in 309 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: 773/1691] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:28:50 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1692] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:28:50 2026] PUT /v2.0/ports/972c5e7d-3a92-4250-90cd-3e5e309eb42a => generated 1239 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:51.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15a4edfb-f0be-4821-88bd-a2dcbc872397'] response: {'name': 'network-changed', 'server_uuid': '264e3e0f-82ee-49db-9452-14e13d95a896', 'tag': '972c5e7d-3a92-4250-90cd-3e5e309eb42a', '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: 774/1693] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:28:50 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1694] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1695] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1696] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1697] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:28:51 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1698] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/security-groups?tenant_id=6ed4bcae10434e73994d33e0707ef00e&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1699] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/networks?tenant_id=9c2c4875fae847e78a86a5bdbc352801&shared=False => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1700] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:51 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1701] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:51 2026] DELETE /v2.0/security-groups/0113260a-4d91-40b7-961c-46a83eb21844 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1702] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1703] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1704] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:28:51 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1705] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:28:52 2026] PUT /v2.0/floatingips/8cb56786-703e-4ab1-b0df-7e3eb4dc7be0/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1706] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1707] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1708] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:28:52 2026] PUT /v2.0/floatingips/e99bc8b7-32cf-4ba4-8bc3-e17bae5e4ac1/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1709] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:28:52 2026] PUT /v2.0/floatingips/7b550fa6-b339-498a-90b7-8f53ad2b5d7a/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1710] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:28:52 2026] PUT /v2.0/floatingips/ee08346f-760e-4707-8325-07331e524a99/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1711] 10.0.0.103 () {32 vars in 672 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1712] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1713] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1714] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1715] 10.0.0.103 () {32 vars in 680 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1716] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:28:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1717] 10.0.0.103 () {32 vars in 690 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1718] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1719] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=972c5e7d-3a92-4250-90cd-3e5e309eb42a => 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: 936/1720] 10.0.0.103 () {32 vars in 702 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1721] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/subnets?id=eb5bedac-878a-4e3c-8cac-05109c7b7fbc => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1722] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1723] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/ports?network_id=12f5693b-84e9-447c-a692-ec09fc63d355&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1724] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/security-groups?id=868c5f10-0035-4c65-996d-e90190911d14&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:53.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bd1649a-4ed0-4902-a404-2c261c9dddb5 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] TaaS: Handle Delete Port: 85482ef2-d884-4770-8d5c-2197faa2dc5a 2026-06-24 14:28:53.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bd1649a-4ed0-4902-a404-2c261c9dddb5 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] Tap Mirror: Handle Delete Port: 85482ef2-d884-4770-8d5c-2197faa2dc5a [pid: 8|app: 0|req: 789/1725] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1726] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 937/1727] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:53 2026] DELETE /v2.0/floatingips/8cb56786-703e-4ab1-b0df-7e3eb4dc7be0 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:53.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-8723e95c-f1c8-4176-a96f-3665108cb4b7 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] TaaS: Handle Delete Port: e8ac2a9a-525e-4df5-9e4e-264ad8f428e7 2026-06-24 14:28:53.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8723e95c-f1c8-4176-a96f-3665108cb4b7 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] Tap Mirror: Handle Delete Port: e8ac2a9a-525e-4df5-9e4e-264ad8f428e7 [pid: 8|app: 0|req: 791/1728] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:53 2026] DELETE /v2.0/floatingips/e99bc8b7-32cf-4ba4-8bc3-e17bae5e4ac1 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:53.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bd12385-41ef-4138-9a35-44a6227f305c b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] TaaS: Handle Delete Port: 00f25e94-6f9b-45fb-9450-b797a8b74d54 2026-06-24 14:28:53.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bd12385-41ef-4138-9a35-44a6227f305c b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] Tap Mirror: Handle Delete Port: 00f25e94-6f9b-45fb-9450-b797a8b74d54 [pid: 8|app: 0|req: 792/1729] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1730] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:53 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1731] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:53 2026] DELETE /v2.0/floatingips/7b550fa6-b339-498a-90b7-8f53ad2b5d7a => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:54.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-81437662-c888-45dc-90bd-2784b736ae00 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] TaaS: Handle Delete Port: 8dd70c48-814a-4c33-928e-26711c9dce02 2026-06-24 14:28:54.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81437662-c888-45dc-90bd-2784b736ae00 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] Tap Mirror: Handle Delete Port: 8dd70c48-814a-4c33-928e-26711c9dce02 [pid: 7|app: 0|req: 939/1732] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:28:54 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1733] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:53 2026] DELETE /v2.0/floatingips/ee08346f-760e-4707-8325-07331e524a99 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:28:54.299 7 INFO neutron_taas.services.taas.taas_plugin [req-f88e36ec-6787-4d86-96ba-fd0febc408a1 req-32b3d7ba-89fa-424f-b94d-554ce246f6e4 b81af64cb1ca4654a2c891b7c5b225a2 cb881c43e40942ed9dce6b0641cb5411 - - default default] TaaS: Handle Delete Port: 55bc35e2-76c5-4c5e-b847-15e383e9858f 2026-06-24 14:28:54.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f88e36ec-6787-4d86-96ba-fd0febc408a1 req-32b3d7ba-89fa-424f-b94d-554ce246f6e4 b81af64cb1ca4654a2c891b7c5b225a2 cb881c43e40942ed9dce6b0641cb5411 - - default default] Tap Mirror: Handle Delete Port: 55bc35e2-76c5-4c5e-b847-15e383e9858f 2026-06-24 14:28:54.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-66552699-ecb1-4a65-803f-5cc5e3b210e4 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] TaaS: Handle Delete Port: 0b4d58d7-0082-4ce9-84cd-e31c4c8fa3db 2026-06-24 14:28:54.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66552699-ecb1-4a65-803f-5cc5e3b210e4 b5cbc2a51832497bb966afa929fd4a6c 868882b5d8904760a1157b9413c03d58 - - default default] Tap Mirror: Handle Delete Port: 0b4d58d7-0082-4ce9-84cd-e31c4c8fa3db [pid: 7|app: 0|req: 940/1734] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:28:54 2026] DELETE /v2.0/ports/55bc35e2-76c5-4c5e-b847-15e383e9858f => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1735] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:54 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:28:54.500 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8ebcb65-b8c4-4fc0-b531-37102632c025'] response: {'server_uuid': 'b73347d3-3911-4038-bb5b-c0011a8e00db', 'name': 'network-vif-deleted', 'tag': '55bc35e2-76c5-4c5e-b847-15e383e9858f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 795/1736] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:28:54 2026] DELETE /v2.0/floatingips/a88822b4-a62a-4376-91df-2f1ffd5a2e4f => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1737] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:54 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1738] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:55 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1739] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:55 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 943/1740] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:55 2026] GET /v2.0/security-groups?tenant_id=18d843f139a34bc8927cea94ab761ffd&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: 798/1741] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:55 2026] DELETE /v2.0/security-groups/c3a400b1-56ca-42e5-b7c8-4f82a6059ff4 => 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: 944/1742] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:55 2026] GET /v2.0/security-groups?tenant_id=d92f021a43624edeb1e0254d74fe50d7&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1743] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:56 2026] DELETE /v2.0/security-groups/a65f2325-7353-4db9-ad5c-dad184312509 => 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: 945/1744] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:56 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1745] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:56 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1746] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:56 2026] GET /v2.0/security-groups?tenant_id=868882b5d8904760a1157b9413c03d58&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1747] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:56 2026] DELETE /v2.0/security-groups/3d6d16b3-cae8-4f01-a1d1-5efe8b49bd43 => 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: 946/1748] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:28:56 2026] GET /v2.0/security-groups?tenant_id=04bb65c498c5491d9a131e92dfab2c2a&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1749] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:28:56 2026] DELETE /v2.0/security-groups/f7241040-8aee-4fb3-b9eb-3c9adf6f34c8 => 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: 947/1750] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:56 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 804/1751] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:57 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1752] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:57 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1753] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:57 2026] GET /v2.0/ports?device_id=b73347d3-3911-4038-bb5b-c0011a8e00db => 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: 949/1754] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:58 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 806/1755] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:58 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1756] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:28:58 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1757] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:28:58 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1758] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:28:58 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:28:59.445 8 INFO neutron.db.l3_db [None req-5ff52507-e2e4-4c7b-8816-91b2a15fce8d 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Floating IP 204da7af-f267-41af-aa4b-a857da40d8ee associated. External IP: 10.96.250.218, port: 972c5e7d-3a92-4250-90cd-3e5e309eb42a. [pid: 8|app: 0|req: 808/1761] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:28:58 2026] POST /v2.0/floatingips => generated 856 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:28:59.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee52e2c4-f99f-4100-a238-38880b16ccf4'] response: {'name': 'network-changed', 'server_uuid': '264e3e0f-82ee-49db-9452-14e13d95a896', 'tag': '972c5e7d-3a92-4250-90cd-3e5e309eb42a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 954/1762] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:28:59 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1763] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1764] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:00.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-038772a0-abf2-456f-a575-57896c54e517 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 0da9cf4c-cbdd-487b-a36e-b5596d4de43a [pid: 7|app: 0|req: 957/1765] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=972c5e7d-3a92-4250-90cd-3e5e309eb42a => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:00.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038772a0-abf2-456f-a575-57896c54e517 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 0da9cf4c-cbdd-487b-a36e-b5596d4de43a [pid: 7|app: 0|req: 958/1766] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/subnets?id=eb5bedac-878a-4e3c-8cac-05109c7b7fbc => 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: 959/1767] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/security-groups?tenant_id=ed6f9accb3724cc794d8f603b34c1114&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: 960/1768] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/ports?network_id=12f5693b-84e9-447c-a692-ec09fc63d355&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1769] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:00 2026] DELETE /v2.0/security-groups/72226f2a-c685-408c-9a34-696062eb103d => 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: 962/1770] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1771] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 856 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1772] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:00 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 809/1773] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:29:00 2026] PUT /v2.0/routers/1a194780-9de4-4bda-a994-006a4304dd63/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:01.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4bb7810-d850-4e39-8d96-6ba745e6d47f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 5bfcd234-c3fb-4379-993b-a9b3859c72b9 2026-06-24 14:29:01.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4bb7810-d850-4e39-8d96-6ba745e6d47f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 5bfcd234-c3fb-4379-993b-a9b3859c72b9 2026-06-24 14:29:01.393 7 INFO neutron.db.segments_db [None req-3a75c99a-9e2a-4a3e-8704-a106c54e722b 310d33f3c78641159b01242f2153b6ba dc34486563a24fbb878180f95e126a05 - - default default] Added segment f5160096-1ab8-4e8f-a812-889be13eab0a of type vxlan for network f3639608-de34-4332-abad-3e50e7db32af [pid: 7|app: 0|req: 965/1774] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:01 2026] POST /v2.0/networks => generated 613 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:01.551 7 INFO neutron.db.segments_db [None req-67fba235-bc10-4e5b-93f2-0c954cf02cd1 310d33f3c78641159b01242f2153b6ba dc34486563a24fbb878180f95e126a05 - - default default] Added segment ad3305e6-225f-490a-b99f-b3df9c4d04b4 of type vxlan for network cc28f43a-e66d-4583-a772-73e112a2d5b6 2026-06-24 14:29:01.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4bb7810-d850-4e39-8d96-6ba745e6d47f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 598ae005-5806-4cca-ac15-6ec0603a1e14 2026-06-24 14:29:01.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4bb7810-d850-4e39-8d96-6ba745e6d47f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 598ae005-5806-4cca-ac15-6ec0603a1e14 [pid: 7|app: 0|req: 966/1775] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:01 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) 2026-06-24 14:29:01.687 7 INFO neutron.db.segments_db [None req-5540a1ec-27c4-4665-b597-d1f461a564e3 310d33f3c78641159b01242f2153b6ba dc34486563a24fbb878180f95e126a05 - - default default] Added segment e5e42f44-44c5-48fd-8f4a-2d57f68d0dee of type vxlan for network 5b556a49-dabf-4e6e-970a-320ad864e9cd [pid: 7|app: 0|req: 967/1776] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:01 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:01.828 7 INFO neutron.db.segments_db [None req-d221acb7-49df-4d1b-9e8e-efaa58548684 310d33f3c78641159b01242f2153b6ba dc34486563a24fbb878180f95e126a05 - - default default] Added segment 674233a6-a48b-4436-94f6-8714a73a5251 of type vxlan for network 898d019b-8f65-435d-bcce-c95ad0a80024 [pid: 7|app: 0|req: 968/1777] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:01 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) 2026-06-24 14:29:01.942 8 INFO neutron.services.segments.plugin [-] Segment 54be395d-d1b9-4ff3-87c3-720ac784946c resource provider aggregate not found 2026-06-24 14:29:01.952 8 INFO neutron.services.segments.plugin [-] Segment 54be395d-d1b9-4ff3-87c3-720ac784946c resource provider aggregate not found 2026-06-24 14:29:01.964 8 INFO neutron.services.segments.plugin [-] Segment 54be395d-d1b9-4ff3-87c3-720ac784946c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54be395d-d1b9-4ff3-87c3-720ac784946c found for delete ", "request_id": "req-4325ecdc-9ed7-4c1e-905b-fc6047b0be32"}]} 2026-06-24 14:29:01.967 8 INFO neutron.db.l3_hamode_db [None req-f4bb7810-d850-4e39-8d96-6ba745e6d47f 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network 594ac955-2d18-4846-8d72-8845b81e9505 was deleted as no HA routers are present in tenant cb881c43e40942ed9dce6b0641cb5411. 2026-06-24 14:29:01.973 7 INFO neutron.db.segments_db [None req-08b9417d-745a-4c65-8497-90a68282808f 310d33f3c78641159b01242f2153b6ba dc34486563a24fbb878180f95e126a05 - - default default] Added segment 0729ff07-761e-4523-a377-3282fbbf97c7 of type vxlan for network 3cb8086a-d983-43f9-9641-22d3826107eb 2026-06-24 14:29:01.976 8 INFO neutron.services.segments.plugin [-] Segment 54be395d-d1b9-4ff3-87c3-720ac784946c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54be395d-d1b9-4ff3-87c3-720ac784946c found for delete ", "request_id": "req-432a08e2-d711-4986-bb71-b73b9a4a5deb"}]} [pid: 8|app: 0|req: 810/1778] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:01 2026] DELETE /v2.0/routers/1a194780-9de4-4bda-a994-006a4304dd63 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1779] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:01 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1780] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1781] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:01 2026] DELETE /v2.0/subnets/1a94d4d4-e8cc-4459-a8a3-2fae3b1ed0c4 => 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: 971/1782] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:02 2026] PUT /v2.0/networks/f3639608-de34-4332-abad-3e50e7db32af/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1783] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:02 2026] PUT /v2.0/networks/cc28f43a-e66d-4583-a772-73e112a2d5b6/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:02.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6d5db1d-1cc9-46a8-b2c0-f77cfbbe342c 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 31b9d048-45f2-4372-a21a-98c918efa7d8 2026-06-24 14:29:02.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d5db1d-1cc9-46a8-b2c0-f77cfbbe342c 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 31b9d048-45f2-4372-a21a-98c918efa7d8 [pid: 7|app: 0|req: 973/1784] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:02 2026] PUT /v2.0/networks/5b556a49-dabf-4e6e-970a-320ad864e9cd/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1785] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:02 2026] PUT /v2.0/networks/898d019b-8f65-435d-bcce-c95ad0a80024/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: 975/1786] 10.0.0.103 () {32 vars in 666 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1787] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:02 2026] DELETE /v2.0/networks/d25bd186-68db-4d77-8b25-69007657a06e => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1788] 10.0.0.103 () {32 vars in 680 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1789] 10.0.0.103 () {32 vars in 676 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1790] 10.0.0.103 () {32 vars in 688 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1791] 10.0.0.103 () {32 vars in 674 bytes} [Wed Jun 24 14:29:02 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: 8|app: 0|req: 815/1792] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/security-groups?tenant_id=cb881c43e40942ed9dce6b0641cb5411&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1793] 10.0.0.103 () {32 vars in 688 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1794] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:02 2026] DELETE /v2.0/security-groups/868c5f10-0035-4c65-996d-e90190911d14 => 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: 979/1795] 10.0.0.103 () {32 vars in 684 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1796] 10.0.0.103 () {32 vars in 696 bytes} [Wed Jun 24 14:29:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:02.913 7 INFO neutron.services.segments.plugin [-] Segment f5160096-1ab8-4e8f-a812-889be13eab0a resource provider aggregate not found 2026-06-24 14:29:02.917 7 INFO neutron.services.segments.plugin [-] Segment f5160096-1ab8-4e8f-a812-889be13eab0a resource provider aggregate not found 2026-06-24 14:29:02.936 7 INFO neutron.services.segments.plugin [-] Segment f5160096-1ab8-4e8f-a812-889be13eab0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5160096-1ab8-4e8f-a812-889be13eab0a found for delete ", "request_id": "req-235f49bc-86e4-4984-a443-4bafa71dc5d9"}]} 2026-06-24 14:29:02.939 7 INFO neutron.services.segments.plugin [-] Segment f5160096-1ab8-4e8f-a812-889be13eab0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5160096-1ab8-4e8f-a812-889be13eab0a found for delete ", "request_id": "req-a535702c-664e-423e-aee9-8e07829a953c"}]} [pid: 7|app: 0|req: 980/1797] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:02 2026] DELETE /v2.0/networks/f3639608-de34-4332-abad-3e50e7db32af => 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: 818/1798] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:02 2026] DELETE /v2.0/networks/cc28f43a-e66d-4583-a772-73e112a2d5b6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1799] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:03 2026] DELETE /v2.0/networks/5b556a49-dabf-4e6e-970a-320ad864e9cd => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1800] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:03 2026] DELETE /v2.0/networks/898d019b-8f65-435d-bcce-c95ad0a80024 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1801] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:03 2026] DELETE /v2.0/networks/3cb8086a-d983-43f9-9641-22d3826107eb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:03.984 8 INFO neutron.services.segments.plugin [-] Segment fcd257b6-42d5-48bf-a7f3-a7553afab9ad resource provider aggregate not found 2026-06-24 14:29:03.996 8 INFO neutron.services.segments.plugin [-] Segment fcd257b6-42d5-48bf-a7f3-a7553afab9ad resource provider aggregate not found 2026-06-24 14:29:04.005 8 INFO neutron.services.segments.plugin [-] Segment fcd257b6-42d5-48bf-a7f3-a7553afab9ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcd257b6-42d5-48bf-a7f3-a7553afab9ad found for delete ", "request_id": "req-860bd9df-d7dc-414b-b350-e206fd5c7b64"}]} 2026-06-24 14:29:04.016 8 INFO neutron.services.segments.plugin [-] Segment ad3305e6-225f-490a-b99f-b3df9c4d04b4 resource provider aggregate not found 2026-06-24 14:29:04.020 8 INFO neutron.services.segments.plugin [-] Segment fcd257b6-42d5-48bf-a7f3-a7553afab9ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcd257b6-42d5-48bf-a7f3-a7553afab9ad found for delete ", "request_id": "req-847a4b87-acb0-44ca-8913-66f00ba0f03a"}]} 2026-06-24 14:29:04.032 8 INFO neutron.services.segments.plugin [-] Segment ad3305e6-225f-490a-b99f-b3df9c4d04b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3305e6-225f-490a-b99f-b3df9c4d04b4 found for delete ", "request_id": "req-ae07c989-ff2f-4be0-965c-9204633e6975"}]} 2026-06-24 14:29:04.039 8 INFO neutron.services.segments.plugin [-] Segment ad3305e6-225f-490a-b99f-b3df9c4d04b4 resource provider aggregate not found 2026-06-24 14:29:04.047 8 INFO neutron.services.segments.plugin [-] Segment 674233a6-a48b-4436-94f6-8714a73a5251 resource provider aggregate not found 2026-06-24 14:29:04.057 8 INFO neutron.services.segments.plugin [-] Segment 674233a6-a48b-4436-94f6-8714a73a5251 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 674233a6-a48b-4436-94f6-8714a73a5251 found for delete ", "request_id": "req-d1c6a88a-e08e-403b-8fa3-2d020d9681c6"}]} 2026-06-24 14:29:04.060 8 INFO neutron.services.segments.plugin [-] Segment ad3305e6-225f-490a-b99f-b3df9c4d04b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3305e6-225f-490a-b99f-b3df9c4d04b4 found for delete ", "request_id": "req-8d5cc1be-a447-47f2-8021-8b74ab1b03e1"}]} 2026-06-24 14:29:04.074 8 INFO neutron.services.segments.plugin [-] Segment 674233a6-a48b-4436-94f6-8714a73a5251 resource provider aggregate not found 2026-06-24 14:29:04.092 8 INFO neutron.services.segments.plugin [-] Segment 674233a6-a48b-4436-94f6-8714a73a5251 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 674233a6-a48b-4436-94f6-8714a73a5251 found for delete ", "request_id": "req-611dbdc1-f3bc-48ce-ae4d-65b0cabf4ac1"}]} [pid: 8|app: 0|req: 820/1802] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:04 2026] GET /v2.0/security-groups?tenant_id=533e6469318341ecb5dd9c8013b5cee5&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1803] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:04 2026] DELETE /v2.0/security-groups/3024bcf3-b70f-4e7f-83b8-d8eb2a4b8a46 => 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: 984/1804] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:04 2026] GET /v2.0/security-groups?tenant_id=dc34486563a24fbb878180f95e126a05&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: 985/1805] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:04 2026] DELETE /v2.0/security-groups/280fcf93-4f22-448b-ac54-e948c89eb2ca => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:04.948 8 INFO neutron.db.segments_db [None req-1dc5106c-1a11-48fe-a3d5-bc553650c5f7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 394928e4-60b3-45c6-a77f-a92fd2da4c05 of type vxlan for network fdcc9d26-59e2-40f6-ac5a-e148cc3b4993 2026-06-24 14:29:04.961 7 INFO neutron.services.segments.plugin [-] Segment e5e42f44-44c5-48fd-8f4a-2d57f68d0dee resource provider aggregate not found 2026-06-24 14:29:04.968 7 INFO neutron.services.segments.plugin [-] Segment e5e42f44-44c5-48fd-8f4a-2d57f68d0dee resource provider aggregate not found 2026-06-24 14:29:04.983 7 INFO neutron.services.segments.plugin [-] Segment e5e42f44-44c5-48fd-8f4a-2d57f68d0dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5e42f44-44c5-48fd-8f4a-2d57f68d0dee found for delete ", "request_id": "req-444532ce-8d1b-452b-8df4-0a528e41f198"}]} 2026-06-24 14:29:04.988 7 INFO neutron.services.segments.plugin [-] Segment e5e42f44-44c5-48fd-8f4a-2d57f68d0dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5e42f44-44c5-48fd-8f4a-2d57f68d0dee found for delete ", "request_id": "req-c0beb9a1-7100-4028-a0df-87fe7c437c1e"}]} 2026-06-24 14:29:05.000 7 INFO neutron.services.segments.plugin [-] Segment 0729ff07-761e-4523-a377-3282fbbf97c7 resource provider aggregate not found 2026-06-24 14:29:05.006 7 INFO neutron.services.segments.plugin [-] Segment 0729ff07-761e-4523-a377-3282fbbf97c7 resource provider aggregate not found 2026-06-24 14:29:05.022 7 INFO neutron.services.segments.plugin [-] Segment 0729ff07-761e-4523-a377-3282fbbf97c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0729ff07-761e-4523-a377-3282fbbf97c7 found for delete ", "request_id": "req-05213a11-e0d6-4467-8577-268174ca47b1"}]} 2026-06-24 14:29:05.023 7 INFO neutron.services.segments.plugin [-] Segment 0729ff07-761e-4523-a377-3282fbbf97c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0729ff07-761e-4523-a377-3282fbbf97c7 found for delete ", "request_id": "req-aa207a63-1b96-434d-85dc-9b354ffc4734"}]} [pid: 8|app: 0|req: 821/1806] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:29:04 2026] POST /v2.0/networks => generated 720 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1807] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:04 2026] GET /v2.0/security-groups?tenant_id=207eb4b34aa040e8ae0de351101c46c5&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1808] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:05 2026] DELETE /v2.0/security-groups/7882d8ce-3490-4d0a-b467-50c406625567 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1809] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:05 2026] POST /v2.0/subnets => generated 686 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:05.301 7 INFO neutron.db.segments_db [None req-357500c3-7531-47ae-b03a-910bb8b40c76 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 3206945d-33c8-4355-aeff-ba86b77bcbd2 of type vxlan for network b80af1db-a545-4de7-b1cf-d4a1054794df 2026-06-24 14:29:05.472 7 INFO neutron.db.l3_hamode_db [None req-357500c3-7531-47ae-b03a-910bb8b40c76 472dc5dfd7774df2a704c15b12a1b83a 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:29:06.157 7 INFO neutron.db.l3_hamode_db [None req-357500c3-7531-47ae-b03a-910bb8b40c76 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 988/1810] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:05 2026] POST /v2.0/routers => generated 726 bytes in 1835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1811] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:29:07 2026] PUT /v2.0/routers/66752d29-7cc5-475d-bb56-a22b59cf950b/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:09.548 7 INFO neutron.db.segments_db [None req-0ba93160-8ab7-49d2-8f32-a6a948d6ad0b 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d of type vxlan for network 5bfff7a4-a37e-43bb-af60-597b9aadadfb [pid: 7|app: 0|req: 989/1812] 10.0.0.103 () {34 vars in 671 bytes} [Wed Jun 24 14:29:09 2026] POST /v2.0/networks => generated 721 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1813] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:09 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1814] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:29:09 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 824/1815] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:29:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1816] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:09 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:09.993 7 INFO neutron.db.segments_db [None req-8dbf3af5-234a-4a65-8713-c76c8abc2c15 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Added segment 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 of type vxlan for network b2f2e0eb-ca91-4fd2-85aa-bc6d579ee8e7 [pid: 8|app: 0|req: 826/1817] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:29:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1818] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:29:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1819] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:29:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1820] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:29:10 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: 830/1821] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:10 2026] PUT /v2.0/policies/9c68c289-7300-4063-bbd2-d9a581bb2ceb/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:10.236 7 INFO neutron.db.l3_hamode_db [None req-8dbf3af5-234a-4a65-8713-c76c8abc2c15 472dc5dfd7774df2a704c15b12a1b83a d89c19adbc2a47c29dd0cb674095cefc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 831/1822] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:10 2026] PUT /v2.0/policies/d3264250-3011-4ae8-8390-4b0e76854dbd/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1823] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:10 2026] PUT /v2.0/policies/bee16949-273e-4810-90d6-5fac2f895b89/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1824] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:10 2026] PUT /v2.0/policies/b9664f57-f35e-480c-bc36-5e4ced30606c/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1825] 10.0.0.103 () {32 vars in 674 bytes} [Wed Jun 24 14:29:10 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1826] 10.0.0.103 () {32 vars in 688 bytes} [Wed Jun 24 14:29:10 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1827] 10.0.0.103 () {32 vars in 684 bytes} [Wed Jun 24 14:29:10 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:10.934 7 INFO neutron.db.l3_hamode_db [None req-8dbf3af5-234a-4a65-8713-c76c8abc2c15 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 837/1828] 10.0.0.103 () {32 vars in 696 bytes} [Wed Jun 24 14:29:10 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1829] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:29:10 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1830] 10.0.0.103 () {32 vars in 696 bytes} [Wed Jun 24 14:29:11 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1831] 10.0.0.103 () {32 vars in 692 bytes} [Wed Jun 24 14:29:11 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1832] 10.0.0.103 () {32 vars in 704 bytes} [Wed Jun 24 14:29:11 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1833] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:29:11 2026] DELETE /v2.0/qos/policies/9c68c289-7300-4063-bbd2-d9a581bb2ceb => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1834] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:29:11 2026] DELETE /v2.0/qos/policies/d3264250-3011-4ae8-8390-4b0e76854dbd => 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: 844/1835] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:29:11 2026] DELETE /v2.0/qos/policies/bee16949-273e-4810-90d6-5fac2f895b89 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1836] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:29:11 2026] DELETE /v2.0/qos/policies/b9664f57-f35e-480c-bc36-5e4ced30606c => 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: 846/1837] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:29:11 2026] DELETE /v2.0/qos/policies/0dee8c8a-21b5-40f2-9f77-e042b145f4d8 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1838] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:09 2026] POST /v2.0/routers => generated 728 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1839] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:12 2026] GET /v2.0/security-groups?tenant_id=ad1c3bf9a68c47519ee3928299460eb4&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1840] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:12 2026] DELETE /v2.0/security-groups/aa20dc0c-9bdc-4d53-9078-f077845035d2 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1841] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:29:11 2026] PUT /v2.0/routers/9ec080f4-18ec-48d4-9e54-e4c39d3f6d01/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1842] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:12 2026] GET /v2.0/security-groups?tenant_id=fbe4c185f3814771bd477766e9925824&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1843] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:13 2026] DELETE /v2.0/security-groups/15b20786-9378-4a87-9bd6-34b85e0dafad => 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: 996/1844] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:13 2026] GET /v2.0/security-groups?tenant_id=ba7d4817ef3841cd933c98805135f9bf&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1845] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:13 2026] DELETE /v2.0/security-groups/a6495e10-e51e-4475-a5df-cbb8bc64f2e9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1846] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:29:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1847] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1848] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1849] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:13 2026] GET /v2.0/security-groups?tenant_id=f65ac5f712c6436b9b00436774592b78&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1850] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1851] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:14 2026] DELETE /v2.0/security-groups/76c4d54e-ac32-448d-b920-2dff2a605a39 => 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: 853/1852] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:14.338 7 INFO neutron.db.securitygroups_db [None req-68fe28ce-eee3-4200-87a3-b669c70a703a 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Project 3dfe4cc6bbbc452a8500e21a6ee169b5 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: 1000/1853] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:14.464 8 INFO neutron.db.securitygroups_db [None req-fd294e22-921b-4d90-bda9-cb75ef6ac53f 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Project 3dfe4cc6bbbc452a8500e21a6ee169b5 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: 854/1854] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1857] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:29:15 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1858] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1859] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1860] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:15 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1861] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1150058903&fields=id&tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1862] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1322193830&fields=id&tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1863] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/networks?id=fdcc9d26-59e2-40f6-ac5a-e148cc3b4993 => generated 671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1864] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/quotas/3dfe4cc6bbbc452a8500e21a6ee169b5 => generated 292 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1865] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/ports?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&fields=id => generated 103 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1866] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1867] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?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: 1007/1868] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:16 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 862/1869] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:18 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:18.461 7 INFO neutron.db.segments_db [None req-9e9fe8e6-cb2d-45a8-a92e-0c9a9355f851 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Added segment 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d of type vxlan for network 287155c4-c011-4136-824f-3bd8141769e8 [pid: 7|app: 0|req: 1008/1870] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:18 2026] POST /v2.0/networks => generated 613 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1871] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:18 2026] POST /v2.0/ports => generated 743 bytes in 341 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: 1009/1872] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:29:18 2026] POST /v2.0/trunks => generated 407 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1873] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:19 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:19.191 7 INFO neutron.db.segments_db [None req-b8ef438d-6a12-4c5e-834f-61b5cad96402 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Added segment 0868deb0-dd68-472a-a8ea-7a943d962c74 of type vxlan for network 4971e0a9-e565-4c86-94b8-478953952b3d [pid: 7|app: 0|req: 1010/1874] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:19 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: 865/1875] 10.0.0.103 () {32 vars in 826 bytes} [Wed Jun 24 14:29:19 2026] GET /v2.0/ports?project_id=9c2c4875fae847e78a86a5bdbc352801&network_id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 3695 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1876] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:19 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: 7|app: 0|req: 1012/1877] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:29:19 2026] GET /v2.0/subnets?network_id=e26a2680-61f9-40f1-acca-609fea5c651f => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1878] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:29:19 2026] POST /v2.0/trunks => generated 407 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:19.882 8 INFO neutron.db.segments_db [None req-46b9a595-193d-46a5-9400-630d7cb735d5 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Added segment 8855f4b5-5495-40c3-92fa-03e18dde3809 of type vxlan for network 70eecff6-75da-46ca-85b3-8df9cf182c06 2026-06-24 14:29:19.887 7 INFO neutron.db.l3_db [None req-484ab1e0-f672-49fe-b178-a98f05ed5164 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Floating IP 204da7af-f267-41af-aa4b-a857da40d8ee disassociated. External IP: 10.96.250.218, port: 972c5e7d-3a92-4250-90cd-3e5e309eb42a. [pid: 8|app: 0|req: 867/1879] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:19 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1880] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:19 2026] PUT /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 554 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1881] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:20.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33e2df4f-2238-487e-ba86-f98e78f6e4ce'] response: {'name': 'network-changed', 'server_uuid': '264e3e0f-82ee-49db-9452-14e13d95a896', 'tag': '972c5e7d-3a92-4250-90cd-3e5e309eb42a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1015/1882] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 868/1883] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:19 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1884] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:29:20 2026] POST /v2.0/trunks => generated 407 bytes in 125 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-06-24 14:29:20.468 8 INFO neutron.db.segments_db [None req-51c1af7e-80e8-4fb9-a4cb-b56302499388 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Added segment 94dc628a-612d-41a2-a898-68880eee839d of type vxlan for network 5e6978b0-5372-40a0-bc43-d79477292a60 [pid: 8|app: 0|req: 869/1885] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:20 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1886] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 871/1887] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1888] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=972c5e7d-3a92-4250-90cd-3e5e309eb42a => 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: 873/1889] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/subnets?id=eb5bedac-878a-4e3c-8cac-05109c7b7fbc => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1890] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:20 2026] POST /v2.0/ports => generated 743 bytes in 313 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: 874/1891] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/ports?network_id=12f5693b-84e9-447c-a692-ec09fc63d355&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1892] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 876/1893] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:20 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1894] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:29:20 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:21.067 8 INFO neutron.db.segments_db [None req-104ab1a3-c8d7-49f0-b682-775499dae43a f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Added segment 3b1a021e-f999-4e8c-9b33-2426ee95e59a of type vxlan for network 3b61d391-acf5-4d80-9ff7-dd706c8c9d95 [pid: 8|app: 0|req: 877/1895] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:21 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1896] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1897] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/networks?id=fdcc9d26-59e2-40f6-ac5a-e148cc3b4993 => generated 671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1898] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1899] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 1019/1900] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:21 2026] POST /v2.0/ports => generated 743 bytes in 265 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: 1020/1901] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:29:21 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1902] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:21 2026] PUT /v2.0/trunks/270f9348-dfc7-4b30-a134-c8c2a9568e59/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1903] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:21 2026] PUT /v2.0/trunks/e3537661-c96e-4fb5-899c-f8fd47cea9fa/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1904] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:21 2026] PUT /v2.0/trunks/4021987c-5d5f-4fa3-94e4-318e888094dc/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1905] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:29:21 2026] POST /v2.0/ports => generated 997 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1024/1906] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:21 2026] PUT /v2.0/trunks/b739d6cb-270c-44c8-880b-effc1e699318/tags => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1907] 10.0.0.103 () {32 vars in 662 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1908] 10.0.0.103 () {32 vars in 676 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1909] 10.0.0.103 () {32 vars in 672 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1910] 10.0.0.103 () {32 vars in 684 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1911] 10.0.0.103 () {32 vars in 670 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1912] 10.0.0.103 () {32 vars in 684 bytes} [Wed Jun 24 14:29:21 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: 1031/1913] 10.0.0.103 () {32 vars in 680 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1914] 10.0.0.103 () {32 vars in 692 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1915] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/trunks/270f9348-dfc7-4b30-a134-c8c2a9568e59 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1916] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:29:21 2026] GET /v2.0/ports/6819daeb-6a4a-485d-b90e-4ececc3f1357 => generated 826 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1917] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/trunks/270f9348-dfc7-4b30-a134-c8c2a9568e59 => 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: 1036/1918] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/trunks/e3537661-c96e-4fb5-899c-f8fd47cea9fa => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1919] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:29:21 2026] PUT /v2.0/ports/bf6f30a5-f217-4711-aab2-079a3df12214 => generated 1278 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:22.185 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1360bb21-1134-460e-9a9e-350aa269a708'] response: {'name': 'network-changed', 'server_uuid': 'fcc40c7d-9811-4451-b6b9-c857d7d17352', 'tag': 'bf6f30a5-f217-4711-aab2-079a3df12214', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1037/1920] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports/9c55d322-49fe-4509-bbda-cac2159c0c1e => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1038/1921] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1922] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/trunks/e3537661-c96e-4fb5-899c-f8fd47cea9fa => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1923] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/trunks/4021987c-5d5f-4fa3-94e4-318e888094dc => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1924] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports/d81834a0-5acc-4ac1-8143-eb1e7d56a6c0 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1925] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1926] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/trunks/4021987c-5d5f-4fa3-94e4-318e888094dc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1927] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1928] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/trunks/b739d6cb-270c-44c8-880b-effc1e699318 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1929] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports/18852917-541c-4aa6-be38-cb13a88ab51a => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1930] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/trunks/b739d6cb-270c-44c8-880b-effc1e699318 => 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: 889/1931] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/trunks/f1b397a9-9b9b-49b9-939e-ffb65982a72d => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1932] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports/ddd07e18-cc2f-451e-a90f-2e730d2ed16c => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1933] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/ports?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1934] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/trunks/f1b397a9-9b9b-49b9-939e-ffb65982a72d => 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: 891/1935] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/networks?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&shared=False => generated 767 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1936] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:29:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:22.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-f92fea1e-12af-4070-b9e5-91486316031f f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] TaaS: Handle Delete Port: 6819daeb-6a4a-485d-b90e-4ececc3f1357 2026-06-24 14:29:22.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f92fea1e-12af-4070-b9e5-91486316031f f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Tap Mirror: Handle Delete Port: 6819daeb-6a4a-485d-b90e-4ececc3f1357 [pid: 7|app: 0|req: 1045/1937] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/ports/6819daeb-6a4a-485d-b90e-4ececc3f1357 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:23.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-af4f8ad8-5b2f-4feb-a942-dcefa37737a3 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] TaaS: Handle Delete Port: 9c55d322-49fe-4509-bbda-cac2159c0c1e 2026-06-24 14:29:23.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4f8ad8-5b2f-4feb-a942-dcefa37737a3 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Tap Mirror: Handle Delete Port: 9c55d322-49fe-4509-bbda-cac2159c0c1e [pid: 8|app: 0|req: 893/1938] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:22 2026] DELETE /v2.0/ports/9c55d322-49fe-4509-bbda-cac2159c0c1e => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:23.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea4a3fbb-fc97-4de0-a061-9bf43c4a2914 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] TaaS: Handle Delete Port: d81834a0-5acc-4ac1-8143-eb1e7d56a6c0 2026-06-24 14:29:23.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea4a3fbb-fc97-4de0-a061-9bf43c4a2914 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Tap Mirror: Handle Delete Port: d81834a0-5acc-4ac1-8143-eb1e7d56a6c0 [pid: 7|app: 0|req: 1046/1939] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:23 2026] DELETE /v2.0/ports/d81834a0-5acc-4ac1-8143-eb1e7d56a6c0 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1940] 10.0.0.103 () {34 vars in 685 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-groups => generated 1675 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:29:23.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3611538-ca97-4575-b96d-4df54071e584 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] TaaS: Handle Delete Port: 18852917-541c-4aa6-be38-cb13a88ab51a 2026-06-24 14:29:23.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3611538-ca97-4575-b96d-4df54071e584 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Tap Mirror: Handle Delete Port: 18852917-541c-4aa6-be38-cb13a88ab51a [pid: 8|app: 0|req: 895/1941] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1942] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:23 2026] DELETE /v2.0/ports/18852917-541c-4aa6-be38-cb13a88ab51a => 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: 896/1943] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:23 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1944] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1945] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:23 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:23.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd2e5ad-0e18-4725-a26d-69025934bb09 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] TaaS: Handle Delete Port: ddd07e18-cc2f-451e-a90f-2e730d2ed16c 2026-06-24 14:29:23.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd2e5ad-0e18-4725-a26d-69025934bb09 f683e4acc6564b639afce81b4e1a1e34 c4edd21320a145f0a1ab60b2152c6c33 - - default default] Tap Mirror: Handle Delete Port: ddd07e18-cc2f-451e-a90f-2e730d2ed16c [pid: 8|app: 0|req: 897/1946] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:23 2026] DELETE /v2.0/ports/ddd07e18-cc2f-451e-a90f-2e730d2ed16c => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1947] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1948] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:23.919 8 INFO neutron.services.segments.plugin [-] Segment 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d resource provider aggregate not found 2026-06-24 14:29:23.920 8 INFO neutron.services.segments.plugin [-] Segment 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d resource provider aggregate not found 2026-06-24 14:29:23.939 8 INFO neutron.services.segments.plugin [-] Segment 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d found for delete ", "request_id": "req-af526c76-f391-425e-a70b-2b57799ddb84"}]} 2026-06-24 14:29:23.940 8 INFO neutron.services.segments.plugin [-] Segment 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0d38bb-2fe1-433a-be54-5b68ffcdfe4d found for delete ", "request_id": "req-423e1af4-0ed7-4892-9fa0-e46ff56da5f9"}]} [pid: 7|app: 0|req: 1052/1949] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:23 2026] GET /v2.0/ports?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1281 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1950] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:23 2026] DELETE /v2.0/networks/287155c4-c011-4136-824f-3bd8141769e8 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:23.975 7 INFO neutron.db.securitygroups_db [None req-7700210c-5990-4b8a-912e-a61b2f4beed9 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Project 9c2c4875fae847e78a86a5bdbc352801 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: 1053/1951] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1952] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bf6f30a5-f217-4711-aab2-079a3df12214 => 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: 899/1953] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:23 2026] DELETE /v2.0/networks/4971e0a9-e565-4c86-94b8-478953952b3d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:24.089 7 INFO neutron.db.securitygroups_db [None req-d8a2a372-8a52-47a6-ad84-50c153cda098 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Project 9c2c4875fae847e78a86a5bdbc352801 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: 900/1954] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/subnets?id=60db116f-d721-4c57-b9ba-86346ad488f3 => generated 689 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1955] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:29:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1956] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/ports?network_id=fdcc9d26-59e2-40f6-ac5a-e148cc3b4993&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: 8|app: 0|req: 901/1957] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:24 2026] DELETE /v2.0/networks/70eecff6-75da-46ca-85b3-8df9cf182c06 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1958] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?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: 1058/1959] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?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: 902/1960] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:24 2026] DELETE /v2.0/networks/5e6978b0-5372-40a0-bc43-d79477292a60 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:24.504 7 INFO neutron.services.segments.plugin [-] Segment 3b1a021e-f999-4e8c-9b33-2426ee95e59a resource provider aggregate not found 2026-06-24 14:29:24.511 7 INFO neutron.services.segments.plugin [-] Segment 3b1a021e-f999-4e8c-9b33-2426ee95e59a resource provider aggregate not found 2026-06-24 14:29:24.518 7 INFO neutron.services.segments.plugin [-] Segment 3b1a021e-f999-4e8c-9b33-2426ee95e59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b1a021e-f999-4e8c-9b33-2426ee95e59a found for delete ", "request_id": "req-ad941886-d61e-4f86-b339-2e9f69963813"}]} [pid: 7|app: 0|req: 1059/1961] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:24 2026] DELETE /v2.0/networks/3b61d391-acf5-4d80-9ff7-dd706c8c9d95 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:24.543 7 INFO neutron.services.segments.plugin [-] Segment 3b1a021e-f999-4e8c-9b33-2426ee95e59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b1a021e-f999-4e8c-9b33-2426ee95e59a found for delete ", "request_id": "req-c09af61d-ca8d-4718-b9ca-e4d3d5e86338"}]} [pid: 8|app: 0|req: 903/1962] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/networks => generated 1298 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1963] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1964] 10.0.0.113 () {34 vars in 1100 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1935542005&fields=id&tenant_id=9c2c4875fae847e78a86a5bdbc352801 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1965] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1966] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1967] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/quotas/9c2c4875fae847e78a86a5bdbc352801 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1968] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/security-groups?tenant_id=029711389af144749bf4efcfd681c100&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1969] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:29:24 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1970] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 1061/1971] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:25 2026] DELETE /v2.0/security-groups/98f83fd0-1afb-4eb8-bdaf-d16b1aaf5b7f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1972] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 1062/1973] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1974] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/security-groups?tenant_id=372779735eeb48fa9950a4af8332ccfb&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1975] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:25 2026] DELETE /v2.0/security-groups/2a0e86d3-7cee-442d-9d48-99adb21645dd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:25.967 8 INFO neutron.services.segments.plugin [-] Segment 0868deb0-dd68-472a-a8ea-7a943d962c74 resource provider aggregate not found 2026-06-24 14:29:25.973 8 INFO neutron.services.segments.plugin [-] Segment 0868deb0-dd68-472a-a8ea-7a943d962c74 resource provider aggregate not found 2026-06-24 14:29:25.989 8 INFO neutron.services.segments.plugin [-] Segment 0868deb0-dd68-472a-a8ea-7a943d962c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0868deb0-dd68-472a-a8ea-7a943d962c74 found for delete ", "request_id": "req-4701242b-b3bc-4e0e-a825-9ec3ad429123"}]} 2026-06-24 14:29:25.995 8 INFO neutron.services.segments.plugin [-] Segment 0868deb0-dd68-472a-a8ea-7a943d962c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0868deb0-dd68-472a-a8ea-7a943d962c74 found for delete ", "request_id": "req-d6f7656e-b757-412a-93da-fb81f8e2132c"}]} 2026-06-24 14:29:26.005 8 INFO neutron.services.segments.plugin [-] Segment 8855f4b5-5495-40c3-92fa-03e18dde3809 resource provider aggregate not found [pid: 8|app: 0|req: 913/1976] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/security-groups?tenant_id=c4edd21320a145f0a1ab60b2152c6c33&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:26.015 8 INFO neutron.services.segments.plugin [-] Segment 8855f4b5-5495-40c3-92fa-03e18dde3809 resource provider aggregate not found 2026-06-24 14:29:26.019 8 INFO neutron.services.segments.plugin [-] Segment 8855f4b5-5495-40c3-92fa-03e18dde3809 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8855f4b5-5495-40c3-92fa-03e18dde3809 found for delete ", "request_id": "req-ed47979a-4442-43bd-bcd1-cc41c4295f3f"}]} [pid: 7|app: 0|req: 1064/1977] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:25 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1012 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:26.035 8 INFO neutron.services.segments.plugin [-] Segment 8855f4b5-5495-40c3-92fa-03e18dde3809 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8855f4b5-5495-40c3-92fa-03e18dde3809 found for delete ", "request_id": "req-0157cad0-4c04-406b-be4d-7acb6e2300be"}]} 2026-06-24 14:29:26.038 8 INFO neutron.services.segments.plugin [-] Segment 94dc628a-612d-41a2-a898-68880eee839d resource provider aggregate not found 2026-06-24 14:29:26.051 8 INFO neutron.services.segments.plugin [-] Segment 94dc628a-612d-41a2-a898-68880eee839d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94dc628a-612d-41a2-a898-68880eee839d found for delete ", "request_id": "req-b0850d4f-19fd-4458-8a09-2511886eac36"}]} 2026-06-24 14:29:26.052 8 INFO neutron.services.segments.plugin [-] Segment 94dc628a-612d-41a2-a898-68880eee839d resource provider aggregate not found [pid: 7|app: 0|req: 1065/1978] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:26 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:26.069 8 INFO neutron.services.segments.plugin [-] Segment 94dc628a-612d-41a2-a898-68880eee839d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94dc628a-612d-41a2-a898-68880eee839d found for delete ", "request_id": "req-c10d1592-698f-40cd-934f-769c81b64d4f"}]} [pid: 8|app: 0|req: 914/1979] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:26 2026] DELETE /v2.0/security-groups/ac6eb08c-7c2c-48fa-bfdc-71b12a8e4169 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1980] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:26 2026] GET /v2.0/security-groups?tenant_id=f675553002d34ab48b8b43ae23a5406f&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1981] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:26 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 915/1982] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:26 2026] DELETE /v2.0/security-groups/857d2917-14fd-4d9b-9125-ee2fa4ba3d77 => 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: 1068/1983] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:27 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1984] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:27 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1985] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:29:27 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1986] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:27 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 917/1987] 199.19.213.66 () {34 vars in 1123 bytes} [Wed Jun 24 14:29:27 2026] GET /v2.0/security-groups?id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&id=7b529842-6b5e-4f35-928c-af9f6c303d2b&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/1988] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:28 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 918/1989] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:28 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/1990] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:28 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 919/1991] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:29 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1992] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:29 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1993] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:29 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1996] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:29 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 925/1997] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:29:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9c2c4875fae847e78a86a5bdbc352801 => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:29.857 7 INFO neutron.db.segments_db [None req-92c24433-3878-47a5-8164-e6eeeb6ea2df ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] Added segment b1f67f97-73d9-4e54-b792-27b1af69b091 of type vxlan for network f18b3eb2-9745-490f-a669-52940ab5c8d7 [pid: 7|app: 0|req: 1073/1998] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:29 2026] POST /v2.0/networks => generated 707 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:30.074 7 INFO neutron.db.segments_db [None req-7f28d68d-e15b-4cfb-bb25-baac9ae62ae9 34016b347cd7471c95bd2551fccda1fb fd7ca40e1c924ebf96d6fd8b91090ac2 - - default default] Added segment 6298739b-f709-480e-af0b-b1fcadfe86cc of type vxlan for network b8561dce-48a6-4cfe-a781-725be76b6dc6 [pid: 7|app: 0|req: 1074/1999] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:29 2026] POST /v2.0/networks => generated 612 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2000] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:29:29 2026] POST /v2.0/ports => generated 954 bytes in 489 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-06-24 14:29:30.345 8 INFO neutron.db.segments_db [None req-c74220ed-3732-42bf-867e-46728b038f16 34016b347cd7471c95bd2551fccda1fb fd7ca40e1c924ebf96d6fd8b91090ac2 - - default default] Added segment a290403d-f2fe-417a-8f0f-dd1cdce76571 of type vxlan for network 952780b2-6d98-4833-8da7-fbddbe58c430 [pid: 7|app: 0|req: 1075/2001] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:30 2026] POST /v2.0/subnets => generated 644 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2002] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:30 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:30.453 8 WARNING neutron.api.v2.base [None req-9a15fe3a-f188-4104-9d52-c8785f938a37 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - 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-06-24 14:29:30.454 8 INFO neutron.api.v2.resource [None req-9a15fe3a-f188-4104-9d52-c8785f938a37 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 928/2003] 10.0.0.103 () {34 vars in 681 bytes} [Wed Jun 24 14:29:30 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2004] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:30 2026] PUT /v2.0/networks/b8561dce-48a6-4cfe-a781-725be76b6dc6/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:30.767 8 INFO neutron.services.segments.plugin [-] Segment b1f67f97-73d9-4e54-b792-27b1af69b091 resource provider aggregate not found 2026-06-24 14:29:30.774 8 INFO neutron.services.segments.plugin [-] Segment b1f67f97-73d9-4e54-b792-27b1af69b091 resource provider aggregate not found 2026-06-24 14:29:30.803 8 INFO neutron.services.segments.plugin [-] Segment b1f67f97-73d9-4e54-b792-27b1af69b091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f67f97-73d9-4e54-b792-27b1af69b091 found for delete ", "request_id": "req-f452188f-be31-43d5-a45b-20726e69903e"}]} 2026-06-24 14:29:30.808 8 INFO neutron.services.segments.plugin [-] Segment b1f67f97-73d9-4e54-b792-27b1af69b091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f67f97-73d9-4e54-b792-27b1af69b091 found for delete ", "request_id": "req-11eba4af-d340-4258-b97f-233ccb1fb061"}]} [pid: 7|app: 0|req: 1076/2005] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:29:30 2026] PUT /v2.0/ports/8fd77e1a-67b9-47a7-aee7-77e456c54ebf => generated 1235 bytes in 448 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: 930/2006] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:30 2026] DELETE /v2.0/networks/f18b3eb2-9745-490f-a669-52940ab5c8d7 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2007] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/networks/b8561dce-48a6-4cfe-a781-725be76b6dc6/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2008] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2009] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:30.901 7 INFO neutron.db.segments_db [None req-5a3482b9-bac9-479a-a6ca-c4ade5c0b834 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] Added segment 2ec41114-9a63-4377-9bc5-2084111d514c of type vxlan for network cff4a22b-dda2-404e-bd31-f291b90d7832 [pid: 8|app: 0|req: 933/2010] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:30 2026] PUT /v2.0/networks/952780b2-6d98-4833-8da7-fbddbe58c430/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2011] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:30 2026] POST /v2.0/networks => generated 708 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2012] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2013] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/networks/952780b2-6d98-4833-8da7-fbddbe58c430/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2014] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:30 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:31.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-822daaca-1867-4d07-b52e-3cfb94c804d0'] response: {'name': 'network-changed', 'server_uuid': 'bde40613-a0d4-4c5a-a155-f132f49d0180', 'tag': '8fd77e1a-67b9-47a7-aee7-77e456c54ebf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1080/2015] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:31 2026] PUT /v2.0/networks/952780b2-6d98-4833-8da7-fbddbe58c430/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2016] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:31 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 936/2017] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:31 2026] POST /v2.0/subnets => generated 647 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:29:31.172 8 WARNING neutron.api.v2.base [None req-3ad81f1d-05e2-40bb-beee-e178fb7bd74b ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - 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-06-24 14:29:31.173 8 INFO neutron.api.v2.resource [None req-3ad81f1d-05e2-40bb-beee-e178fb7bd74b ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 937/2018] 10.0.0.103 () {34 vars in 681 bytes} [Wed Jun 24 14:29:31 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2019] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:31 2026] GET /v2.0/networks/952780b2-6d98-4833-8da7-fbddbe58c430/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:31.349 7 INFO neutron.services.segments.plugin [-] Segment 2ec41114-9a63-4377-9bc5-2084111d514c resource provider aggregate not found 2026-06-24 14:29:31.352 7 INFO neutron.services.segments.plugin [-] Segment 2ec41114-9a63-4377-9bc5-2084111d514c resource provider aggregate not found [pid: 7|app: 0|req: 1083/2020] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:31 2026] DELETE /v2.0/networks/cff4a22b-dda2-404e-bd31-f291b90d7832 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:31.372 7 INFO neutron.services.segments.plugin [-] Segment 2ec41114-9a63-4377-9bc5-2084111d514c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec41114-9a63-4377-9bc5-2084111d514c found for delete ", "request_id": "req-a0a1626c-b966-45f9-abad-b3c65193cbfd"}]} 2026-06-24 14:29:31.373 7 INFO neutron.services.segments.plugin [-] Segment 2ec41114-9a63-4377-9bc5-2084111d514c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec41114-9a63-4377-9bc5-2084111d514c found for delete ", "request_id": "req-87c71912-2a5b-41d8-b159-e923f081b6da"}]} [pid: 7|app: 0|req: 1084/2021] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:31 2026] GET /v2.0/networks/b8561dce-48a6-4cfe-a781-725be76b6dc6/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:31.460 7 INFO neutron.db.segments_db [None req-cda1adc0-3f5b-4388-b4dc-770d58cc6656 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] Added segment d7760fe5-92f0-40e2-8941-b2e03ddd0cfa of type vxlan for network 02ddf762-7b3f-407c-8513-5e25da480110 [pid: 7|app: 0|req: 1085/2022] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:31 2026] POST /v2.0/networks => generated 706 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2023] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:31 2026] DELETE /v2.0/networks/b8561dce-48a6-4cfe-a781-725be76b6dc6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2024] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:31 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2025] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:29:31 2026] POST /v2.0/subnets => generated 647 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2026] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:31 2026] DELETE /v2.0/networks/952780b2-6d98-4833-8da7-fbddbe58c430 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2027] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:29:31 2026] GET /v2.0/networks?tenant_id=9c2c4875fae847e78a86a5bdbc352801&shared=False => generated 757 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:32.159 8 INFO neutron.db.l3_db [None req-daa09ba8-94b4-46f0-88b6-f9c30b911229 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Floating IP 8461c9ef-874f-4aed-87f5-ad084f29088d associated. External IP: 10.96.250.207, port: bf6f30a5-f217-4711-aab2-079a3df12214. [pid: 7|app: 0|req: 1091/2028] 10.0.0.103 () {34 vars in 681 bytes} [Wed Jun 24 14:29:31 2026] POST /v2.0/rbac-policies => generated 324 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2029] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:29:32 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: 7|app: 0|req: 1093/2030] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:32 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2031] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:32 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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: 938/2032] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:31 2026] PUT /v2.0/floatingips/8461c9ef-874f-4aed-87f5-ad084f29088d => generated 856 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:32.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34e43d2a-1a59-417a-9660-5daaca401506'] response: {'name': 'network-changed', 'server_uuid': 'fcc40c7d-9811-4451-b6b9-c857d7d17352', 'tag': 'bf6f30a5-f217-4711-aab2-079a3df12214', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1095/2033] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:29:32 2026] GET /v2.0/networks/02ddf762-7b3f-407c-8513-5e25da480110 => generated 654 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2034] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:32 2026] GET /v2.0/security-groups?tenant_id=4dfbf242b42d4aad883c51179d57da5c&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2035] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:32 2026] DELETE /v2.0/security-groups/f3bb5386-ca86-4290-9841-9a09cfdceeb8 => 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: 940/2036] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/ports?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2037] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/security-groups?tenant_id=fd7ca40e1c924ebf96d6fd8b91090ac2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2038] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks?id=fdcc9d26-59e2-40f6-ac5a-e148cc3b4993 => generated 767 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2039] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:33 2026] DELETE /v2.0/security-groups/8922ae9f-dbff-4e5f-aff3-6a949b90fe7f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:33.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ad453df-fac4-45f3-8cec-0796e6b52b3f 5ebe987a99ae49f5b24529ac28a1b18d 2347809a7eb040f2a3b1b5035b9d5a30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/2040] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks/02ddf762-7b3f-407c-8513-5e25da480110 => generated 138 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2041] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bf6f30a5-f217-4711-aab2-079a3df12214 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2042] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 943/2043] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/subnets?id=60db116f-d721-4c57-b9ba-86346ad488f3 => generated 689 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2044] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8fd77e1a-67b9-47a7-aee7-77e456c54ebf => 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: 945/2045] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/ports?network_id=fdcc9d26-59e2-40f6-ac5a-e148cc3b4993&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:33.395 7 INFO neutron.services.segments.plugin [-] Segment 6298739b-f709-480e-af0b-b1fcadfe86cc resource provider aggregate not found 2026-06-24 14:29:33.404 7 INFO neutron.services.segments.plugin [-] Segment 6298739b-f709-480e-af0b-b1fcadfe86cc resource provider aggregate not found [pid: 8|app: 0|req: 946/2046] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/subnets?id=eb5bedac-878a-4e3c-8cac-05109c7b7fbc => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:33.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b22da2-7955-48c0-99c2-ea698c97479f ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] TaaS: Handle Delete Port: fa51507c-2e02-49c9-9813-f82769e78dad 2026-06-24 14:29:33.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b22da2-7955-48c0-99c2-ea698c97479f ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] Tap Mirror: Handle Delete Port: fa51507c-2e02-49c9-9813-f82769e78dad 2026-06-24 14:29:33.422 7 INFO neutron.services.segments.plugin [-] Segment 6298739b-f709-480e-af0b-b1fcadfe86cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6298739b-f709-480e-af0b-b1fcadfe86cc found for delete ", "request_id": "req-b9ea03c2-ffa9-4173-8b6e-94d2540bea94"}]} 2026-06-24 14:29:33.430 7 INFO neutron.services.segments.plugin [-] Segment 6298739b-f709-480e-af0b-b1fcadfe86cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6298739b-f709-480e-af0b-b1fcadfe86cc found for delete ", "request_id": "req-4933f10a-b0cf-43e1-91b4-7e2a329d7eaa"}]} 2026-06-24 14:29:33.449 7 INFO neutron.services.segments.plugin [-] Segment a290403d-f2fe-417a-8f0f-dd1cdce76571 resource provider aggregate not found 2026-06-24 14:29:33.465 7 INFO neutron.services.segments.plugin [-] Segment a290403d-f2fe-417a-8f0f-dd1cdce76571 resource provider aggregate not found 2026-06-24 14:29:33.470 7 INFO neutron.services.segments.plugin [-] Segment a290403d-f2fe-417a-8f0f-dd1cdce76571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a290403d-f2fe-417a-8f0f-dd1cdce76571 found for delete ", "request_id": "req-6e1152bd-9163-4c58-8354-e5d2b753720d"}]} [pid: 8|app: 0|req: 947/2047] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:33.494 7 INFO neutron.services.segments.plugin [-] Segment a290403d-f2fe-417a-8f0f-dd1cdce76571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a290403d-f2fe-417a-8f0f-dd1cdce76571 found for delete ", "request_id": "req-ddcc5929-2270-4569-b329-e1f1f85434c4"}]} [pid: 8|app: 0|req: 948/2048] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?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: 949/2049] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/ports?network_id=12f5693b-84e9-447c-a692-ec09fc63d355&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2050] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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: 951/2051] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993?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: 952/2052] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?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: 953/2053] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:33 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2054] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:33 2026] DELETE /v2.0/networks/02ddf762-7b3f-407c-8513-5e25da480110 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:33.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37fe31bf-7858-46fc-be30-3f73d7c4c9d3 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/2055] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:33 2026] DELETE /v2.0/subnets/595d94a8-24ce-435f-84b7-b5ee54675151 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:29:33.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-925babad-4adf-4ced-97ea-4506284dacb0 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2056] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:33 2026] DELETE /v2.0/subnets/61057c1b-dcc2-4ae5-846a-8ecb009ece4f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:29:33.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34fac1e8-d3c2-4697-940a-022d0473d614 ad66425ce0394be193d6b4d363380878 f47461cccd724a35adeca53ebf5f5f18 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/2057] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:33 2026] DELETE /v2.0/subnets/fdf9c178-0845-4a11-af83-281bee4407c1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2058] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:34 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2059] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:34 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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: 1103/2060] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:34 2026] GET /v2.0/security-groups?tenant_id=f47461cccd724a35adeca53ebf5f5f18&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2061] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:34 2026] DELETE /v2.0/security-groups/ac8b8d74-7f9c-43d0-82b2-c815c06644bb => 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: 1104/2062] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:34 2026] GET /v2.0/security-groups?tenant_id=2347809a7eb040f2a3b1b5035b9d5a30&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2063] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:35 2026] DELETE /v2.0/security-groups/3a9b54e0-1327-4f96-a2b3-32e624abd295 => 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: 1105/2064] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:35 2026] GET /v2.0/security-groups?tenant_id=d728bd97cb1a45d28094c5618fbecd2e&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:35.487 7 INFO neutron.services.segments.plugin [-] Segment d7760fe5-92f0-40e2-8941-b2e03ddd0cfa resource provider aggregate not found 2026-06-24 14:29:35.504 7 INFO neutron.services.segments.plugin [-] Segment d7760fe5-92f0-40e2-8941-b2e03ddd0cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7760fe5-92f0-40e2-8941-b2e03ddd0cfa found for delete ", "request_id": "req-2391af7e-098f-42a2-a2f3-75a4421a1e9b"}]} 2026-06-24 14:29:35.512 7 INFO neutron.services.segments.plugin [-] Segment d7760fe5-92f0-40e2-8941-b2e03ddd0cfa resource provider aggregate not found [pid: 8|app: 0|req: 960/2065] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:35 2026] DELETE /v2.0/security-groups/79edcca5-6047-46d5-bd12-7b7cd2c6763d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:35.536 7 INFO neutron.services.segments.plugin [-] Segment d7760fe5-92f0-40e2-8941-b2e03ddd0cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7760fe5-92f0-40e2-8941-b2e03ddd0cfa found for delete ", "request_id": "req-33396253-8930-404d-bc7f-fc9472f40248"}]} [pid: 7|app: 0|req: 1106/2066] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:35 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 961/2067] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:35 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2068] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:37 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2069] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:37 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2070] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:38 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => 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: 963/2071] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:38 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2072] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:38 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2073] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:38 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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: 1110/2074] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:29:38 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:38.956 8 INFO neutron.db.l3_db [None req-aa086531-9604-43e0-a961-01ffbbbf0bb3 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Floating IP 204da7af-f267-41af-aa4b-a857da40d8ee associated. External IP: 10.96.250.218, port: 8fd77e1a-67b9-47a7-aee7-77e456c54ebf. [pid: 8|app: 0|req: 965/2075] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:29:38 2026] PUT /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 855 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:39.267 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-279be32b-fada-474d-b7c6-622e421c1ae8'] response: {'name': 'network-changed', 'server_uuid': 'bde40613-a0d4-4c5a-a155-f132f49d0180', 'tag': '8fd77e1a-67b9-47a7-aee7-77e456c54ebf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1111/2076] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:39 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2077] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:29:39 2026] GET /v2.0/ports?tenant_id=9c2c4875fae847e78a86a5bdbc352801&device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2078] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:29:39 2026] GET /v2.0/networks?id=12f5693b-84e9-447c-a692-ec09fc63d355 => generated 757 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2079] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8fd77e1a-67b9-47a7-aee7-77e456c54ebf => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2080] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:39 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2081] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2082] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnets?id=eb5bedac-878a-4e3c-8cac-05109c7b7fbc => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2083] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2084] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/ports?network_id=12f5693b-84e9-447c-a692-ec09fc63d355&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: 971/2085] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2086] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2087] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2088] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1283 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2089] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2090] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2091] 10.0.0.103 () {32 vars in 858 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/floatingips?floating_network_id=e26a2680-61f9-40f1-acca-609fea5c651f&port_id=bf6f30a5-f217-4711-aab2-079a3df12214 => generated 861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2092] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2093] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:29:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2094] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:29:40 2026] PUT /v2.0/subnetpools/4760b071-cc35-49fe-82ae-2a6304e42184/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2095] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:29:40 2026] PUT /v2.0/subnetpools/ce2bb5ec-bf97-4eed-91f0-24f5b65a770a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2096] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:29:40 2026] PUT /v2.0/subnetpools/a415aa56-7e46-41f8-a4f0-72dcd2868608/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2097] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:29:40 2026] PUT /v2.0/subnetpools/7e547b1e-6090-4b9b-af7e-4d3073e3497c/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2098] 10.0.0.103 () {32 vars in 672 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2099] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2100] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2101] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2102] 10.0.0.103 () {32 vars in 680 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2103] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2104] 10.0.0.103 () {32 vars in 690 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2105] 10.0.0.103 () {32 vars in 702 bytes} [Wed Jun 24 14:29:40 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2106] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:29:41 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1283 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2107] 10.0.0.101 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:41 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2108] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:40 2026] DELETE /v2.0/subnetpools/4760b071-cc35-49fe-82ae-2a6304e42184 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2109] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:29:41 2026] GET /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2110] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:41 2026] DELETE /v2.0/subnetpools/ce2bb5ec-bf97-4eed-91f0-24f5b65a770a => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2111] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:41 2026] DELETE /v2.0/subnetpools/a415aa56-7e46-41f8-a4f0-72dcd2868608 => 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: 986/2112] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:41 2026] DELETE /v2.0/subnetpools/7e547b1e-6090-4b9b-af7e-4d3073e3497c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2113] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:41 2026] DELETE /v2.0/subnetpools/864c0a7b-7bb7-48f1-89b1-b0beb4d77a99 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2114] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:42 2026] GET /v2.0/security-groups?tenant_id=5450d6a0faa3402485cae6c4ddebcc09&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: 1128/2115] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:42 2026] DELETE /v2.0/security-groups/a5a913bb-1a7f-4eb2-85dd-e6b111458572 => 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: 988/2116] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:42 2026] GET /v2.0/security-groups?tenant_id=562c3300c42642f9864e1d671384cd85&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2117] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:42 2026] DELETE /v2.0/security-groups/c7402adc-100d-41c7-acc3-fbe84e2f92f8 => 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: 989/2118] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:43 2026] GET /v2.0/security-groups?tenant_id=827ef0cefbdd452f88120e8f7fc33a1a&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2119] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:43 2026] DELETE /v2.0/security-groups/bfb3100c-b5c9-428e-8b0e-5e459971c45f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2120] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:43 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2121] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:43 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2124] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:44 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2125] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:44 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2126] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:45 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2127] 10.0.0.113 () {34 vars in 1120 bytes} [Wed Jun 24 14:29:45 2026] GET /v2.0/security-groups?id=7b529842-6b5e-4f35-928c-af9f6c303d2b&id=46fe2e95-5980-4549-a7f5-8b0d0ef30271&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2128] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:29:45 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:46.195 8 INFO neutron_taas.services.taas.taas_plugin [req-29afe5a8-7e21-485c-9ed4-91a4f66f96d3 req-be246673-9805-46cf-8240-38c206e74447 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] TaaS: Handle Delete Port: bf6f30a5-f217-4711-aab2-079a3df12214 2026-06-24 14:29:46.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29afe5a8-7e21-485c-9ed4-91a4f66f96d3 req-be246673-9805-46cf-8240-38c206e74447 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Tap Mirror: Handle Delete Port: bf6f30a5-f217-4711-aab2-079a3df12214 2026-06-24 14:29:46.385 8 INFO neutron.db.l3_db [req-29afe5a8-7e21-485c-9ed4-91a4f66f96d3 req-be246673-9805-46cf-8240-38c206e74447 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Floating IP 8461c9ef-874f-4aed-87f5-ad084f29088d disassociated. External IP: 10.96.250.207, port: bf6f30a5-f217-4711-aab2-079a3df12214. [pid: 8|app: 0|req: 994/2129] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:29:46 2026] DELETE /v2.0/ports/bf6f30a5-f217-4711-aab2-079a3df12214 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:46.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6e41f1d-adf8-4dbc-a741-8bdacb5daa16'] response: {'server_uuid': 'fcc40c7d-9811-4451-b6b9-c857d7d17352', 'name': 'network-vif-deleted', 'tag': 'bf6f30a5-f217-4711-aab2-079a3df12214', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/2130] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:47.107 7 INFO neutron.db.segments_db [None req-5d2874be-676c-4a39-88a9-1253c5dd974c 126157e3cc6144c886f06f89040c8806 137ae5e77ab34e1a9bd3fa1696086af2 - - default default] Added segment f95b5873-3c2c-4557-87d9-7e8ebcf901a6 of type vxlan for network 4d797c4e-3845-43eb-9baf-35cd812f3d45 [pid: 7|app: 0|req: 1136/2131] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:46 2026] POST /v2.0/networks => generated 611 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2132] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:47 2026] PUT /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/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: 1137/2133] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2134] 10.0.0.103 () {34 vars in 764 bytes} [Wed Jun 24 14:29:47 2026] PUT /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2135] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/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: 998/2136] 10.0.0.103 () {34 vars in 760 bytes} [Wed Jun 24 14:29:47 2026] PUT /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2137] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/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: 999/2138] 10.0.0.103 () {34 vars in 782 bytes} [Wed Jun 24 14:29:47 2026] PUT /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2139] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2140] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:29:47 2026] PUT /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2141] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2142] 10.0.0.103 () {32 vars in 741 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:47.958 7 INFO neutron.api.v2.resource [None req-5c00d78a-29d4-4a08-bbbc-445210abb496 126157e3cc6144c886f06f89040c8806 137ae5e77ab34e1a9bd3fa1696086af2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2143] 10.0.0.103 () {32 vars in 745 bytes} [Wed Jun 24 14:29:47 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2144] 10.0.0.103 () {32 vars in 744 bytes} [Wed Jun 24 14:29:47 2026] DELETE /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2145] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:48 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:48.133 8 INFO neutron.api.v2.resource [None req-790aad11-9752-48e2-b40b-ec7130d2dee6 126157e3cc6144c886f06f89040c8806 137ae5e77ab34e1a9bd3fa1696086af2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/2146] 10.0.0.103 () {32 vars in 748 bytes} [Wed Jun 24 14:29:48 2026] DELETE /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2147] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:48 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 1144/2148] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:29:48 2026] DELETE /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => 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: 1005/2149] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:29:48 2026] GET /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:29:48.355 7 INFO neutron.services.segments.plugin [-] Segment f95b5873-3c2c-4557-87d9-7e8ebcf901a6 resource provider aggregate not found 2026-06-24 14:29:48.368 7 INFO neutron.services.segments.plugin [-] Segment f95b5873-3c2c-4557-87d9-7e8ebcf901a6 resource provider aggregate not found 2026-06-24 14:29:48.374 7 INFO neutron.services.segments.plugin [-] Segment f95b5873-3c2c-4557-87d9-7e8ebcf901a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95b5873-3c2c-4557-87d9-7e8ebcf901a6 found for delete ", "request_id": "req-531b2947-886d-468a-9ba9-6a5042a7160b"}]} [pid: 7|app: 0|req: 1145/2150] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:48 2026] DELETE /v2.0/networks/4d797c4e-3845-43eb-9baf-35cd812f3d45 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:48.388 7 INFO neutron.services.segments.plugin [-] Segment f95b5873-3c2c-4557-87d9-7e8ebcf901a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95b5873-3c2c-4557-87d9-7e8ebcf901a6 found for delete ", "request_id": "req-37674cfa-d13f-4f4a-9dc3-1f7d42716a32"}]} [pid: 8|app: 0|req: 1006/2151] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:49 2026] GET /v2.0/security-groups?tenant_id=51d3db648187428791f47cd90443f929&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2152] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:49 2026] GET /v2.0/ports?device_id=fcc40c7d-9811-4451-b6b9-c857d7d17352 => 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: 1146/2153] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:49 2026] DELETE /v2.0/security-groups/5413f0bd-71bf-42fe-9f5f-ff983a2f4583 => 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: 1008/2154] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:49 2026] GET /v2.0/security-groups?tenant_id=137ae5e77ab34e1a9bd3fa1696086af2&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: 1147/2155] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:49 2026] DELETE /v2.0/security-groups/3bdcd6e0-77db-4bd8-9cd2-3249ef31fa32 => 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: 1148/2156] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:50 2026] DELETE /v2.0/security-groups/46fe2e95-5980-4549-a7f5-8b0d0ef30271 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:50.551 7 INFO neutron.api.v2.resource [None req-f7e10d8b-719d-408f-b3ae-ffb21b14a007 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2157] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:29:50 2026] GET /v2.0/security-groups/46fe2e95-5980-4549-a7f5-8b0d0ef30271 => 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: 1009/2158] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:29:50 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 1240 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:29:50.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb55b397-19a3-4a39-9f26-8237c3ac4186 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] TaaS: Handle Delete Port: 364ce4e0-9aa6-4b37-bc23-1e531a05f20f 2026-06-24 14:29:50.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb55b397-19a3-4a39-9f26-8237c3ac4186 8068d09fe3c9452a8d5ffe11b64aaffa 3dfe4cc6bbbc452a8500e21a6ee169b5 - - default default] Tap Mirror: Handle Delete Port: 364ce4e0-9aa6-4b37-bc23-1e531a05f20f [pid: 8|app: 0|req: 1010/2159] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:50 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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: 1150/2160] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:29:50 2026] DELETE /v2.0/floatingips/8461c9ef-874f-4aed-87f5-ad084f29088d => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2161] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:50 2026] DELETE /v2.0/security-groups/7b529842-6b5e-4f35-928c-af9f6c303d2b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:51.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-081e2264-38ac-4f5c-b0a0-2cba105e3c66 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 3dff0cb9-3097-4fda-8708-217315fe736e 2026-06-24 14:29:51.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-081e2264-38ac-4f5c-b0a0-2cba105e3c66 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 3dff0cb9-3097-4fda-8708-217315fe736e [pid: 7|app: 0|req: 1151/2162] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:29:51 2026] PUT /v2.0/routers/66752d29-7cc5-475d-bb56-a22b59cf950b/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:29:52.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fd1b685-4abc-4de8-aa63-66e98c559dd2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: fc47e400-a086-453e-a419-bdece93f14a9 2026-06-24 14:29:52.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fd1b685-4abc-4de8-aa63-66e98c559dd2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: fc47e400-a086-453e-a419-bdece93f14a9 2026-06-24 14:29:52.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fd1b685-4abc-4de8-aa63-66e98c559dd2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: aa4fb170-68c6-43bb-9e8b-59feecaef309 2026-06-24 14:29:52.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fd1b685-4abc-4de8-aa63-66e98c559dd2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: aa4fb170-68c6-43bb-9e8b-59feecaef309 2026-06-24 14:29:52.683 8 INFO neutron.services.segments.plugin [-] Segment 3206945d-33c8-4355-aeff-ba86b77bcbd2 resource provider aggregate not found 2026-06-24 14:29:52.692 8 INFO neutron.services.segments.plugin [-] Segment 3206945d-33c8-4355-aeff-ba86b77bcbd2 resource provider aggregate not found 2026-06-24 14:29:52.702 8 INFO neutron.services.segments.plugin [-] Segment 3206945d-33c8-4355-aeff-ba86b77bcbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3206945d-33c8-4355-aeff-ba86b77bcbd2 found for delete ", "request_id": "req-61576499-d4f2-4ef5-8300-9c5304b8034d"}]} 2026-06-24 14:29:52.712 8 INFO neutron.services.segments.plugin [-] Segment 3206945d-33c8-4355-aeff-ba86b77bcbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3206945d-33c8-4355-aeff-ba86b77bcbd2 found for delete ", "request_id": "req-ec3c292c-1ece-42b5-94d4-7bb7c96e1d10"}]} 2026-06-24 14:29:52.716 8 INFO neutron.db.l3_hamode_db [None req-2fd1b685-4abc-4de8-aa63-66e98c559dd2 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network b80af1db-a545-4de7-b1cf-d4a1054794df was deleted as no HA routers are present in tenant 3dfe4cc6bbbc452a8500e21a6ee169b5. [pid: 8|app: 0|req: 1012/2163] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:51 2026] DELETE /v2.0/routers/66752d29-7cc5-475d-bb56-a22b59cf950b => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2164] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:52 2026] DELETE /v2.0/subnets/60db116f-d721-4c57-b9ba-86346ad488f3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:52.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-3eb75668-4e7a-4020-8c27-b9788e4135fe 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 68c126b9-7f0c-4f8c-ab3a-c58984511e32 2026-06-24 14:29:52.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb75668-4e7a-4020-8c27-b9788e4135fe 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 68c126b9-7f0c-4f8c-ab3a-c58984511e32 2026-06-24 14:29:52.996 7 INFO neutron.db.segments_db [None req-eb933556-f377-4093-bb18-d410543e19e9 d12a92aee5314b9e8fb6bfc2b6936c5f de96d78dc37c41619a06f0c3021a3025 - - default default] Added segment f13ac896-914f-466d-ac07-4158593aa7d8 of type vxlan for network fd9603b8-3f0c-4e39-95d3-627703cbb361 [pid: 7|app: 0|req: 1152/2165] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:29:52 2026] POST /v2.0/networks => generated 612 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2166] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:52 2026] DELETE /v2.0/networks/fdcc9d26-59e2-40f6-ac5a-e148cc3b4993 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2167] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:29:53 2026] POST /v2.0/ports => generated 743 bytes in 295 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: 1154/2168] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1155/2169] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:53 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 25 bytes in 39 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-06-24 14:29:53.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-5be715db-0f90-4904-baba-c08adfc1fcd9 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 84171732-47bb-427a-b8b1-3b9dad976765 2026-06-24 14:29:53.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5be715db-0f90-4904-baba-c08adfc1fcd9 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 84171732-47bb-427a-b8b1-3b9dad976765 [pid: 7|app: 0|req: 1156/2170] 10.0.0.103 () {34 vars in 758 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/green => 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: 7|app: 0|req: 1157/2171] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:53 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 34 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: 1158/2172] 10.0.0.103 () {34 vars in 754 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2173] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:53 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1160/2174] 10.0.0.103 () {34 vars in 776 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1161/2175] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:53 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 52 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: 1015/2176] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/routers/9ec080f4-18ec-48d4-9e54-e4c39d3f6d01/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2177] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:29:53 2026] PUT /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1163/2178] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:54 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1164/2179] 10.0.0.103 () {32 vars in 735 bytes} [Wed Jun 24 14:29:54 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/red => generated 0 bytes in 43 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-06-24 14:29:54.159 7 INFO neutron.api.v2.resource [None req-def533c0-15eb-4eff-81c7-46c81d8398e0 d12a92aee5314b9e8fb6bfc2b6936c5f de96d78dc37c41619a06f0c3021a3025 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2180] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:29:54 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:29:54.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-90ea7c43-024f-4d98-ae82-697eaa7dd357 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 46c8a307-3138-4e3e-8bf9-016a9c3991c7 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-24 14:29:54.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ea7c43-024f-4d98-ae82-697eaa7dd357 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 46c8a307-3138-4e3e-8bf9-016a9c3991c7 [pid: 7|app: 0|req: 1166/2181] 10.0.0.103 () {32 vars in 738 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1167/2182] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:54 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:29:54.326 7 INFO neutron.api.v2.resource [None req-9822f0d2-04cc-4605-a87c-8084604ea51d d12a92aee5314b9e8fb6bfc2b6936c5f de96d78dc37c41619a06f0c3021a3025 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2183] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1169/2184] 10.0.0.103 () {32 vars in 730 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 0 bytes in 60 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-06-24 14:29:54.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-90ea7c43-024f-4d98-ae82-697eaa7dd357 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 68de5a03-9ec0-4188-bbcb-c9e468456838 2026-06-24 14:29:54.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ea7c43-024f-4d98-ae82-697eaa7dd357 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 68de5a03-9ec0-4188-bbcb-c9e468456838 [pid: 7|app: 0|req: 1170/2185] 10.0.0.103 () {32 vars in 727 bytes} [Wed Jun 24 14:29:54 2026] GET /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:29:54.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3a8f5f7-2de7-4375-9ef4-209a17822fdf d12a92aee5314b9e8fb6bfc2b6936c5f de96d78dc37c41619a06f0c3021a3025 - - default default] TaaS: Handle Delete Port: 0997af2d-d4d3-47c9-9c70-4f8775ec490f 2026-06-24 14:29:54.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a8f5f7-2de7-4375-9ef4-209a17822fdf d12a92aee5314b9e8fb6bfc2b6936c5f de96d78dc37c41619a06f0c3021a3025 - - default default] Tap Mirror: Handle Delete Port: 0997af2d-d4d3-47c9-9c70-4f8775ec490f [pid: 7|app: 0|req: 1171/2186] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/ports/0997af2d-d4d3-47c9-9c70-4f8775ec490f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:54.731 8 INFO neutron.services.segments.plugin [-] Segment 394928e4-60b3-45c6-a77f-a92fd2da4c05 resource provider aggregate not found 2026-06-24 14:29:54.744 8 INFO neutron.services.segments.plugin [-] Segment 394928e4-60b3-45c6-a77f-a92fd2da4c05 resource provider aggregate not found 2026-06-24 14:29:54.760 7 INFO neutron.services.segments.plugin [-] Segment f13ac896-914f-466d-ac07-4158593aa7d8 resource provider aggregate not found 2026-06-24 14:29:54.766 7 INFO neutron.services.segments.plugin [-] Segment f13ac896-914f-466d-ac07-4158593aa7d8 resource provider aggregate not found 2026-06-24 14:29:54.771 8 INFO neutron.services.segments.plugin [-] Segment 394928e4-60b3-45c6-a77f-a92fd2da4c05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394928e4-60b3-45c6-a77f-a92fd2da4c05 found for delete ", "request_id": "req-9d4cdefa-ef06-4b1f-be75-15861db0f0ae"}]} 2026-06-24 14:29:54.774 8 INFO neutron.services.segments.plugin [-] Segment 394928e4-60b3-45c6-a77f-a92fd2da4c05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394928e4-60b3-45c6-a77f-a92fd2da4c05 found for delete ", "request_id": "req-20b8c413-ad66-424e-82f6-dbffe05d61f0"}]} 2026-06-24 14:29:54.783 7 INFO neutron.services.segments.plugin [-] Segment f13ac896-914f-466d-ac07-4158593aa7d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f13ac896-914f-466d-ac07-4158593aa7d8 found for delete ", "request_id": "req-0e0be162-4846-44c6-9c13-1c0cc3b9b8ee"}]} 2026-06-24 14:29:54.785 7 INFO neutron.services.segments.plugin [-] Segment f13ac896-914f-466d-ac07-4158593aa7d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f13ac896-914f-466d-ac07-4158593aa7d8 found for delete ", "request_id": "req-aa5b0d27-cef8-42f5-91d4-54aa536c1244"}]} [pid: 7|app: 0|req: 1172/2187] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/networks/fd9603b8-3f0c-4e39-95d3-627703cbb361 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:54.867 8 INFO neutron.db.l3_hamode_db [None req-90ea7c43-024f-4d98-ae82-697eaa7dd357 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] HA network b2f2e0eb-ca91-4fd2-85aa-bc6d579ee8e7 was deleted as no HA routers are present in tenant d89c19adbc2a47c29dd0cb674095cefc. [pid: 8|app: 0|req: 1016/2188] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:53 2026] DELETE /v2.0/routers/9ec080f4-18ec-48d4-9e54-e4c39d3f6d01 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2189] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:29:54 2026] DELETE /v2.0/subnets/3dad8264-8948-4a30-b31c-4c5f4d0c9c5a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:29:55.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-15d202e9-3b7b-495b-98d2-10a47050e301 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 889191d8-7fb2-47d6-b9fd-12f10b3b876b 2026-06-24 14:29:55.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15d202e9-3b7b-495b-98d2-10a47050e301 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 889191d8-7fb2-47d6-b9fd-12f10b3b876b [pid: 8|app: 0|req: 1017/2190] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:29:55 2026] DELETE /v2.0/networks/5bfff7a4-a37e-43bb-af60-597b9aadadfb => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2191] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:55 2026] GET /v2.0/security-groups?tenant_id=3dfe4cc6bbbc452a8500e21a6ee169b5&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2192] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:55 2026] GET /v2.0/security-groups?tenant_id=a2560d6894894718a1002f77adbd39d0&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: 1019/2193] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:55 2026] DELETE /v2.0/security-groups/9955577b-3ca4-4b77-936a-ced30431b62c => 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: 1175/2194] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:55 2026] DELETE /v2.0/security-groups/f879084c-9e6e-46ab-8cda-5ed7b57789c4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2195] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:55 2026] GET /v2.0/security-groups?tenant_id=d89c19adbc2a47c29dd0cb674095cefc&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2196] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:29:55 2026] GET /v2.0/security-groups?tenant_id=de96d78dc37c41619a06f0c3021a3025&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: 1176/2197] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:55 2026] DELETE /v2.0/security-groups/a4c98bbe-118a-4418-8584-8476b0ec3904 => 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: 1022/2198] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:29:55 2026] DELETE /v2.0/security-groups/1bcf2d15-b042-4981-8c1c-09d79f50e228 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:29:56.802 8 INFO neutron.services.segments.plugin [-] Segment 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 resource provider aggregate not found 2026-06-24 14:29:56.803 8 INFO neutron.services.segments.plugin [-] Segment 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 resource provider aggregate not found 2026-06-24 14:29:56.821 8 INFO neutron.services.segments.plugin [-] Segment 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 found for delete ", "request_id": "req-6bead6da-bb02-4987-9346-26004c3f6c57"}]} 2026-06-24 14:29:56.826 8 INFO neutron.services.segments.plugin [-] Segment 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9be6ee85-b4c6-4b7e-8545-ca25b32b6720 found for delete ", "request_id": "req-a2f47c1d-42d5-4326-940e-75166bed91cd"}]} 2026-06-24 14:29:56.835 8 INFO neutron.services.segments.plugin [-] Segment bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d resource provider aggregate not found 2026-06-24 14:29:56.847 8 INFO neutron.services.segments.plugin [-] Segment bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d found for delete ", "request_id": "req-9bac0080-f713-42e8-ac83-dc1868a0c96c"}]} 2026-06-24 14:29:56.854 8 INFO neutron.services.segments.plugin [-] Segment bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d resource provider aggregate not found 2026-06-24 14:29:56.873 8 INFO neutron.services.segments.plugin [-] Segment bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4bb5ff-4d96-49ac-abc2-8c58c6f0a72d found for delete ", "request_id": "req-510f4074-243a-413e-8a58-77a89ffd794e"}]} 2026-06-24 14:29:59.297 7 INFO neutron.db.segments_db [None req-51d0ac69-0401-42aa-bcc9-795cade36b3c 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] Added segment cef28497-6cd2-4da2-8f1f-3246916cf63b of type vxlan for network 69461b57-62c5-48c4-a083-ad6020f7c96a [pid: 8|app: 0|req: 1023/2199] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:29:59 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2200] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:29:59 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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-06-24 14:29:59.557 7 INFO neutron.db.l3_hamode_db [None req-51d0ac69-0401-42aa-bcc9-795cade36b3c 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:29:59.698 7 INFO neutron.db.l3_hamode_db [None req-51d0ac69-0401-42aa-bcc9-795cade36b3c 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1177/2203] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:29:59 2026] POST /v2.0/routers => generated 474 bytes in 1186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:00.362 8 INFO neutron.db.segments_db [None req-0354bf1a-fa81-4222-a863-f601d5b81840 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Added segment 5b91bd39-44af-4c76-a345-d98451804260 of type vxlan for network 92de840b-4831-4f67-ac92-0903954a84b7 [pid: 7|app: 0|req: 1178/2204] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:00 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2205] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:00 2026] POST /v2.0/networks => generated 612 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2206] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:00 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2207] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:00 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2208] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:00 2026] POST /v2.0/ports => generated 743 bytes in 297 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: 1181/2209] 10.0.0.103 () {34 vars in 762 bytes} [Wed Jun 24 14:30:00 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/green => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2210] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:30:00 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:30:00.822 7 INFO neutron.db.segments_db [None req-c152b30f-8ecd-4c13-bd25-2db84f073b09 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Added segment 636a0a13-380d-4c52-9016-223968805024 of type vxlan for network 9155e5ae-1585-49e7-aef9-34ab0a73812e [pid: 8|app: 0|req: 1030/2211] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:00 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2212] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:00 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2213] 10.0.0.103 () {34 vars in 758 bytes} [Wed Jun 24 14:30:00 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/red => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2214] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2215] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:00 2026] POST /v2.0/ports => generated 743 bytes in 312 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: 1033/2216] 10.0.0.103 () {34 vars in 780 bytes} [Wed Jun 24 14:30:01 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/black.or.white => generated 4 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-24 14:30:01.304 7 INFO neutron.db.segments_db [None req-36daefb3-78f5-40b9-ab98-d09a593d56fa 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Added segment b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 of type vxlan for network 5a48d134-1544-4d81-89fd-c60a8a75d4d6 [pid: 8|app: 0|req: 1034/2217] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2218] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:01 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2219] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:01 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2220] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2221] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/red => 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: 1185/2222] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:01 2026] POST /v2.0/ports => generated 743 bytes in 323 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-06-24 14:30:01.774 7 INFO neutron.db.segments_db [None req-e345b0d7-c862-44e9-b4dd-f30ef80ad303 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Added segment f984dd6d-b1a1-4622-adcd-6e510f535bcb of type vxlan for network d3e71204-392a-46dd-a3e3-eb47cb7a247e 2026-06-24 14:30:01.791 8 INFO neutron.api.v2.resource [None req-2e32d6c6-6e42-45ae-b00b-9039ffd9dcb6 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2223] 10.0.0.103 () {32 vars in 743 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2224] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:01 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2225] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2226] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:30:01 2026] DELETE /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/red => 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: 1188/2227] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:01 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:30:02.000 7 INFO neutron_taas.services.taas.taas_plugin [req-53420ea3-8b8c-4b29-844b-88cb606c2465 req-4bee4cd0-5e75-4fbb-a550-e88f2cc3f63e 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: 8fd77e1a-67b9-47a7-aee7-77e456c54ebf 2026-06-24 14:30:02.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-53420ea3-8b8c-4b29-844b-88cb606c2465 req-4bee4cd0-5e75-4fbb-a550-e88f2cc3f63e 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: 8fd77e1a-67b9-47a7-aee7-77e456c54ebf 2026-06-24 14:30:02.126 7 INFO neutron.db.l3_db [req-53420ea3-8b8c-4b29-844b-88cb606c2465 req-4bee4cd0-5e75-4fbb-a550-e88f2cc3f63e 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Floating IP 204da7af-f267-41af-aa4b-a857da40d8ee disassociated. External IP: 10.96.250.218, port: 8fd77e1a-67b9-47a7-aee7-77e456c54ebf. [pid: 8|app: 0|req: 1040/2228] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:01 2026] POST /v2.0/ports => generated 743 bytes in 263 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: 1041/2229] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:02 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 30 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2230] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:30:02 2026] GET /v2.0/security-groups?id=5b14daf3-3db4-4ab9-8045-22d106fc0a6b&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-06-24 14:30:02.338 8 INFO neutron.db.segments_db [None req-4ad77a39-4ac4-43d0-9454-26ffa997a3ae 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Added segment 4a50751b-a554-4345-97ce-5b8149af9c90 of type vxlan for network 4d0a0c5c-9b57-44aa-ba05-fd69213fb137 [pid: 8|app: 0|req: 1043/2231] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:02 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2232] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:30:01 2026] DELETE /v2.0/ports/8fd77e1a-67b9-47a7-aee7-77e456c54ebf => generated 0 bytes in 560 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:02.494 8 INFO neutron.api.v2.resource [None req-aee1050f-d9dc-472f-90e8-eaaf94c79712 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2233] 10.0.0.103 () {32 vars in 746 bytes} [Wed Jun 24 14:30:02 2026] DELETE /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:30:02.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5e403f4-8277-410f-bf35-2bccd7294c7d'] response: {'server_uuid': 'bde40613-a0d4-4c5a-a155-f132f49d0180', 'name': 'network-vif-deleted', 'tag': '8fd77e1a-67b9-47a7-aee7-77e456c54ebf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1045/2234] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:30:02 2026] DELETE /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2235] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:02 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f/tags => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2236] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:02 2026] GET /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f => generated 480 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2237] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:02 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1191/2238] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:30:02 2026] PUT /v2.0/ports/4648224c-0a2d-47a6-a7f7-5470dd48e580/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1192/2239] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:30:02 2026] PUT /v2.0/ports/c30c8b30-1acc-40ab-ae19-9f1afe7115fe/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1193/2240] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:30:02 2026] PUT /v2.0/ports/95e7cf07-8c2a-4046-8ced-70ef97f61af7/tags => generated 34 bytes in 58 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: 1194/2241] 10.0.0.103 () {34 vars in 747 bytes} [Wed Jun 24 14:30:02 2026] PUT /v2.0/ports/0b2fba46-2438-4b64-83d4-ca35725e7ded/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2242] 10.0.0.103 () {32 vars in 660 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2243] 10.0.0.103 () {32 vars in 674 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2244] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:02 2026] PUT /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f => generated 480 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2245] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?device_id=4a872412-9435-482c-9543-051973fdc45f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2246] 10.0.0.103 () {32 vars in 670 bytes} [Wed Jun 24 14:30:03 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: 7|app: 0|req: 1198/2247] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:30:03 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) 2026-06-24 14:30:03.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b888531-1022-4008-92ce-4938b51efbfa 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] TaaS: Handle Delete Port: e022bbcd-3a98-4716-b9bd-64066ca094bf 2026-06-24 14:30:03.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b888531-1022-4008-92ce-4938b51efbfa 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] Tap Mirror: Handle Delete Port: e022bbcd-3a98-4716-b9bd-64066ca094bf [pid: 7|app: 0|req: 1199/2248] 10.0.0.103 () {32 vars in 668 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2249] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2250] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2251] 10.0.0.103 () {32 vars in 678 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2252] 10.0.0.103 () {32 vars in 690 bytes} [Wed Jun 24 14:30:03 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:03.706 8 INFO neutron.services.segments.plugin [-] Segment cef28497-6cd2-4da2-8f1f-3246916cf63b resource provider aggregate not found 2026-06-24 14:30:03.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d79a440-db96-4868-9895-8c6c6ce02827 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] TaaS: Handle Delete Port: 4648224c-0a2d-47a6-a7f7-5470dd48e580 2026-06-24 14:30:03.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d79a440-db96-4868-9895-8c6c6ce02827 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Tap Mirror: Handle Delete Port: 4648224c-0a2d-47a6-a7f7-5470dd48e580 2026-06-24 14:30:03.713 8 INFO neutron.services.segments.plugin [-] Segment cef28497-6cd2-4da2-8f1f-3246916cf63b resource provider aggregate not found 2026-06-24 14:30:03.719 8 INFO neutron.services.segments.plugin [-] Segment cef28497-6cd2-4da2-8f1f-3246916cf63b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef28497-6cd2-4da2-8f1f-3246916cf63b found for delete ", "request_id": "req-6e85ba1d-8c88-41ae-8a19-c5578979444a"}]} 2026-06-24 14:30:03.725 8 INFO neutron.services.segments.plugin [-] Segment cef28497-6cd2-4da2-8f1f-3246916cf63b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef28497-6cd2-4da2-8f1f-3246916cf63b found for delete ", "request_id": "req-52da2433-5885-4b9d-8627-a5e2ae6ea197"}]} 2026-06-24 14:30:03.731 8 INFO neutron.db.l3_hamode_db [None req-6b888531-1022-4008-92ce-4938b51efbfa 396a786131694386a1a3fc1f28a041f8 36f8174313294fbeb91e77f6b8349da7 - - default default] HA network 69461b57-62c5-48c4-a083-ad6020f7c96a was deleted as no HA routers are present in tenant 36f8174313294fbeb91e77f6b8349da7. [pid: 8|app: 0|req: 1050/2253] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:03 2026] DELETE /v2.0/routers/4a872412-9435-482c-9543-051973fdc45f => generated 0 bytes in 478 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2254] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:03 2026] DELETE /v2.0/ports/4648224c-0a2d-47a6-a7f7-5470dd48e580 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:03.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-51206623-f672-44af-a37c-1f6f673d7531 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] TaaS: Handle Delete Port: c30c8b30-1acc-40ab-ae19-9f1afe7115fe 2026-06-24 14:30:03.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51206623-f672-44af-a37c-1f6f673d7531 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Tap Mirror: Handle Delete Port: c30c8b30-1acc-40ab-ae19-9f1afe7115fe [pid: 8|app: 0|req: 1051/2255] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:03 2026] DELETE /v2.0/ports/c30c8b30-1acc-40ab-ae19-9f1afe7115fe => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:04.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-92c70439-ac32-49c8-a018-fa9423710b23 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] TaaS: Handle Delete Port: 95e7cf07-8c2a-4046-8ced-70ef97f61af7 2026-06-24 14:30:04.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c70439-ac32-49c8-a018-fa9423710b23 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Tap Mirror: Handle Delete Port: 95e7cf07-8c2a-4046-8ced-70ef97f61af7 [pid: 7|app: 0|req: 1205/2256] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:03 2026] DELETE /v2.0/ports/95e7cf07-8c2a-4046-8ced-70ef97f61af7 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:04.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b3893ef-78c2-4d43-a66b-d3a8f6e5a1c3 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] TaaS: Handle Delete Port: 0b2fba46-2438-4b64-83d4-ca35725e7ded 2026-06-24 14:30:04.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b3893ef-78c2-4d43-a66b-d3a8f6e5a1c3 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Tap Mirror: Handle Delete Port: 0b2fba46-2438-4b64-83d4-ca35725e7ded [pid: 8|app: 0|req: 1052/2257] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/ports/0b2fba46-2438-4b64-83d4-ca35725e7ded => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:04.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba046911-6f34-47bf-a35c-d9e310bb2496 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] TaaS: Handle Delete Port: 2bbe1d1d-1b9f-4920-bfc7-d2d6c18c46e2 2026-06-24 14:30:04.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba046911-6f34-47bf-a35c-d9e310bb2496 4c56b5fd9d1e47efb2a570cc8535f15a 234c843bb2f647fdb0480e70202545c4 - - default default] Tap Mirror: Handle Delete Port: 2bbe1d1d-1b9f-4920-bfc7-d2d6c18c46e2 [pid: 7|app: 0|req: 1206/2258] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/ports/2bbe1d1d-1b9f-4920-bfc7-d2d6c18c46e2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2259] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:04 2026] GET /v2.0/security-groups?tenant_id=812744eb27ca48a8b3171cbc1d281457&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2260] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:04 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:04.551 7 INFO neutron.services.segments.plugin [-] Segment 5b91bd39-44af-4c76-a345-d98451804260 resource provider aggregate not found 2026-06-24 14:30:04.557 7 INFO neutron.services.segments.plugin [-] Segment 5b91bd39-44af-4c76-a345-d98451804260 resource provider aggregate not found 2026-06-24 14:30:04.579 7 INFO neutron.services.segments.plugin [-] Segment 5b91bd39-44af-4c76-a345-d98451804260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b91bd39-44af-4c76-a345-d98451804260 found for delete ", "request_id": "req-d79a6b02-764d-4a61-bb8e-8abefb828adb"}]} 2026-06-24 14:30:04.580 7 INFO neutron.services.segments.plugin [-] Segment 5b91bd39-44af-4c76-a345-d98451804260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b91bd39-44af-4c76-a345-d98451804260 found for delete ", "request_id": "req-d741f35b-8770-47a5-9e4e-200db35fbd54"}]} [pid: 7|app: 0|req: 1207/2261] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/networks/92de840b-4831-4f67-ac92-0903954a84b7 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2262] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/security-groups/e572a287-c3b8-454b-a3c0-275f45bad22e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2263] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/networks/9155e5ae-1585-49e7-aef9-34ab0a73812e => 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: 1056/2264] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/networks/5a48d134-1544-4d81-89fd-c60a8a75d4d6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2265] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:04 2026] GET /v2.0/security-groups?tenant_id=36f8174313294fbeb91e77f6b8349da7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2266] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/security-groups/72954f93-84c1-4b11-943b-5cd221536af0 => 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: 1057/2267] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/networks/d3e71204-392a-46dd-a3e3-eb47cb7a247e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2268] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:04 2026] DELETE /v2.0/networks/4d0a0c5c-9b57-44aa-ba05-fd69213fb137 => 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: 1058/2269] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:05 2026] GET /v2.0/ports?device_id=bde40613-a0d4-4c5a-a155-f132f49d0180 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:05.738 8 INFO neutron.services.segments.plugin [-] Segment b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 resource provider aggregate not found 2026-06-24 14:30:05.743 8 INFO neutron.services.segments.plugin [-] Segment b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 resource provider aggregate not found 2026-06-24 14:30:05.760 8 INFO neutron.services.segments.plugin [-] Segment b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 found for delete ", "request_id": "req-e89b399a-1b4e-4606-935a-36b44b33ac0e"}]} 2026-06-24 14:30:05.763 8 INFO neutron.services.segments.plugin [-] Segment b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4aa83a4-3a71-4d46-83b4-bdb467a68ea2 found for delete ", "request_id": "req-43c82ad7-aa24-4637-8ea9-92b5b712decb"}]} 2026-06-24 14:30:05.783 8 INFO neutron.services.segments.plugin [-] Segment f984dd6d-b1a1-4622-adcd-6e510f535bcb resource provider aggregate not found 2026-06-24 14:30:05.788 8 INFO neutron.services.segments.plugin [-] Segment f984dd6d-b1a1-4622-adcd-6e510f535bcb resource provider aggregate not found 2026-06-24 14:30:05.800 8 INFO neutron.services.segments.plugin [-] Segment f984dd6d-b1a1-4622-adcd-6e510f535bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f984dd6d-b1a1-4622-adcd-6e510f535bcb found for delete ", "request_id": "req-102ffa29-8f19-4a62-912f-2e225f6f9d59"}]} 2026-06-24 14:30:05.803 8 INFO neutron.services.segments.plugin [-] Segment f984dd6d-b1a1-4622-adcd-6e510f535bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f984dd6d-b1a1-4622-adcd-6e510f535bcb found for delete ", "request_id": "req-dc641136-b03d-4a7a-9f38-d6d9df0fc10e"}]} [pid: 7|app: 0|req: 1212/2270] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:05 2026] GET /v2.0/security-groups?tenant_id=234c843bb2f647fdb0480e70202545c4&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2271] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:06 2026] DELETE /v2.0/security-groups/61d2b6d0-338b-4671-968b-32cfaead75b5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2272] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:06 2026] GET /v2.0/security-groups?tenant_id=4923085181ff482986cf6c78c44e9bee&name=default => generated 2927 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2273] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:06 2026] DELETE /v2.0/security-groups/881bbe1f-e9b9-4a9a-accd-c5847cf2d3db => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:06.598 7 INFO neutron.services.segments.plugin [-] Segment 636a0a13-380d-4c52-9016-223968805024 resource provider aggregate not found 2026-06-24 14:30:06.606 7 INFO neutron.services.segments.plugin [-] Segment 636a0a13-380d-4c52-9016-223968805024 resource provider aggregate not found 2026-06-24 14:30:06.613 7 INFO neutron.services.segments.plugin [-] Segment 636a0a13-380d-4c52-9016-223968805024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636a0a13-380d-4c52-9016-223968805024 found for delete ", "request_id": "req-db731068-780c-4cf5-9c8d-b974f3e8e732"}]} 2026-06-24 14:30:06.629 7 INFO neutron.services.segments.plugin [-] Segment 4a50751b-a554-4345-97ce-5b8149af9c90 resource provider aggregate not found 2026-06-24 14:30:06.630 7 INFO neutron.services.segments.plugin [-] Segment 636a0a13-380d-4c52-9016-223968805024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636a0a13-380d-4c52-9016-223968805024 found for delete ", "request_id": "req-17f4c1e2-544b-4cce-a7d3-faab4089b1cf"}]} 2026-06-24 14:30:06.650 7 INFO neutron.services.segments.plugin [-] Segment 4a50751b-a554-4345-97ce-5b8149af9c90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a50751b-a554-4345-97ce-5b8149af9c90 found for delete ", "request_id": "req-7923d6fa-e9cf-4a79-9bec-49672a23c009"}]} 2026-06-24 14:30:06.651 7 INFO neutron.services.segments.plugin [-] Segment 4a50751b-a554-4345-97ce-5b8149af9c90 resource provider aggregate not found 2026-06-24 14:30:06.663 7 INFO neutron.services.segments.plugin [-] Segment 4a50751b-a554-4345-97ce-5b8149af9c90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a50751b-a554-4345-97ce-5b8149af9c90 found for delete ", "request_id": "req-8ffd159c-af33-4797-8017-f5e0a5ebf4f2"}]} [pid: 7|app: 0|req: 1214/2274] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:06 2026] GET /v2.0/security-groups?tenant_id=0a54ef43d0c54e4d9e68069d1373ad1d&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: 1061/2275] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:06 2026] DELETE /v2.0/security-groups/5b14daf3-3db4-4ab9-8045-22d106fc0a6b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2276] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:06 2026] DELETE /v2.0/security-groups/fe25ed90-65e0-4a36-ae9e-9e0cbf5d3f97 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:06.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-8481563c-4560-43d9-9eb5-ac0e63a46474 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: 721fb54e-bb68-4733-a7d8-d5361282557b 2026-06-24 14:30:06.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8481563c-4560-43d9-9eb5-ac0e63a46474 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: 721fb54e-bb68-4733-a7d8-d5361282557b [pid: 8|app: 0|req: 1062/2277] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:30:06 2026] DELETE /v2.0/floatingips/204da7af-f267-41af-aa4b-a857da40d8ee => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2278] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:07 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2279] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:30:07 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2280] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:08 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2281] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:30:08 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:30:08.716 7 INFO neutron.db.segments_db [None req-3a3af901-302a-44fd-a420-19fb6fc862f8 4d8de13309a94c2e91d7b46ec3f38314 88ce8d88eb0842b990de5400d914ae07 - - default default] Added segment 59d35812-13d9-4db5-802d-4063a3f52f9d of type vxlan for network 1996f83f-8613-48ce-82cf-81b26d8720b4 [pid: 7|app: 0|req: 1217/2282] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:08 2026] POST /v2.0/networks => generated 613 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2283] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:08 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2284] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:09 2026] PUT /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2285] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/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: 1219/2286] 10.0.0.103 () {34 vars in 762 bytes} [Wed Jun 24 14:30:09 2026] PUT /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2287] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2288] 10.0.0.103 () {34 vars in 758 bytes} [Wed Jun 24 14:30:09 2026] PUT /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2289] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2290] 10.0.0.103 () {34 vars in 780 bytes} [Wed Jun 24 14:30:09 2026] PUT /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2291] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2292] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:09 2026] PUT /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2293] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/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: 1223/2294] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2295] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:30:09.692 8 INFO neutron.api.v2.resource [None req-b3c34718-dd8f-457a-a45d-6294e6a54473 4d8de13309a94c2e91d7b46ec3f38314 88ce8d88eb0842b990de5400d914ae07 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1073/2296] 10.0.0.103 () {32 vars in 743 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2297] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2298] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/security-groups?id=269e8400-7ef1-4bab-85c2-f584a2940b99&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2299] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:30:09 2026] DELETE /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2300] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:09.813 7 INFO neutron_taas.services.taas.taas_plugin [req-5ac373bf-f096-4955-a0a1-cb95b608b715 req-c4ddaddd-3b0b-4920-9c0c-a04ba3a44a79 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: 972c5e7d-3a92-4250-90cd-3e5e309eb42a 2026-06-24 14:30:09.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ac373bf-f096-4955-a0a1-cb95b608b715 req-c4ddaddd-3b0b-4920-9c0c-a04ba3a44a79 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: 972c5e7d-3a92-4250-90cd-3e5e309eb42a 2026-06-24 14:30:09.844 8 INFO neutron.api.v2.resource [None req-50228f3c-e5d0-49db-a184-a4368f495cab 4d8de13309a94c2e91d7b46ec3f38314 88ce8d88eb0842b990de5400d914ae07 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2301] 10.0.0.103 () {32 vars in 746 bytes} [Wed Jun 24 14:30:09 2026] DELETE /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2302] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:30:09 2026] DELETE /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2303] 10.0.0.103 () {32 vars in 731 bytes} [Wed Jun 24 14:30:09 2026] GET /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8/tags => 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: 1225/2304] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:30:09 2026] DELETE /v2.0/ports/972c5e7d-3a92-4250-90cd-3e5e309eb42a => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2305] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:09 2026] DELETE /v2.0/subnets/a09ad5de-8420-4c69-abad-dcf6224850c8 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:10.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-30857931-2c6b-4737-9fee-2ae76d8cbcdb 4d8de13309a94c2e91d7b46ec3f38314 88ce8d88eb0842b990de5400d914ae07 - - default default] TaaS: Handle Delete Port: 92c78c12-ec1b-4c9c-a6fa-d7a6682ce04e 2026-06-24 14:30:10.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30857931-2c6b-4737-9fee-2ae76d8cbcdb 4d8de13309a94c2e91d7b46ec3f38314 88ce8d88eb0842b990de5400d914ae07 - - default default] Tap Mirror: Handle Delete Port: 92c78c12-ec1b-4c9c-a6fa-d7a6682ce04e 2026-06-24 14:30:10.186 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c866b6c7-aa0c-4bb9-af10-42fcc7210a73'] response: {'server_uuid': '264e3e0f-82ee-49db-9452-14e13d95a896', 'name': 'network-vif-deleted', 'tag': '972c5e7d-3a92-4250-90cd-3e5e309eb42a', 'status': 'completed', 'code': 200} 2026-06-24 14:30:10.337 7 INFO neutron.services.segments.plugin [-] Segment 59d35812-13d9-4db5-802d-4063a3f52f9d resource provider aggregate not found 2026-06-24 14:30:10.340 7 INFO neutron.services.segments.plugin [-] Segment 59d35812-13d9-4db5-802d-4063a3f52f9d resource provider aggregate not found 2026-06-24 14:30:10.368 7 INFO neutron.services.segments.plugin [-] Segment 59d35812-13d9-4db5-802d-4063a3f52f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d35812-13d9-4db5-802d-4063a3f52f9d found for delete ", "request_id": "req-0059295e-6c4b-445d-83b0-51860f22e540"}]} 2026-06-24 14:30:10.371 7 INFO neutron.services.segments.plugin [-] Segment 59d35812-13d9-4db5-802d-4063a3f52f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d35812-13d9-4db5-802d-4063a3f52f9d found for delete ", "request_id": "req-8a46730e-5131-4bf2-96de-2f7956414f8c"}]} [pid: 7|app: 0|req: 1226/2306] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:10 2026] DELETE /v2.0/networks/1996f83f-8613-48ce-82cf-81b26d8720b4 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2307] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:10 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:11.223 8 INFO neutron.db.segments_db [None req-a6d14526-107c-449c-94b8-5c40388bc0fe ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Added segment f5894df4-c25f-4ed9-8be6-ea34de6cdacd of type vxlan for network 745ead4f-667e-41e1-bd7f-05b72e899b16 [pid: 7|app: 0|req: 1227/2308] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:11 2026] GET /v2.0/security-groups?tenant_id=829d8a2f9eea4e2fb0ea9b743202cc0d&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2309] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:11 2026] DELETE /v2.0/security-groups/ecc3e5bb-4cfc-4040-8a6b-2857f905c88f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:11.442 8 INFO neutron.db.l3_hamode_db [None req-a6d14526-107c-449c-94b8-5c40388bc0fe ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:30:11.561 8 INFO neutron.db.l3_hamode_db [None req-a6d14526-107c-449c-94b8-5c40388bc0fe ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1229/2310] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:11 2026] GET /v2.0/security-groups?tenant_id=88ce8d88eb0842b990de5400d914ae07&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: 1230/2311] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:11 2026] DELETE /v2.0/security-groups/4cd16bf6-eb49-4a53-a0fd-c7ebc253bac5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2312] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:11 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => 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: 1082/2313] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:30:11 2026] POST /v2.0/routers => generated 474 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:12.183 7 INFO neutron.db.l3_hamode_db [None req-f6a79f9d-c153-462f-bc67-28b5a14a42b4 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:30:12.308 7 INFO neutron.db.l3_hamode_db [None req-f6a79f9d-c153-462f-bc67-28b5a14a42b4 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1232/2314] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:30:12 2026] POST /v2.0/routers => generated 474 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:12.996 8 INFO neutron.db.l3_hamode_db [None req-47d096d8-e86e-4669-bd42-8d320b463d04 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2315] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:12 2026] GET /v2.0/ports?device_id=264e3e0f-82ee-49db-9452-14e13d95a896 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:13.126 8 INFO neutron.db.l3_hamode_db [None req-47d096d8-e86e-4669-bd42-8d320b463d04 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/2316] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:30:12 2026] POST /v2.0/routers => generated 474 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:13.845 7 INFO neutron.db.l3_hamode_db [None req-363b9124-af25-4e72-a42a-5d791229fd2b ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:30:13.953 7 INFO neutron.db.l3_hamode_db [None req-363b9124-af25-4e72-a42a-5d791229fd2b ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1084/2317] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:14 2026] DELETE /v2.0/security-groups/269e8400-7ef1-4bab-85c2-f584a2940b99 => 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: 1234/2318] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:30:13 2026] POST /v2.0/routers => generated 474 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:14.521 7 INFO neutron.db.l3_hamode_db [None req-927bedd7-5d1a-4cca-9a44-d246cae7a2cc ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:30:14.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfb2da5b-6200-4ad2-8f7c-06a341c60a72 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: 48840a2e-128d-4015-a8f6-f1b36fd17ed6 2026-06-24 14:30:14.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfb2da5b-6200-4ad2-8f7c-06a341c60a72 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: 48840a2e-128d-4015-a8f6-f1b36fd17ed6 2026-06-24 14:30:14.646 7 INFO neutron.db.l3_hamode_db [None req-927bedd7-5d1a-4cca-9a44-d246cae7a2cc ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1085/2319] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:30:14 2026] PUT /v2.0/routers/504e3ede-6cc3-4890-9766-dd7803a15574/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2322] 10.0.0.103 () {34 vars in 668 bytes} [Wed Jun 24 14:30:14 2026] POST /v2.0/routers => generated 474 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2323] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:15 2026] DELETE /v2.0/subnets/eb5bedac-878a-4e3c-8cac-05109c7b7fbc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:15.387 8 INFO neutron.db.segments_db [None req-16fd5c50-10e8-46b5-b537-bb7d80267950 39ef25561a8b47649e2f9b22fbd6d4e9 d361e0e36c794427be157540d4a631cb - - default default] Added segment 2e98ee0e-c3bc-4004-9651-49f9ba674c96 of type vxlan for network d5851147-660b-4658-95db-5168d83326b6 [pid: 7|app: 0|req: 1237/2324] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:15 2026] PUT /v2.0/routers/11f2f622-4dff-4290-8be3-408744851ef8/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2325] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:15 2026] POST /v2.0/networks => generated 612 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:15.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-69f91879-0fd8-4ac6-a7b7-fac0bd18c01c 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: deca35bc-7227-45e0-881e-7507853b56f9 2026-06-24 14:30:15.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f91879-0fd8-4ac6-a7b7-fac0bd18c01c 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: deca35bc-7227-45e0-881e-7507853b56f9 2026-06-24 14:30:15.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-69f91879-0fd8-4ac6-a7b7-fac0bd18c01c 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: e1660936-4d90-4566-b0ad-f4188cc9d13e 2026-06-24 14:30:15.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f91879-0fd8-4ac6-a7b7-fac0bd18c01c 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: e1660936-4d90-4566-b0ad-f4188cc9d13e [pid: 8|app: 0|req: 1089/2326] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:15 2026] PUT /v2.0/routers/139aa58c-81b6-4244-b942-7a0f4e3febfc/tags => generated 25 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:16.111 7 INFO neutron.services.segments.plugin [-] Segment 6665aee8-d99b-4427-9997-d60a7d73b0ea resource provider aggregate not found 2026-06-24 14:30:16.116 7 INFO neutron.services.segments.plugin [-] Segment 6665aee8-d99b-4427-9997-d60a7d73b0ea resource provider aggregate not found 2026-06-24 14:30:16.129 7 INFO neutron.db.l3_hamode_db [None req-69f91879-0fd8-4ac6-a7b7-fac0bd18c01c 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] HA network d89f7467-7e3f-433c-abba-5d15169a43c7 was deleted as no HA routers are present in tenant 9c2c4875fae847e78a86a5bdbc352801. 2026-06-24 14:30:16.133 7 INFO neutron.services.segments.plugin [-] Segment 6665aee8-d99b-4427-9997-d60a7d73b0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6665aee8-d99b-4427-9997-d60a7d73b0ea found for delete ", "request_id": "req-4b309228-3b79-4c50-bf73-fdc4c20df5a0"}]} [pid: 7|app: 0|req: 1238/2327] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:15 2026] DELETE /v2.0/routers/504e3ede-6cc3-4890-9766-dd7803a15574 => generated 0 bytes in 747 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:16.137 7 INFO neutron.services.segments.plugin [-] Segment 6665aee8-d99b-4427-9997-d60a7d73b0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6665aee8-d99b-4427-9997-d60a7d73b0ea found for delete ", "request_id": "req-fd4371eb-677b-475d-8750-d226951200db"}]} [pid: 8|app: 0|req: 1090/2328] 10.0.0.103 () {34 vars in 664 bytes} [Wed Jun 24 14:30:16 2026] POST /v2.0/ports => generated 743 bytes in 211 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: 1239/2329] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/routers/0d60ff83-cfe4-4db1-a3b3-5ea2c7f5b86d/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:16.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-f14f36dc-04d8-4720-a3c6-4237a139b2b7 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] TaaS: Handle Delete Port: a2d49718-4807-4405-ba2d-c2a4e3312aa3 2026-06-24 14:30:16.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f14f36dc-04d8-4720-a3c6-4237a139b2b7 63369fd374bd494595a8017ff3203e33 9c2c4875fae847e78a86a5bdbc352801 - - default default] Tap Mirror: Handle Delete Port: a2d49718-4807-4405-ba2d-c2a4e3312aa3 [pid: 7|app: 0|req: 1240/2330] 10.0.0.103 () {34 vars in 666 bytes} [Wed Jun 24 14:30:16 2026] POST /v2.0/trunks => generated 407 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2331] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/routers/2854725a-35fd-40e6-a87f-334ae8279d0f/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:16.459 8 INFO neutron.services.segments.plugin [-] Segment 2fe04080-5baf-492a-af28-9513419dbe97 resource provider aggregate not found 2026-06-24 14:30:16.464 8 INFO neutron.services.segments.plugin [-] Segment 2fe04080-5baf-492a-af28-9513419dbe97 resource provider aggregate not found 2026-06-24 14:30:16.477 8 INFO neutron.services.segments.plugin [-] Segment 2fe04080-5baf-492a-af28-9513419dbe97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe04080-5baf-492a-af28-9513419dbe97 found for delete ", "request_id": "req-1333d176-a2e5-436a-9251-02e5ab9a1e21"}]} [pid: 7|app: 0|req: 1242/2332] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:16.482 8 INFO neutron.services.segments.plugin [-] Segment 2fe04080-5baf-492a-af28-9513419dbe97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe04080-5baf-492a-af28-9513419dbe97 found for delete ", "request_id": "req-6e50ad04-82b3-453b-a3d1-a83fb51e3bc9"}]} [pid: 8|app: 0|req: 1091/2333] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:16 2026] DELETE /v2.0/networks/12f5693b-84e9-447c-a692-ec09fc63d355 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2334] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2335] 10.0.0.103 () {32 vars in 664 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2336] 10.0.0.103 () {34 vars in 760 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2337] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2338] 10.0.0.103 () {34 vars in 756 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2339] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2340] 10.0.0.103 () {32 vars in 678 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2341] 10.0.0.103 () {34 vars in 778 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2342] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/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: 1095/2343] 10.0.0.103 () {32 vars in 674 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2344] 10.0.0.103 () {34 vars in 749 bytes} [Wed Jun 24 14:30:16 2026] PUT /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2345] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2346] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2347] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:16.824 7 INFO neutron.api.v2.resource [None req-50fcbc00-7c0b-47f9-a4ab-8700b47618d0 39ef25561a8b47649e2f9b22fbd6d4e9 d361e0e36c794427be157540d4a631cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1252/2348] 10.0.0.103 () {32 vars in 741 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2349] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:16 2026] DELETE /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2350] 10.0.0.103 () {32 vars in 672 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2351] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:16.927 7 INFO neutron.api.v2.resource [None req-e98f8b21-fd78-4b2f-b52c-7b90a59b4c2e 39ef25561a8b47649e2f9b22fbd6d4e9 d361e0e36c794427be157540d4a631cb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2352] 10.0.0.103 () {32 vars in 744 bytes} [Wed Jun 24 14:30:16 2026] DELETE /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/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: 1098/2353] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2354] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:30:16 2026] DELETE /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2355] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc/tags => 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: 1099/2356] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:30:16 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2357] 10.0.0.103 () {32 vars in 719 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2358] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2359] 10.0.0.103 () {32 vars in 717 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/ports/5b66b5d3-1fe9-4fde-afc2-a2483bd159f5 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2360] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/routers/11f2f622-4dff-4290-8be3-408744851ef8 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2361] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/trunks/fdec9aab-3260-4bb4-b38e-ec9b6ebb67cc => 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: 1260/2362] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/security-groups?tenant_id=7305659751334ce3a7beb7fcf3062184&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:17.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1a8564e-ff91-4ac4-a973-1af70a80d255 39ef25561a8b47649e2f9b22fbd6d4e9 d361e0e36c794427be157540d4a631cb - - default default] TaaS: Handle Delete Port: 5b66b5d3-1fe9-4fde-afc2-a2483bd159f5 2026-06-24 14:30:17.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a8564e-ff91-4ac4-a973-1af70a80d255 39ef25561a8b47649e2f9b22fbd6d4e9 d361e0e36c794427be157540d4a631cb - - default default] Tap Mirror: Handle Delete Port: 5b66b5d3-1fe9-4fde-afc2-a2483bd159f5 [pid: 7|app: 0|req: 1261/2363] 10.0.0.103 () {32 vars in 720 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/ports/5b66b5d3-1fe9-4fde-afc2-a2483bd159f5 => 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: 1262/2364] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/security-groups/43d3e5a7-0b79-4324-868b-6af3a7b7aa9c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2365] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:17 2026] PUT /v2.0/routers/11f2f622-4dff-4290-8be3-408744851ef8 => generated 485 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2366] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/ports?device_id=11f2f622-4dff-4290-8be3-408744851ef8 => 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: 1263/2367] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/networks/d5851147-660b-4658-95db-5168d83326b6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2368] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:17 2026] GET /v2.0/security-groups?tenant_id=9c2c4875fae847e78a86a5bdbc352801&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:17.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaf22db3-8195-4e32-8ae4-b20bbf5bbb74 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] TaaS: Handle Delete Port: 691ce004-20ca-47ec-add2-1161782e38f5 2026-06-24 14:30:17.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaf22db3-8195-4e32-8ae4-b20bbf5bbb74 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Tap Mirror: Handle Delete Port: 691ce004-20ca-47ec-add2-1161782e38f5 [pid: 7|app: 0|req: 1265/2369] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/security-groups/41765c42-ff0c-4351-9f1e-46cdef796c18 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2370] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:17 2026] DELETE /v2.0/routers/11f2f622-4dff-4290-8be3-408744851ef8 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2371] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:18 2026] GET /v2.0/routers/139aa58c-81b6-4244-b942-7a0f4e3febfc => generated 493 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:30:18.155 7 INFO neutron.services.segments.plugin [-] Segment 2e98ee0e-c3bc-4004-9651-49f9ba674c96 resource provider aggregate not found 2026-06-24 14:30:18.162 7 INFO neutron.services.segments.plugin [-] Segment 2e98ee0e-c3bc-4004-9651-49f9ba674c96 resource provider aggregate not found 2026-06-24 14:30:18.165 7 INFO neutron.services.segments.plugin [-] Segment 2e98ee0e-c3bc-4004-9651-49f9ba674c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e98ee0e-c3bc-4004-9651-49f9ba674c96 found for delete ", "request_id": "req-6f1dc624-44d2-448b-9e12-4e8d0faa2b0c"}]} 2026-06-24 14:30:18.173 7 INFO neutron.services.segments.plugin [-] Segment 2e98ee0e-c3bc-4004-9651-49f9ba674c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e98ee0e-c3bc-4004-9651-49f9ba674c96 found for delete ", "request_id": "req-8ceb9eb9-85ad-429a-8bc1-dcad31a2542c"}]} [pid: 7|app: 0|req: 1267/2372] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:18 2026] GET /v2.0/security-groups?tenant_id=d361e0e36c794427be157540d4a631cb&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: 1268/2373] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:18 2026] DELETE /v2.0/security-groups/bcc49595-55d7-474e-8a50-a70cb0b26f55 => 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: 1106/2374] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:18 2026] PUT /v2.0/routers/139aa58c-81b6-4244-b942-7a0f4e3febfc => generated 493 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2375] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:18 2026] GET /v2.0/ports?device_id=139aa58c-81b6-4244-b942-7a0f4e3febfc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:18.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-d596cbd5-e787-474b-9bb6-024555ec8b74 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] TaaS: Handle Delete Port: 5d5cdbb7-ce51-4a41-aa0e-91e95c51f60a 2026-06-24 14:30:18.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d596cbd5-e787-474b-9bb6-024555ec8b74 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Tap Mirror: Handle Delete Port: 5d5cdbb7-ce51-4a41-aa0e-91e95c51f60a [pid: 7|app: 0|req: 1270/2376] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:18 2026] GET /v2.0/security-groups?tenant_id=ca13b392210f4b52ba5e3a8026a4cee8&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: 1271/2377] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:18 2026] DELETE /v2.0/security-groups/311bf845-6340-4be4-a510-08dadbf427c9 => 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: 1107/2378] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:18 2026] DELETE /v2.0/routers/139aa58c-81b6-4244-b942-7a0f4e3febfc => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2379] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:19 2026] GET /v2.0/routers/0d60ff83-cfe4-4db1-a3b3-5ea2c7f5b86d => generated 502 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2380] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:19 2026] PUT /v2.0/routers/0d60ff83-cfe4-4db1-a3b3-5ea2c7f5b86d => generated 502 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2381] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:19 2026] GET /v2.0/ports?device_id=0d60ff83-cfe4-4db1-a3b3-5ea2c7f5b86d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:19.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-92853846-27ce-4a39-b1eb-4812d55bd53e ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] TaaS: Handle Delete Port: 6b88e1b6-d442-49f4-b111-4d8e6ef039fe 2026-06-24 14:30:19.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92853846-27ce-4a39-b1eb-4812d55bd53e ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Tap Mirror: Handle Delete Port: 6b88e1b6-d442-49f4-b111-4d8e6ef039fe [pid: 8|app: 0|req: 1109/2382] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:19 2026] DELETE /v2.0/routers/0d60ff83-cfe4-4db1-a3b3-5ea2c7f5b86d => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2383] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:20 2026] GET /v2.0/routers/2854725a-35fd-40e6-a87f-334ae8279d0f => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2384] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:20 2026] PUT /v2.0/routers/2854725a-35fd-40e6-a87f-334ae8279d0f => generated 487 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2385] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:20 2026] GET /v2.0/ports?device_id=2854725a-35fd-40e6-a87f-334ae8279d0f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:20.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2e59761-0987-4bef-ba13-60d6d65cd865 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] TaaS: Handle Delete Port: ff47153f-0953-4e4a-a9ee-0746b8a37fac 2026-06-24 14:30:20.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e59761-0987-4bef-ba13-60d6d65cd865 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Tap Mirror: Handle Delete Port: ff47153f-0953-4e4a-a9ee-0746b8a37fac [pid: 8|app: 0|req: 1111/2386] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:20 2026] DELETE /v2.0/routers/2854725a-35fd-40e6-a87f-334ae8279d0f => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2387] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:30:20 2026] GET /v2.0/routers/407f5a9f-1195-4de9-a1f0-3d13d01ed057 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2388] 10.0.0.103 () {34 vars in 742 bytes} [Wed Jun 24 14:30:20 2026] PUT /v2.0/routers/407f5a9f-1195-4de9-a1f0-3d13d01ed057 => generated 480 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2389] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:21 2026] GET /v2.0/ports?device_id=407f5a9f-1195-4de9-a1f0-3d13d01ed057 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:21.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-d246c4e4-00a2-476b-9760-335bdfb739e8 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] TaaS: Handle Delete Port: c1d88151-c0af-42c4-94eb-69c44382f00f 2026-06-24 14:30:21.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d246c4e4-00a2-476b-9760-335bdfb739e8 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] Tap Mirror: Handle Delete Port: c1d88151-c0af-42c4-94eb-69c44382f00f 2026-06-24 14:30:22.011 8 INFO neutron.services.segments.plugin [-] Segment f5894df4-c25f-4ed9-8be6-ea34de6cdacd resource provider aggregate not found 2026-06-24 14:30:22.016 8 INFO neutron.services.segments.plugin [-] Segment f5894df4-c25f-4ed9-8be6-ea34de6cdacd resource provider aggregate not found 2026-06-24 14:30:22.033 8 INFO neutron.services.segments.plugin [-] Segment f5894df4-c25f-4ed9-8be6-ea34de6cdacd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5894df4-c25f-4ed9-8be6-ea34de6cdacd found for delete ", "request_id": "req-715590ec-3a7a-4437-8f6c-8a9ee460288d"}]} 2026-06-24 14:30:22.033 8 INFO neutron.services.segments.plugin [-] Segment f5894df4-c25f-4ed9-8be6-ea34de6cdacd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5894df4-c25f-4ed9-8be6-ea34de6cdacd found for delete ", "request_id": "req-60c856ec-200a-48d8-8273-0187d04cea20"}]} 2026-06-24 14:30:22.039 8 INFO neutron.db.l3_hamode_db [None req-d246c4e4-00a2-476b-9760-335bdfb739e8 ca423382239741399737b4c5ef7ab1a1 d5e89e790fde4920881ae0d47187771b - - default default] HA network 745ead4f-667e-41e1-bd7f-05b72e899b16 was deleted as no HA routers are present in tenant d5e89e790fde4920881ae0d47187771b. [pid: 8|app: 0|req: 1113/2390] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:21 2026] DELETE /v2.0/routers/407f5a9f-1195-4de9-a1f0-3d13d01ed057 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2391] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2392] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2393] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2394] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2395] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2396] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:22 2026] PUT /v2.0/security-groups/4ce4080c-a904-4a98-b486-4b00a63f737e/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2397] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:22 2026] PUT /v2.0/security-groups/1069abef-607a-432f-b047-db5ff12270ec/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2398] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:22 2026] PUT /v2.0/security-groups/5f1f7abc-119a-47f8-88fb-5c2e86c3f7fb/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2399] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:22 2026] PUT /v2.0/security-groups/475e3cb4-f1d1-4d9d-9982-b44faa5992b3/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2400] 10.0.0.103 () {32 vars in 680 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2401] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:22 2026] GET /v2.0/security-groups?tenant_id=d5e89e790fde4920881ae0d47187771b&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2402] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2403] 10.0.0.103 () {32 vars in 690 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2404] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/6548a0de-55e0-4d8c-85ae-c92ce9c6a1c8 => 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: 1123/2405] 10.0.0.103 () {32 vars in 702 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2406] 10.0.0.103 () {32 vars in 688 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2407] 10.0.0.103 () {32 vars in 702 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2408] 10.0.0.103 () {32 vars in 698 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2409] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tenant_id=9520bcebba1146f78649ba468ceb5269&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2410] 10.0.0.103 () {32 vars in 710 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2411] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/4ce4080c-a904-4a98-b486-4b00a63f737e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2412] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/e3f5c1af-b3ed-421d-985a-f2742dd1583a => 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: 1286/2413] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/1069abef-607a-432f-b047-db5ff12270ec => 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: 1128/2414] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/5f1f7abc-119a-47f8-88fb-5c2e86c3f7fb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2415] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/475e3cb4-f1d1-4d9d-9982-b44faa5992b3 => 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: 1287/2416] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:23 2026] GET /v2.0/security-groups?tenant_id=b9d4c9fbaa4440dc937f8c8da5cb0c13&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2417] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/47bb1127-99aa-40e5-a4d6-bcd3f9bf55f6 => 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: 1288/2418] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:23 2026] DELETE /v2.0/security-groups/090c7ab7-69d4-4e91-a508-a40b8d48060e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2419] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:24 2026] GET /v2.0/security-groups?tenant_id=7f5b347838b0410aa1224041762c925c&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2420] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:24 2026] DELETE /v2.0/security-groups/203a9308-e9cf-4247-8c9c-1327fd5e8212 => 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: 1132/2421] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:24 2026] GET /v2.0/security-groups?tenant_id=0a583d5be2304251bcb54ba2aa943770&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2422] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:25 2026] DELETE /v2.0/security-groups/0eb612f3-64f4-4a62-9244-76728ae2bbba => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2423] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:25 2026] GET /v2.0/security-groups?tenant_id=05debdebb1d440d1bfaeb4b02e553e10&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2424] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:25 2026] DELETE /v2.0/security-groups/79244d07-a543-436a-a003-80b4fc3bebaf => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:28.400 8 INFO neutron.db.segments_db [None req-e0b3229c-2599-47f8-8aa8-12faa3111c9b e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Added segment a382e034-ef2b-487d-9524-352834200e5e of type vxlan for network e4b70d5f-3832-4e14-8e10-27a93e3a1954 [pid: 8|app: 0|req: 1134/2425] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:28 2026] POST /v2.0/networks => generated 613 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2426] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:28 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:28.806 7 INFO neutron.db.segments_db [None req-7afb28de-3148-477e-aee8-3411922b498c e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Added segment 54b14fa0-29a4-40ab-8488-eb53508e46d8 of type vxlan for network 93c116ef-df96-4ff8-b898-2b1a4e29e74a [pid: 7|app: 0|req: 1293/2427] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:28 2026] POST /v2.0/networks => generated 612 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2428] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:28 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:29.164 7 INFO neutron.db.segments_db [None req-39037736-9ae5-4c0b-91bb-c38d0b9ac37e e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Added segment 9e53dc84-c20d-4673-8b89-e174266c27d1 of type vxlan for network 49bf0469-c5ea-407d-ae96-e75210275670 [pid: 8|app: 0|req: 1135/2429] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:30:28 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2430] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:29 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2431] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:30:29 2026] PUT /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/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: 1137/2432] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2433] 10.0.0.103 () {34 vars in 770 bytes} [Wed Jun 24 14:30:29 2026] PUT /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/green => 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: 1139/2434] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2435] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:29 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2436] 10.0.0.103 () {34 vars in 766 bytes} [Wed Jun 24 14:30:29 2026] PUT /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-24 14:30:29.533 7 INFO neutron.db.segments_db [None req-6801087e-ef77-4ef3-8890-a9337feb4f00 e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Added segment d7316dfa-ea10-456b-b805-232a7cd5f691 of type vxlan for network 0d9997d9-04b7-40c4-8e02-beb997a46658 [pid: 8|app: 0|req: 1141/2437] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/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: 1297/2438] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:29 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2439] 10.0.0.103 () {34 vars in 788 bytes} [Wed Jun 24 14:30:29 2026] PUT /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2440] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2441] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:30:29 2026] PUT /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2444] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2445] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2446] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:29 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:29.860 7 INFO neutron.api.v2.resource [None req-f16c1142-7b97-426d-b83a-ca3dd4d9f85b 414113a38a114619a4a81a8e44bf1579 e460f16bd44d4d2789ac493644f318b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1304/2447] 10.0.0.103 () {32 vars in 751 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 14:30:29.905 8 INFO neutron.db.segments_db [None req-6ece3f61-737f-4933-a93f-b515a9afc346 e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Added segment e2e0bb71-e0a1-4de4-9521-dea4d05d724b of type vxlan for network 82f0175a-a039-48d4-8622-c85a6702e6b6 [pid: 7|app: 0|req: 1305/2448] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:30:29 2026] DELETE /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2449] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:29 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2450] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:29 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) 2026-06-24 14:30:29.996 7 INFO neutron.api.v2.resource [None req-4857468b-1d79-45b2-bb1e-b9b8a5e6a79a 414113a38a114619a4a81a8e44bf1579 e460f16bd44d4d2789ac493644f318b9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1307/2451] 10.0.0.103 () {32 vars in 754 bytes} [Wed Jun 24 14:30:29 2026] DELETE /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/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: 1308/2452] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:30:30 2026] DELETE /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2453] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:30.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-454a9fdd-b49d-42eb-837f-68889355918c 414113a38a114619a4a81a8e44bf1579 e460f16bd44d4d2789ac493644f318b9 - - default default] TaaS: Handle Delete Port: da3a0872-a7a1-4da2-8201-c1415cb73631 2026-06-24 14:30:30.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-454a9fdd-b49d-42eb-837f-68889355918c 414113a38a114619a4a81a8e44bf1579 e460f16bd44d4d2789ac493644f318b9 - - default default] Tap Mirror: Handle Delete Port: da3a0872-a7a1-4da2-8201-c1415cb73631 [pid: 8|app: 0|req: 1145/2454] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:29 2026] POST /v2.0/subnets => generated 629 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2455] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:30 2026] PUT /v2.0/subnets/e526b210-9192-4cf9-a45b-6a22f734b1f4/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2456] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:30 2026] PUT /v2.0/subnets/3ab6e3dd-8e14-456c-91f5-2623f281c49b/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2457] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:30 2026] PUT /v2.0/subnets/380f329c-2037-4e7d-b662-e3dec00f3b5c/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2458] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:30:30 2026] DELETE /v2.0/floatingips/b3a89592-3e3a-47fb-9609-596808de5785 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2459] 10.0.0.103 () {34 vars in 751 bytes} [Wed Jun 24 14:30:30 2026] PUT /v2.0/subnets/293877e6-ca5e-44cd-9cf4-c3edd5294c59/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: 1311/2460] 10.0.0.103 () {32 vars in 664 bytes} [Wed Jun 24 14:30:30 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: 1150/2461] 10.0.0.103 () {32 vars in 678 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2462] 10.0.0.103 () {32 vars in 674 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2463] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2464] 10.0.0.103 () {32 vars in 672 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2465] 10.0.0.103 () {32 vars in 686 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2466] 10.0.0.103 () {32 vars in 682 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2467] 10.0.0.103 () {32 vars in 694 bytes} [Wed Jun 24 14:30:30 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2468] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:30 2026] DELETE /v2.0/subnets/e526b210-9192-4cf9-a45b-6a22f734b1f4 => 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: 1154/2469] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:30 2026] DELETE /v2.0/subnets/3ab6e3dd-8e14-456c-91f5-2623f281c49b => 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: 1316/2470] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:31 2026] GET /v2.0/security-groups?tenant_id=e460f16bd44d4d2789ac493644f318b9&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2471] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/subnets/380f329c-2037-4e7d-b662-e3dec00f3b5c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2472] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/security-groups/3e296d60-a1b6-4d88-bd5d-c6b549ddf276 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2473] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/subnets/293877e6-ca5e-44cd-9cf4-c3edd5294c59 => 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: 1318/2474] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/subnets/10371bac-03cc-445d-8141-53d3d44d76f3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2475] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:31 2026] GET /v2.0/security-groups?tenant_id=b7866946bfd84c3dbfc1433d6bc69ef9&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:31.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d69befa-3bb0-4a90-9206-e7f2ffe551e9 e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] TaaS: Handle Delete Port: 717af7cf-0d20-45c5-847b-f17e2d44deae 2026-06-24 14:30:31.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d69befa-3bb0-4a90-9206-e7f2ffe551e9 e2ac41a59e754cc394449263c4de4782 f34ed84f23c34bd7abff10099080f3a6 - - default default] Tap Mirror: Handle Delete Port: 717af7cf-0d20-45c5-847b-f17e2d44deae [pid: 8|app: 0|req: 1158/2476] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/security-groups/9c5cd0df-39da-42cb-b5d8-47587115b038 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:31.726 7 INFO neutron.services.segments.plugin [-] Segment a382e034-ef2b-487d-9524-352834200e5e resource provider aggregate not found 2026-06-24 14:30:31.735 7 INFO neutron.services.segments.plugin [-] Segment a382e034-ef2b-487d-9524-352834200e5e resource provider aggregate not found 2026-06-24 14:30:31.739 7 INFO neutron.services.segments.plugin [-] Segment a382e034-ef2b-487d-9524-352834200e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a382e034-ef2b-487d-9524-352834200e5e found for delete ", "request_id": "req-1bd9cf70-d1e5-4ea2-af1a-d2e6e84fdb12"}]} 2026-06-24 14:30:31.752 7 INFO neutron.services.segments.plugin [-] Segment a382e034-ef2b-487d-9524-352834200e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a382e034-ef2b-487d-9524-352834200e5e found for delete ", "request_id": "req-7a8252e7-6745-4fdc-a2a2-56ee96a639a3"}]} [pid: 7|app: 0|req: 1319/2477] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/networks/e4b70d5f-3832-4e14-8e10-27a93e3a1954 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:30:31.875 8 INFO neutron.services.segments.plugin [-] Segment 54b14fa0-29a4-40ab-8488-eb53508e46d8 resource provider aggregate not found 2026-06-24 14:30:31.876 8 INFO neutron.services.segments.plugin [-] Segment 54b14fa0-29a4-40ab-8488-eb53508e46d8 resource provider aggregate not found 2026-06-24 14:30:31.895 8 INFO neutron.services.segments.plugin [-] Segment 54b14fa0-29a4-40ab-8488-eb53508e46d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54b14fa0-29a4-40ab-8488-eb53508e46d8 found for delete ", "request_id": "req-56a2b7ed-08cd-4ef7-bd22-78d29e1c1223"}]} 2026-06-24 14:30:31.900 8 INFO neutron.services.segments.plugin [-] Segment 54b14fa0-29a4-40ab-8488-eb53508e46d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54b14fa0-29a4-40ab-8488-eb53508e46d8 found for delete ", "request_id": "req-945c5ea5-0b03-44f9-906e-37cf07eacd00"}]} [pid: 8|app: 0|req: 1159/2478] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/networks/93c116ef-df96-4ff8-b898-2b1a4e29e74a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2479] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:31 2026] DELETE /v2.0/networks/49bf0469-c5ea-407d-ae96-e75210275670 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2480] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:32 2026] DELETE /v2.0/networks/0d9997d9-04b7-40c4-8e02-beb997a46658 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2481] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:30:32 2026] DELETE /v2.0/networks/82f0175a-a039-48d4-8622-c85a6702e6b6 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2482] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:33 2026] GET /v2.0/security-groups?tenant_id=4b6ad640bd5e4c98ae370456875721e3&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2483] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:33 2026] DELETE /v2.0/security-groups/643b484a-2046-4909-8e2b-25e62b7f47e0 => 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: 1162/2484] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:33 2026] GET /v2.0/security-groups?tenant_id=078f4ec23fa141459a19be94dad46828&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:33.756 7 INFO neutron.services.segments.plugin [-] Segment 9e53dc84-c20d-4673-8b89-e174266c27d1 resource provider aggregate not found [pid: 7|app: 0|req: 1323/2485] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:33 2026] DELETE /v2.0/security-groups/6a660f72-228c-42fd-bd57-7bc821fe83e9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:33.772 7 INFO neutron.services.segments.plugin [-] Segment 9e53dc84-c20d-4673-8b89-e174266c27d1 resource provider aggregate not found 2026-06-24 14:30:33.776 7 INFO neutron.services.segments.plugin [-] Segment 9e53dc84-c20d-4673-8b89-e174266c27d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e53dc84-c20d-4673-8b89-e174266c27d1 found for delete ", "request_id": "req-6c4ec387-0f46-47bd-9774-d8d31aaea1e2"}]} 2026-06-24 14:30:33.784 7 INFO neutron.services.segments.plugin [-] Segment 9e53dc84-c20d-4673-8b89-e174266c27d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e53dc84-c20d-4673-8b89-e174266c27d1 found for delete ", "request_id": "req-eae28b9e-f6e0-4d49-8eb2-70075f409794"}]} 2026-06-24 14:30:33.789 7 INFO neutron.services.segments.plugin [-] Segment e2e0bb71-e0a1-4de4-9521-dea4d05d724b resource provider aggregate not found 2026-06-24 14:30:33.804 7 INFO neutron.services.segments.plugin [-] Segment e2e0bb71-e0a1-4de4-9521-dea4d05d724b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e0bb71-e0a1-4de4-9521-dea4d05d724b found for delete ", "request_id": "req-56100b72-92db-4b63-9510-0770afae2f7b"}]} 2026-06-24 14:30:33.805 7 INFO neutron.services.segments.plugin [-] Segment e2e0bb71-e0a1-4de4-9521-dea4d05d724b resource provider aggregate not found 2026-06-24 14:30:33.822 7 INFO neutron.services.segments.plugin [-] Segment e2e0bb71-e0a1-4de4-9521-dea4d05d724b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e0bb71-e0a1-4de4-9521-dea4d05d724b found for delete ", "request_id": "req-924eb679-5445-460c-bf8b-7572fce53558"}]} [pid: 8|app: 0|req: 1163/2486] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:33 2026] GET /v2.0/security-groups?tenant_id=f34ed84f23c34bd7abff10099080f3a6&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:30:33.915 8 INFO neutron.services.segments.plugin [-] Segment d7316dfa-ea10-456b-b805-232a7cd5f691 resource provider aggregate not found 2026-06-24 14:30:33.920 8 INFO neutron.services.segments.plugin [-] Segment d7316dfa-ea10-456b-b805-232a7cd5f691 resource provider aggregate not found 2026-06-24 14:30:33.927 8 INFO neutron.services.segments.plugin [-] Segment d7316dfa-ea10-456b-b805-232a7cd5f691 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7316dfa-ea10-456b-b805-232a7cd5f691 found for delete ", "request_id": "req-35a3c9ec-66be-4b73-ac4d-ec93c25eeb2b"}]} 2026-06-24 14:30:33.937 8 INFO neutron.services.segments.plugin [-] Segment d7316dfa-ea10-456b-b805-232a7cd5f691 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7316dfa-ea10-456b-b805-232a7cd5f691 found for delete ", "request_id": "req-032ea91e-02be-4db8-a5c6-6f99e25e8d94"}]} [pid: 7|app: 0|req: 1324/2487] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:33 2026] DELETE /v2.0/security-groups/5532bce0-0b2e-4794-8265-04a15c770965 => 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: 1164/2488] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2489] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:35 2026] PUT /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2490] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2491] 10.0.0.103 () {34 vars in 778 bytes} [Wed Jun 24 14:30:35 2026] PUT /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2492] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2493] 10.0.0.103 () {34 vars in 774 bytes} [Wed Jun 24 14:30:35 2026] PUT /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2494] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2495] 10.0.0.103 () {34 vars in 796 bytes} [Wed Jun 24 14:30:35 2026] PUT /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2496] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2497] 10.0.0.103 () {34 vars in 767 bytes} [Wed Jun 24 14:30:35 2026] PUT /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2498] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2499] 10.0.0.103 () {32 vars in 755 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:35.869 8 INFO neutron.api.v2.resource [None req-e61dbb32-fa03-4318-8389-a2e314164121 d9b88693667545c2816d8e864da4c60b ca4db4d4c9c847efac615acfd8b97293 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2500] 10.0.0.103 () {32 vars in 759 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2501] 10.0.0.103 () {32 vars in 758 bytes} [Wed Jun 24 14:30:35 2026] DELETE /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/red => 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: 1171/2502] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:35 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:35.985 7 INFO neutron.api.v2.resource [None req-0f8cc9e2-65d9-4d1f-be0f-50feea74a4a6 d9b88693667545c2816d8e864da4c60b ca4db4d4c9c847efac615acfd8b97293 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1332/2503] 10.0.0.103 () {32 vars in 762 bytes} [Wed Jun 24 14:30:35 2026] DELETE /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2504] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:30:35 2026] DELETE /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2505] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:36 2026] GET /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2506] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:36 2026] DELETE /v2.0/security-groups/406fe429-acc9-4e70-9a98-872cdc930aac => 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: 1334/2507] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:36 2026] GET /v2.0/security-groups?tenant_id=ca4db4d4c9c847efac615acfd8b97293&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2508] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:36 2026] DELETE /v2.0/security-groups/44488658-c62e-4024-99c0-356bc20eea6e => 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: 1335/2509] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/security-groups?tenant_id=7240f9657d8b4f64bacb6a1abd8119ea&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2510] 10.0.0.103 () {34 vars in 678 bytes} [Wed Jun 24 14:30:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2511] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:37 2026] DELETE /v2.0/security-groups/92703519-f7b5-4ed0-8ba1-2e718ae4ee65 => 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: 1176/2512] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:30:37 2026] PUT /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2513] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2514] 10.0.0.103 () {34 vars in 764 bytes} [Wed Jun 24 14:30:37 2026] PUT /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/green => 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: 1338/2515] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2516] 10.0.0.103 () {34 vars in 760 bytes} [Wed Jun 24 14:30:37 2026] PUT /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2517] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2518] 10.0.0.103 () {34 vars in 782 bytes} [Wed Jun 24 14:30:37 2026] PUT /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2519] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2520] 10.0.0.103 () {34 vars in 753 bytes} [Wed Jun 24 14:30:37 2026] PUT /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2521] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2522] 10.0.0.103 () {32 vars in 741 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:37.861 7 INFO neutron.api.v2.resource [None req-3bd5447b-2f98-4b3c-bf57-e9cd7243bfdc 457310f02af74563a1722326a521083c 6923125dbb65468abf1de6d81dd0a495 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1342/2523] 10.0.0.103 () {32 vars in 745 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2524] 10.0.0.103 () {32 vars in 744 bytes} [Wed Jun 24 14:30:37 2026] DELETE /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2525] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:37 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:37.993 8 INFO neutron.api.v2.resource [None req-421002b0-06ad-448b-b190-4929512f5973 457310f02af74563a1722326a521083c 6923125dbb65468abf1de6d81dd0a495 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1183/2526] 10.0.0.103 () {32 vars in 748 bytes} [Wed Jun 24 14:30:37 2026] DELETE /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2527] 10.0.0.103 () {32 vars in 736 bytes} [Wed Jun 24 14:30:38 2026] DELETE /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/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: 1184/2528] 10.0.0.103 () {32 vars in 733 bytes} [Wed Jun 24 14:30:38 2026] GET /v2.0/policies/b64d1a19-e587-477c-9600-63a9e9693875/tags => 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: 1345/2529] 10.0.0.103 () {32 vars in 734 bytes} [Wed Jun 24 14:30:38 2026] DELETE /v2.0/qos/policies/b64d1a19-e587-477c-9600-63a9e9693875 => 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: 1185/2530] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:38 2026] GET /v2.0/security-groups?tenant_id=6923125dbb65468abf1de6d81dd0a495&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2531] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:39 2026] DELETE /v2.0/security-groups/03a6cf06-1339-4462-8a6f-7ac5c482b0b1 => 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: 1186/2532] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:39 2026] GET /v2.0/security-groups?tenant_id=7a48c40b5de84d3fa3ad43a4265c0cb6&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2533] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:39 2026] DELETE /v2.0/security-groups/e7e5f0da-b332-4d52-9a02-af9f61a8117e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2534] 10.0.0.103 () {34 vars in 676 bytes} [Wed Jun 24 14:30:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2535] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:30:40 2026] PUT /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/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: 1188/2536] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:40 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2537] 10.0.0.103 () {34 vars in 770 bytes} [Wed Jun 24 14:30:40 2026] PUT /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2538] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:40 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2539] 10.0.0.103 () {34 vars in 766 bytes} [Wed Jun 24 14:30:41 2026] PUT /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2540] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2541] 10.0.0.103 () {34 vars in 788 bytes} [Wed Jun 24 14:30:41 2026] PUT /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2542] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2543] 10.0.0.103 () {34 vars in 759 bytes} [Wed Jun 24 14:30:41 2026] PUT /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2544] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2545] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:41.337 8 INFO neutron.api.v2.resource [None req-300e3bbc-e6b7-49d5-aff0-a71538a41c39 e8c672e55c464244a34b9a75621c17d8 6ffed56ad29e44869b51b2eee2f63f0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1193/2546] 10.0.0.103 () {32 vars in 751 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2547] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:30:41 2026] DELETE /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2548] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:30:41.459 7 INFO neutron.api.v2.resource [None req-5efe55ba-658c-498d-8d39-0d4966ac1c40 e8c672e55c464244a34b9a75621c17d8 6ffed56ad29e44869b51b2eee2f63f0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2549] 10.0.0.103 () {32 vars in 754 bytes} [Wed Jun 24 14:30:41 2026] DELETE /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/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: 1195/2550] 10.0.0.103 () {32 vars in 742 bytes} [Wed Jun 24 14:30:41 2026] DELETE /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => 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: 1356/2551] 10.0.0.103 () {32 vars in 739 bytes} [Wed Jun 24 14:30:41 2026] GET /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2552] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:30:41 2026] DELETE /v2.0/subnetpools/ade0869f-60d6-4213-969e-4d28a7e41734 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2553] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:42 2026] GET /v2.0/security-groups?tenant_id=3f82489c35254b83a0938c99508a1c36&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2554] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:42 2026] DELETE /v2.0/security-groups/c5ebcbf9-49e9-4c40-b343-dd0ce9d707dc => 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: 1358/2555] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:42 2026] GET /v2.0/security-groups?tenant_id=6ffed56ad29e44869b51b2eee2f63f0f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2556] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:42 2026] DELETE /v2.0/security-groups/a89110e7-bfb4-4647-b3ef-0d8adb3b8813 => 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: 1360/2559] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:46 2026] GET /v2.0/security-groups?tenant_id=143c1afb90e945e9853d2cb5201b2bd6&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2560] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:46 2026] DELETE /v2.0/security-groups/f3584d7e-1b9e-45e9-ac83-73cc14c1790d => 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: 1361/2561] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:30:46 2026] GET /v2.0/security-groups?tenant_id=ebc1ebcd3329409893d2ae6a5a57555a&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2562] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:30:46 2026] DELETE /v2.0/security-groups/1fc07992-3460-4a22-b60c-12fc1c898917 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:30:48.875 7 INFO neutron.db.segments_db [None req-0cc84752-deb6-4b05-82b3-902e8325317a cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Added segment d83395ef-85ef-4510-9e5c-c2de653cc655 of type vxlan for network ca7687d9-ed87-49e7-937c-67ea1a77e6f6 [pid: 7|app: 0|req: 1362/2563] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:48 2026] POST /v2.0/networks => generated 619 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2564] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:48 2026] POST /v2.0/subnets => generated 657 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2565] 10.0.0.103 () {32 vars in 722 bytes} [Wed Jun 24 14:30:49 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2566] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:49 2026] POST /v2.0/subnets => generated 731 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:49.485 7 INFO neutron.db.segments_db [None req-5f62a12d-2961-4409-b602-3f351d0abcdc cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Added segment 8495c473-65f8-49b3-8652-9f4b91583ffb of type vxlan for network e911335a-96fc-48ea-be3f-30560ef14c79 [pid: 7|app: 0|req: 1364/2567] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:49 2026] POST /v2.0/networks => generated 618 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2568] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:49 2026] POST /v2.0/subnets => generated 656 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2569] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:49 2026] POST /v2.0/subnets => generated 726 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:50.139 8 INFO neutron.db.segments_db [None req-b0257ee9-1dbc-4215-9890-a1ed6cb667e9 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Added segment 33b73340-d714-4861-9cda-03f405051031 of type vxlan for network 44a40a41-c91f-4ac7-971c-6cd8299de564 [pid: 8|app: 0|req: 1205/2570] 10.0.0.103 () {34 vars in 670 bytes} [Wed Jun 24 14:30:50 2026] POST /v2.0/networks => generated 618 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2571] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:50 2026] POST /v2.0/subnets => generated 656 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2572] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:50 2026] POST /v2.0/subnets => generated 730 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:30:50.795 7 INFO neutron.db.segments_db [None req-9d7fffc0-d7a2-4619-bb8e-e30993ef3d85 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Added segment 9359d859-4244-460b-9865-660bbe62351f of type vxlan for network f7e338c2-53f9-4309-ab9d-a7aa6c42b693 2026-06-24 14:30:51.022 7 INFO neutron.db.l3_hamode_db [None req-9d7fffc0-d7a2-4619-bb8e-e30993ef3d85 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 14:30:52.199 7 INFO neutron.db.l3_hamode_db [None req-9d7fffc0-d7a2-4619-bb8e-e30993ef3d85 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1367/2573] 10.0.0.103 () {34 vars in 669 bytes} [Wed Jun 24 14:30:50 2026] POST /v2.0/routers => generated 683 bytes in 2298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2574] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:30:53 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2575] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:30:54 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/add_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2576] 10.0.0.103 () {34 vars in 783 bytes} [Wed Jun 24 14:30:55 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2577] 10.0.0.103 () {34 vars in 684 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-groups => generated 1630 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2578] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2579] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2580] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2581] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2582] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2583] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2584] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:57 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: 1373/2585] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2586] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2587] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:58 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: 8|app: 0|req: 1214/2588] 10.0.0.103 () {34 vars in 695 bytes} [Wed Jun 24 14:30:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2589] 10.0.0.113 () {34 vars in 1096 bytes} [Wed Jun 24 14:30:58 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1670217873&fields=id&tenant_id=802abbcf684842b0887e8e9286c45648 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2590] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:30:58 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2591] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:30:58 2026] GET /v2.0/quotas/802abbcf684842b0887e8e9286c45648 => 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: 1216/2592] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:30:58 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&fields=id => generated 287 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2593] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:30:59 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1217/2594] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:30:59 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2595] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:30:59 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => 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: 1380/2598] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:04 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => 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: 1219/2599] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:31:05 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2600] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:31:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=802abbcf684842b0887e8e9286c45648 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2601] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:31:05 2026] POST /v2.0/ports => generated 1183 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2602] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:31:05 2026] PUT /v2.0/ports/ba14440d-e979-4ec4-a13c-374651a9198c => generated 1464 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:31:06.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f64bc5fa-c4d9-46e0-9319-ccf47240e915'] response: {'name': 'network-changed', 'server_uuid': '49ecac99-cf7a-4747-bb2a-5b7697b1a946', 'tag': 'ba14440d-e979-4ec4-a13c-374651a9198c', '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: 1221/2603] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:06 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1383/2604] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:31:06 2026] GET /v2.0/networks?tenant_id=802abbcf684842b0887e8e9286c45648&shared=False => generated 2373 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2605] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:31:07 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: 1384/2606] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2607] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => 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: 1385/2608] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f9&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2609] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => 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: 1386/2610] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2611] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2612] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2613] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:31:08 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1388/2614] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:09 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2615] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:09 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2618] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:14 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2619] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:14 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2620] 10.0.0.103 () {32 vars in 818 bytes} [Wed Jun 24 14:31:14 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&mac_address=fa%3A16%3A3e%3Ab7%3A3d%3A41 => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:31:15.745 7 INFO neutron.db.l3_db [None req-0ab37556-c256-46c5-aeff-f25f6f8c14aa cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP d40c2a18-8ca0-4ced-a197-cf1ffb1649fe associated. External IP: 10.96.250.218, port: ba14440d-e979-4ec4-a13c-374651a9198c. [pid: 7|app: 0|req: 1391/2621] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:31:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:31:16.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16a41ead-1e4e-466b-9acf-020d35b454d1'] response: {'name': 'network-changed', 'server_uuid': '49ecac99-cf7a-4747-bb2a-5b7697b1a946', 'tag': 'ba14440d-e979-4ec4-a13c-374651a9198c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1231/2622] 10.0.0.113 () {34 vars in 1096 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1670217873&fields=id&tenant_id=802abbcf684842b0887e8e9286c45648 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2623] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2624] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/quotas/802abbcf684842b0887e8e9286c45648 => 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: 1393/2625] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&fields=id => generated 333 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2626] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1394/2627] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2628] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2629] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => 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: 1395/2630] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2631] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2632] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f9&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2633] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2634] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&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: 1238/2635] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2636] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1239/2637] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:31:16 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2638] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:31:20 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2639] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:31:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=802abbcf684842b0887e8e9286c45648 => 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: 1400/2640] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:31:21 2026] POST /v2.0/ports => generated 1183 bytes in 438 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: 1401/2641] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:21 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1198 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2642] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:21 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2643] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:31:22 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2644] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:22 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&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: 1241/2645] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:31:21 2026] PUT /v2.0/ports/344f3071-6459-4f92-9912-185d758f71ce => generated 1464 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:31:22.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ff1c41d-3736-4743-a762-5e112503e3c7'] response: {'name': 'network-changed', 'server_uuid': '3ca96756-27f3-40ce-9753-48bd657b6b23', 'tag': '344f3071-6459-4f92-9912-185d758f71ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1405/2646] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:23 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1467 bytes in 35 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: 1242/2647] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:31:23 2026] GET /v2.0/networks?tenant_id=802abbcf684842b0887e8e9286c45648&shared=False => generated 2373 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2648] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:31:23 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: 8|app: 0|req: 1243/2649] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2650] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=344f3071-6459-4f92-9912-185d758f71ce => 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: 1244/2651] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=344f3071-6459-4f92-9912-185d758f71ce => 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: 1408/2652] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/subnets?id=b0c02003-9658-45f1-99cf-3a7d15c8b101&id=ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2653] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2654] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 1246/2655] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2656] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:31:24 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1247/2657] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:26 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1200 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2658] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:27 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2661] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:31:32 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1200 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2662] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:32 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&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: 7|app: 0|req: 1414/2663] 10.0.0.103 () {32 vars in 818 bytes} [Wed Jun 24 14:31:32 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&mac_address=fa%3A16%3A3e%3A89%3A5f%3Aee => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:31:33.224 8 INFO neutron.db.l3_db [None req-2772973d-0fdd-4f6c-bead-833c6787b6c2 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP ca11d467-0c78-4917-85d6-c207b11bca0c associated. External IP: 10.96.250.201, port: 344f3071-6459-4f92-9912-185d758f71ce. [pid: 8|app: 0|req: 1250/2664] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:31:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 14:31:33.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f861270-9606-492b-892a-214baf924de3'] response: {'name': 'network-changed', 'server_uuid': '3ca96756-27f3-40ce-9753-48bd657b6b23', 'tag': '344f3071-6459-4f92-9912-185d758f71ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1415/2665] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1469 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2666] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2667] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=344f3071-6459-4f92-9912-185d758f71ce => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2668] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=344f3071-6459-4f92-9912-185d758f71ce => 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: 1417/2669] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/subnets?id=b0c02003-9658-45f1-99cf-3a7d15c8b101&id=ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2670] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2671] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 1254/2672] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2673] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:31:34 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2674] 10.0.0.101 () {34 vars in 990 bytes} [Wed Jun 24 14:31:40 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2675] 10.0.0.101 () {34 vars in 1040 bytes} [Wed Jun 24 14:31:40 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2678] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:31:56 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2679] 10.0.0.171 () {30 vars in 690 bytes} [Wed Jun 24 14:31:57 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: 7|app: 0|req: 1423/2680] 10.0.0.171 () {30 vars in 692 bytes} [Wed Jun 24 14:31:57 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: 1258/2681] 10.0.0.171 () {30 vars in 668 bytes} [Wed Jun 24 14:31:57 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: 1424/2682] 10.0.0.171 () {30 vars in 704 bytes} [Wed Jun 24 14:31:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2683] 10.0.0.171 () {28 vars in 439 bytes} [Wed Jun 24 14:31:57 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: 1425/2684] 10.0.0.171 () {30 vars in 728 bytes} [Wed Jun 24 14:31:57 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2685] 10.0.0.171 () {30 vars in 690 bytes} [Wed Jun 24 14:31:57 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: 1426/2686] 10.0.0.171 () {30 vars in 692 bytes} [Wed Jun 24 14:31:57 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: 1261/2687] 10.0.0.171 () {30 vars in 668 bytes} [Wed Jun 24 14:31:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2688] 10.0.0.171 () {30 vars in 704 bytes} [Wed Jun 24 14:31:57 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: 1262/2689] 10.0.0.171 () {30 vars in 728 bytes} [Wed Jun 24 14:31:57 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2690] 10.0.0.171 () {30 vars in 690 bytes} [Wed Jun 24 14:31:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2691] 10.0.0.171 () {30 vars in 692 bytes} [Wed Jun 24 14:31:58 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: 1429/2692] 10.0.0.171 () {30 vars in 668 bytes} [Wed Jun 24 14:31:58 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: 1264/2693] 10.0.0.171 () {30 vars in 704 bytes} [Wed Jun 24 14:31:58 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: 1430/2694] 10.0.0.171 () {30 vars in 730 bytes} [Wed Jun 24 14:31:58 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2695] 10.0.0.171 () {30 vars in 682 bytes} [Wed Jun 24 14:31:58 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: 1431/2696] 10.0.0.171 () {34 vars in 704 bytes} [Wed Jun 24 14:31:58 2026] POST /v2.0/ports => generated 1132 bytes in 273 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: 1433/2699] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:32:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2700] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:32:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2701] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:32:00 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: 1268/2702] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:32:00 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: 1435/2703] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2704] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:32:01 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: 1436/2705] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:32:01 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: 1270/2706] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2707] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:32:01.309 8 INFO neutron.api.v2.resource [None req-e4327662-8fff-41f6-9f66-05320c3e94f0 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2708] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2709] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2710] 199.19.213.66 () {34 vars in 735 bytes} [Wed Jun 24 14:32:01 2026] POST /v2.0/security-groups => generated 1638 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2711] 199.19.213.66 () {30 vars in 814 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/security-group-rules?security_group_id=856bfe8d-a0ea-4731-9969-778030069a83 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2712] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:32:01 2026] PUT /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2713] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1274/2714] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:32:01 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: 1441/2715] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:32:01 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: 1275/2716] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2717] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:32:01 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1276/2718] 10.0.0.113 () {34 vars in 1016 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2719] 10.0.0.113 () {34 vars in 982 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/networks?id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2720] 10.0.0.113 () {34 vars in 965 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/quotas/3a1dfab3ffe2489699d071ae0d805897 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2721] 10.0.0.113 () {34 vars in 1002 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2722] 10.0.0.113 () {34 vars in 1008 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2723] 10.0.0.113 () {34 vars in 1108 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1279/2724] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => 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: 1446/2725] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:09 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => 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: 1280/2726] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:12 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => 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: 1447/2727] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:12 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => 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: 1281/2728] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:32:13 2026] GET /v2.0/networks?id=6a09714e-7dfa-400a-aaf5-636e990e4849 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2729] 199.19.213.66 () {34 vars in 1049 bytes} [Wed Jun 24 14:32:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a1dfab3ffe2489699d071ae0d805897 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2730] 199.19.213.66 () {38 vars in 954 bytes} [Wed Jun 24 14:32:14 2026] POST /v2.0/ports => generated 1082 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2733] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:32:14 2026] PUT /v2.0/ports/fc380c85-5046-40e4-ba2d-3ddb56915c89 => generated 1243 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:32:14.829 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01a8cd93-c649-4b11-9796-515d00f4badb'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'fc380c85-5046-40e4-ba2d-3ddb56915c89', '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: 1285/2734] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:32:15 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1450/2735] 199.19.213.66 () {34 vars in 1017 bytes} [Wed Jun 24 14:32:15 2026] GET /v2.0/networks?tenant_id=3a1dfab3ffe2489699d071ae0d805897&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2736] 199.19.213.66 () {34 vars in 929 bytes} [Wed Jun 24 14:32:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2737] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:15 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2738] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:32:15 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&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: 1452/2739] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2740] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2741] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2742] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2743] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2744] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2745] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:32:16 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1291/2746] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:18 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2747] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:32:18 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2748] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:18 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2749] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:32:20 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2750] 199.19.213.66 () {34 vars in 1043 bytes} [Wed Jun 24 14:32:20 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2751] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:21 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2752] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:32:21 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&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: 1459/2753] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:21 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2754] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:24 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2755] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:32:24 2026] GET /v2.0/security-groups?id=d6df6399-4a76-4134-8676-559f0ee4122a&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: 8|app: 0|req: 1296/2756] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:32:24 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2761] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:32:59 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: 1463/2762] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:32: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: 8|app: 0|req: 1300/2763] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:32:59 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: 1464/2764] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:32:59 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: 8|app: 0|req: 1301/2765] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:32:59 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2768] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:32:59 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2769] 199.19.213.66 () {34 vars in 716 bytes} [Wed Jun 24 14:32:59 2026] POST /v2.0/ports => generated 1055 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2770] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:33:00 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1055 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2771] 10.0.0.113 () {34 vars in 907 bytes} [Wed Jun 24 14:33:00 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: 8|app: 0|req: 1305/2772] 199.19.213.66 () {34 vars in 1261 bytes} [Wed Jun 24 14:33:01 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2773] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:01 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2774] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:01 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1469/2775] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:33:01 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2776] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:01 2026] GET /v2.0/networks?id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => 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: 1470/2777] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:33:01 2026] PUT /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1245 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:33:02.361 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-456d4b3f-23dd-4f89-8252-9a40869562b3'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'c480849a-92ce-42b4-822b-8fcaec9bf6b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2778] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:02 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2779] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:02 2026] GET /v2.0/networks?id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => 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: 1309/2780] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1472/2781] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:02 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2782] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:03 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2783] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:03 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1311/2784] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:03 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2785] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2786] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => 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: 1475/2787] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2788] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&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: 1476/2789] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1314/2790] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1477/2791] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2792] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2793] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2794] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1479/2795] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:04 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1317/2796] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:33:08 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1247 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2797] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:33:08 2026] PUT /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1272 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:33:08.979 8 INFO neutron.api.v2.resource [None req-a141186b-24bc-4f8c-a608-c12b2cadcddc 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2798] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:33:08 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:33:08.996 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab96d624-f030-4cd8-a4a1-9a352f8a29eb'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'c480849a-92ce-42b4-822b-8fcaec9bf6b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2799] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:33:08 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2800] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:33:09 2026] PUT /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1310 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:33:09.311 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3841a149-943f-4202-94f8-919b956ba20f'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'c480849a-92ce-42b4-822b-8fcaec9bf6b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/2801] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:09 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1320/2802] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2803] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:09 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: 1321/2804] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2805] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1322/2806] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2807] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2808] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2809] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/networks?id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2810] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1324/2811] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1488/2812] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2813] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2814] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2815] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2816] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1327/2817] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2818] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:09 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1328/2819] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:10 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2820] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:10 2026] GET /v2.0/networks?id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2821] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1493/2822] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:10 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => 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: 1330/2823] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:11 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2824] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:11 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1331/2825] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:11 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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-06-24 14:33:19.782 8 INFO neutron.db.l3_db [None req-945bd7e9-afda-427c-abec-703bff6c865c cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP cc0c8204-34f0-4c95-b885-c768caf83e25 associated. External IP: 10.96.250.202, port: 0ddede4e-95be-42f3-ad98-e0e32ed7e19a. [pid: 8|app: 0|req: 1333/2828] 10.0.0.103 () {34 vars in 677 bytes} [Wed Jun 24 14:33:19 2026] POST /v2.0/floatingips => generated 899 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2829] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2830] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:24 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: 1497/2831] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:24 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: 1335/2832] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:24 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-06-24 14:33:25.136 7 INFO neutron.api.v2.resource [None req-ba771628-ea28-4472-a0db-4d2af897acbb 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/2833] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:33:25 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2834] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:33:25 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2835] 199.19.213.66 () {30 vars in 814 bytes} [Wed Jun 24 14:33:25 2026] GET /v2.0/security-group-rules?security_group_id=856bfe8d-a0ea-4731-9969-778030069a83 => 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: 1337/2836] 199.19.213.66 () {34 vars in 746 bytes} [Wed Jun 24 14:33:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2837] 199.19.213.66 () {34 vars in 746 bytes} [Wed Jun 24 14:33:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2840] 10.0.0.171 () {30 vars in 690 bytes} [Wed Jun 24 14:33:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2841] 10.0.0.171 () {30 vars in 692 bytes} [Wed Jun 24 14:33:36 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: 1340/2842] 10.0.0.171 () {30 vars in 668 bytes} [Wed Jun 24 14:33:36 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: 1503/2843] 10.0.0.171 () {30 vars in 704 bytes} [Wed Jun 24 14:33:36 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: 1341/2844] 10.0.0.171 () {28 vars in 439 bytes} [Wed Jun 24 14:33:37 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: 1504/2845] 10.0.0.171 () {30 vars in 728 bytes} [Wed Jun 24 14:33:37 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2846] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:38 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: 1505/2847] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:38 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: 1343/2848] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2849] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:38 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: 1344/2850] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:38 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2851] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:33:38 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2852] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:38 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: 1508/2853] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:38 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: 1346/2854] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:38 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: 1509/2855] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:38 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: 1347/2856] 199.19.213.66 () {34 vars in 716 bytes} [Wed Jun 24 14:33:38 2026] POST /v2.0/ports => generated 1324 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2857] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:33:39 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1324 bytes in 35 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: 1348/2858] 10.0.0.113 () {34 vars in 907 bytes} [Wed Jun 24 14:33:39 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: 1511/2859] 199.19.213.66 () {34 vars in 1261 bytes} [Wed Jun 24 14:33:40 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2860] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:40 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1512/2861] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:40 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1350/2862] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:33:40 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2863] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:41 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2864] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:33:41 2026] PUT /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1514 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:33:41.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d5338c4-5408-4b28-af49-e0a07964a401'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': '36fb09c2-bca9-46db-9a37-5b7ff47e249d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1514/2865] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1352/2866] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2867] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1353/2868] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A380&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1516/2869] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2870] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&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: 1517/2871] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2872] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2873] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:42 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1356/2874] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4092 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2875] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => 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: 1357/2876] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2877] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2878] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1521/2879] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1359/2880] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1522/2881] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => 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: 1360/2882] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&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: 7|app: 0|req: 1523/2883] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1361/2884] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:43 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1524/2885] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1362/2886] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A380&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1525/2887] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2888] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2889] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2890] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1527/2891] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:44 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2894] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2895] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2896] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2897] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/subnets/8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => 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: 1531/2898] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2899] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:48 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: 1532/2900] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:48 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: 1369/2901] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:48 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: 1533/2902] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2903] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2904] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2905] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2906] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2907] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2908] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:48 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1373/2909] 10.0.0.171 () {30 vars in 690 bytes} [Wed Jun 24 14:33:52 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: 1537/2910] 10.0.0.171 () {30 vars in 692 bytes} [Wed Jun 24 14:33:53 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: 1374/2911] 10.0.0.171 () {30 vars in 668 bytes} [Wed Jun 24 14:33: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: 7|app: 0|req: 1538/2912] 10.0.0.171 () {30 vars in 704 bytes} [Wed Jun 24 14:33:53 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: 1375/2913] 10.0.0.171 () {28 vars in 439 bytes} [Wed Jun 24 14:33:53 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: 1539/2914] 10.0.0.171 () {30 vars in 728 bytes} [Wed Jun 24 14:33:53 2026] GET /v2.0/subnets/ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2915] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2916] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:54 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: 1377/2917] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33: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: 1541/2918] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:54 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: 1378/2919] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:54 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2920] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:33:54 2026] GET /v2.0/subnets/ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2921] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:33:54 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2922] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:33: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: 8|app: 0|req: 1380/2923] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:33:54 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: 1544/2924] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:33:54 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: 1381/2925] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:33:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2926] 199.19.213.66 () {34 vars in 716 bytes} [Wed Jun 24 14:33:54 2026] POST /v2.0/ports => generated 1332 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2927] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:33:55 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1332 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: 1546/2928] 199.19.213.66 () {34 vars in 1261 bytes} [Wed Jun 24 14:33:56 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2929] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:56 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1547/2930] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:56 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1384/2931] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:33:56 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2932] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:56 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2933] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:33:56 2026] PUT /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1522 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:33:57.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dbc95e0-6e92-4e22-b17c-52d73cf49000'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'b98b0236-e662-4617-994d-45e823cb335b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1549/2934] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:57 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 5608 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1386/2935] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:33:57 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2936] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:33:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.147&port_id=b98b0236-e662-4617-994d-45e823cb335b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2937] 199.19.213.66 () {34 vars in 1105 bytes} [Wed Jun 24 14:33:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A318&port_id=b98b0236-e662-4617-994d-45e823cb335b => 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: 1551/2938] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:33:58 2026] GET /v2.0/subnets?id=b0c02003-9658-45f1-99cf-3a7d15c8b101&id=ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2939] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:58 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 1552/2940] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:58 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 1389/2941] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:58 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1553/2942] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:58 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2943] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 5608 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2944] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2945] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2946] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&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: 1392/2947] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1556/2948] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1393/2949] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1557/2950] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2951] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&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: 7|app: 0|req: 1558/2954] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2955] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1559/2956] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1398/2957] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A380&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1560/2958] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2959] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2960] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2961] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1562/2962] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:33:59 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1401/2963] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.147&port_id=b98b0236-e662-4617-994d-45e823cb335b => 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: 1563/2964] 199.19.213.66 () {34 vars in 1105 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A318&port_id=b98b0236-e662-4617-994d-45e823cb335b => 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: 1402/2965] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/subnets?id=b0c02003-9658-45f1-99cf-3a7d15c8b101&id=ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2966] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2967] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 7|app: 0|req: 1565/2968] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1404/2969] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:00 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1566/2970] 10.0.0.113 () {34 vars in 971 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2971] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2972] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/subnets/ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2973] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/subnets/b0c02003-9658-45f1-99cf-3a7d15c8b101 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2974] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2975] 199.19.213.66 () {34 vars in 789 bytes} [Wed Jun 24 14:34:04 2026] PUT /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1251 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:04.798 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4d76ad6-64be-4690-bd74-cdde0625db6b'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': '36fb09c2-bca9-46db-9a37-5b7ff47e249d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1569/2976] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1408/2977] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:04 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2978] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34: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: 8|app: 0|req: 1409/2979] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:04 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: 1571/2980] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34: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: 8|app: 0|req: 1410/2981] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34: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: 1572/2982] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2983] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2984] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2985] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2986] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2987] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2988] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2989] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 5381 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2990] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2991] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1577/2992] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2993] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/2994] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1417/2995] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:05 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1419/2998] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2999] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3000] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:18 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: 1581/3001] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:18 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: 1421/3002] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3003] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 5381 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3004] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:18 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: 1583/3005] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:18 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: 1423/3006] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:18 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: 1584/3007] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3008] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3009] 199.19.213.66 () {34 vars in 789 bytes} [Wed Jun 24 14:34:18 2026] PUT /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1311 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:19.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ef58115-1a45-440b-976a-6da3a3554f3e'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'b98b0236-e662-4617-994d-45e823cb335b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1425/3010] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:18 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1586/3011] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/subnets/b0c02003-9658-45f1-99cf-3a7d15c8b101 => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3012] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3013] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:34:19 2026] PUT /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3014] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1588/3015] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3016] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3017] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3018] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3019] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3020] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:19 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1431/3021] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:20 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:21.045 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85ac41de-82a3-46a2-86f2-701778ead031'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': 'b98b0236-e662-4617-994d-45e823cb335b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1591/3022] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3023] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3024] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1433/3025] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 4973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3026] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1434/3027] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3028] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:34:21 2026] GET /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b?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: 1435/3029] 199.19.213.66 () {34 vars in 1015 bytes} [Wed Jun 24 14:34:22 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3030] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:34:22 2026] PUT /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3031] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:22 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:34:22.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-381d38fe-ec19-4294-afc0-d46460720727 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: b98b0236-e662-4617-994d-45e823cb335b 2026-06-24 14:34:22.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-381d38fe-ec19-4294-afc0-d46460720727 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: b98b0236-e662-4617-994d-45e823cb335b [pid: 7|app: 0|req: 1596/3032] 199.19.213.66 () {32 vars in 758 bytes} [Wed Jun 24 14:34:22 2026] DELETE /v2.0/ports/b98b0236-e662-4617-994d-45e823cb335b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3033] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34: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: 1597/3034] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3035] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34: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: 7|app: 0|req: 1598/3036] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3037] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3038] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3039] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3040] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1441/3041] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3042] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3043] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3044] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3865 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3045] 199.19.213.66 () {34 vars in 1225 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/networks?id=6a09714e-7dfa-400a-aaf5-636e990e4849&id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&id=e911335a-96fc-48ea-be3f-30560ef14c79&id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 3094 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3046] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => 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: 1444/3047] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:23 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3048] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&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: 1445/3049] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1605/3050] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 8|app: 0|req: 1446/3051] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1606/3052] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => 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: 1447/3053] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&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: 7|app: 0|req: 1607/3054] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1448/3055] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1608/3056] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=36fb09c2-bca9-46db-9a37-5b7ff47e249d => 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: 1449/3057] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3058] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3059] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1610/3060] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:24 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1451/3061] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:28 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: 1611/3062] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3063] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:28 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: 1612/3064] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3065] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:28 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3865 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3066] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:28 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: 1454/3067] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:28 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: 1614/3068] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:28 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: 1455/3069] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3070] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:28 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3071] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:34:28 2026] PUT /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:29.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3861460e-952f-4e7b-8ea6-b2d17c7edd95'] response: {'name': 'network-changed', 'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'tag': '36fb09c2-bca9-46db-9a37-5b7ff47e249d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1616/3072] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1457/3073] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3074] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3077] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3078] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3079] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1620/3080] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:29 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1461/3081] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:30 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3082] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:34:31 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3083] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:34:31 2026] GET /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3084] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:31 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 3694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3085] 199.19.213.66 () {34 vars in 1015 bytes} [Wed Jun 24 14:34:31 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=dns_domain => generated 29 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3086] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:34:31 2026] PUT /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 917 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3087] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:32 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 14:34:32.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-fac8bad1-7c29-47be-84b3-ece2467ba1d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 36fb09c2-bca9-46db-9a37-5b7ff47e249d 2026-06-24 14:34:32.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fac8bad1-7c29-47be-84b3-ece2467ba1d7 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 36fb09c2-bca9-46db-9a37-5b7ff47e249d [pid: 8|app: 0|req: 1464/3088] 199.19.213.66 () {32 vars in 758 bytes} [Wed Jun 24 14:34:32 2026] DELETE /v2.0/ports/36fb09c2-bca9-46db-9a37-5b7ff47e249d => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3089] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3090] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3091] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:33 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: 1466/3092] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:33 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: 1627/3093] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3094] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3095] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3096] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3097] 199.19.213.66 () {30 vars in 742 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3098] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3099] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1470/3100] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3101] 199.19.213.66 () {34 vars in 1145 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks?id=6a09714e-7dfa-400a-aaf5-636e990e4849&id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 2308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3102] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => 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: 1632/3103] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3104] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&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: 1633/3105] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3106] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3107] 199.19.213.66 () {34 vars in 1055 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=c480849a-92ce-42b4-822b-8fcaec9bf6b3 => 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: 1474/3108] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/subnets?id=3142f62d-974d-4828-8869-11c782050561 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3109] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/ports?network_id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6&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: 1475/3110] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1636/3111] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:33 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?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: 1476/3112] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:44 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: 1478/3115] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:44 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: 1638/3116] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:44 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: 1479/3117] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:34:44.744 7 INFO neutron.api.v2.resource [None req-73bcbb56-8c65-4c80-bd36-78a94cf8d746 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3118] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:34:44 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3119] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:34:44 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 2865 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3120] 199.19.213.66 () {30 vars in 814 bytes} [Wed Jun 24 14:34:44 2026] GET /v2.0/security-group-rules?security_group_id=856bfe8d-a0ea-4731-9969-778030069a83 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3121] 199.19.213.66 () {32 vars in 788 bytes} [Wed Jun 24 14:34:44 2026] DELETE /v2.0/security-group-rules/52759093-4464-4d19-ab34-64785e58e2c5 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3122] 199.19.213.66 () {32 vars in 788 bytes} [Wed Jun 24 14:34:44 2026] DELETE /v2.0/security-group-rules/c8208e95-1a4b-47a2-9556-1b3a399b845c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:34:48.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-794bd9fe-141f-44e1-ae12-d53e6334d721 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 9aeb3faa-b661-464d-b3e1-fce79ce0c6cb 2026-06-24 14:34:48.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-794bd9fe-141f-44e1-ae12-d53e6334d721 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 9aeb3faa-b661-464d-b3e1-fce79ce0c6cb 2026-06-24 14:34:48.838 8 INFO neutron.db.l3_db [None req-794bd9fe-141f-44e1-ae12-d53e6334d721 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP cc0c8204-34f0-4c95-b885-c768caf83e25 disassociated (deleted). External IP: 10.96.250.202, port: 0ddede4e-95be-42f3-ad98-e0e32ed7e19a. [pid: 8|app: 0|req: 1482/3123] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:34:48 2026] DELETE /v2.0/floatingips/cc0c8204-34f0-4c95-b885-c768caf83e25 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:34:49.176 7 INFO neutron.api.v2.resource [None req-6244c751-e181-44a4-8c55-b92fe365ec24 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3124] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:34:49 2026] GET /v2.0/floatingips/cc0c8204-34f0-4c95-b885-c768caf83e25 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3125] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:49 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: 1643/3126] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3127] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3128] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:34:50.067 8 INFO neutron.api.v2.resource [None req-51616a37-b53c-4e2b-b550-5ddaf030d948 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/3129] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => 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: 1645/3130] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3131] 199.19.213.66 () {30 vars in 814 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/security-group-rules?security_group_id=856bfe8d-a0ea-4731-9969-778030069a83 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3132] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3133] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:50 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: 1647/3134] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34: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: 1488/3135] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:50 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: 1648/3136] 199.19.213.66 () {30 vars in 740 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => 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: 1489/3137] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3138] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3139] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:50 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3140] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:51 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3141] 199.19.213.66 () {34 vars in 974 bytes} [Wed Jun 24 14:34:52 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3142] 199.19.213.66 () {34 vars in 1059 bytes} [Wed Jun 24 14:34:52 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3143] 199.19.213.66 () {34 vars in 1015 bytes} [Wed Jun 24 14:34:52 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3144] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:52 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3145] 199.19.213.66 () {38 vars in 1027 bytes} [Wed Jun 24 14:34:52 2026] PUT /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1147 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3146] 199.19.213.66 () {30 vars in 768 bytes} [Wed Jun 24 14:34:53 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1494/3147] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:34:53 2026] PUT /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1086 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3148] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:53 2026] GET /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 1086 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, ' 2026-06-24 14:34:54.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-73fe6398-3f28-4159-9597-570ef08375a6 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: c480849a-92ce-42b4-822b-8fcaec9bf6b3 2026-06-24 14:34:54.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73fe6398-3f28-4159-9597-570ef08375a6 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: c480849a-92ce-42b4-822b-8fcaec9bf6b3 [pid: 8|app: 0|req: 1495/3149] 199.19.213.66 () {32 vars in 758 bytes} [Wed Jun 24 14:34:53 2026] DELETE /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3150] 199.19.213.66 () {30 vars in 702 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3151] 199.19.213.66 () {30 vars in 704 bytes} [Wed Jun 24 14:34:54 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: 1656/3152] 199.19.213.66 () {30 vars in 680 bytes} [Wed Jun 24 14:34:54 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: 1497/3153] 199.19.213.66 () {30 vars in 716 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:34:54.358 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56e1d32d-ba4c-4378-95c8-f2548038dccd 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3154] 199.19.213.66 () {32 vars in 758 bytes} [Wed Jun 24 14:34:54 2026] DELETE /v2.0/ports/c480849a-92ce-42b4-822b-8fcaec9bf6b3 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3155] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:54.422 7 INFO neutron.api.v2.resource [None req-d9c9523b-1d5e-42cb-bd89-8ff0a10b4b95 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3156] 199.19.213.66 () {30 vars in 762 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/security-groups/lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3157] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/ports?tenant_id=3a1dfab3ffe2489699d071ae0d805897&device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3158] 199.19.213.66 () {30 vars in 784 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/security-groups?name=lb-5d718c1a-2ce1-408b-a14c-e1b086259605 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3159] 199.19.213.66 () {30 vars in 736 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3160] 199.19.213.66 () {34 vars in 1065 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/networks?id=6a09714e-7dfa-400a-aaf5-636e990e4849&id=ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 1522 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3161] 199.19.213.66 () {34 vars in 1061 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.188&port_id=fc380c85-5046-40e4-ba2d-3ddb56915c89 => 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: 1502/3162] 199.19.213.66 () {34 vars in 983 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/subnets?id=22e58484-897b-41af-a484-61e18fd098af => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3163] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/ports?network_id=6a09714e-7dfa-400a-aaf5-636e990e4849&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: 1504/3164] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1505/3165] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:34:54 2026] GET /v2.0/networks/6a09714e-7dfa-400a-aaf5-636e990e4849?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: 1661/3166] 199.19.213.66 () {34 vars in 788 bytes} [Wed Jun 24 14:34:54 2026] PUT /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 1094 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3167] 199.19.213.66 () {32 vars in 778 bytes} [Wed Jun 24 14:34:54 2026] DELETE /v2.0/security-groups/856bfe8d-a0ea-4731-9969-778030069a83 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:34:54.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b37f7ad-8b03-4c6a-a0b4-c56fc6a5d058 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: 0ddede4e-95be-42f3-ad98-e0e32ed7e19a 2026-06-24 14:34:54.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b37f7ad-8b03-4c6a-a0b4-c56fc6a5d058 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: 0ddede4e-95be-42f3-ad98-e0e32ed7e19a [pid: 7|app: 0|req: 1662/3168] 199.19.213.66 () {32 vars in 758 bytes} [Wed Jun 24 14:34:54 2026] DELETE /v2.0/ports/0ddede4e-95be-42f3-ad98-e0e32ed7e19a => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3169] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:34:57 2026] GET /v2.0/ports?device_id=69f44058-8065-466c-b201-af5478018eb6 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:34:58.104 7 INFO neutron_taas.services.taas.taas_plugin [req-99723c76-9eab-4c6e-aea8-97628ccd687d req-6d8fed34-5ef3-4a3f-a057-6758ad6ee4a8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] TaaS: Handle Delete Port: fc380c85-5046-40e4-ba2d-3ddb56915c89 2026-06-24 14:34:58.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99723c76-9eab-4c6e-aea8-97628ccd687d req-6d8fed34-5ef3-4a3f-a057-6758ad6ee4a8 472dc5dfd7774df2a704c15b12a1b83a 3a1dfab3ffe2489699d071ae0d805897 - - default default] Tap Mirror: Handle Delete Port: fc380c85-5046-40e4-ba2d-3ddb56915c89 [pid: 7|app: 0|req: 1663/3170] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:34:57 2026] DELETE /v2.0/ports/fc380c85-5046-40e4-ba2d-3ddb56915c89 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:34:58.302 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5705fdc-c91f-45e7-88ce-893f8d0610fb'] response: {'server_uuid': '69f44058-8065-466c-b201-af5478018eb6', 'name': 'network-vif-deleted', 'tag': 'fc380c85-5046-40e4-ba2d-3ddb56915c89', 'status': 'completed', 'code': 200} 2026-06-24 14:34:59.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-625ca88a-c858-4508-b7bb-3ff048ee98df cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 01cdea28-de2e-411f-b214-428b8584ef8e 2026-06-24 14:34:59.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-625ca88a-c858-4508-b7bb-3ff048ee98df cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 01cdea28-de2e-411f-b214-428b8584ef8e 2026-06-24 14:34:59.720 8 INFO neutron.db.l3_db [None req-625ca88a-c858-4508-b7bb-3ff048ee98df cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP ca11d467-0c78-4917-85d6-c207b11bca0c disassociated (deleted). External IP: 10.96.250.201, port: 344f3071-6459-4f92-9912-185d758f71ce. [pid: 8|app: 0|req: 1508/3173] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:34:59 2026] DELETE /v2.0/floatingips/ca11d467-0c78-4917-85d6-c207b11bca0c => generated 0 bytes in 675 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:00.070 7 INFO neutron.api.v2.resource [None req-b4fb8757-0b91-47fc-8014-f574a576a8b6 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3174] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/floatingips/ca11d467-0c78-4917-85d6-c207b11bca0c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:00.082 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65bd8d57-cbe2-4634-ad0b-3e61c4c02106'] response: {'name': 'network-changed', 'server_uuid': '3ca96756-27f3-40ce-9753-48bd657b6b23', 'tag': '344f3071-6459-4f92-9912-185d758f71ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1509/3175] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3176] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3177] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3178] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/networks?id=44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3179] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=344f3071-6459-4f92-9912-185d758f71ce => 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: 1669/3180] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=344f3071-6459-4f92-9912-185d758f71ce => 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: 1512/3181] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/subnets?id=b0c02003-9658-45f1-99cf-3a7d15c8b101&id=ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3182] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3183] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/ports?network_id=44a40a41-c91f-4ac7-971c-6cd8299de564&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: 1671/3184] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1514/3185] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:35:00 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564?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: 1672/3186] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:35:02 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 1198 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:35:02.837 8 INFO neutron_taas.services.taas.taas_plugin [req-3be50341-a437-4cf6-85e1-cc7e06bb801c req-0a110f7f-ad19-4aab-aba2-898a2fa1a64d cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 344f3071-6459-4f92-9912-185d758f71ce 2026-06-24 14:35:02.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3be50341-a437-4cf6-85e1-cc7e06bb801c req-0a110f7f-ad19-4aab-aba2-898a2fa1a64d cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 344f3071-6459-4f92-9912-185d758f71ce [pid: 8|app: 0|req: 1515/3187] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:35:02 2026] DELETE /v2.0/ports/344f3071-6459-4f92-9912-185d758f71ce => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:03.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fea0269-3852-4cb9-9790-b204b9f7ae20'] response: {'server_uuid': '3ca96756-27f3-40ce-9753-48bd657b6b23', 'name': 'network-vif-deleted', 'tag': '344f3071-6459-4f92-9912-185d758f71ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1673/3188] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:35:05 2026] GET /v2.0/ports?device_id=3ca96756-27f3-40ce-9753-48bd657b6b23 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 14:35:10.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb787147-9787-47ce-aaa2-1f750bd82a2e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 7af494e3-c902-43db-ac96-a0854b9d3586 2026-06-24 14:35:10.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb787147-9787-47ce-aaa2-1f750bd82a2e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 7af494e3-c902-43db-ac96-a0854b9d3586 2026-06-24 14:35:10.782 8 INFO neutron.db.l3_db [None req-fb787147-9787-47ce-aaa2-1f750bd82a2e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Floating IP d40c2a18-8ca0-4ced-a197-cf1ffb1649fe disassociated (deleted). External IP: 10.96.250.218, port: ba14440d-e979-4ec4-a13c-374651a9198c. [pid: 8|app: 0|req: 1516/3189] 10.0.0.103 () {32 vars in 732 bytes} [Wed Jun 24 14:35:10 2026] DELETE /v2.0/floatingips/d40c2a18-8ca0-4ced-a197-cf1ffb1649fe => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:11.085 7 INFO neutron.api.v2.resource [None req-8ac8cd57-362d-4f54-8009-ba66513e6a55 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3190] 10.0.0.103 () {32 vars in 729 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/floatingips/d40c2a18-8ca0-4ced-a197-cf1ffb1649fe => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:11.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0f5669e-dd61-4d2e-8efe-166758229b3f'] response: {'name': 'network-changed', 'server_uuid': '49ecac99-cf7a-4747-bb2a-5b7697b1a946', 'tag': 'ba14440d-e979-4ec4-a13c-374651a9198c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1517/3191] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3192] 10.0.0.113 () {34 vars in 1040 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/security-groups?id=2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a&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: 8|app: 0|req: 1518/3193] 199.19.213.66 () {34 vars in 1079 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/ports?tenant_id=802abbcf684842b0887e8e9286c45648&device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => 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: 1676/3194] 199.19.213.66 () {34 vars in 985 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/networks?id=e911335a-96fc-48ea-be3f-30560ef14c79 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3195] 199.19.213.66 () {34 vars in 1057 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => 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: 1677/3196] 199.19.213.66 () {34 vars in 1103 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f9&port_id=ba14440d-e979-4ec4-a13c-374651a9198c => 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: 1520/3197] 199.19.213.66 () {34 vars in 1063 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/subnets?id=93afd559-d31b-4025-bd97-997d6f6b2f09&id=8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3198] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&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: 1521/3199] 199.19.213.66 () {34 vars in 1051 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/ports?network_id=e911335a-96fc-48ea-be3f-30560ef14c79&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: 1679/3200] 199.19.213.66 () {34 vars in 1011 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3201] 199.19.213.66 () {34 vars in 1111 bytes} [Wed Jun 24 14:35:11 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79?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: 1680/3202] 199.19.213.66 () {34 vars in 993 bytes} [Wed Jun 24 14:35:13 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 14:35:13.797 8 INFO neutron_taas.services.taas.taas_plugin [req-78799509-cc2e-40fe-987c-2b09e6b915c1 req-e96cd612-a23c-4840-8a28-ffa096a0ea2d cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: ba14440d-e979-4ec4-a13c-374651a9198c 2026-06-24 14:35:13.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78799509-cc2e-40fe-987c-2b09e6b915c1 req-e96cd612-a23c-4840-8a28-ffa096a0ea2d cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: ba14440d-e979-4ec4-a13c-374651a9198c [pid: 8|app: 0|req: 1523/3203] 199.19.213.66 () {36 vars in 996 bytes} [Wed Jun 24 14:35:13 2026] DELETE /v2.0/ports/ba14440d-e979-4ec4-a13c-374651a9198c => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:13.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe9c7a3-64b3-46b4-8cd5-afb18799b1d3'] response: {'server_uuid': '49ecac99-cf7a-4747-bb2a-5b7697b1a946', 'name': 'network-vif-deleted', 'tag': 'ba14440d-e979-4ec4-a13c-374651a9198c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1525/3206] 10.0.0.113 () {34 vars in 990 bytes} [Wed Jun 24 14:35:16 2026] GET /v2.0/ports?device_id=49ecac99-cf7a-4747-bb2a-5b7697b1a946 => 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: 1682/3207] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/edc64c4a-2ccd-42fe-998c-cbc18fbf8a34 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:21.662 8 INFO neutron.api.v2.resource [None req-afb006f3-997a-4592-9e56-ce1a01d496fb cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3208] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:21 2026] GET /v2.0/security-group-rules/edc64c4a-2ccd-42fe-998c-cbc18fbf8a34 => 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: 1683/3209] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/d3869de8-66e3-4512-83d8-554805746579 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:21.741 8 INFO neutron.api.v2.resource [None req-e01f1251-59ce-4f05-a9dd-337d63552692 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3210] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:21 2026] GET /v2.0/security-group-rules/d3869de8-66e3-4512-83d8-554805746579 => 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: 1684/3211] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/17b4a97c-4267-47ba-9454-6cd179eaa8cc => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:21.808 8 INFO neutron.api.v2.resource [None req-3cce6054-2b72-4ef6-b31d-4981bd4c129c cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3212] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:21 2026] GET /v2.0/security-group-rules/17b4a97c-4267-47ba-9454-6cd179eaa8cc => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3213] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/64fb34ff-7be8-420f-9242-8761b23ddf36 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:21.881 8 INFO neutron.api.v2.resource [None req-44ca40be-2153-4fdd-a9ea-960b39b64c62 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3214] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:21 2026] GET /v2.0/security-group-rules/64fb34ff-7be8-420f-9242-8761b23ddf36 => 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: 1686/3215] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/36bb245d-aa90-4d73-a46d-8f7d16e118d8 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:21.966 8 INFO neutron.api.v2.resource [None req-c8bc3b0b-b776-4662-ba6f-b8c916b6a585 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3216] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:21 2026] GET /v2.0/security-group-rules/36bb245d-aa90-4d73-a46d-8f7d16e118d8 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3217] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:21 2026] DELETE /v2.0/security-group-rules/1ece09b7-e1c1-4c7d-aaee-9285d4a9ca5e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.048 8 INFO neutron.api.v2.resource [None req-1e07d358-4b40-4804-b315-04b77ffb276c cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3218] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/1ece09b7-e1c1-4c7d-aaee-9285d4a9ca5e => 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: 1688/3219] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-group-rules/da80adac-f9e9-4dff-9c3d-b1c797f7ff22 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.130 8 INFO neutron.api.v2.resource [None req-92d13427-2884-4883-8ac6-b66c615aa845 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3220] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/da80adac-f9e9-4dff-9c3d-b1c797f7ff22 => 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: 1689/3221] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-group-rules/2c0b0a7b-6ca0-4ef6-958c-a0f3fab70509 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.221 8 INFO neutron.api.v2.resource [None req-f460a584-9f7c-468f-ace4-534fde6b27a3 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3222] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/2c0b0a7b-6ca0-4ef6-958c-a0f3fab70509 => 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: 1690/3223] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-group-rules/04a460c5-5e43-4d36-9871-fade4b265f78 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.305 8 INFO neutron.api.v2.resource [None req-6d91da9e-28ce-41af-8dff-7d32a4e6f3e4 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3224] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/04a460c5-5e43-4d36-9871-fade4b265f78 => 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: 1691/3225] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-group-rules/e3eadc88-a2fb-459d-921c-49361f245453 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.387 8 INFO neutron.api.v2.resource [None req-ca62de8f-94d2-4e3b-8731-8ef474528060 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3226] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/e3eadc88-a2fb-459d-921c-49361f245453 => 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: 1692/3227] 10.0.0.103 () {32 vars in 750 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-group-rules/ac95dfcb-bd5a-4027-8b52-3ce86223d81e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.466 8 INFO neutron.api.v2.resource [None req-1daa834a-a766-43d2-939d-272fc2062f03 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3228] 10.0.0.103 () {32 vars in 747 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-group-rules/ac95dfcb-bd5a-4027-8b52-3ce86223d81e => 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: 1693/3229] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:22 2026] DELETE /v2.0/security-groups/2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:22.578 8 INFO neutron.api.v2.resource [None req-d9522f73-398d-4ee3-b27e-807ce3be0d03 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3230] 10.0.0.103 () {32 vars in 737 bytes} [Wed Jun 24 14:35:22 2026] GET /v2.0/security-groups/2f7d672b-c2d6-49e6-8da8-a555d6c4ee9a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:22.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c26a13e-f459-4bba-a03e-adf8f86347c4 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 9ca04946-6d31-47f3-ae42-332db7028dde 2026-06-24 14:35:22.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c26a13e-f459-4bba-a03e-adf8f86347c4 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 9ca04946-6d31-47f3-ae42-332db7028dde [pid: 7|app: 0|req: 1694/3231] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:22 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:35:23.689 8 INFO neutron.api.v2.resource [None req-ba32532a-82c6-4681-841a-b929e41e185e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3232] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:23 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:24.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bf39dee-1c9b-4d76-8df4-a832c9ba8905 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: b9d6be98-bc28-4ac2-8195-3c4c45df84da 2026-06-24 14:35:24.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf39dee-1c9b-4d76-8df4-a832c9ba8905 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: b9d6be98-bc28-4ac2-8195-3c4c45df84da [pid: 7|app: 0|req: 1695/3233] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:23 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:35:24.831 8 INFO neutron.api.v2.resource [None req-30fcb025-05bb-4ab8-9fab-854919ef4aaa cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3234] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:24 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 198 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:25.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8866e7e-cd33-4ff6-a269-a8185bfc842f cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 1a9f389c-2692-4c66-8ee1-25b43f001c86 2026-06-24 14:35:25.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8866e7e-cd33-4ff6-a269-a8185bfc842f cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 1a9f389c-2692-4c66-8ee1-25b43f001c86 [pid: 7|app: 0|req: 1696/3235] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:24 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 14:35:25.844 8 INFO neutron.api.v2.resource [None req-e0dc3455-fad1-41f9-add7-86870b88dce2 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3236] 10.0.0.103 () {34 vars in 789 bytes} [Wed Jun 24 14:35:25 2026] PUT /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a/remove_router_interface => generated 198 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:26.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7bb4829-8804-41d0-a378-701099b6fabd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: c2112d3f-3309-49ca-a59b-631840081175 2026-06-24 14:35:26.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7bb4829-8804-41d0-a378-701099b6fabd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: c2112d3f-3309-49ca-a59b-631840081175 2026-06-24 14:35:26.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7bb4829-8804-41d0-a378-701099b6fabd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 64b84f11-c066-4c1c-93f9-d76525cebb77 2026-06-24 14:35:26.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7bb4829-8804-41d0-a378-701099b6fabd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 64b84f11-c066-4c1c-93f9-d76525cebb77 2026-06-24 14:35:26.541 7 INFO neutron.db.l3_hamode_db [None req-b7bb4829-8804-41d0-a378-701099b6fabd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] HA network f7e338c2-53f9-4309-ab9d-a7aa6c42b693 was deleted as no HA routers are present in tenant 802abbcf684842b0887e8e9286c45648. [pid: 7|app: 0|req: 1697/3237] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:25 2026] DELETE /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a => generated 0 bytes in 696 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 14:35:26.565 7 INFO neutron.services.segments.plugin [-] Segment 9359d859-4244-460b-9865-660bbe62351f resource provider aggregate not found 2026-06-24 14:35:26.572 8 INFO neutron.api.v2.resource [None req-ae6fac76-1cba-4fef-9f42-bef92b4e2f94 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] show failed (client error): The resource could not be found. 2026-06-24 14:35:26.572 7 INFO neutron.services.segments.plugin [-] Segment 9359d859-4244-460b-9865-660bbe62351f resource provider aggregate not found [pid: 8|app: 0|req: 1541/3238] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:26 2026] GET /v2.0/routers/a6efed1b-dbaf-48a4-a3a2-b4f97a946b2a => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:26.584 7 INFO neutron.services.segments.plugin [-] Segment 9359d859-4244-460b-9865-660bbe62351f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9359d859-4244-460b-9865-660bbe62351f found for delete ", "request_id": "req-6cdb11f5-5de9-4fb2-970d-5c87db5f43d1"}]} 2026-06-24 14:35:26.585 7 INFO neutron.services.segments.plugin [-] Segment 9359d859-4244-460b-9865-660bbe62351f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9359d859-4244-460b-9865-660bbe62351f found for delete ", "request_id": "req-edd08fe0-564f-484d-a53e-85c95a30718b"}]} [pid: 7|app: 0|req: 1698/3239] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:26 2026] DELETE /v2.0/subnets/b0c02003-9658-45f1-99cf-3a7d15c8b101 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:26.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a8622a0-e89b-4f88-8bdc-8a8e0a10097a cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3240] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:26 2026] GET /v2.0/subnets/b0c02003-9658-45f1-99cf-3a7d15c8b101 => 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: 1699/3241] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:26 2026] DELETE /v2.0/subnets/ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:26.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6deccb6b-7b82-414a-b045-372ca4ca5bbd cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3242] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:26 2026] GET /v2.0/subnets/ccb40c98-f4df-4975-ae88-7cb20c4f5d01 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:27.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fa0112e-b39b-4276-a897-462e1fca70db cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 2da229dd-d3d2-4346-ab4a-c73ca646bff5 2026-06-24 14:35:27.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fa0112e-b39b-4276-a897-462e1fca70db cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 2da229dd-d3d2-4346-ab4a-c73ca646bff5 [pid: 7|app: 0|req: 1700/3243] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:35:26 2026] DELETE /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:27.219 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cb3cb6c-8ee5-42a1-83dd-f77b011e2697 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3244] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:35:27 2026] GET /v2.0/networks/44a40a41-c91f-4ac7-971c-6cd8299de564 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3245] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:27 2026] DELETE /v2.0/subnets/8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:27.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d834f285-0ed4-4541-bc36-61cf72c483b9 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3246] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:27 2026] GET /v2.0/subnets/8ebe44f5-ade6-4aa4-a580-f74ec31e4fc9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3247] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:27 2026] DELETE /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:27.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d01894a-9725-4511-b3cc-36b7276b99ba cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3248] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:27 2026] GET /v2.0/subnets/93afd559-d31b-4025-bd97-997d6f6b2f09 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:27.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-b709e000-5f65-40c4-a76d-16ec7f04689e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 3b91ac05-ead6-4fdc-b8c2-fe08161a84a1 2026-06-24 14:35:27.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b709e000-5f65-40c4-a76d-16ec7f04689e cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 3b91ac05-ead6-4fdc-b8c2-fe08161a84a1 [pid: 7|app: 0|req: 1703/3249] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:35:27 2026] DELETE /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:27.875 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c49896d-cf0a-4250-8431-4d3795e10254 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3250] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:35:27 2026] GET /v2.0/networks/e911335a-96fc-48ea-be3f-30560ef14c79 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3251] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:27 2026] DELETE /v2.0/subnets/b539962f-4dc8-4488-9515-64bbed474e40 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:28.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-498c1015-d1a0-46b9-9256-f01064f6020f cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3252] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:28 2026] GET /v2.0/subnets/b539962f-4dc8-4488-9515-64bbed474e40 => 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: 1705/3253] 10.0.0.103 () {32 vars in 724 bytes} [Wed Jun 24 14:35:28 2026] DELETE /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:28.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d4951d0-588b-446b-af34-b68ec94f810f cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3254] 10.0.0.103 () {32 vars in 721 bytes} [Wed Jun 24 14:35:28 2026] GET /v2.0/subnets/3142f62d-974d-4828-8869-11c782050561 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:28.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-92f43924-1b68-45f6-9c06-de3105699b3a cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] TaaS: Handle Delete Port: 81e971a3-ef02-4f68-a53d-dc614e8624da 2026-06-24 14:35:28.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92f43924-1b68-45f6-9c06-de3105699b3a cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] Tap Mirror: Handle Delete Port: 81e971a3-ef02-4f68-a53d-dc614e8624da [pid: 7|app: 0|req: 1706/3255] 10.0.0.103 () {32 vars in 726 bytes} [Wed Jun 24 14:35:28 2026] DELETE /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 14:35:28.432 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6f01f56-f467-4249-a88c-3e7cf7a971e6 cbd9e41f551843909cc49e997ec1bc50 802abbcf684842b0887e8e9286c45648 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3256] 10.0.0.103 () {32 vars in 723 bytes} [Wed Jun 24 14:35:28 2026] GET /v2.0/networks/ca7687d9-ed87-49e7-937c-67ea1a77e6f6 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 14:35:28.605 7 INFO neutron.services.segments.plugin [-] Segment 33b73340-d714-4861-9cda-03f405051031 resource provider aggregate not found 2026-06-24 14:35:28.606 7 INFO neutron.services.segments.plugin [-] Segment 33b73340-d714-4861-9cda-03f405051031 resource provider aggregate not found 2026-06-24 14:35:28.622 7 INFO neutron.services.segments.plugin [-] Segment 33b73340-d714-4861-9cda-03f405051031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33b73340-d714-4861-9cda-03f405051031 found for delete ", "request_id": "req-4ca1bd9a-f15b-4111-8a07-b7df29c54a5f"}]} 2026-06-24 14:35:28.626 7 INFO neutron.services.segments.plugin [-] Segment 33b73340-d714-4861-9cda-03f405051031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33b73340-d714-4861-9cda-03f405051031 found for delete ", "request_id": "req-45aab1a9-e5b8-42a7-896e-120585d66b75"}]} 2026-06-24 14:35:28.643 7 INFO neutron.services.segments.plugin [-] Segment 8495c473-65f8-49b3-8652-9f4b91583ffb resource provider aggregate not found 2026-06-24 14:35:28.647 7 INFO neutron.services.segments.plugin [-] Segment 8495c473-65f8-49b3-8652-9f4b91583ffb resource provider aggregate not found 2026-06-24 14:35:28.659 7 INFO neutron.services.segments.plugin [-] Segment 8495c473-65f8-49b3-8652-9f4b91583ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8495c473-65f8-49b3-8652-9f4b91583ffb found for delete ", "request_id": "req-d3d84a56-7e84-42be-94a6-31517cb13412"}]} 2026-06-24 14:35:28.665 7 INFO neutron.services.segments.plugin [-] Segment 8495c473-65f8-49b3-8652-9f4b91583ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8495c473-65f8-49b3-8652-9f4b91583ffb found for delete ", "request_id": "req-714a3879-ba4d-4cc2-b1b2-120b0ff1cb69"}]} 2026-06-24 14:35:28.672 7 INFO neutron.services.segments.plugin [-] Segment d83395ef-85ef-4510-9e5c-c2de653cc655 resource provider aggregate not found 2026-06-24 14:35:28.683 7 INFO neutron.services.segments.plugin [-] Segment d83395ef-85ef-4510-9e5c-c2de653cc655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83395ef-85ef-4510-9e5c-c2de653cc655 found for delete ", "request_id": "req-4ea83b20-550a-43a1-9303-4dacb179557e"}]} 2026-06-24 14:35:28.684 7 INFO neutron.services.segments.plugin [-] Segment d83395ef-85ef-4510-9e5c-c2de653cc655 resource provider aggregate not found 2026-06-24 14:35:28.696 7 INFO neutron.services.segments.plugin [-] Segment d83395ef-85ef-4510-9e5c-c2de653cc655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83395ef-85ef-4510-9e5c-c2de653cc655 found for delete ", "request_id": "req-93faf4c5-978b-4612-960b-84ec46f623fd"}]} [pid: 8|app: 0|req: 1552/3259] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:30 2026] GET /v2.0/security-groups?tenant_id=9f992b86166e48c3a2119838632d6f0a&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3260] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:30 2026] DELETE /v2.0/security-groups/d154109a-6f16-4d24-b96e-dbf70db8ca2d => 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: 1553/3261] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:30 2026] GET /v2.0/security-groups?tenant_id=13dbc33ebc0e4c0594c5fcfc2a95dbd6&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3262] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:30 2026] DELETE /v2.0/security-groups/d5f30cb6-3f6a-4fd7-bba6-37de249028ca => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3263] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:31 2026] GET /v2.0/security-groups?tenant_id=d8c5a6bcc93e4394b07a8f65d6d37683&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3264] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:31 2026] DELETE /v2.0/security-groups/407a7cd3-7d55-4798-98c1-e6a1df74a51e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3265] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:31 2026] GET /v2.0/security-groups?tenant_id=608399dfc84640b6899e6554c6ec2cf9&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3266] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:31 2026] DELETE /v2.0/security-groups/c457e2bf-df3c-4b5f-8547-e30336d4cbe3 => 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: 1556/3267] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:31 2026] GET /v2.0/security-groups?tenant_id=e4571958706a4717b665a9fb8790a6b9&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3268] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:31 2026] DELETE /v2.0/security-groups/78672320-2c76-41ae-83d7-20f1ba4f3a7f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3269] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:32 2026] GET /v2.0/security-groups?tenant_id=802abbcf684842b0887e8e9286c45648&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3270] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:32 2026] DELETE /v2.0/security-groups/57538223-180e-4b5a-b56e-5ddd57ea9ee3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3271] 10.0.0.103 () {32 vars in 774 bytes} [Wed Jun 24 14:35:32 2026] GET /v2.0/security-groups?tenant_id=9f661c69ca6b46fa9a2197c986083777&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3272] 10.0.0.103 () {32 vars in 740 bytes} [Wed Jun 24 14:35:32 2026] DELETE /v2.0/security-groups/842518cc-9469-4c63-9955-cf3182270d48 => 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: 1559/3273] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:35:35 2026] GET /v2.0/networks => generated 2168 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3274] 10.0.0.103 () {32 vars in 655 bytes} [Wed Jun 24 14:35:36 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3275] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:35:36 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3276] 10.0.0.103 () {32 vars in 643 bytes} [Wed Jun 24 14:35:36 2026] GET /v2.0/ports => generated 4721 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3277] 10.0.0.103 () {32 vars in 647 bytes} [Wed Jun 24 14:35:36 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: 1717/3278] 10.0.0.103 () {32 vars in 649 bytes} [Wed Jun 24 14:35:36 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: 1562/3279] 10.0.0.103 () {32 vars in 663 bytes} [Wed Jun 24 14:35:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3280] 10.0.0.103 () {32 vars in 655 bytes} [Wed Jun 24 14:35:36 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)