+ 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 [Tue Jun 16 05:43:04 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-8575d7dff7-m88vv 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 0x7ff2c8df7668 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-16 05:43:08.365 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 05:43:08.365 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 05:43:08.557 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 05:43:08.557 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 05:43:09.396 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 05:43:09.678 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 05:43:10.884 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:10.887 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 05:43:10.890 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 05:43:10.891 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:10.891 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 05:43:10.892 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 05:43:10.892 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.900 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.900 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.900 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.922 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 05:43:10.923 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.923 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.954 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 05:43:10.954 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 05:43:10.954 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 05:43:10.954 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 05:43:11.259 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing driver for type 'vlan' 2026-06-16 05:43:11.280 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:11.282 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 05:43:11.286 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 05:43:11.287 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:11.287 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 05:43:11.287 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 05:43:11.288 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:11.295 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:11.295 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:11.295 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:11.317 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 05:43:11.318 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:11.318 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 05:43:11.347 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 05:43:11.348 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 05:43:11.348 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 05:43:11.348 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 05:43:11.539 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] VlanTypeDriver initialization complete 2026-06-16 05:43:11.539 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 05:43:11.539 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 05:43:11.555 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing extension driver 'port_security' 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing extension driver 'qos' 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 05:43:11.556 8 INFO neutron.plugins.ml2.managers [None req-cd292a21-e7b7-4b6f-90a7-982ec94b994a - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 05:43:11.574 8 INFO neutron.quota [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded quota_driver: . 2026-06-16 05:43:11.575 8 INFO neutron.plugins.ml2.plugin [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 05:43:11.575 8 INFO neutron.plugins.ml2.managers [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 05:43:11.575 8 INFO neutron.plugins.ml2.managers [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 05:43:11.576 8 INFO neutron.plugins.ml2.managers [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 05:43:11.577 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: qos 2026-06-16 05:43:11.594 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: router 2026-06-16 05:43:11.628 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 05:43:11.650 8 INFO neutron.services.service_base [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 05:43:11.650 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: segments 2026-06-16 05:43:11.750 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: trunk 2026-06-16 05:43:11.765 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: vpnaas 2026-06-16 05:43:11.814 8 WARNING stevedore.named [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:11.893 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 05:43:11.893 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 05:43:11.893 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 05:43:11.893 8 INFO neutron_vpnaas.services.vpn.plugin [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 05:43:11.894 8 INFO neutron.common.utils [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 05:43:11.894 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: taas 2026-06-16 05:43:11.905 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 05:43:11.905 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 05:43:11.905 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 05:43:11.906 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 05:43:11.906 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing extension driver 'qos' 2026-06-16 05:43:11.906 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 05:43:11.906 7 INFO neutron.plugins.ml2.managers [None req-0c3b214d-79c1-492d-acdf-0010163c9743 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 05:43:11.920 7 INFO neutron.quota [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded quota_driver: . 2026-06-16 05:43:11.921 7 INFO neutron.plugins.ml2.plugin [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 05:43:11.921 7 INFO neutron.plugins.ml2.managers [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 05:43:11.921 7 INFO neutron.plugins.ml2.managers [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 05:43:11.921 7 INFO neutron.plugins.ml2.managers [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 05:43:11.921 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: qos 2026-06-16 05:43:11.923 8 WARNING stevedore.named [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:11.923 8 WARNING stevedore.named [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:11.934 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: router 2026-06-16 05:43:11.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:11.951 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: tapmirror 2026-06-16 05:43:11.963 8 WARNING stevedore.named [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:11.964 8 WARNING stevedore.named [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:11.978 7 INFO neutron.services.service_base [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 05:43:11.979 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: segments 2026-06-16 05:43:11.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:11.982 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: auto_allocate 2026-06-16 05:43:11.990 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: tag 2026-06-16 05:43:11.998 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: timestamp 2026-06-16 05:43:12.009 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 05:43:12.014 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: flavors 2026-06-16 05:43:12.019 8 INFO neutron.manager [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loading Plugin: revisions 2026-06-16 05:43:12.024 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Initializing extension manager. 2026-06-16 05:43:12.025 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: address-group 2026-06-16 05:43:12.026 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: address-scope 2026-06-16 05:43:12.027 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 05:43:12.027 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: agent 2026-06-16 05:43:12.028 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 05:43:12.029 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 05:43:12.030 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 05:43:12.033 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: availability_zone 2026-06-16 05:43:12.034 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 05:43:12.035 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 05:43:12.035 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: default-subnetpools 2026-06-16 05:43:12.037 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 05:43:12.039 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: dns-integration 2026-06-16 05:43:12.039 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 05:43:12.040 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 05:43:12.041 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: dvr 2026-06-16 05:43:12.042 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 05:43:12.042 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 05:43:12.043 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:12.044 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 05:43:12.044 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: external-net 2026-06-16 05:43:12.045 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 05:43:12.045 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: extraroute 2026-06-16 05:43:12.046 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 05:43:12.046 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 05:43:12.047 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 05:43:12.047 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 05:43:12.048 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 05:43:12.048 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: fip-port-details 2026-06-16 05:43:12.049 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: flavors 2026-06-16 05:43:12.050 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 05:43:12.051 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: floatingip-pools 2026-06-16 05:43:12.051 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: ip_allocation 2026-06-16 05:43:12.052 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 05:43:12.052 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: l2_adjacency 2026-06-16 05:43:12.053 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: router 2026-06-16 05:43:12.055 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:12.056 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 05:43:12.056 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 05:43:12.057 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 05:43:12.057 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: l3-ha 2026-06-16 05:43:12.058 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:12.058 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 05:43:12.059 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: l3-flavors 2026-06-16 05:43:12.060 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:12.060 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 05:43:12.062 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 05:43:12.064 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 05:43:12.065 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 05:43:12.066 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 05:43:12.067 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 05:43:12.068 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: multi-provider 2026-06-16 05:43:12.068 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: net-mtu 2026-06-16 05:43:12.069 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 05:43:12.069 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: network_availability_zone 2026-06-16 05:43:12.070 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: network_ha 2026-06-16 05:43:12.071 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: network-ip-availability 2026-06-16 05:43:12.072 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 05:43:12.072 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: pagination 2026-06-16 05:43:12.072 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-device-profile 2026-06-16 05:43:12.073 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 05:43:12.073 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 05:43:12.074 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 05:43:12.074 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-mac-override 2026-06-16 05:43:12.075 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 05:43:12.076 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 05:43:12.076 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 05:43:12.077 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-resource-request 2026-06-16 05:43:12.077 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 05:43:12.078 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 05:43:12.078 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: trunk 2026-06-16 05:43:12.078 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: binding 2026-06-16 05:43:12.079 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: binding-extended 2026-06-16 05:43:12.079 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-security 2026-06-16 05:43:12.080 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: project-id 2026-06-16 05:43:12.080 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: provider 2026-06-16 05:43:12.081 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 05:43:12.083 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos 2026-06-16 05:43:12.084 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 05:43:12.084 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 05:43:12.085 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-default 2026-06-16 05:43:12.085 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-fip 2026-06-16 05:43:12.086 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 05:43:12.086 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 05:43:12.087 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 05:43:12.087 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 05:43:12.088 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 05:43:12.089 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-pps 2026-06-16 05:43:12.089 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 05:43:12.090 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 05:43:12.090 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 05:43:12.091 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: quota-check-limit 2026-06-16 05:43:12.091 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 05:43:12.092 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: vpnaas 2026-06-16 05:43:12.094 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: quotas 2026-06-16 05:43:12.095 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: quota_details 2026-06-16 05:43:12.096 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: rbac-policies 2026-06-16 05:43:12.097 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: rbac-address-group 2026-06-16 05:43:12.097 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 05:43:12.098 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 05:43:12.098 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 05:43:12.099 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: revision-if-match 2026-06-16 05:43:12.099 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 05:43:12.100 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: router_availability_zone 2026-06-16 05:43:12.100 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 05:43:12.102 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 05:43:12.103 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 05:43:12.103 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 05:43:12.104 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 05:43:12.104 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 05:43:12.105 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 05:43:12.111 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: security-group 2026-06-16 05:43:12.112 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: segment 2026-06-16 05:43:12.112 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 05:43:12.113 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: service-type 2026-06-16 05:43:12.113 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: sorting 2026-06-16 05:43:12.114 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 05:43:12.115 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: standard-attr-description 2026-06-16 05:43:12.115 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: stateful-security-group 2026-06-16 05:43:12.116 8 WARNING neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 05:43:12.116 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 05:43:12.117 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnet-external-network 2026-06-16 05:43:12.117 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnet_onboard 2026-06-16 05:43:12.118 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 05:43:12.118 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnet-service-types 2026-06-16 05:43:12.119 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnet_allocation 2026-06-16 05:43:12.120 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 05:43:12.120 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: tag-creation 2026-06-16 05:43:12.120 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 05:43:12.125 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 05:43:12.125 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 05:43:12.126 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: trunk 2026-06-16 05:43:12.126 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: trunk-details 2026-06-16 05:43:12.127 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 05:43:12.127 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 05:43:12.128 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 05:43:12.129 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 05:43:12.130 7 WARNING stevedore.named [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:12.131 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 05:43:12.132 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 05:43:12.132 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: vpn-flavors 2026-06-16 05:43:12.134 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: vpnaas 2026-06-16 05:43:12.135 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: taas 2026-06-16 05:43:12.136 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: tap-mirror 2026-06-16 05:43:12.137 8 INFO neutron.api.extensions [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 05:43:12.139 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 05:43:12.139 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 05:43:12.139 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.140 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 05:43:12.143 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 05:43:12.143 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 05:43:12.148 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 05:43:12.149 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 05:43:12.149 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 05:43:12.150 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.150 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.150 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.151 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.151 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 05:43:12.151 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.152 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.153 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 05:43:12.153 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 05:43:12.153 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 05:43:12.154 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.154 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.154 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.154 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.159 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 05:43:12.159 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] router is already registered 2026-06-16 05:43:12.159 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 05:43:12.160 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] floatingip is already registered 2026-06-16 05:43:12.163 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 05:43:12.163 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] rbac_policy is already registered 2026-06-16 05:43:12.164 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 05:43:12.164 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] security_group is already registered 2026-06-16 05:43:12.164 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 05:43:12.164 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] security_group_rule is already registered 2026-06-16 05:43:12.165 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.165 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.166 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.166 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.166 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 05:43:12.166 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] trunk is already registered 2026-06-16 05:43:12.167 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.167 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.167 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.167 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.168 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 05:43:12.168 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] endpoint_group is already registered 2026-06-16 05:43:12.168 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 05:43:12.168 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] vpnservice is already registered 2026-06-16 05:43:12.169 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 05:43:12.169 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ipsec_site_connection is already registered 2026-06-16 05:43:12.169 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.169 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.170 8 INFO neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.170 8 WARNING neutron.quota.resource_registry [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.201 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 05:43:12.201 7 INFO neutron.common.utils [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 05:43:12.201 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: taas 2026-06-16 05:43:12.209 8 WARNING keystonemiddleware._common.config [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 05:43:12.217 8 WARNING oslo_config.cfg [None req-74933ab8-1887-4093-bcae-7a77ecbbfb19 - - - - - -] 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 0x7ff2c8df7668 pid: 8 (default app) 2026-06-16 05:43:12.224 7 WARNING stevedore.named [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:12.224 7 WARNING stevedore.named [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:12.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:12.244 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: tapmirror 2026-06-16 05:43:12.261 7 WARNING stevedore.named [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:12.261 7 WARNING stevedore.named [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:12.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:12.283 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: auto_allocate 2026-06-16 05:43:12.295 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: tag 2026-06-16 05:43:12.304 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: timestamp 2026-06-16 05:43:12.307 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 05:43:12.311 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: flavors 2026-06-16 05:43:12.315 7 INFO neutron.manager [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loading Plugin: revisions 2026-06-16 05:43:12.318 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Initializing extension manager. 2026-06-16 05:43:12.319 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: address-group 2026-06-16 05:43:12.321 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: address-scope 2026-06-16 05:43:12.321 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 05:43:12.322 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: agent 2026-06-16 05:43:12.323 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 05:43:12.324 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 05:43:12.324 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 05:43:12.325 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: availability_zone 2026-06-16 05:43:12.326 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 05:43:12.326 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 05:43:12.327 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: default-subnetpools 2026-06-16 05:43:12.328 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 05:43:12.329 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: dns-integration 2026-06-16 05:43:12.329 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 05:43:12.330 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 05:43:12.330 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: dvr 2026-06-16 05:43:12.331 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 05:43:12.331 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 05:43:12.334 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:12.334 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 05:43:12.335 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: external-net 2026-06-16 05:43:12.335 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 05:43:12.336 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: extraroute 2026-06-16 05:43:12.336 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 05:43:12.337 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 05:43:12.338 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 05:43:12.338 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 05:43:12.339 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 05:43:12.339 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: fip-port-details 2026-06-16 05:43:12.341 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: flavors 2026-06-16 05:43:12.342 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 05:43:12.343 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: floatingip-pools 2026-06-16 05:43:12.344 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: ip_allocation 2026-06-16 05:43:12.345 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 05:43:12.345 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: l2_adjacency 2026-06-16 05:43:12.347 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: router 2026-06-16 05:43:12.349 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:12.350 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 05:43:12.351 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 05:43:12.352 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 05:43:12.352 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: l3-ha 2026-06-16 05:43:12.353 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:12.353 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 05:43:12.354 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: l3-flavors 2026-06-16 05:43:12.355 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:12.355 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 05:43:12.357 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 05:43:12.359 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 05:43:12.360 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 05:43:12.362 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 05:43:12.363 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 05:43:12.363 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: multi-provider 2026-06-16 05:43:12.364 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: net-mtu 2026-06-16 05:43:12.365 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 05:43:12.365 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: network_availability_zone 2026-06-16 05:43:12.366 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: network_ha 2026-06-16 05:43:12.367 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: network-ip-availability 2026-06-16 05:43:12.368 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 05:43:12.369 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: pagination 2026-06-16 05:43:12.370 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-device-profile 2026-06-16 05:43:12.371 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 05:43:12.372 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 05:43:12.372 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 05:43:12.373 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-mac-override 2026-06-16 05:43:12.374 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 05:43:12.374 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 05:43:12.375 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 05:43:12.376 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-resource-request 2026-06-16 05:43:12.376 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 05:43:12.377 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 05:43:12.378 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: binding 2026-06-16 05:43:12.379 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: binding-extended 2026-06-16 05:43:12.379 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-security 2026-06-16 05:43:12.380 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: project-id 2026-06-16 05:43:12.380 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: provider 2026-06-16 05:43:12.381 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 05:43:12.384 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos 2026-06-16 05:43:12.385 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 05:43:12.385 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 05:43:12.386 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-default 2026-06-16 05:43:12.386 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-fip 2026-06-16 05:43:12.387 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 05:43:12.387 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 05:43:12.388 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 05:43:12.388 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 05:43:12.389 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 05:43:12.390 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-pps 2026-06-16 05:43:12.390 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 05:43:12.391 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 05:43:12.392 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 05:43:12.392 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: quota-check-limit 2026-06-16 05:43:12.393 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 05:43:12.395 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: quotas 2026-06-16 05:43:12.396 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: quota_details 2026-06-16 05:43:12.399 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: rbac-policies 2026-06-16 05:43:12.401 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: rbac-address-group 2026-06-16 05:43:12.402 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 05:43:12.404 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 05:43:12.404 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 05:43:12.405 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: revision-if-match 2026-06-16 05:43:12.406 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 05:43:12.407 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: router_availability_zone 2026-06-16 05:43:12.408 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 05:43:12.411 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 05:43:12.412 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 05:43:12.412 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 05:43:12.413 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 05:43:12.414 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 05:43:12.415 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 05:43:12.421 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: security-group 2026-06-16 05:43:12.422 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: segment 2026-06-16 05:43:12.422 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 05:43:12.423 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: service-type 2026-06-16 05:43:12.424 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: sorting 2026-06-16 05:43:12.424 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 05:43:12.425 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: standard-attr-description 2026-06-16 05:43:12.425 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: stateful-security-group 2026-06-16 05:43:12.426 7 WARNING neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 05:43:12.426 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 05:43:12.427 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnet-external-network 2026-06-16 05:43:12.427 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnet_onboard 2026-06-16 05:43:12.428 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 05:43:12.428 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnet-service-types 2026-06-16 05:43:12.429 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnet_allocation 2026-06-16 05:43:12.430 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 05:43:12.430 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: tag-creation 2026-06-16 05:43:12.431 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 05:43:12.437 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 05:43:12.438 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 05:43:12.438 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: trunk 2026-06-16 05:43:12.439 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: trunk-details 2026-06-16 05:43:12.439 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 05:43:12.440 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 05:43:12.441 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 05:43:12.441 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 05:43:12.443 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 05:43:12.444 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 05:43:12.444 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: vpn-flavors 2026-06-16 05:43:12.446 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: vpnaas 2026-06-16 05:43:12.447 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: taas 2026-06-16 05:43:12.448 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: tap-mirror 2026-06-16 05:43:12.449 7 INFO neutron.api.extensions [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 05:43:12.451 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 05:43:12.452 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 05:43:12.452 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.452 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 05:43:12.455 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 05:43:12.456 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 05:43:12.460 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 05:43:12.461 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 05:43:12.461 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 05:43:12.462 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.462 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.463 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.463 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.463 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 05:43:12.464 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.464 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.464 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 05:43:12.465 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 05:43:12.465 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 05:43:12.466 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.466 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.466 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.466 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.471 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 05:43:12.471 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] router is already registered 2026-06-16 05:43:12.471 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 05:43:12.472 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] floatingip is already registered 2026-06-16 05:43:12.475 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 05:43:12.475 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] rbac_policy is already registered 2026-06-16 05:43:12.476 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 05:43:12.476 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] security_group is already registered 2026-06-16 05:43:12.476 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 05:43:12.477 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] security_group_rule is already registered 2026-06-16 05:43:12.477 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.477 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.478 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 05:43:12.478 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] subnetpool is already registered 2026-06-16 05:43:12.478 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 05:43:12.479 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] trunk is already registered 2026-06-16 05:43:12.479 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.479 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.480 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.480 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.480 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 05:43:12.480 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] endpoint_group is already registered 2026-06-16 05:43:12.481 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 05:43:12.481 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] vpnservice is already registered 2026-06-16 05:43:12.481 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 05:43:12.481 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ipsec_site_connection is already registered 2026-06-16 05:43:12.482 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 05:43:12.482 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ipsecpolicy is already registered 2026-06-16 05:43:12.482 7 INFO neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 05:43:12.482 7 WARNING neutron.quota.resource_registry [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] ikepolicy is already registered 2026-06-16 05:43:12.520 7 WARNING keystonemiddleware._common.config [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 05:43:12.527 7 WARNING oslo_config.cfg [None req-fe5c5a28-23fa-4b5f-a6df-e450f37ffd9f - - - - - -] 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 0x7ff2c8df7668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:43:18.361 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2609159-6085-48b9-ae4d-a688ae0c11e9 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:17 2026] GET /v2.0/networks/public => generated 108 bytes in 844 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:43:19.176 7 WARNING neutron.services.revisions.revision_plugin [None req-d182d9ff-a9c8-42f2-bc73-d819936ab48f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:19.200 7 INFO neutron.db.segments_db [None req-d182d9ff-a9c8-42f2-bc73-d819936ab48f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 61079163-611d-45a3-8185-155477fe17fc of type flat for network bb186814-c101-4aa7-a6b6-e6b979a4624e 2026-06-16 05:43:19.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d182d9ff-a9c8-42f2-bc73-d819936ab48f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:18 2026] POST /v2.0/networks => generated 124 bytes in 513 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:43:25.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7364dfb-c102-41c4-aec4-c691c5dbc55b 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:25 2026] GET /v2.0/networks/public => generated 108 bytes in 413 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:43:25.783 8 WARNING neutron.services.revisions.revision_plugin [None req-67d28d00-ecea-4486-a4b2-0ef0ff5e40ea 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:25.814 8 INFO neutron.db.segments_db [None req-67d28d00-ecea-4486-a4b2-0ef0ff5e40ea 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment d91d323c-a250-484f-8257-6f87a6895680 of type flat for network 60a22d30-ca15-4fc2-9cc3-a7c27a558f37 2026-06-16 05:43:25.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67d28d00-ecea-4486-a4b2-0ef0ff5e40ea 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:25 2026] POST /v2.0/networks => generated 124 bytes in 375 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:43:31.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3740785-852b-4ef3-bcee-a0bd8714ff50 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:31 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:43:31.932 8 WARNING neutron.services.revisions.revision_plugin [None req-adc923d3-ea83-4747-ac2b-c2738b7e0046 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:31.953 8 INFO neutron.db.segments_db [None req-adc923d3-ea83-4747-ac2b-c2738b7e0046 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 09276b21-c642-4502-b62f-21c5ff3413af of type flat for network 583592f5-239f-4dab-9e7a-038fd2cd7b39 2026-06-16 05:43:31.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adc923d3-ea83-4747-ac2b-c2738b7e0046 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:31 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:43:37.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57e077c0-bdc1-498d-b1d0-250558c0e336 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:37 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:37 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-16 05:43:37.941 7 WARNING neutron.services.revisions.revision_plugin [None req-f3ca8930-df78-44cd-8731-ee78b621576e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:37.962 7 INFO neutron.db.segments_db [None req-f3ca8930-df78-44cd-8731-ee78b621576e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment ae98f09d-010e-4eb2-a6f7-bafa380dfe23 of type flat for network c2a625cd-c346-4f3d-8671-b0e1e1bdded6 2026-06-16 05:43:37.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3ca8930-df78-44cd-8731-ee78b621576e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:37 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:43:43.958 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0afbe06-f35e-4fa0-a134-d35669220d36 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:43 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:43:44.037 8 WARNING neutron.services.revisions.revision_plugin [None req-43466832-db50-4ec9-a37e-5612ee882133 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:44.057 8 INFO neutron.db.segments_db [None req-43466832-db50-4ec9-a37e-5612ee882133 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 2e9bea2f-aab5-4763-93f1-aaa5d40226f6 of type flat for network 60693515-88e6-4603-b4e2-b96f834f991b 2026-06-16 05:43:44.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43466832-db50-4ec9-a37e-5612ee882133 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:43 2026] POST /v2.0/networks => generated 124 bytes in 665 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:43:50.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10c73616-086b-403e-823f-267744b46868 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:50 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:50 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-16 05:43:50.790 8 WARNING neutron.services.revisions.revision_plugin [None req-0ce97aab-5066-4663-9c7b-2a3e1882054f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Could not find related network for resource to bump revision. 2026-06-16 05:43:50.820 8 INFO neutron.db.segments_db [None req-0ce97aab-5066-4663-9c7b-2a3e1882054f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 7832e070-8dff-4d00-be79-f15637523918 of type flat for network fa42ffdf-c17c-441a-b922-a028a5606e5b [pid: 8|app: 0|req: 13/23] 199.19.213.180 () {48 vars in 967 bytes} [Tue Jun 16 05:43:50 2026] POST /v2.0/networks => generated 706 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:43:52.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff3e6f83-863d-41de-88c1-465b83e9036a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 05:43:52 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 05:43:52 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:43:52.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ac1ff6-585c-499e-9351-047c0f603c42 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.19.213.180 () {44 vars in 1034 bytes} [Tue Jun 16 05:43:52 2026] GET /v2.0/subnets/public-subnet?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.19.213.180 () {44 vars in 1057 bytes} [Tue Jun 16 05:43:52 2026] GET /v2.0/subnets?name=public-subnet&network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => 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: 13/28] 199.19.213.180 () {48 vars in 965 bytes} [Tue Jun 16 05:43:52 2026] POST /v2.0/subnets => generated 664 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:48:48.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87fd4400-51eb-4f3c-87f1-675601b1cc9c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/68] 199.19.213.180 () {44 vars in 937 bytes} [Tue Jun 16 05:48:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 05:48:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:48:48.983 7 INFO neutron.db.segments_db [None req-416b99e1-2f8e-4f8f-80d3-450db8301429 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 7bd1e982-328a-4f3b-ad74-02d145f951ff of type vxlan for network 8aeca89e-2531-40ad-a6e5-2f9774043e38 [pid: 7|app: 0|req: 34/70] 199.19.213.180 () {48 vars in 966 bytes} [Tue Jun 16 05:48:48 2026] POST /v2.0/networks => generated 688 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:48:50.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad06fa7b-7917-4962-ae42-5b56e6756397 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.19.213.180 () {44 vars in 937 bytes} [Tue Jun 16 05:48:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 05:48:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:48:50.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7997e45a-9ae5-48a7-95aa-1972f8e8f708 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.19.213.180 () {44 vars in 1036 bytes} [Tue Jun 16 05:48:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.19.213.180 () {44 vars in 1059 bytes} [Tue Jun 16 05:48:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => 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: 39/75] 199.19.213.180 () {48 vars in 965 bytes} [Tue Jun 16 05:48:50 2026] POST /v2.0/subnets => generated 651 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:48:51.539 7 INFO neutron.api.v2.resource [None req-512f3a47-a765-41d3-9ae7-92afb1a59e6d 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/76] 199.19.213.180 () {44 vars in 971 bytes} [Tue Jun 16 05:48:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.19.213.180 () {44 vars in 993 bytes} [Tue Jun 16 05:48:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.19.213.180 () {48 vars in 980 bytes} [Tue Jun 16 05:48:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:52 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 1616 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:52 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:52 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:48:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:53 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2230 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:53 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:53 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:48:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:54 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:54 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:54 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:48:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:55 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 3462 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:56 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:56 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:48:56 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: 8|app: 0|req: 49/95] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:57 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:57 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:57 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:48:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.19.213.180 () {44 vars in 987 bytes} [Tue Jun 16 05:48:58 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:48:58.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a3254bc-5018-43c6-abc4-f842f34c5843 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 199.19.213.180 () {44 vars in 1076 bytes} [Tue Jun 16 05:48:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.19.213.180 () {44 vars in 1099 bytes} [Tue Jun 16 05:48:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:48:58 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.19.213.180 () {48 vars in 961 bytes} [Tue Jun 16 05:48:58 2026] POST /v2.0/ports => generated 1100 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:49:06.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0bb87a8-9cbb-4a05-a38c-3dbb567137b5 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.19.213.180 () {44 vars in 979 bytes} [Tue Jun 16 05:49:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/107] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.19.213.180 () {48 vars in 1031 bytes} [Tue Jun 16 05:49:06 2026] PUT /v2.0/ports/70bf352f-8e25-494a-9c28-eb30cc140f41 => generated 1249 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.19.213.180 () {44 vars in 920 bytes} [Tue Jun 16 05:49:09 2026] GET /v2.0/ports => generated 3730 bytes in 89 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-16 05:49:10.365 7 INFO neutron.api.v2.resource [None req-bc936016-b35a-474d-a5ad-21c078f6e827 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/110] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 05:49:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.19.213.180 () {44 vars in 981 bytes} [Tue Jun 16 05:49:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.19.213.180 () {48 vars in 980 bytes} [Tue Jun 16 05:49:10 2026] POST /v2.0/security-groups => generated 1610 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:11 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:11 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:11 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:49:11 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:12 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:12 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 05:49:12 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 05:49:12 2026] POST /v2.0/security-group-rules => generated 627 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/131] 199.19.213.180 () {44 vars in 975 bytes} [Tue Jun 16 05:50:19 2026] GET /v2.0/quotas/42f0a968a2dd4a0f82947b8ab3c25198 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/132] 199.19.213.180 () {48 vars in 1027 bytes} [Tue Jun 16 05:50:19 2026] PUT /v2.0/quotas/42f0a968a2dd4a0f82947b8ab3c25198 => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:52:40.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eff1757e-47f8-4328-97a0-ef275708e27d 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 05:52:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 77/152] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 05:52:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:52:42.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7605e3ee-590a-402f-9ba1-3150fb92d2ac 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/153] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 05:52:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/154] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 05:52:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:00:24.520 8 INFO neutron.api.v2.resource [None req-31d7208c-15fd-40f7-bfb2-24f7eb06a1c3 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 110/217] 199.19.213.180 () {44 vars in 1074 bytes} [Tue Jun 16 06:00:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f70d9695f9854cefbe82760c5b648102 => generated 139 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.19.213.180 () {44 vars in 1097 bytes} [Tue Jun 16 06:00:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f70d9695f9854cefbe82760c5b648102 => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.19.213.180 () {48 vars in 981 bytes} [Tue Jun 16 06:00:24 2026] POST /v2.0/security-groups => generated 1624 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:25 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 1624 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:00:25 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:26 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 06:00:26 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: 7|app: 0|req: 111/224] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:27 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => 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: 114/225] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:00:27 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/226] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:27 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/227] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 06:00:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/228] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:28 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/229] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:00:28 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/230] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:28 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/231] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 06:00:28 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: 115/232] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:29 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 3460 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/233] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:00:29 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/234] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:00:30 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/235] 199.19.213.180 () {48 vars in 991 bytes} [Tue Jun 16 06:00:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/258] 199.19.213.180 () {30 vars in 740 bytes} [Tue Jun 16 06:03:05 2026] GET /v2.0/networks?tenant_id=f70d9695f9854cefbe82760c5b648102&shared=False => generated 15 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:03:05.443 7 INFO neutron.db.segments_db [None req-e115c520-50da-4a37-9fb9-8f7993bd6458 761fc32f06ad426096354f2a80966709 f70d9695f9854cefbe82760c5b648102 - - f6aba083a7614e138e610e8bac78acfd f6aba083a7614e138e610e8bac78acfd] Added segment fe886fc6-4961-45ad-aaed-fa9e0bf4afa0 of type vxlan for network c28fa00d-315d-4799-b245-41bbc2647991 [pid: 7|app: 0|req: 128/259] 199.19.213.180 () {34 vars in 682 bytes} [Tue Jun 16 06:03:05 2026] POST /v2.0/networks => generated 698 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/260] 199.19.213.180 () {30 vars in 722 bytes} [Tue Jun 16 06:03:05 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/261] 199.19.213.180 () {30 vars in 633 bytes} [Tue Jun 16 06:03:05 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/262] 199.19.213.180 () {34 vars in 677 bytes} [Tue Jun 16 06:03:05 2026] POST /v2.0/ports => generated 999 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/263] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:03:06 2026] GET /v2.0/networks/c28fa00d-315d-4799-b245-41bbc2647991 => generated 704 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/264] 199.19.213.180 () {30 vars in 722 bytes} [Tue Jun 16 06:03:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/265] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:03:08 2026] GET /v2.0/networks/c28fa00d-315d-4799-b245-41bbc2647991 => generated 704 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.19.213.180 () {44 vars in 975 bytes} [Tue Jun 16 06:03:25 2026] GET /v2.0/quotas/f70d9695f9854cefbe82760c5b648102 => 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: 136/269] 199.19.213.180 () {48 vars in 1027 bytes} [Tue Jun 16 06:03:26 2026] PUT /v2.0/quotas/f70d9695f9854cefbe82760c5b648102 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:15:29.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c2424c5-8138-449e-ba04-d531c8da13df 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/366] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 06:15:29 2026] GET /v2.0/networks/public => generated 108 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 06:15:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:15:31.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99727095-7235-4c60-97da-2e313e872bfe 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/368] 199.19.213.180 () {44 vars in 927 bytes} [Tue Jun 16 06:15:31 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/369] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 06:15:31 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-16 06:15:31.221 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24da5cff-8dfd-49a7-a7a1-602f7efa6b4c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/370] 199.19.213.180 () {44 vars in 1034 bytes} [Tue Jun 16 06:15:31 2026] GET /v2.0/subnets/public-subnet?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 199.19.213.180 () {44 vars in 1057 bytes} [Tue Jun 16 06:15:31 2026] GET /v2.0/subnets?name=public-subnet&network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 667 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:15:59.968 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1feb082-dec5-45b2-b78f-76e9fdd75bb9 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/376] 199.19.213.180 () {44 vars in 937 bytes} [Tue Jun 16 06:15:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 06:15:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:16:01.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-170eaa53-7345-4b13-a8d7-ea9a0ffac5cf 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/378] 199.19.213.180 () {44 vars in 937 bytes} [Tue Jun 16 06:16:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 06:16:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:16:01.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dcf97021-b1d4-4760-89cc-269f4d341cbd 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/380] 199.19.213.180 () {44 vars in 1036 bytes} [Tue Jun 16 06:16:01 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.19.213.180 () {44 vars in 1059 bytes} [Tue Jun 16 06:16:01 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:16:02.359 7 INFO neutron.api.v2.resource [None req-32ae1cfc-fe69-4aa5-8f62-e844964bb45c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/384] 199.19.213.180 () {44 vars in 971 bytes} [Tue Jun 16 06:16:02 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.19.213.180 () {44 vars in 993 bytes} [Tue Jun 16 06:16:02 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:03 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:03 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => 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: 193/388] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:03 2026] GET /v2.0/security-group-rules/050b6615-be27-4276-9243-8192e0be67d6 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:04 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:04 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:04 2026] GET /v2.0/security-group-rules/eff238dd-30d7-4721-b47f-e5a29f7d86aa => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:05 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:05 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:05 2026] GET /v2.0/security-group-rules/ea39ae44-833d-4599-9368-c1e014789358 => 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: 199/395] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:06 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:06 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:06 2026] GET /v2.0/security-group-rules/e1fed3ad-6a5c-46d2-9209-615d1e3463cc => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:07 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:07 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => 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: 199/400] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:07 2026] GET /v2.0/security-group-rules/f1e70ca8-045f-4a1b-9a2a-4d69da4b2a83 => 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: 202/401] 199.19.213.180 () {44 vars in 987 bytes} [Tue Jun 16 06:16:09 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:16:09.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27f3854c-80dd-4d18-acc8-26c90cdefc19 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/402] 199.19.213.180 () {44 vars in 1076 bytes} [Tue Jun 16 06:16:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.19.213.180 () {44 vars in 1099 bytes} [Tue Jun 16 06:16:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:09 2026] GET /v2.0/security-groups/4c1f202b-2b9b-45f7-a482-8d6cf787c099 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:16:17.914 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a83fa4ef-ea7b-4959-a1d7-fabc96f15e92 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/407] 199.19.213.180 () {44 vars in 979 bytes} [Tue Jun 16 06:16:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.19.213.180 () {44 vars in 920 bytes} [Tue Jun 16 06:16:19 2026] GET /v2.0/ports => generated 4725 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:16:20.800 7 INFO neutron.api.v2.resource [None req-99e4e563-be49-4617-be93-7a378439d013 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/410] 199.19.213.180 () {44 vars in 959 bytes} [Tue Jun 16 06:16:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.19.213.180 () {44 vars in 981 bytes} [Tue Jun 16 06:16:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:21 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2886 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:21 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:21 2026] GET /v2.0/security-group-rules/7638fb37-31d9-4f6c-8e10-512d0ff19635 => generated 623 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:22 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:16:22 2026] GET /v2.0/security-groups/97fa587c-1a47-4f36-a02c-cd85debd024c => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:16:22 2026] GET /v2.0/security-group-rules/6e7556e6-6640-4c21-927f-5ef618265a8b => generated 627 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/420] 199.19.213.180 () {44 vars in 975 bytes} [Tue Jun 16 06:16:35 2026] GET /v2.0/quotas/42f0a968a2dd4a0f82947b8ab3c25198 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:17:31.892 8 INFO neutron.api.v2.resource [None req-e5cadbc1-d2e7-462c-98a6-ab5f108376ec 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 217/429] 199.19.213.180 () {44 vars in 1074 bytes} [Tue Jun 16 06:17:31 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f70d9695f9854cefbe82760c5b648102 => generated 139 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/430] 199.19.213.180 () {44 vars in 1097 bytes} [Tue Jun 16 06:17:31 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f70d9695f9854cefbe82760c5b648102 => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/431] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:17:32 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:17:33 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/433] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:17:33 2026] GET /v2.0/security-group-rules/056bce96-b753-49f6-bafb-3aff2be6ef8d => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:17:34 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/435] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:17:34 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/436] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:17:34 2026] GET /v2.0/security-group-rules/32c42bac-1464-4387-bebf-cce326166a3c => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/437] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:17:35 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/438] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:17:35 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/439] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:17:35 2026] GET /v2.0/security-group-rules/ce5c735c-7455-464d-92a2-3fa761f49c78 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 199.19.213.180 () {44 vars in 1088 bytes} [Tue Jun 16 06:17:36 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01?project_id=f70d9695f9854cefbe82760c5b648102 => generated 4075 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 199.19.213.180 () {44 vars in 1001 bytes} [Tue Jun 16 06:17:36 2026] GET /v2.0/security-groups/ce6b6915-ce62-4c02-9222-9c3b20606e01 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/442] 199.19.213.180 () {44 vars in 1011 bytes} [Tue Jun 16 06:17:36 2026] GET /v2.0/security-group-rules/e817f1ac-da7d-4c8b-a29b-cf4becaa1c7b => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/443] 199.19.213.180 () {44 vars in 975 bytes} [Tue Jun 16 06:17:43 2026] GET /v2.0/quotas/f70d9695f9854cefbe82760c5b648102 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/452] 199.19.213.180 () {44 vars in 949 bytes} [Tue Jun 16 06:18:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:19:14 2026] GET /v2.0/networks => generated 2167 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/458] 10.0.0.242 () {32 vars in 655 bytes} [Tue Jun 16 06:19:15 2026] GET /v2.0/floatingips => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/459] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:19:15 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/460] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:19:15 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/461] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:19:16 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/462] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:19:16 2026] GET /v2.0/networks => generated 2167 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:19:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/464] 10.0.0.242 () {32 vars in 655 bytes} [Tue Jun 16 06:19:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:19:27.984 8 INFO neutron.db.segments_db [None req-9a93ad78-a1af-4dc1-8f2a-bf41292a38a4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment fe5e8be0-a655-4ec8-8e37-3dd2de633a7b of type vxlan for network 68094803-90d6-4b72-93d0-8b55ded33e0e 2026-06-16 06:19:27.989 7 INFO neutron.db.segments_db [None req-ff8e5ef7-921f-481a-8bb6-00ec500f21bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 626840a2-6d95-41ff-b242-580b6242e709 of type vxlan for network 6b3f1691-3396-4556-9c89-d5e4266f42bb [pid: 8|app: 0|req: 236/467] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:19:27 2026] POST /v2.0/networks => generated 730 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/468] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:19:27 2026] POST /v2.0/networks => generated 726 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:28 2026] POST /v2.0/subnets => generated 696 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:28 2026] GET /v2.0/security-groups?tenant_id=9a723e02c9074b4dac849e5e01f350fc&name=default => generated 2921 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/471] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:28 2026] POST /v2.0/subnets => generated 692 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:28 2026] GET /v2.0/security-groups?tenant_id=8605a2cc4aeb412aacd58adb7e7ec36b&name=default => generated 2921 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:28.538 7 INFO neutron.db.segments_db [None req-8d31fab9-75c2-48c1-802d-9a9dd4b1b5f3 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 0d64760e-c17a-485c-9b44-138a7def2681 of type vxlan for network cc331288-fbc3-4634-8eb2-44d9e3c3e687 [pid: 8|app: 0|req: 239/473] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:28 2026] DELETE /v2.0/security-groups/0f6d6882-3918-4128-af74-c0bd2838596b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:19:28.652 8 INFO neutron.db.segments_db [None req-3a2ced09-39bc-427a-ae35-7dfec8019d7f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 54b6373d-7dc3-4fad-bc98-5eaee834e394 of type vxlan for network 9df119b9-e1a1-4ce1-afa1-c325ad01d3cf 2026-06-16 06:19:28.766 7 INFO neutron.db.l3_hamode_db [None req-8d31fab9-75c2-48c1-802d-9a9dd4b1b5f3 7dd9ee801992421c96223dc5ca634b6f a6e582a08a3540529f854a1ac727c99c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:19:28.857 8 INFO neutron.db.l3_hamode_db [None req-3a2ced09-39bc-427a-ae35-7dfec8019d7f 7dd9ee801992421c96223dc5ca634b6f 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:19:29.630 7 INFO neutron.db.l3_hamode_db [None req-8d31fab9-75c2-48c1-802d-9a9dd4b1b5f3 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:19:29.698 8 INFO neutron.db.l3_hamode_db [None req-3a2ced09-39bc-427a-ae35-7dfec8019d7f 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/474] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:28 2026] POST /v2.0/routers => generated 732 bytes in 2455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/475] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:28 2026] POST /v2.0/routers => generated 736 bytes in 2598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:31 2026] DELETE /v2.0/security-groups/b935fe10-9211-47b9-9638-a675ee89577d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:19:31.385 7 INFO neutron.db.segments_db [None req-a7feaf7c-fabf-4066-94b8-a9a2e856f219 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 of type vxlan for network e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 [pid: 7|app: 0|req: 236/477] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:19:31 2026] POST /v2.0/networks => generated 728 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:19:31 2026] PUT /v2.0/routers/fd30c8e5-30a8-47c5-9eb9-a2229cf2cf3e/add_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:19:31 2026] PUT /v2.0/routers/43ca7416-0823-4c70-9d5c-7c7c9beafff4/add_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:32 2026] POST /v2.0/subnets => generated 694 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:32.721 8 INFO neutron.db.segments_db [None req-b0c44a40-8be2-4d7d-b586-b3715f478b3c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment c8a2f7e3-a642-45ac-a3da-b05867f68268 of type vxlan for network e08ac191-806a-4fc8-8190-d8de5abfe403 2026-06-16 06:19:32.964 8 INFO neutron.db.l3_hamode_db [None req-b0c44a40-8be2-4d7d-b586-b3715f478b3c 7dd9ee801992421c96223dc5ca634b6f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:19:33.555 8 INFO neutron.db.l3_hamode_db [None req-b0c44a40-8be2-4d7d-b586-b3715f478b3c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/483] 10.0.0.5 () {38 vars in 969 bytes} [Tue Jun 16 06:19:33 2026] POST /v2.0/security-groups => generated 1686 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.5 () {38 vars in 969 bytes} [Tue Jun 16 06:19:33 2026] POST /v2.0/security-groups => generated 1681 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:33 2026] GET /v2.0/security-groups/fdc71abf-03ef-42bd-8746-913fe60500cc => generated 1686 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/486] 10.0.0.5 () {38 vars in 969 bytes} [Tue Jun 16 06:19:33 2026] POST /v2.0/security-groups => generated 1681 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.5 () {38 vars in 979 bytes} [Tue Jun 16 06:19:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.5 () {38 vars in 969 bytes} [Tue Jun 16 06:19:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.5 () {38 vars in 969 bytes} [Tue Jun 16 06:19:34 2026] POST /v2.0/security-groups => generated 1684 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/490] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups?tenant_id=6e16516aa09346c0bf36f8e3d57e7d02 => generated 7904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/492] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/202fd415-3c79-4479-b7bc-a2dc001f1672 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/493] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:32 2026] POST /v2.0/routers => generated 734 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/494] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/202fd415-3c79-4479-b7bc-a2dc001f1672 => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/495] 10.0.0.5 () {38 vars in 979 bytes} [Tue Jun 16 06:19:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/496] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/c3db5e6c-3180-47d0-bef3-a8e2af23b984 => generated 1681 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/497] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/498] 10.0.0.5 () {36 vars in 1011 bytes} [Tue Jun 16 06:19:34 2026] DELETE /v2.0/security-groups/c3db5e6c-3180-47d0-bef3-a8e2af23b984 => 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: 255/499] 10.0.0.5 () {38 vars in 979 bytes} [Tue Jun 16 06:19:34 2026] POST /v2.0/security-group-rules => generated 619 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:34.922 7 INFO neutron.api.v2.resource [req-11859ade-f976-41ae-8c19-d5d020d90099 req-246f063f-6d8a-4acc-b504-ef353a9fdae2 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/500] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/c3db5e6c-3180-47d0-bef3-a8e2af23b984 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/501] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/502] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:34 2026] GET /v2.0/security-groups/b78eb6f5-ddc8-4040-b3e4-257f7f679bf5 => generated 1681 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/503] 10.0.0.5 () {34 vars in 999 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-group-rules/6a4f0c5c-2e9d-4391-b6cd-5e6f61a0e5ef => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/504] 10.0.0.5 () {36 vars in 1011 bytes} [Tue Jun 16 06:19:35 2026] DELETE /v2.0/security-groups/b78eb6f5-ddc8-4040-b3e4-257f7f679bf5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/505] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:35.162 7 INFO neutron.api.v2.resource [req-acc11213-1d32-474c-9e6f-1b616b719444 req-f6b88cb9-9647-4427-a338-f8f9cd0324ea 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/506] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/b78eb6f5-ddc8-4040-b3e4-257f7f679bf5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/507] 10.0.0.5 () {36 vars in 1021 bytes} [Tue Jun 16 06:19:35 2026] DELETE /v2.0/security-group-rules/6a4f0c5c-2e9d-4391-b6cd-5e6f61a0e5ef => 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: 264/508] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/53ee19de-7326-4ec9-854a-cd996e53bf92 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/509] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/510] 10.0.0.5 () {36 vars in 1011 bytes} [Tue Jun 16 06:19:35 2026] DELETE /v2.0/security-groups/53ee19de-7326-4ec9-854a-cd996e53bf92 => 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: 267/511] 10.0.0.5 () {36 vars in 1011 bytes} [Tue Jun 16 06:19:35 2026] DELETE /v2.0/security-groups/dcc92cf1-df66-47c5-8d52-bbd9ed80b7a1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:19:35.530 7 INFO neutron.api.v2.resource [req-3d73daf4-b011-4423-b477-5a574e0c191f req-752a9d96-629b-4ed9-b4b0-b99d1dadd231 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/512] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/53ee19de-7326-4ec9-854a-cd996e53bf92 => 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: 269/513] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/fdc71abf-03ef-42bd-8746-913fe60500cc => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/514] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups?tenant_id=6e16516aa09346c0bf36f8e3d57e7d02 => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/515] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:19:34 2026] PUT /v2.0/routers/4bd0db28-d8c7-46f4-b3c9-eb97b9e149f8/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/516] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/202fd415-3c79-4479-b7bc-a2dc001f1672 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/517] 10.0.0.5 () {36 vars in 1011 bytes} [Tue Jun 16 06:19:35 2026] DELETE /v2.0/security-groups/fdc71abf-03ef-42bd-8746-913fe60500cc => 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: 247/518] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/202fd415-3c79-4479-b7bc-a2dc001f1672 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:35.777 8 INFO neutron.api.v2.resource [req-8fa98e71-3066-4843-9d04-13f7c51ac253 req-4a453938-d3de-4a58-953a-00968a4214b1 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/519] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/53ee19de-7326-4ec9-854a-cd996e53bf92 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:19:35.817 8 INFO neutron.api.v2.resource [req-4fd3a953-782a-44a6-a268-e27ec45a8613 req-619bf88d-968a-4491-b431-26fe5e6c1c13 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/520] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/b78eb6f5-ddc8-4040-b3e4-257f7f679bf5 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:19:35.865 8 INFO neutron.api.v2.resource [req-8d033de4-1778-4185-a174-253b86d29530 req-4cdabc75-75f5-4a1f-9dbe-fcaf53ac189f 06888feef4bf434c9ac6e06a37a337bd 6e16516aa09346c0bf36f8e3d57e7d02 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/521] 10.0.0.5 () {34 vars in 989 bytes} [Tue Jun 16 06:19:35 2026] GET /v2.0/security-groups/c3db5e6c-3180-47d0-bef3-a8e2af23b984 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:19:36.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc62b668-f84b-4010-b41d-5534ce343b89 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 319155ce-fbc0-40bd-9572-1696e53e9be7 2026-06-16 06:19:36.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc62b668-f84b-4010-b41d-5534ce343b89 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 319155ce-fbc0-40bd-9572-1696e53e9be7 2026-06-16 06:19:36.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-67eede87-54ff-46d5-a38b-d91ce04ebd6e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 5094cce9-f804-4e71-8710-243047ffcac0 2026-06-16 06:19:36.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67eede87-54ff-46d5-a38b-d91ce04ebd6e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 5094cce9-f804-4e71-8710-243047ffcac0 [pid: 7|app: 0|req: 272/522] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:19:35 2026] PUT /v2.0/routers/fd30c8e5-30a8-47c5-9eb9-a2229cf2cf3e/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/523] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:19:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/524] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:19:35 2026] PUT /v2.0/routers/43ca7416-0823-4c70-9d5c-7c7c9beafff4/remove_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/525] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:19:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:37.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 739840fb-c178-49dd-842a-7378ac7a37fb 2026-06-16 06:19:37.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 739840fb-c178-49dd-842a-7378ac7a37fb 2026-06-16 06:19:37.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 03c405d8-d8a9-4726-ae4f-18f76f6fc192 2026-06-16 06:19:37.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 03c405d8-d8a9-4726-ae4f-18f76f6fc192 2026-06-16 06:19:37.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 328a0ad5-92d2-4ddc-859b-53610f8871b7 2026-06-16 06:19:37.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 328a0ad5-92d2-4ddc-859b-53610f8871b7 2026-06-16 06:19:37.690 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - 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-16 06:19:37.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 8f3d6df6-e4d3-42f8-83d9-805346ccec52 2026-06-16 06:19:37.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 8f3d6df6-e4d3-42f8-83d9-805346ccec52 2026-06-16 06:19:37.856 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - 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-16 06:19:38.291 8 INFO neutron.db.l3_hamode_db [None req-84897e87-9e84-489f-a866-fd5a10a10910 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 9df119b9-e1a1-4ce1-afa1-c325ad01d3cf was deleted as no HA routers are present in tenant 6e16516aa09346c0bf36f8e3d57e7d02. [pid: 8|app: 0|req: 253/526] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:19:37 2026] DELETE /v2.0/routers/43ca7416-0823-4c70-9d5c-7c7c9beafff4 => generated 0 bytes in 1008 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/527] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:19:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:38.452 7 INFO neutron.db.l3_hamode_db [None req-d6b2a41a-ad4d-4e21-a4b0-7ba55755f35c 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network cc331288-fbc3-4634-8eb2-44d9e3c3e687 was deleted as no HA routers are present in tenant a6e582a08a3540529f854a1ac727c99c. [pid: 7|app: 0|req: 274/528] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:19:37 2026] DELETE /v2.0/routers/fd30c8e5-30a8-47c5-9eb9-a2229cf2cf3e => generated 0 bytes in 1385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/529] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:19:38 2026] DELETE /v2.0/subnets/682dbae2-cf47-43f8-9427-f002aaac7a57 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/530] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:38 2026] GET /v2.0/security-groups?tenant_id=cbf69c50515c4ec1aaa870b0b7be4075&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:38.796 8 INFO neutron.services.segments.plugin [-] Segment 54b6373d-7dc3-4fad-bc98-5eaee834e394 resource provider aggregate not found 2026-06-16 06:19:38.835 8 INFO neutron.services.segments.plugin [-] Segment 54b6373d-7dc3-4fad-bc98-5eaee834e394 resource provider aggregate not found 2026-06-16 06:19:38.850 8 INFO neutron.services.segments.plugin [-] Segment 54b6373d-7dc3-4fad-bc98-5eaee834e394 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54b6373d-7dc3-4fad-bc98-5eaee834e394 found for delete ", "request_id": "req-ba2c37a8-ed9e-4b79-ab2f-3afe96ccce67"}]} 2026-06-16 06:19:38.861 8 INFO neutron.services.segments.plugin [-] Segment 54b6373d-7dc3-4fad-bc98-5eaee834e394 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54b6373d-7dc3-4fad-bc98-5eaee834e394 found for delete ", "request_id": "req-78de427a-2163-4a9f-ada4-44d234a7a358"}]} 2026-06-16 06:19:38.878 7 INFO neutron.services.segments.plugin [-] Segment 0d64760e-c17a-485c-9b44-138a7def2681 resource provider aggregate not found 2026-06-16 06:19:38.912 7 INFO neutron.services.segments.plugin [-] Segment 0d64760e-c17a-485c-9b44-138a7def2681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d64760e-c17a-485c-9b44-138a7def2681 found for delete ", "request_id": "req-4123248c-26b5-4a92-b412-fc278eb55eb8"}]} [pid: 8|app: 0|req: 256/531] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:19:38 2026] DELETE /v2.0/subnets/7b942ced-2a30-4bdd-bcb1-1203f3fe5f20 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:19:39.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-f749045b-9ba3-4b48-8b59-75e009384a1a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 1521f491-3a4f-4d9c-81a2-a59625354cdb 2026-06-16 06:19:39.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f749045b-9ba3-4b48-8b59-75e009384a1a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 1521f491-3a4f-4d9c-81a2-a59625354cdb 2026-06-16 06:19:39.065 7 INFO neutron.services.segments.plugin [-] Segment 0d64760e-c17a-485c-9b44-138a7def2681 resource provider aggregate not found 2026-06-16 06:19:39.091 7 INFO neutron.services.segments.plugin [-] Segment 0d64760e-c17a-485c-9b44-138a7def2681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d64760e-c17a-485c-9b44-138a7def2681 found for delete ", "request_id": "req-30b6b5ad-b86f-46f9-aed8-50bd41b076d3"}]} [pid: 8|app: 0|req: 257/532] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:19:38 2026] DELETE /v2.0/networks/6b3f1691-3396-4556-9c89-d5e4266f42bb => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/533] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:19:38 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/534] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:39 2026] DELETE /v2.0/security-groups/da4cd49a-9879-4759-bccf-0b85ffd486bb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:19:39.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d29af1-3987-489d-bc0c-3d19483577e2 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 19107ece-b69c-4ab5-a6a8-e89567b5747a 2026-06-16 06:19:39.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d29af1-3987-489d-bc0c-3d19483577e2 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 19107ece-b69c-4ab5-a6a8-e89567b5747a [pid: 8|app: 0|req: 259/535] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:39 2026] GET /v2.0/security-groups?tenant_id=6e16516aa09346c0bf36f8e3d57e7d02&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/536] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:39 2026] DELETE /v2.0/security-groups/202fd415-3c79-4479-b7bc-a2dc001f1672 => 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: 277/537] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:19:39 2026] DELETE /v2.0/networks/68094803-90d6-4b72-93d0-8b55ded33e0e => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/538] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:39 2026] GET /v2.0/security-groups?tenant_id=bc9afad5040647bfa97facd7c4e63c9a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/539] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:39 2026] GET /v2.0/security-groups?tenant_id=a6e582a08a3540529f854a1ac727c99c&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/540] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:39 2026] DELETE /v2.0/security-groups/adf69652-06cc-46e9-928f-d7934ea7729e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/541] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:39 2026] DELETE /v2.0/security-groups/4fc5a9cd-b4a5-4691-a512-204e0f04c796 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:19:40.874 8 INFO neutron.services.segments.plugin [-] Segment 626840a2-6d95-41ff-b242-580b6242e709 resource provider aggregate not found 2026-06-16 06:19:40.886 8 INFO neutron.services.segments.plugin [-] Segment 626840a2-6d95-41ff-b242-580b6242e709 resource provider aggregate not found 2026-06-16 06:19:40.899 8 INFO neutron.services.segments.plugin [-] Segment 626840a2-6d95-41ff-b242-580b6242e709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626840a2-6d95-41ff-b242-580b6242e709 found for delete ", "request_id": "req-c75f3f0d-e968-4083-b741-34c62807d2c7"}]} 2026-06-16 06:19:40.919 8 INFO neutron.services.segments.plugin [-] Segment 626840a2-6d95-41ff-b242-580b6242e709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626840a2-6d95-41ff-b242-580b6242e709 found for delete ", "request_id": "req-3d45b8f7-0805-4d70-8aef-86900e21e0d4"}]} 2026-06-16 06:19:40.946 7 INFO neutron.services.segments.plugin [-] Segment fe5e8be0-a655-4ec8-8e37-3dd2de633a7b resource provider aggregate not found 2026-06-16 06:19:40.967 7 INFO neutron.services.segments.plugin [-] Segment fe5e8be0-a655-4ec8-8e37-3dd2de633a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5e8be0-a655-4ec8-8e37-3dd2de633a7b found for delete ", "request_id": "req-f3238ab5-db34-44eb-958a-c0fae3a334c5"}]} 2026-06-16 06:19:41.120 7 INFO neutron.services.segments.plugin [-] Segment fe5e8be0-a655-4ec8-8e37-3dd2de633a7b resource provider aggregate not found 2026-06-16 06:19:41.140 7 INFO neutron.services.segments.plugin [-] Segment fe5e8be0-a655-4ec8-8e37-3dd2de633a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5e8be0-a655-4ec8-8e37-3dd2de633a7b found for delete ", "request_id": "req-ad6efe95-61ef-4a83-b3fd-c8171ce98db5"}]} 2026-06-16 06:19:41.887 7 INFO neutron.db.segments_db [None req-8f57308a-2170-45d6-8da4-03bb34a63ca9 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab of type vxlan for network dbdbefa9-5bfd-4010-af15-1277bbd232b6 [pid: 7|app: 0|req: 279/542] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:19:41 2026] POST /v2.0/networks => generated 733 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/543] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:42 2026] POST /v2.0/subnets => generated 699 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:42.271 7 INFO neutron.db.segments_db [None req-6b01749a-6a53-4741-9229-6446350ca370 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 of type vxlan for network b8bc2253-8c97-43f4-a3a9-f4345e0907eb 2026-06-16 06:19:42.506 7 INFO neutron.db.l3_hamode_db [None req-6b01749a-6a53-4741-9229-6446350ca370 7dd9ee801992421c96223dc5ca634b6f 96d51ccd59a843fd9a0d849607ea778f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:19:43.352 7 INFO neutron.db.l3_hamode_db [None req-6b01749a-6a53-4741-9229-6446350ca370 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 280/544] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:42 2026] POST /v2.0/routers => generated 739 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/545] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--140988412&fields=id&tenant_id=83a8a7b398c140b99ecbdbab678b1c8c => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/546] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/networks?id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 => generated 679 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/547] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/quotas/83a8a7b398c140b99ecbdbab678b1c8c => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/548] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/ports?tenant_id=83a8a7b398c140b99ecbdbab678b1c8c&fields=id => generated 103 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/549] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:19:44 2026] PUT /v2.0/routers/042e7e2f-5b8f-44b5-864a-d94cc37beb70/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/550] 10.0.0.5 () {34 vars in 905 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/extensions => generated 21537 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/551] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?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: 268/552] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:19:46 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?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: 285/553] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:45 2026] GET /v2.0/security-groups?tenant_id=a83f6f60734e48c8b84673a48118c3da&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/554] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:46 2026] DELETE /v2.0/security-groups/db6eae2e-146c-450b-95b2-834a63ec56ea => 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: 287/557] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:46 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/558] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:19:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/559] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:19:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/560] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:46 2026] GET /v2.0/security-groups?tenant_id=8a041a4e4bdd4437b121ce9266efc674&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/561] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:19:46 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: 289/562] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:46 2026] DELETE /v2.0/security-groups/e24b15ac-2425-471b-9c47-bdf8440b6d50 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/563] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:19:46 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/564] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 275/565] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/security-groups?tenant_id=09dfbc01350645e6b15caace2eaba6c3&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/566] 10.0.0.5 () {34 vars in 1098 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1687046706&fields=id&tenant_id=96d51ccd59a843fd9a0d849607ea778f => 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: 292/567] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/568] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/quotas/96d51ccd59a843fd9a0d849607ea778f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/569] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:47 2026] DELETE /v2.0/security-groups/a05d95c2-17a0-4044-9c3d-6d14e8b1f3ef => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/570] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:19:47 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/571] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:19:48 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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: 278/572] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:19:48 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/573] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:48 2026] GET /v2.0/security-groups?tenant_id=5e86887d04924e12b277c4d4ae98a0eb&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/574] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:48 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/575] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:48 2026] DELETE /v2.0/security-groups/5b337fd2-6910-4670-8a43-a3a9d55c5523 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/576] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:48 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 280/577] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:49 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/578] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:49 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 298/579] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:49 2026] GET /v2.0/security-groups?tenant_id=d6d4497c083f45bfa3d6d2078e7c5d56&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/580] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:49 2026] DELETE /v2.0/security-groups/0de160ed-070e-4848-b472-bf7c57b4c5f0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/581] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:50 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/582] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:50 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/583] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:51 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => 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: 301/584] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 284/585] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:19:51 2026] GET /v2.0/networks?id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 => generated 679 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/586] 199.19.213.180 () {34 vars in 911 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/587] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=83a8a7b398c140b99ecbdbab678b1c8c => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/588] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/security-groups?tenant_id=6cc371ab9dc8418c8a7feaf6926ee162&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/589] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:19:52 2026] POST /v2.0/ports => generated 954 bytes in 502 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: 287/590] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/security-groups?tenant_id=7dd20029526346ac81c637efe17f2e32&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/591] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:52 2026] DELETE /v2.0/security-groups/1fac583d-556f-437e-b7dd-41045b861d80 => 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: 288/592] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:52 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => 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: 305/593] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:52 2026] DELETE /v2.0/security-groups/f6d63e53-1dd6-401a-9b29-3fe0e7da9e5d => 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: 306/594] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:53 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/595] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:53 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&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: 289/596] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:19:53 2026] GET /v2.0/security-groups?tenant_id=255616ac77c74522a76b412564b66e21&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/597] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:19:53 2026] DELETE /v2.0/security-groups/242bc947-e203-45c3-801c-c1192d2e0cc1 => 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: 309/598] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:19:53 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/599] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:19:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96d51ccd59a843fd9a0d849607ea778f => generated 181 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/600] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:19:53 2026] PUT /v2.0/ports/5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f => generated 1235 bytes in 656 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: 311/601] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:19:53 2026] POST /v2.0/ports => generated 954 bytes in 397 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: 291/602] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:54 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 957 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/603] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:54 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/604] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:54 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/605] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:54 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:19:54.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32076ba1-f04e-4889-95df-929cc693df63'] response: {'name': 'network-changed', 'server_uuid': '97341e44-9c9d-4406-83aa-13bd7524e677', 'tag': '5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 312/606] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:19:54 2026] PUT /v2.0/ports/5743cf15-2b49-40f1-a893-307ba6e4281b => generated 1235 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/607] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:19:54 2026] GET /v2.0/ports?tenant_id=83a8a7b398c140b99ecbdbab678b1c8c&device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 1238 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 313/608] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/609] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/subnets?id=a9b363f8-b54e-4868-8741-f822e429f8cd => generated 697 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/610] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/ports?network_id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:55.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07580721-3cc0-42e6-86d6-c5caf19c0f9b'] response: {'name': 'network-changed', 'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 315/611] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?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: 316/612] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/613] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/614] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 319/615] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/616] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&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-16 06:19:55.620 8 INFO neutron.db.segments_db [None req-9fcc4ac3-83e9-4a17-8ff2-a512ee03e164 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment bd2e88fc-fd40-4c1a-bcff-67a459a4613b of type vxlan for network 4160150b-5a30-44b9-af00-e80129b805cd [pid: 7|app: 0|req: 321/617] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:19:55.698 8 INFO neutron.db.segments_db [None req-9fcc4ac3-83e9-4a17-8ff2-a512ee03e164 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment e22d1657-b6ce-4daf-848e-7f2845969b8b of type vxlan for network 9a21e6e4-a001-4d6b-adbc-7305238424f1 [pid: 7|app: 0|req: 322/618] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/619] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/620] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&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: 297/621] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:19:55 2026] POST /v2.0/networks => generated 1208 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/622] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/623] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/networks => generated 1845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/624] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:19:55 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:19:56.096 8 INFO neutron.services.segments.plugin [-] Segment bd2e88fc-fd40-4c1a-bcff-67a459a4613b resource provider aggregate not found 2026-06-16 06:19:56.104 8 INFO neutron.services.segments.plugin [-] Segment bd2e88fc-fd40-4c1a-bcff-67a459a4613b resource provider aggregate not found 2026-06-16 06:19:56.118 8 INFO neutron.services.segments.plugin [-] Segment bd2e88fc-fd40-4c1a-bcff-67a459a4613b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd2e88fc-fd40-4c1a-bcff-67a459a4613b found for delete ", "request_id": "req-b2835c38-3f4a-4307-b1a5-b2991b60c4f1"}]} 2026-06-16 06:19:56.125 8 INFO neutron.services.segments.plugin [-] Segment bd2e88fc-fd40-4c1a-bcff-67a459a4613b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd2e88fc-fd40-4c1a-bcff-67a459a4613b found for delete ", "request_id": "req-27e251bb-b0c4-41b4-a4f7-eabc0057e3b3"}]} [pid: 8|app: 0|req: 299/625] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:19:55 2026] DELETE /v2.0/networks/4160150b-5a30-44b9-af00-e80129b805cd => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:19:56.322 7 INFO neutron.services.segments.plugin [-] Segment e22d1657-b6ce-4daf-848e-7f2845969b8b resource provider aggregate not found 2026-06-16 06:19:56.329 7 INFO neutron.services.segments.plugin [-] Segment e22d1657-b6ce-4daf-848e-7f2845969b8b resource provider aggregate not found 2026-06-16 06:19:56.338 7 INFO neutron.services.segments.plugin [-] Segment e22d1657-b6ce-4daf-848e-7f2845969b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22d1657-b6ce-4daf-848e-7f2845969b8b found for delete ", "request_id": "req-2b3203cb-2796-4b13-887b-cb93629ca996"}]} 2026-06-16 06:19:56.356 7 INFO neutron.services.segments.plugin [-] Segment e22d1657-b6ce-4daf-848e-7f2845969b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22d1657-b6ce-4daf-848e-7f2845969b8b found for delete ", "request_id": "req-4696b4a0-44b0-490b-bd4d-8c98fb7d557f"}]} [pid: 7|app: 0|req: 327/626] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:19:56 2026] DELETE /v2.0/networks/9a21e6e4-a001-4d6b-adbc-7305238424f1 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/627] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/ports?tenant_id=83a8a7b398c140b99ecbdbab678b1c8c&device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/628] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/networks => generated 651 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/629] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/networks?id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 => generated 775 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:19:56.528 8 INFO neutron.db.segments_db [None req-8d7d1729-37d6-4c91-a9a2-66f121daaf15 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 of type vxlan for network fb049fce-fb2a-4c3e-bf1c-94326abd6d4c [pid: 7|app: 0|req: 330/630] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f => 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: 331/631] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/632] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:19:56 2026] POST /v2.0/networks => generated 635 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/633] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/subnets?id=a9b363f8-b54e-4868-8741-f822e429f8cd => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/634] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:19:56.685 7 INFO neutron.db.segments_db [None req-41230e86-a6a7-46b7-a3e6-bfe0ff1b2feb f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment 1969824c-4bee-45ea-ad6a-46a50c666d47 of type vxlan for network 748685c2-0310-4b52-81bf-8da3b5af02e5 [pid: 8|app: 0|req: 303/635] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/ports?network_id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/636] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:19:56 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: 7|app: 0|req: 334/637] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/638] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:56 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/639] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/640] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/641] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&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: 308/642] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/643] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/644] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/645] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/646] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/647] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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: 335/648] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:19:56 2026] POST /v2.0/ports => generated 1505 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/649] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/ports => generated 1505 bytes in 146 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: 315/650] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/651] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:57 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:19:57.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-e515d54d-0328-43a0-af71-3ecb06003ee0 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] TaaS: Handle Delete Port: 596fdadc-9242-4649-ba0b-53b7f64da271 2026-06-16 06:19:57.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e515d54d-0328-43a0-af71-3ecb06003ee0 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Tap Mirror: Handle Delete Port: 596fdadc-9242-4649-ba0b-53b7f64da271 [pid: 7|app: 0|req: 336/652] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:19:57 2026] DELETE /v2.0/ports/596fdadc-9242-4649-ba0b-53b7f64da271 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:19:58.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ec3965-83cf-48bd-9c8a-5dac990aa0a6 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] TaaS: Handle Delete Port: a61e6ece-8e31-40b2-b883-19903d65eed7 2026-06-16 06:19:58.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ec3965-83cf-48bd-9c8a-5dac990aa0a6 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Tap Mirror: Handle Delete Port: a61e6ece-8e31-40b2-b883-19903d65eed7 [pid: 8|app: 0|req: 317/653] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:19:58 2026] DELETE /v2.0/ports/a61e6ece-8e31-40b2-b883-19903d65eed7 => 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: 318/654] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:19:58 2026] GET /v2.0/ports => 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: 337/655] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:58 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/656] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:58 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:19:58.602 8 INFO neutron.db.segments_db [None req-5136e4b6-e13f-420b-867a-b3f62f6dd434 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment 631c7d67-766a-4b99-ba47-707d8d5c745e of type vxlan for network 0d5b26c4-7166-4e2f-aa8c-cb3bf81aaac0 [pid: 8|app: 0|req: 319/657] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:19:58 2026] POST /v2.0/networks => generated 635 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:19:58.762 7 INFO neutron.db.segments_db [None req-b6bee481-a515-4c04-9705-3a1abf45ab98 f66f189ea77f4cf69ffc767f42d86080 56176175fe27447b8f26a80fedd58f6b - - default default] Added segment c8f6fc23-1d05-4a52-9321-7c092dda15cc of type vxlan for network 8a096969-a684-44e5-935b-99ffdc8b7913 [pid: 7|app: 0|req: 339/658] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:19:58 2026] POST /v2.0/networks => generated 635 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/659] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:58 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/660] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:58 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 341/661] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:19:59 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/662] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:19:59 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/663] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:19:59 2026] POST /v2.0/subnets => generated 1323 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/664] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/subnets => generated 1959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/665] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/666] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/667] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/subnets/633efdd7-3881-49c5-87ca-273ea2c4a34e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/668] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/subnets/41851a49-6837-4f88-a1f5-f0b9ca252404 => 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: 324/669] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/subnets => generated 649 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:00.636 7 INFO neutron.services.segments.plugin [-] Segment c8f6fc23-1d05-4a52-9321-7c092dda15cc resource provider aggregate not found 2026-06-16 06:20:00.643 7 INFO neutron.services.segments.plugin [-] Segment c8f6fc23-1d05-4a52-9321-7c092dda15cc resource provider aggregate not found 2026-06-16 06:20:00.660 7 INFO neutron.services.segments.plugin [-] Segment c8f6fc23-1d05-4a52-9321-7c092dda15cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f6fc23-1d05-4a52-9321-7c092dda15cc found for delete ", "request_id": "req-ad124279-208d-49eb-b771-1cb145d3805d"}]} 2026-06-16 06:20:00.669 7 INFO neutron.services.segments.plugin [-] Segment c8f6fc23-1d05-4a52-9321-7c092dda15cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f6fc23-1d05-4a52-9321-7c092dda15cc found for delete ", "request_id": "req-a45e6ca3-e75d-41ff-aea4-0595ca62e08a"}]} [pid: 7|app: 0|req: 346/670] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/networks/8a096969-a684-44e5-935b-99ffdc8b7913 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 325/672] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/security-groups?tenant_id=d05532d0008a459796049381d55d0999&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/673] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/networks/0d5b26c4-7166-4e2f-aa8c-cb3bf81aaac0 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/674] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:00 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/675] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/security-groups/ed1ee913-8fd1-45f2-ad03-972c82d06218 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:01.088 8 INFO neutron.services.segments.plugin [-] Segment 1969824c-4bee-45ea-ad6a-46a50c666d47 resource provider aggregate not found 2026-06-16 06:20:01.094 8 INFO neutron.services.segments.plugin [-] Segment 1969824c-4bee-45ea-ad6a-46a50c666d47 resource provider aggregate not found 2026-06-16 06:20:01.112 8 INFO neutron.services.segments.plugin [-] Segment 1969824c-4bee-45ea-ad6a-46a50c666d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1969824c-4bee-45ea-ad6a-46a50c666d47 found for delete ", "request_id": "req-fe3cf988-06fe-49f5-91c0-f3c0305db132"}]} 2026-06-16 06:20:01.112 8 INFO neutron.services.segments.plugin [-] Segment 1969824c-4bee-45ea-ad6a-46a50c666d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1969824c-4bee-45ea-ad6a-46a50c666d47 found for delete ", "request_id": "req-2cd9e746-2d77-482f-ba61-b84015e4a768"}]} [pid: 8|app: 0|req: 327/676] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:00 2026] DELETE /v2.0/networks/748685c2-0310-4b52-81bf-8da3b5af02e5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/677] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:01 2026] DELETE /v2.0/networks/fb049fce-fb2a-4c3e-bf1c-94326abd6d4c => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:01 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/681] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:01 2026] GET /v2.0/security-groups?tenant_id=c14113c5d87340de85c1455acac5cc6c&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/682] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:01 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/683] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:01 2026] DELETE /v2.0/security-groups/2de13c8d-2150-419a-8c8c-e28b600ec1dd => 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: 330/684] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:02 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/685] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:02 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&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: 355/686] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:02 2026] GET /v2.0/security-groups?tenant_id=56176175fe27447b8f26a80fedd58f6b&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/687] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:02 2026] DELETE /v2.0/security-groups/f4bea06e-e8c1-445e-bcb0-ad303c1c690b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/688] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:02 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:02.693 7 INFO neutron.services.segments.plugin [-] Segment 631c7d67-766a-4b99-ba47-707d8d5c745e resource provider aggregate not found 2026-06-16 06:20:02.697 7 INFO neutron.services.segments.plugin [-] Segment 631c7d67-766a-4b99-ba47-707d8d5c745e resource provider aggregate not found [pid: 8|app: 0|req: 333/689] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:02 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:02.719 7 INFO neutron.services.segments.plugin [-] Segment 631c7d67-766a-4b99-ba47-707d8d5c745e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 631c7d67-766a-4b99-ba47-707d8d5c745e found for delete ", "request_id": "req-aba8316b-28c1-4c2d-8921-8f1755a50bd4"}]} 2026-06-16 06:20:02.730 7 INFO neutron.services.segments.plugin [-] Segment 631c7d67-766a-4b99-ba47-707d8d5c745e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 631c7d67-766a-4b99-ba47-707d8d5c745e found for delete ", "request_id": "req-d4d804d9-ad6d-4b3c-a3bd-4279b81a9fb6"}]} 2026-06-16 06:20:02.751 7 INFO neutron.services.segments.plugin [-] Segment bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 resource provider aggregate not found 2026-06-16 06:20:02.754 7 INFO neutron.services.segments.plugin [-] Segment bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 resource provider aggregate not found 2026-06-16 06:20:02.767 7 INFO neutron.services.segments.plugin [-] Segment bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 found for delete ", "request_id": "req-225ab107-cca4-44d4-9274-aa504ee21a9f"}]} 2026-06-16 06:20:02.771 7 INFO neutron.services.segments.plugin [-] Segment bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd88d78e-0d8e-43bc-8f2c-02da37ebfff2 found for delete ", "request_id": "req-ce8a0a3a-a418-4936-ab24-23de749e2e82"}]} [pid: 7|app: 0|req: 357/690] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:03 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/691] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:03 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&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: 358/692] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:03 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/693] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:03 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/694] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:04 2026] GET /v2.0/security-groups?tenant_id=3c732237d4a84cc69abf7ca6df396c57&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/695] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:04 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:04.558 8 INFO neutron.db.segments_db [None req-7143cd4b-f4b6-4347-8fc4-450c9ebf6b13 377472ffd1c44bedbb8784943442d4d5 bb0fbd0358114508ae4ac76c04a756e9 - - default default] Added segment 50d0e1f2-299c-405f-90cc-41af5f25a997 of type vxlan for network 0c0967c1-4696-40dc-bc17-138b365a549b [pid: 7|app: 0|req: 361/696] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:04 2026] DELETE /v2.0/security-groups/96640648-d0a1-4375-a5bb-f448f3586c5b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/697] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:04 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/698] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:04 2026] POST /v2.0/networks => generated 624 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/699] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:04 2026] POST /v2.0/subnets => generated 641 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/700] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:04 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:05.097 7 INFO neutron.db.segments_db [None req-230c5e47-86c3-4f4c-9d34-fbf778769c80 377472ffd1c44bedbb8784943442d4d5 bb0fbd0358114508ae4ac76c04a756e9 - - default default] Added segment e160050d-f746-48db-81a4-c0c4a8e9c954 of type vxlan for network 28a66eb0-0715-438e-ae20-322b57fff704 [pid: 8|app: 0|req: 338/701] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:05 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/702] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:05 2026] POST /v2.0/networks => generated 624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/703] 10.0.0.242 () {34 vars in 743 bytes} [Tue Jun 16 06:20:05 2026] PUT /v2.0/networks/28a66eb0-0715-438e-ae20-322b57fff704 => generated 592 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/704] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:05 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/705] 10.0.0.242 () {34 vars in 741 bytes} [Tue Jun 16 06:20:05 2026] PUT /v2.0/subnets/12f58484-6f3d-41da-96dc-2baa90e29b9b => generated 636 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/706] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:05 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/707] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:05 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/708] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:05 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:06.050 8 INFO neutron.services.segments.plugin [-] Segment e160050d-f746-48db-81a4-c0c4a8e9c954 resource provider aggregate not found 2026-06-16 06:20:06.057 8 INFO neutron.services.segments.plugin [-] Segment e160050d-f746-48db-81a4-c0c4a8e9c954 resource provider aggregate not found [pid: 8|app: 0|req: 341/709] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:05 2026] DELETE /v2.0/networks/28a66eb0-0715-438e-ae20-322b57fff704 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:06.081 8 INFO neutron.services.segments.plugin [-] Segment e160050d-f746-48db-81a4-c0c4a8e9c954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e160050d-f746-48db-81a4-c0c4a8e9c954 found for delete ", "request_id": "req-7f68bf9f-ada6-47c5-8d56-89cd79e9e37b"}]} 2026-06-16 06:20:06.085 8 INFO neutron.services.segments.plugin [-] Segment e160050d-f746-48db-81a4-c0c4a8e9c954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e160050d-f746-48db-81a4-c0c4a8e9c954 found for delete ", "request_id": "req-04eddd5c-46f8-4e20-840c-850b9ff4bf6e"}]} 2026-06-16 06:20:06.093 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df956522-a657-45e6-b02d-48b1e79d87d3 377472ffd1c44bedbb8784943442d4d5 bb0fbd0358114508ae4ac76c04a756e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/710] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:06 2026] DELETE /v2.0/networks/28a66eb0-0715-438e-ae20-322b57fff704 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/711] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/712] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/subnets?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 649 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/713] 10.0.0.242 () {32 vars in 653 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/714] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/715] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/networks => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/716] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/717] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/718] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/networks/0c0967c1-4696-40dc-bc17-138b365a549b => generated 668 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:20:06 2026] GET /v2.0/subnets/0d0d1e49-f71f-4516-bcd8-54273e36b56a => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:06.538 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92ccafde-ee84-4e2c-b2b4-0aafb3e3667c 377472ffd1c44bedbb8784943442d4d5 bb0fbd0358114508ae4ac76c04a756e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 352/720] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:06 2026] DELETE /v2.0/subnets/12f58484-6f3d-41da-96dc-2baa90e29b9b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:06.556 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9e36adf-f87a-468f-8235-a6e102f4cd96 377472ffd1c44bedbb8784943442d4d5 bb0fbd0358114508ae4ac76c04a756e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 353/721] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:06 2026] DELETE /v2.0/networks/28a66eb0-0715-438e-ae20-322b57fff704 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/722] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:06 2026] DELETE /v2.0/subnets/0d0d1e49-f71f-4516-bcd8-54273e36b56a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:07.059 7 INFO neutron.db.l3_db [None req-781c4977-2a64-4e8c-b772-694a420ea20e 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] Floating IP 61a36227-f668-4acc-8223-d6d9aa3b17d2 associated. External IP: 10.96.250.205, port: 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f. 2026-06-16 06:20:07.102 8 INFO neutron.db.segments_db [None req-0065fbae-87a7-4b95-8a81-e4e9cb90978c a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Added segment 8692372c-b748-474b-8c90-179004f80092 of type vxlan for network ef144c2f-6aad-489a-afb7-8eda00da692e [pid: 8|app: 0|req: 355/723] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:06 2026] POST /v2.0/networks => generated 630 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/724] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:07 2026] DELETE /v2.0/networks/0c0967c1-4696-40dc-bc17-138b365a549b => 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: 369/725] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:06 2026] PUT /v2.0/floatingips/61a36227-f668-4acc-8223-d6d9aa3b17d2 => generated 855 bytes in 1402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/726] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:07 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/727] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:07 2026] POST /v2.0/subnets => generated 627 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/728] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:07 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 358/729] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:07 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:07.654 7 INFO neutron.db.segments_db [None req-ea5b94af-8795-48dc-af56-12e99e9b2ac8 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Added segment 7071a287-9654-4936-901d-f6e31322a5df of type vxlan for network f25952b9-92f2-4128-b301-1025833a0d1d [pid: 8|app: 0|req: 359/730] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:07 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:07.690 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95447fcd-f33d-476b-a379-e829ec208d10'] response: {'name': 'network-changed', 'server_uuid': '97341e44-9c9d-4406-83aa-13bd7524e677', 'tag': '5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f', 'status': 'completed', 'code': 200} 2026-06-16 06:20:07.950 7 INFO neutron.db.l3_hamode_db [None req-ea5b94af-8795-48dc-af56-12e99e9b2ac8 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:20:08.109 8 INFO neutron.services.segments.plugin [-] Segment 50d0e1f2-299c-405f-90cc-41af5f25a997 resource provider aggregate not found 2026-06-16 06:20:08.111 8 INFO neutron.services.segments.plugin [-] Segment 50d0e1f2-299c-405f-90cc-41af5f25a997 resource provider aggregate not found 2026-06-16 06:20:08.135 8 INFO neutron.services.segments.plugin [-] Segment 50d0e1f2-299c-405f-90cc-41af5f25a997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d0e1f2-299c-405f-90cc-41af5f25a997 found for delete ", "request_id": "req-75710a3d-15d9-4718-85d0-8a5071755a6a"}]} 2026-06-16 06:20:08.137 8 INFO neutron.services.segments.plugin [-] Segment 50d0e1f2-299c-405f-90cc-41af5f25a997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d0e1f2-299c-405f-90cc-41af5f25a997 found for delete ", "request_id": "req-15ea0c31-0401-4319-b060-a2e7d93bfae6"}]} [pid: 8|app: 0|req: 360/731] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/732] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/security-groups?tenant_id=bb0fbd0358114508ae4ac76c04a756e9&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/733] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/734] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/ports?tenant_id=83a8a7b398c140b99ecbdbab678b1c8c&device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/735] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:08 2026] DELETE /v2.0/security-groups/5879bd6d-dafd-4d64-8fb0-510999379e35 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/736] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/networks?id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/737] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/738] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/subnets?id=a9b363f8-b54e-4868-8741-f822e429f8cd => generated 697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/739] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/ports?network_id=e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/740] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => 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: 370/741] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?fields=segments => generated 14 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/742] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:09.021 7 INFO neutron.db.l3_hamode_db [None req-ea5b94af-8795-48dc-af56-12e99e9b2ac8 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 373/744] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:08 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:09.533 8 INFO neutron.db.l3_db [None req-fe87a39a-4494-4a97-9c43-f56895e7876b 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] Floating IP 98677ac0-707c-4316-8ed5-6550660944d8 associated. External IP: 10.96.250.213, port: 5743cf15-2b49-40f1-a893-307ba6e4281b. [pid: 8|app: 0|req: 374/745] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:09 2026] PUT /v2.0/floatingips/98677ac0-707c-4316-8ed5-6550660944d8 => generated 855 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/746] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:09 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/747] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:09 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:09.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d92774bc-d78c-4945-834d-a99055acd2ef'] response: {'name': 'network-changed', 'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/748] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:09 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/749] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:10 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 372/750] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:07 2026] POST /v2.0/routers => generated 694 bytes in 2488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:10.761 7 INFO neutron.db.segments_db [None req-f874428d-224a-4d34-a1f9-712e47b82020 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Added segment 73a181fb-47ea-4243-ab31-ee23ccef2707 of type vxlan for network b532df0a-f56e-452c-810a-f4c4387ecd78 [pid: 7|app: 0|req: 373/751] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:10 2026] POST /v2.0/networks => generated 626 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/752] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:20:10 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/753] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:10 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/754] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:11 2026] POST /v2.0/ports => generated 775 bytes in 377 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-16 06:20:11.493 7 INFO neutron_taas.services.taas.taas_plugin [req-c3273c70-deb4-4dcb-abf6-65fb6e4c768f req-23c2859e-c780-4cb3-93d9-b8cacf0a2acc 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] TaaS: Handle Delete Port: 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f 2026-06-16 06:20:11.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c3273c70-deb4-4dcb-abf6-65fb6e4c768f req-23c2859e-c780-4cb3-93d9-b8cacf0a2acc 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] Tap Mirror: Handle Delete Port: 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f [pid: 8|app: 0|req: 379/755] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:10 2026] PUT /v2.0/routers/5cd5d648-aebd-449c-b3ca-ec678efce5bb/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/756] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:11 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/757] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:11 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:11.654 8 INFO neutron.db.segments_db [None req-c05c9648-a0b4-4c20-926a-f9b44d2e12d2 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Added segment 4e1a3792-ac19-4fb3-b30c-250a4b759a49 of type vxlan for network 3086d873-46d3-43d5-b42f-2f7090da0019 2026-06-16 06:20:11.680 7 INFO neutron.db.l3_db [req-c3273c70-deb4-4dcb-abf6-65fb6e4c768f req-23c2859e-c780-4cb3-93d9-b8cacf0a2acc 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] Floating IP 61a36227-f668-4acc-8223-d6d9aa3b17d2 disassociated. External IP: 10.96.250.205, port: 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f. [pid: 8|app: 0|req: 382/758] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:11 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/759] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:20:11 2026] DELETE /v2.0/ports/5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:12.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f9b7f41-86de-4605-8d75-6ed3040aff8c'] response: {'server_uuid': '97341e44-9c9d-4406-83aa-13bd7524e677', 'name': 'network-vif-deleted', 'tag': '5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/760] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/761] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:11 2026] POST /v2.0/ports => generated 957 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/762] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:12 2026] GET /v2.0/security-groups?id=e3b32411-e0d8-4a5d-be24-d4da5823e71f&fields=id&fields=name => generated 113 bytes in 25 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: 380/763] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:12 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/764] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:12 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/765] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:12 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/766] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:12 2026] POST /v2.0/ports => generated 954 bytes in 398 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: 382/767] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:12 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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: 386/768] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:12 2026] POST /v2.0/ports => generated 953 bytes in 1263 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: 387/769] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:13 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/770] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:13 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:13.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e921907-2be9-4ce3-adac-4032b126c6ca a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] TaaS: Handle Delete Port: 7878bd98-a228-4386-bc22-f87982bef8aa 2026-06-16 06:20:13.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e921907-2be9-4ce3-adac-4032b126c6ca a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Tap Mirror: Handle Delete Port: 7878bd98-a228-4386-bc22-f87982bef8aa [pid: 8|app: 0|req: 389/771] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:13 2026] DELETE /v2.0/ports/7878bd98-a228-4386-bc22-f87982bef8aa => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:14.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-631a3901-5fa9-4f07-996d-62449d6d7feb a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/772] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:14 2026] DELETE /v2.0/ports/7878bd98-a228-4386-bc22-f87982bef8aa => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:14.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8ca6664-31a0-4650-8a20-7c7344b572b2 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/773] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:14 2026] GET /v2.0/ports/7878bd98-a228-4386-bc22-f87982bef8aa => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/774] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:14 2026] DELETE /v2.0/subnets/d368a6ff-a826-4c1e-b327-3c7f2903dc8e => generated 0 bytes in 475 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:14.769 8 INFO neutron.services.segments.plugin [-] Segment 4e1a3792-ac19-4fb3-b30c-250a4b759a49 resource provider aggregate not found 2026-06-16 06:20:14.773 8 INFO neutron.services.segments.plugin [-] Segment 4e1a3792-ac19-4fb3-b30c-250a4b759a49 resource provider aggregate not found 2026-06-16 06:20:14.795 8 INFO neutron.services.segments.plugin [-] Segment 4e1a3792-ac19-4fb3-b30c-250a4b759a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1a3792-ac19-4fb3-b30c-250a4b759a49 found for delete ", "request_id": "req-ecfeecf4-2710-4bf8-91a5-c392a6dfc719"}]} [pid: 8|app: 0|req: 393/775] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:14 2026] DELETE /v2.0/networks/3086d873-46d3-43d5-b42f-2f7090da0019 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:14.801 8 INFO neutron.services.segments.plugin [-] Segment 4e1a3792-ac19-4fb3-b30c-250a4b759a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1a3792-ac19-4fb3-b30c-250a4b759a49 found for delete ", "request_id": "req-d0d90e29-c0a2-415c-a193-494df74181bf"}]} 2026-06-16 06:20:14.865 8 INFO neutron.db.segments_db [None req-4fec8594-c2ec-4ced-866a-514c5cc8bc58 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Added segment c225997e-5732-4b3e-872a-150604410ee5 of type vxlan for network de217cab-3599-4008-a41a-a2760b42707c 2026-06-16 06:20:14.875 7 INFO neutron.db.l3_db [None req-349cf2b2-a305-42d2-8156-7f8dd6148f65 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Floating IP 30d4f822-65b3-4da1-8765-62e447eefee7 associated. External IP: 10.96.250.207, port: ba0f3caa-e93c-4e76-bca2-89bb2cf28a93. [pid: 8|app: 0|req: 394/776] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:14 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/777] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:14 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 383/778] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:20:12 2026] POST /v2.0/floatingips => generated 841 bytes in 2880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:15.621 7 INFO neutron.db.l3_db [None req-0d1442f4-5c63-497c-a040-07b10d550178 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Floating IP 30d4f822-65b3-4da1-8765-62e447eefee7 disassociated. External IP: 10.96.250.207, port: ba0f3caa-e93c-4e76-bca2-89bb2cf28a93. [pid: 8|app: 0|req: 396/779] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:15 2026] POST /v2.0/subnets => generated 626 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/780] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:15 2026] PUT /v2.0/floatingips/30d4f822-65b3-4da1-8765-62e447eefee7 => generated 552 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/781] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:15 2026] POST /v2.0/ports => generated 911 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:16.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-74b1401d-1efe-4996-93a6-aa81a33952f0 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: b389c6e0-7326-4fb3-9680-b6fceacb5215 2026-06-16 06:20:16.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b1401d-1efe-4996-93a6-aa81a33952f0 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: b389c6e0-7326-4fb3-9680-b6fceacb5215 2026-06-16 06:20:16.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8caaeda-f76b-40d8-a637-8c2631800562 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] TaaS: Handle Delete Port: 35cf09d0-b72a-461f-bd66-7cca26e4a15c 2026-06-16 06:20:16.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8caaeda-f76b-40d8-a637-8c2631800562 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Tap Mirror: Handle Delete Port: 35cf09d0-b72a-461f-bd66-7cca26e4a15c [pid: 7|app: 0|req: 385/782] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:15 2026] DELETE /v2.0/floatingips/30d4f822-65b3-4da1-8765-62e447eefee7 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/783] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:16 2026] GET /v2.0/ports?device_id=97341e44-9c9d-4406-83aa-13bd7524e677 => 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: 398/784] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:16 2026] DELETE /v2.0/ports/35cf09d0-b72a-461f-bd66-7cca26e4a15c => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:16.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0c419c4-b7b5-49e9-b6e6-8c9fcbf85930 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 401/787] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:16 2026] GET /v2.0/ports/35cf09d0-b72a-461f-bd66-7cca26e4a15c => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/788] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:16 2026] DELETE /v2.0/subnets/0d48d881-cc03-47ad-b890-32dfc4388f58 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/789] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:16 2026] DELETE /v2.0/networks/de217cab-3599-4008-a41a-a2760b42707c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:16.825 8 INFO neutron.services.segments.plugin [-] Segment c225997e-5732-4b3e-872a-150604410ee5 resource provider aggregate not found 2026-06-16 06:20:16.832 8 INFO neutron.services.segments.plugin [-] Segment c225997e-5732-4b3e-872a-150604410ee5 resource provider aggregate not found 2026-06-16 06:20:16.856 8 INFO neutron.services.segments.plugin [-] Segment c225997e-5732-4b3e-872a-150604410ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c225997e-5732-4b3e-872a-150604410ee5 found for delete ", "request_id": "req-4e0b690a-00c5-47a4-80f0-1a49af1ccc59"}]} 2026-06-16 06:20:16.866 8 INFO neutron.services.segments.plugin [-] Segment c225997e-5732-4b3e-872a-150604410ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c225997e-5732-4b3e-872a-150604410ee5 found for delete ", "request_id": "req-3c3374ca-6550-420a-b32a-ecd66736bc08"}]} 2026-06-16 06:20:17.002 7 INFO neutron.db.l3_db [None req-2f3b9170-df90-44be-a0b0-54bbd5cd1ab3 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Floating IP 78c1a8eb-ed08-445b-aed2-22693869b3a2 associated. External IP: 10.96.250.207, port: 713c0069-e8da-407c-995c-242fd66406fa. [pid: 8|app: 0|req: 404/790] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:16 2026] POST /v2.0/ports => generated 774 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: 405/791] 10.0.0.242 () {34 vars in 737 bytes} [Tue Jun 16 06:20:17 2026] PUT /v2.0/ports/8bc0faf2-124c-466a-85f0-594b77423911 => generated 752 bytes in 197 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-16 06:20:17.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-e88a6005-52db-4bb4-a598-f7ee051f601c a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] TaaS: Handle Delete Port: 8bc0faf2-124c-466a-85f0-594b77423911 [pid: 7|app: 0|req: 387/792] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:20:16 2026] POST /v2.0/floatingips => generated 841 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:17.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e88a6005-52db-4bb4-a598-f7ee051f601c a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Tap Mirror: Handle Delete Port: 8bc0faf2-124c-466a-85f0-594b77423911 [pid: 7|app: 0|req: 388/793] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/floatingips/78c1a8eb-ed08-445b-aed2-22693869b3a2 => generated 841 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/794] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:17 2026] DELETE /v2.0/ports/8bc0faf2-124c-466a-85f0-594b77423911 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/795] 10.0.0.242 () {32 vars in 655 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/floatingips => generated 844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/796] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:17 2026] DELETE /v2.0/security-groups/e3b32411-e0d8-4a5d-be24-d4da5823e71f => 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: 390/797] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/ports => generated 778 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:17.511 7 INFO neutron.api.v2.resource [None req-c1fbc547-df46-41b1-b81b-23c111faec5c 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 391/798] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/security-groups/e3b32411-e0d8-4a5d-be24-d4da5823e71f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:17.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e062780-5c43-4057-a67d-2a0f8438bb70 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 392/799] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/ports/8bc0faf2-124c-466a-85f0-594b77423911 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:17.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-5842cf43-ae56-4bb7-8bcb-50f1c61c4588 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] TaaS: Handle Delete Port: 70d1f4e6-61de-4af5-b45d-68a0d086ac53 2026-06-16 06:20:17.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5842cf43-ae56-4bb7-8bcb-50f1c61c4588 6ef5981b1d18418fa33a75015af5549f 83a8a7b398c140b99ecbdbab678b1c8c - - default default] Tap Mirror: Handle Delete Port: 70d1f4e6-61de-4af5-b45d-68a0d086ac53 [pid: 7|app: 0|req: 393/800] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:17 2026] DELETE /v2.0/floatingips/61a36227-f668-4acc-8223-d6d9aa3b17d2 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/801] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:20:17 2026] GET /v2.0/ports => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:17.866 8 INFO neutron.db.l3_db [None req-7bb528c3-ee60-4360-8546-6d9064a3979e a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Floating IP 78c1a8eb-ed08-445b-aed2-22693869b3a2 associated. External IP: 10.96.250.207, port: 713c0069-e8da-407c-995c-242fd66406fa. 2026-06-16 06:20:18.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-0aaffc9b-be5e-4e14-aed5-fffd5688f092 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 2c9b8c3d-78a3-4463-896d-453021d53106 2026-06-16 06:20:18.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aaffc9b-be5e-4e14-aed5-fffd5688f092 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 2c9b8c3d-78a3-4463-896d-453021d53106 [pid: 8|app: 0|req: 408/802] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:17 2026] PUT /v2.0/floatingips/78c1a8eb-ed08-445b-aed2-22693869b3a2 => generated 841 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/803] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:18 2026] GET /v2.0/ports/b3cb509a-45db-478f-a237-bebecf0d4709 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/804] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:20:18 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1240 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/805] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:17 2026] PUT /v2.0/routers/4bd0db28-d8c7-46f4-b3c9-eb97b9e149f8/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:18.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e1180ab-ed00-4d84-aef9-b9c15a0d37fa a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/806] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:18 2026] DELETE /v2.0/ports/35cf09d0-b72a-461f-bd66-7cca26e4a15c => 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: 397/807] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:20:18 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:19.262 8 INFO neutron.db.l3_db [None req-83919b57-06f6-43bc-a147-7e8d2e4753fb a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Floating IP 78c1a8eb-ed08-445b-aed2-22693869b3a2 disassociated. External IP: 10.96.250.207, port: ba0f3caa-e93c-4e76-bca2-89bb2cf28a93. 2026-06-16 06:20:19.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf19c6b8-9e07-4afe-8536-ae6ce231b0c1 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 28ffddb2-8837-4bb7-9f84-0b268ba07680 2026-06-16 06:20:19.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf19c6b8-9e07-4afe-8536-ae6ce231b0c1 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 28ffddb2-8837-4bb7-9f84-0b268ba07680 [pid: 8|app: 0|req: 411/808] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:18 2026] PUT /v2.0/floatingips/78c1a8eb-ed08-445b-aed2-22693869b3a2 => generated 552 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:19.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06363b19-c7ac-4ae7-a702-a69c2dee4269 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/809] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:19 2026] DELETE /v2.0/subnets/0d48d881-cc03-47ad-b890-32dfc4388f58 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:19.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf19c6b8-9e07-4afe-8536-ae6ce231b0c1 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 371c02d0-bb63-4602-9926-a69c8d3b6e84 2026-06-16 06:20:19.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf19c6b8-9e07-4afe-8536-ae6ce231b0c1 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 371c02d0-bb63-4602-9926-a69c8d3b6e84 2026-06-16 06:20:19.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e1b7216-163f-4d45-9eae-541952378962 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: 0c210e4e-acdd-4ceb-9caf-0e4f6d965e91 2026-06-16 06:20:19.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e1b7216-163f-4d45-9eae-541952378962 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: 0c210e4e-acdd-4ceb-9caf-0e4f6d965e91 [pid: 8|app: 0|req: 413/810] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:19 2026] DELETE /v2.0/floatingips/78c1a8eb-ed08-445b-aed2-22693869b3a2 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:19.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0666a486-4494-4c72-8999-b6713986bfb4 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/811] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:19 2026] DELETE /v2.0/subnets/d368a6ff-a826-4c1e-b327-3c7f2903dc8e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:19.984 8 INFO neutron.api.v2.resource [None req-226afbb9-37b7-493b-9751-473f647b2b82 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/812] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:19 2026] DELETE /v2.0/floatingips/78c1a8eb-ed08-445b-aed2-22693869b3a2 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:20.043 7 INFO neutron.services.segments.plugin [-] Segment c8a2f7e3-a642-45ac-a3da-b05867f68268 resource provider aggregate not found 2026-06-16 06:20:20.044 7 INFO neutron.services.segments.plugin [-] Segment c8a2f7e3-a642-45ac-a3da-b05867f68268 resource provider aggregate not found 2026-06-16 06:20:20.076 7 INFO neutron.db.l3_hamode_db [None req-cf19c6b8-9e07-4afe-8536-ae6ce231b0c1 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network e08ac191-806a-4fc8-8190-d8de5abfe403 was deleted as no HA routers are present in tenant 83a8a7b398c140b99ecbdbab678b1c8c. 2026-06-16 06:20:20.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a167638-a350-4d60-bb04-18efcaf39789 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] TaaS: Handle Delete Port: b3cb509a-45db-478f-a237-bebecf0d4709 2026-06-16 06:20:20.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a167638-a350-4d60-bb04-18efcaf39789 a2c3dc7006b8439ea09367b07ef56c0b 35bacd699792491fb9694c4c50b2451c - - default default] Tap Mirror: Handle Delete Port: b3cb509a-45db-478f-a237-bebecf0d4709 2026-06-16 06:20:20.083 7 INFO neutron.services.segments.plugin [-] Segment c8a2f7e3-a642-45ac-a3da-b05867f68268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a2f7e3-a642-45ac-a3da-b05867f68268 found for delete ", "request_id": "req-90bfa991-2e60-4bcc-9378-c702d1dab8f5"}]} 2026-06-16 06:20:20.083 7 INFO neutron.services.segments.plugin [-] Segment c8a2f7e3-a642-45ac-a3da-b05867f68268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a2f7e3-a642-45ac-a3da-b05867f68268 found for delete ", "request_id": "req-e14918ed-46bf-4dfd-b0c2-7a476117c3b9"}]} [pid: 7|app: 0|req: 398/813] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:18 2026] DELETE /v2.0/routers/4bd0db28-d8c7-46f4-b3c9-eb97b9e149f8 => generated 0 bytes in 1272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/814] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:19 2026] DELETE /v2.0/ports/b3cb509a-45db-478f-a237-bebecf0d4709 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:20.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-536f58ed-6ac8-41bc-9f63-d2d09e6bfc31 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: ba0f3caa-e93c-4e76-bca2-89bb2cf28a93 2026-06-16 06:20:20.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-536f58ed-6ac8-41bc-9f63-d2d09e6bfc31 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: ba0f3caa-e93c-4e76-bca2-89bb2cf28a93 [pid: 8|app: 0|req: 417/815] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/subnets/a9b363f8-b54e-4868-8741-f822e429f8cd => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/816] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/ports/ba0f3caa-e93c-4e76-bca2-89bb2cf28a93 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:20.438 8 INFO neutron.services.segments.plugin [-] Segment 73a181fb-47ea-4243-ab31-ee23ccef2707 resource provider aggregate not found 2026-06-16 06:20:20.442 8 INFO neutron.services.segments.plugin [-] Segment 73a181fb-47ea-4243-ab31-ee23ccef2707 resource provider aggregate not found [pid: 8|app: 0|req: 418/817] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/networks/b532df0a-f56e-452c-810a-f4c4387ecd78 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:20.469 8 INFO neutron.services.segments.plugin [-] Segment 73a181fb-47ea-4243-ab31-ee23ccef2707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a181fb-47ea-4243-ab31-ee23ccef2707 found for delete ", "request_id": "req-ec401872-c8ef-46df-95f6-0ced7aaa0426"}]} 2026-06-16 06:20:20.482 8 INFO neutron.services.segments.plugin [-] Segment 73a181fb-47ea-4243-ab31-ee23ccef2707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a181fb-47ea-4243-ab31-ee23ccef2707 found for delete ", "request_id": "req-225399f3-0540-47ac-8cdc-1a959c5098b6"}]} 2026-06-16 06:20:20.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-90f3dc35-0380-4aaf-94c7-7ce73b5ac4a4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: c94a5253-a64b-4735-aaf9-22fa4a638f82 2026-06-16 06:20:20.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90f3dc35-0380-4aaf-94c7-7ce73b5ac4a4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: c94a5253-a64b-4735-aaf9-22fa4a638f82 2026-06-16 06:20:20.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-d37c9532-6333-49e9-8d34-92d9e953c1b8 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: 713c0069-e8da-407c-995c-242fd66406fa 2026-06-16 06:20:20.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d37c9532-6333-49e9-8d34-92d9e953c1b8 a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: 713c0069-e8da-407c-995c-242fd66406fa [pid: 7|app: 0|req: 400/818] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/networks/e6977bc9-2ca4-4e4a-9cd4-f2cb313bb6d0 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/819] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/ports/713c0069-e8da-407c-995c-242fd66406fa => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/820] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:20 2026] GET /v2.0/ports?device_id=5cd5d648-aebd-449c-b3ca-ec678efce5bb => generated 958 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/821] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:20 2026] GET /v2.0/security-groups?tenant_id=83a8a7b398c140b99ecbdbab678b1c8c&name=default => generated 2922 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/822] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:20 2026] DELETE /v2.0/security-groups/dbba272e-9439-40cb-bd99-169de9f6a491 => 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: 404/823] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:21 2026] GET /v2.0/security-groups?tenant_id=35bacd699792491fb9694c4c50b2451c&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/824] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:21 2026] DELETE /v2.0/security-groups/b6d42ba2-4782-4e49-ad3b-ad419dedffd5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:21.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2827e59-6c64-48f5-bffb-b27934fd6c7b a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: caca4189-50ef-423a-832e-6862d7edad95 2026-06-16 06:20:21.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2827e59-6c64-48f5-bffb-b27934fd6c7b a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: caca4189-50ef-423a-832e-6862d7edad95 [pid: 8|app: 0|req: 420/825] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:20 2026] PUT /v2.0/routers/5cd5d648-aebd-449c-b3ca-ec678efce5bb/remove_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:22.111 7 INFO neutron.services.segments.plugin [-] Segment d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 resource provider aggregate not found 2026-06-16 06:20:22.113 7 INFO neutron.services.segments.plugin [-] Segment d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 resource provider aggregate not found 2026-06-16 06:20:22.134 7 INFO neutron.services.segments.plugin [-] Segment d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 found for delete ", "request_id": "req-fd8431d8-371a-42d9-b30f-ee87d54c7f73"}]} 2026-06-16 06:20:22.135 7 INFO neutron.services.segments.plugin [-] Segment d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93b0ee9-3ff6-4cad-83e9-a9d1d72b5ad3 found for delete ", "request_id": "req-c4298743-8402-466c-b55c-9b4e49da6295"}]} 2026-06-16 06:20:22.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-14203922-e441-4d96-ab0a-a77d4496cabe a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: 7a0a7512-b6a2-42e0-9502-c55823978e07 2026-06-16 06:20:22.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14203922-e441-4d96-ab0a-a77d4496cabe a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: 7a0a7512-b6a2-42e0-9502-c55823978e07 2026-06-16 06:20:22.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-14203922-e441-4d96-ab0a-a77d4496cabe a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] TaaS: Handle Delete Port: 03a33d8d-cde6-4813-b5db-28b204026887 2026-06-16 06:20:22.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14203922-e441-4d96-ab0a-a77d4496cabe a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] Tap Mirror: Handle Delete Port: 03a33d8d-cde6-4813-b5db-28b204026887 2026-06-16 06:20:22.798 7 INFO neutron.db.l3_hamode_db [None req-14203922-e441-4d96-ab0a-a77d4496cabe a9de6f22e4934aa3b2d1db9e03b14723 66269afeb5144e399257d3e5787cdfb0 - - default default] HA network f25952b9-92f2-4128-b301-1025833a0d1d was deleted as no HA routers are present in tenant 66269afeb5144e399257d3e5787cdfb0. [pid: 7|app: 0|req: 406/826] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:21 2026] DELETE /v2.0/routers/5cd5d648-aebd-449c-b3ca-ec678efce5bb => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/827] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:22 2026] DELETE /v2.0/subnets/7b0cc885-b2c8-4961-816f-592ce20d605d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:23.108 8 INFO neutron.services.segments.plugin [-] Segment 8692372c-b748-474b-8c90-179004f80092 resource provider aggregate not found 2026-06-16 06:20:23.113 8 INFO neutron.services.segments.plugin [-] Segment 8692372c-b748-474b-8c90-179004f80092 resource provider aggregate not found 2026-06-16 06:20:23.128 8 INFO neutron.services.segments.plugin [-] Segment 8692372c-b748-474b-8c90-179004f80092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8692372c-b748-474b-8c90-179004f80092 found for delete ", "request_id": "req-b27a0202-3b2e-4d9f-ab9d-3c39614a46c4"}]} [pid: 8|app: 0|req: 422/828] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:22 2026] DELETE /v2.0/networks/ef144c2f-6aad-489a-afb7-8eda00da692e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:23.138 8 INFO neutron.services.segments.plugin [-] Segment 8692372c-b748-474b-8c90-179004f80092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8692372c-b748-474b-8c90-179004f80092 found for delete ", "request_id": "req-5dbc21b6-43ef-4ec0-81b6-9f67b0f2d2b8"}]} 2026-06-16 06:20:23.255 7 INFO neutron.db.segments_db [None req-50a45f22-c8dc-4ff7-9af2-3a8f4669bcfd 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 of type vxlan for network ea90f0e6-85fa-4c83-ab46-b325519c5e45 [pid: 7|app: 0|req: 407/829] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:20:22 2026] POST /v2.0/networks => generated 718 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:23.377 8 INFO neutron.db.segments_db [None req-c60b36e3-323a-488b-94fb-26580d27b34d a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment a4d55dd9-a119-42f6-9c60-815f9e736801 of type vxlan for network 8549f7ba-db72-4de9-9453-dd7c36e99e35 [pid: 8|app: 0|req: 423/830] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:23 2026] POST /v2.0/networks => generated 615 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/831] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:23 2026] POST /v2.0/subnets => generated 684 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:23.558 8 INFO neutron.db.segments_db [None req-823422ac-ae81-47c8-b9a7-f68c73505161 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment 1a907672-b68e-406f-897e-812728ce0685 of type vxlan for network 01d12919-de47-4978-9197-c93faa1ccb40 2026-06-16 06:20:23.623 7 INFO neutron.db.segments_db [None req-85da0556-b983-4c93-a187-0276575dcddc 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment b243317c-985d-436c-98f1-d4e7a6c779e3 of type vxlan for network 3b4d86d8-783f-4414-9199-b3373b176443 [pid: 8|app: 0|req: 424/832] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:23 2026] POST /v2.0/networks => generated 615 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/833] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:23 2026] GET /v2.0/security-groups?tenant_id=66269afeb5144e399257d3e5787cdfb0&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:23.941 7 INFO neutron.db.l3_hamode_db [None req-85da0556-b983-4c93-a187-0276575dcddc 7dd9ee801992421c96223dc5ca634b6f 0e7630a39b9943c8ab82682a15fbfa71 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:20:24.159 7 INFO neutron.services.segments.plugin [-] Segment 7071a287-9654-4936-901d-f6e31322a5df resource provider aggregate not found [pid: 8|app: 0|req: 426/834] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:23 2026] POST /v2.0/subnets => generated 646 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:24.180 7 INFO neutron.services.segments.plugin [-] Segment 7071a287-9654-4936-901d-f6e31322a5df resource provider aggregate not found 2026-06-16 06:20:24.187 7 INFO neutron.services.segments.plugin [-] Segment 7071a287-9654-4936-901d-f6e31322a5df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7071a287-9654-4936-901d-f6e31322a5df found for delete ", "request_id": "req-2f2f36e0-0e74-4df4-b741-b40f011ccf54"}]} 2026-06-16 06:20:24.206 7 INFO neutron.services.segments.plugin [-] Segment 7071a287-9654-4936-901d-f6e31322a5df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7071a287-9654-4936-901d-f6e31322a5df found for delete ", "request_id": "req-e27a5fd6-419b-47be-bfc4-9e6008c4d851"}]} [pid: 8|app: 0|req: 427/835] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:24 2026] DELETE /v2.0/security-groups/e6f9adb3-fc26-4021-886d-73a66a5d4c0c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/836] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:24 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:24.558 8 INFO neutron.db.segments_db [None req-f2880c0f-94f7-41a6-aed8-cdcc559624f9 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment 59f0755b-9b29-4c45-a6db-9e2f26f593ad of type vxlan for network 9a5a7996-fc80-43c5-b525-2f3741df523a 2026-06-16 06:20:24.827 8 INFO neutron.db.l3_hamode_db [None req-f2880c0f-94f7-41a6-aed8-cdcc559624f9 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:20:25.032 7 INFO neutron.db.l3_hamode_db [None req-85da0556-b983-4c93-a187-0276575dcddc 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:20:25.043 8 INFO neutron.db.l3_hamode_db [None req-f2880c0f-94f7-41a6-aed8-cdcc559624f9 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 429/837] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:24 2026] POST /v2.0/routers => generated 511 bytes in 1183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/838] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:23 2026] POST /v2.0/routers => generated 724 bytes in 2480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/839] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:25 2026] PUT /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:27.321 8 INFO neutron.db.segments_db [None req-f922e005-facc-42ac-a880-2932578d8418 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Added segment 11bcd222-bba6-49d2-a160-3c1ada188aaa of type vxlan for network 445daaaf-600e-47b8-a400-a13e681c9049 [pid: 8|app: 0|req: 431/840] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:26 2026] POST /v2.0/networks => generated 629 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/841] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:27 2026] GET /v2.0/ports/12486aca-7393-45c8-90c3-c28f2dab5d98 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/842] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:26 2026] PUT /v2.0/routers/dc5d3284-95c2-4a37-b77f-7b050ab49eb1/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/843] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:27 2026] POST /v2.0/ports => generated 778 bytes in 400 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: 434/844] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:27 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:28.017 8 INFO neutron.db.segments_db [None req-5459960a-908e-4d7e-b6c5-8f4af3e568fe 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Added segment d7fac44b-704f-4cd0-8e02-b0e221c0ed36 of type vxlan for network 128a89dc-5b1f-4dc2-8f50-c4bf09eb5da2 [pid: 8|app: 0|req: 435/845] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:27 2026] POST /v2.0/networks => generated 617 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/846] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:20:28 2026] GET /v2.0/ports/5743cf15-2b49-40f1-a893-307ba6e4281b => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/847] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:28 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/848] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:20:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/849] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:27 2026] PUT /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/850] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:28 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: 439/851] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:28 2026] POST /v2.0/ports => generated 964 bytes in 397 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: 413/852] 199.19.213.180 () {34 vars in 1000 bytes} [Tue Jun 16 06:20:28 2026] GET /v2.0/subnets?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/853] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:28 2026] GET /v2.0/ports/14865de9-6fbf-45a6-b118-5c14e32fba83 => generated 967 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:29.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-d13a6436-a6e9-41d6-8409-455b827200e7 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] TaaS: Handle Delete Port: a75ee838-6f2a-4849-bbf4-87c8f3d26bb1 2026-06-16 06:20:29.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d13a6436-a6e9-41d6-8409-455b827200e7 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Tap Mirror: Handle Delete Port: a75ee838-6f2a-4849-bbf4-87c8f3d26bb1 [pid: 8|app: 0|req: 441/854] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/855] 199.19.213.180 () {34 vars in 1146 bytes} [Tue Jun 16 06:20:29 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2&device_owner=compute%3Anova&network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => 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: 414/856] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:28 2026] DELETE /v2.0/ports/a75ee838-6f2a-4849-bbf4-87c8f3d26bb1 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:29.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d1ec96e-1381-4cb5-8579-7e40ae6867fc a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 14865de9-6fbf-45a6-b118-5c14e32fba83 2026-06-16 06:20:29.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d1ec96e-1381-4cb5-8579-7e40ae6867fc a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 14865de9-6fbf-45a6-b118-5c14e32fba83 [pid: 7|app: 0|req: 415/857] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:20:29 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/858] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:29 2026] PUT /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:30.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cdf58ea-3812-45e1-9c19-2501c5d9ee07 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 444/859] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:30 2026] DELETE /v2.0/ports/a75ee838-6f2a-4849-bbf4-87c8f3d26bb1 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/860] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:20:29 2026] PUT /v2.0/ports/5743cf15-2b49-40f1-a893-307ba6e4281b => generated 1145 bytes in 596 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-16 06:20:30.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70b51da3-66e8-44bd-9e9b-87d0b2562dfd 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/861] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:30 2026] GET /v2.0/ports/a75ee838-6f2a-4849-bbf4-87c8f3d26bb1 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:30.539 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96b34dc0-301f-431a-9ec0-008eee1dbec9'] response: {'name': 'network-changed', 'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/862] 10.0.0.5 () {34 vars in 1098 bytes} [Tue Jun 16 06:20:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1346253803&fields=id&tenant_id=0e7630a39b9943c8ab82682a15fbfa71 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:30.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-638073d4-488d-4bb8-a1a8-b0e0786127d2 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 12486aca-7393-45c8-90c3-c28f2dab5d98 2026-06-16 06:20:30.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-638073d4-488d-4bb8-a1a8-b0e0786127d2 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 12486aca-7393-45c8-90c3-c28f2dab5d98 [pid: 7|app: 0|req: 419/863] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:30 2026] DELETE /v2.0/subnets/4ab6afe5-6494-4323-83ce-72944b641056 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/864] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:20:30 2026] GET /v2.0/networks?id=ea90f0e6-85fa-4c83-ab46-b325519c5e45 => generated 669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:30.843 7 INFO neutron.services.segments.plugin [-] Segment d7fac44b-704f-4cd0-8e02-b0e221c0ed36 resource provider aggregate not found 2026-06-16 06:20:30.860 7 INFO neutron.services.segments.plugin [-] Segment d7fac44b-704f-4cd0-8e02-b0e221c0ed36 resource provider aggregate not found 2026-06-16 06:20:30.867 7 INFO neutron.services.segments.plugin [-] Segment d7fac44b-704f-4cd0-8e02-b0e221c0ed36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7fac44b-704f-4cd0-8e02-b0e221c0ed36 found for delete ", "request_id": "req-d5952721-dbf5-48e4-9653-b006d7d1a622"}]} [pid: 7|app: 0|req: 421/865] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:30 2026] DELETE /v2.0/networks/128a89dc-5b1f-4dc2-8f50-c4bf09eb5da2 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:30.890 7 INFO neutron.services.segments.plugin [-] Segment d7fac44b-704f-4cd0-8e02-b0e221c0ed36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7fac44b-704f-4cd0-8e02-b0e221c0ed36 found for delete ", "request_id": "req-88ad4d55-75cd-4702-9b47-61be5cbe0961"}]} [pid: 7|app: 0|req: 422/866] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:20:30 2026] GET /v2.0/quotas/0e7630a39b9943c8ab82682a15fbfa71 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:30.955 7 INFO neutron.db.segments_db [None req-63e632fb-55af-4177-b051-b7e5bca8827f 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Added segment 926f5c70-5fd2-4174-bafc-1984682e37ca of type vxlan for network 15b2b022-a254-419d-827f-b202eba509ff [pid: 7|app: 0|req: 423/867] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:30 2026] POST /v2.0/networks => generated 617 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/868] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/ports?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/869] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:30 2026] PUT /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/870] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1417 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/871] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/ports?device_id=ccaf89c8-f13c-4322-a419-92ccc7e30c74 => 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: 427/872] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:31.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c588346-9b10-4bd2-90e5-f8f75dadcbbd a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 5d81310a-c0e7-466f-af73-9d080b096d9c 2026-06-16 06:20:31.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c588346-9b10-4bd2-90e5-f8f75dadcbbd a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 5d81310a-c0e7-466f-af73-9d080b096d9c [pid: 8|app: 0|req: 446/873] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:31 2026] POST /v2.0/subnets => generated 646 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/874] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/877] 10.0.0.5 () {34 vars in 905 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 06:20:31.858 7 INFO neutron.db.l3_hamode_db [None req-5c588346-9b10-4bd2-90e5-f8f75dadcbbd a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] HA network 9a5a7996-fc80-43c5-b525-2f3741df523a was deleted as no HA routers are present in tenant 3376bad5a97b4094a65f59ac220ede22. [pid: 7|app: 0|req: 428/878] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:31 2026] DELETE /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/879] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/880] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:31 2026] POST /v2.0/ports => generated 927 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/881] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/882] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:31 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/883] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:31 2026] DELETE /v2.0/subnets/af6eef80-df42-45c1-b69c-6c9fde61842a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/884] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:32.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-85d25bf0-1b24-41f4-918c-fda7ff637d19 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] TaaS: Handle Delete Port: f0196dcc-c92e-4759-a1ec-878685a234c2 2026-06-16 06:20:32.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d25bf0-1b24-41f4-918c-fda7ff637d19 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Tap Mirror: Handle Delete Port: f0196dcc-c92e-4759-a1ec-878685a234c2 [pid: 8|app: 0|req: 454/885] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&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: 432/886] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:31 2026] DELETE /v2.0/ports/f0196dcc-c92e-4759-a1ec-878685a234c2 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/887] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:32 2026] DELETE /v2.0/subnets/772ade7e-2278-426d-a705-ba83b74ed278 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/888] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:32.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58794077-71f7-4078-970d-b40ef4818f91 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 456/889] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/ports/f0196dcc-c92e-4759-a1ec-878685a234c2 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/890] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 435/891] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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-16 06:20:32.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d2e4622-ed7c-4d64-b7ed-4890903d864c a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: d9f76ec0-536f-416b-8c2a-2ed1d281ca3f 2026-06-16 06:20:32.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d2e4622-ed7c-4d64-b7ed-4890903d864c a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: d9f76ec0-536f-416b-8c2a-2ed1d281ca3f [pid: 7|app: 0|req: 436/892] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:32 2026] DELETE /v2.0/subnets/02e02131-3d88-48d6-9145-c1196d66dc87 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/893] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1148 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:32.702 8 INFO neutron.services.segments.plugin [-] Segment 1a907672-b68e-406f-897e-812728ce0685 resource provider aggregate not found 2026-06-16 06:20:32.703 8 INFO neutron.services.segments.plugin [-] Segment 1a907672-b68e-406f-897e-812728ce0685 resource provider aggregate not found 2026-06-16 06:20:32.730 8 INFO neutron.services.segments.plugin [-] Segment 1a907672-b68e-406f-897e-812728ce0685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a907672-b68e-406f-897e-812728ce0685 found for delete ", "request_id": "req-0ea2c94b-6694-4eb3-bbf2-c7cb46bfc926"}]} 2026-06-16 06:20:32.730 8 INFO neutron.services.segments.plugin [-] Segment 1a907672-b68e-406f-897e-812728ce0685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a907672-b68e-406f-897e-812728ce0685 found for delete ", "request_id": "req-72da806d-f080-4395-8775-9094c85f87f0"}]} [pid: 8|app: 0|req: 457/894] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:32 2026] DELETE /v2.0/networks/01d12919-de47-4978-9197-c93faa1ccb40 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/895] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:32 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 438/896] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:32 2026] DELETE /v2.0/networks/15b2b022-a254-419d-827f-b202eba509ff => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:32.901 7 INFO neutron.services.segments.plugin [-] Segment 59f0755b-9b29-4c45-a6db-9e2f26f593ad resource provider aggregate not found 2026-06-16 06:20:32.921 7 INFO neutron.services.segments.plugin [-] Segment 59f0755b-9b29-4c45-a6db-9e2f26f593ad resource provider aggregate not found [pid: 8|app: 0|req: 459/897] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:32 2026] DELETE /v2.0/networks/8549f7ba-db72-4de9-9453-dd7c36e99e35 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:32.932 7 INFO neutron.services.segments.plugin [-] Segment 59f0755b-9b29-4c45-a6db-9e2f26f593ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f0755b-9b29-4c45-a6db-9e2f26f593ad found for delete ", "request_id": "req-e3f3c294-73c9-4326-899c-5e2a405bba19"}]} 2026-06-16 06:20:32.952 7 INFO neutron.services.segments.plugin [-] Segment 59f0755b-9b29-4c45-a6db-9e2f26f593ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f0755b-9b29-4c45-a6db-9e2f26f593ad found for delete ", "request_id": "req-1d182328-bfb7-4bc9-a9da-11fd7b7ad782"}]} 2026-06-16 06:20:32.960 7 INFO neutron.services.segments.plugin [-] Segment 926f5c70-5fd2-4174-bafc-1984682e37ca resource provider aggregate not found 2026-06-16 06:20:32.975 7 INFO neutron.services.segments.plugin [-] Segment 926f5c70-5fd2-4174-bafc-1984682e37ca resource provider aggregate not found 2026-06-16 06:20:32.981 7 INFO neutron.services.segments.plugin [-] Segment 926f5c70-5fd2-4174-bafc-1984682e37ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 926f5c70-5fd2-4174-bafc-1984682e37ca found for delete ", "request_id": "req-3b0c7f90-5fc6-4fab-926b-ce748a5e0db1"}]} 2026-06-16 06:20:33.000 8 INFO neutron.db.segments_db [None req-01e7784f-49a1-49fe-9f3b-63eca373e528 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment 7e367a9c-ae74-4c14-8c9e-7619943fadee of type vxlan for network 8157c3ee-78a8-472b-8287-40320faefdfb 2026-06-16 06:20:33.001 7 INFO neutron.services.segments.plugin [-] Segment 926f5c70-5fd2-4174-bafc-1984682e37ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 926f5c70-5fd2-4174-bafc-1984682e37ca found for delete ", "request_id": "req-137d729a-ab99-4d01-9eaf-0ab66b48eadc"}]} [pid: 8|app: 0|req: 460/898] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:32 2026] POST /v2.0/networks => generated 614 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/899] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:32 2026] POST /v2.0/ports => generated 778 bytes in 366 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: 461/900] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:33 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:33.392 8 INFO neutron.db.segments_db [None req-a09c6112-a458-467e-ab95-ac2469601ae7 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment 4999d62f-7a76-4188-99d5-e3a2011489d3 of type vxlan for network 19707e9a-c679-4626-9d1c-e0e7eb0130f9 [pid: 7|app: 0|req: 440/901] 10.0.0.242 () {34 vars in 737 bytes} [Tue Jun 16 06:20:33 2026] PUT /v2.0/ports/ec5587eb-d823-44e1-9b10-e61abc0dbbaa => generated 752 bytes in 188 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-16 06:20:33.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-271e25af-25f0-4199-ae1d-f1fe5751d796 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] TaaS: Handle Delete Port: ec5587eb-d823-44e1-9b10-e61abc0dbbaa 2026-06-16 06:20:33.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271e25af-25f0-4199-ae1d-f1fe5751d796 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Tap Mirror: Handle Delete Port: ec5587eb-d823-44e1-9b10-e61abc0dbbaa [pid: 7|app: 0|req: 441/902] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:33 2026] DELETE /v2.0/ports/ec5587eb-d823-44e1-9b10-e61abc0dbbaa => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/903] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 443/904] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:33.679 8 INFO neutron.db.l3_hamode_db [None req-a09c6112-a458-467e-ab95-ac2469601ae7 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 444/905] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/906] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:33.765 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41b12e46-c4ab-40f9-9a33-67922ec3222b 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/907] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports/ec5587eb-d823-44e1-9b10-e61abc0dbbaa => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/908] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:33.793 8 INFO neutron.db.l3_hamode_db [None req-a09c6112-a458-467e-ab95-ac2469601ae7 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 448/909] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/910] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 860 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/911] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports/3d928d4d-bb4a-45c9-ae42-44ca03a6437d => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/912] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:33.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b585046a-e4fb-46e4-8d85-218a73155591 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 452/913] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:33 2026] DELETE /v2.0/ports/f0196dcc-c92e-4759-a1ec-878685a234c2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/914] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:33 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:34.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ca4f6a7-4d6a-48ad-bf13-911fe7447322 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/915] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:34 2026] DELETE /v2.0/subnets/02e02131-3d88-48d6-9145-c1196d66dc87 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/916] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:34 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:34.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4602c11d-5d30-45f4-86d9-3b6691c0a890 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 456/917] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:34 2026] DELETE /v2.0/subnets/4ab6afe5-6494-4323-83ce-72944b641056 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/918] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:34 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:34.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-33a9b671-694e-4a94-a761-67315051e3e9 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] TaaS: Handle Delete Port: 3d928d4d-bb4a-45c9-ae42-44ca03a6437d 2026-06-16 06:20:34.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a9b671-694e-4a94-a761-67315051e3e9 531aa7e074044c04aa0dd6a6d1ac16ff 544859fcb16e4e358d2b76aa714af86d - - default default] Tap Mirror: Handle Delete Port: 3d928d4d-bb4a-45c9-ae42-44ca03a6437d [pid: 7|app: 0|req: 458/919] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:20:34 2026] DELETE /v2.0/ports/3d928d4d-bb4a-45c9-ae42-44ca03a6437d => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/920] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:33 2026] POST /v2.0/routers => generated 509 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/921] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:34 2026] DELETE /v2.0/networks/445daaaf-600e-47b8-a400-a13e681c9049 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/922] 199.19.213.180 () {34 vars in 1118 bytes} [Tue Jun 16 06:20:34 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:34.752 8 INFO neutron.services.segments.plugin [-] Segment a4d55dd9-a119-42f6-9c60-815f9e736801 resource provider aggregate not found 2026-06-16 06:20:34.762 8 INFO neutron.services.segments.plugin [-] Segment a4d55dd9-a119-42f6-9c60-815f9e736801 resource provider aggregate not found 2026-06-16 06:20:34.769 8 INFO neutron.services.segments.plugin [-] Segment a4d55dd9-a119-42f6-9c60-815f9e736801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4d55dd9-a119-42f6-9c60-815f9e736801 found for delete ", "request_id": "req-3a571d15-5390-4354-89c1-01c8a8f637fa"}]} [pid: 7|app: 0|req: 461/923] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:34 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:34.793 8 INFO neutron.services.segments.plugin [-] Segment a4d55dd9-a119-42f6-9c60-815f9e736801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4d55dd9-a119-42f6-9c60-815f9e736801 found for delete ", "request_id": "req-f7aa05d8-f560-4f68-aed7-c07d4ea83a42"}]} [pid: 8|app: 0|req: 463/924] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:20:34 2026] POST /v2.0/ports => generated 959 bytes in 397 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-16 06:20:35.003 7 INFO neutron.services.segments.plugin [-] Segment 11bcd222-bba6-49d2-a160-3c1ada188aaa resource provider aggregate not found 2026-06-16 06:20:35.035 7 INFO neutron.services.segments.plugin [-] Segment 11bcd222-bba6-49d2-a160-3c1ada188aaa resource provider aggregate not found 2026-06-16 06:20:35.050 7 INFO neutron.services.segments.plugin [-] Segment 11bcd222-bba6-49d2-a160-3c1ada188aaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11bcd222-bba6-49d2-a160-3c1ada188aaa found for delete ", "request_id": "req-562b863c-54ce-4b2a-9d06-8721cd8cc9ef"}]} 2026-06-16 06:20:35.070 7 INFO neutron.services.segments.plugin [-] Segment 11bcd222-bba6-49d2-a160-3c1ada188aaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11bcd222-bba6-49d2-a160-3c1ada188aaa found for delete ", "request_id": "req-c4d05fc9-aff0-429f-9b7b-58327a70c7d0"}]} [pid: 7|app: 0|req: 462/925] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:20:34 2026] PUT /v2.0/ports/5743cf15-2b49-40f1-a893-307ba6e4281b => generated 968 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:35.299 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1bb1a1f-115a-4acf-837b-823c622fb20c'] response: {'name': 'network-changed', 'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', '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: 463/926] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/security-groups?tenant_id=544859fcb16e4e358d2b76aa714af86d&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/927] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:35 2026] DELETE /v2.0/security-groups/d2a85273-c11f-4c62-85ef-2633aeecc01d => 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: 465/928] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/929] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/930] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 468/931] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/932] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:35 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/933] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:34 2026] PUT /v2.0/routers/a1b0fa25-0e35-4d14-8bb6-39e16f1f2843/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/934] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&device_owner=network%3Adhcp => generated 1244 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: 465/935] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/ports/f0b89459-108e-427e-a619-17270ca8dfd5 => generated 1033 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/936] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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: 472/937] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:36.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bf10560-c767-41ac-b0b4-50ce7e7cabd6 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: f0b89459-108e-427e-a619-17270ca8dfd5 2026-06-16 06:20:36.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bf10560-c767-41ac-b0b4-50ce7e7cabd6 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: f0b89459-108e-427e-a619-17270ca8dfd5 [pid: 7|app: 0|req: 473/938] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/networks?id=ea90f0e6-85fa-4c83-ab46-b325519c5e45 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/939] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:20:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e7630a39b9943c8ab82682a15fbfa71 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/940] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:36 2026] PUT /v2.0/routers/a1b0fa25-0e35-4d14-8bb6-39e16f1f2843/remove_router_interface => generated 309 bytes in 917 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: 467/941] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:37.156 8 INFO neutron.api.v2.resource [None req-6f0296f7-07a7-44e1-864a-08a042cc9a7a a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/942] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:37 2026] PUT /v2.0/routers/a1b0fa25-0e35-4d14-8bb6-39e16f1f2843/remove_router_interface => generated 197 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/943] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:20:36 2026] POST /v2.0/ports => generated 958 bytes in 398 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: 469/944] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/ports?device_id=a1b0fa25-0e35-4d14-8bb6-39e16f1f2843 => 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: 476/945] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/ports?tenant_id=96d51ccd59a843fd9a0d849607ea778f&device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:37.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bf8b12d-146b-4452-8170-c8997f12718a a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 3796d59c-78e6-49fe-a174-a28642ccdc5b 2026-06-16 06:20:37.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf8b12d-146b-4452-8170-c8997f12718a a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 3796d59c-78e6-49fe-a174-a28642ccdc5b [pid: 8|app: 0|req: 470/946] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:20:37 2026] PUT /v2.0/ports/f25927a8-c432-41b0-b24e-60a661e80ead => generated 1239 bytes in 432 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-16 06:20:37.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e8eea72-7094-4b7a-bbc3-d887a9004316'] response: {'name': 'network-changed', 'server_uuid': 'bef68258-2686-4772-a768-f147a1825c56', 'tag': 'f25927a8-c432-41b0-b24e-60a661e80ead', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 471/947] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/networks?id=dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:37.727 7 INFO neutron.services.segments.plugin [-] Segment 4999d62f-7a76-4188-99d5-e3a2011489d3 resource provider aggregate not found 2026-06-16 06:20:37.731 7 INFO neutron.services.segments.plugin [-] Segment 4999d62f-7a76-4188-99d5-e3a2011489d3 resource provider aggregate not found 2026-06-16 06:20:37.746 7 INFO neutron.services.segments.plugin [-] Segment 4999d62f-7a76-4188-99d5-e3a2011489d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4999d62f-7a76-4188-99d5-e3a2011489d3 found for delete ", "request_id": "req-c86b171e-c34b-41a3-a0e0-55c859d326b7"}]} 2026-06-16 06:20:37.749 7 INFO neutron.services.segments.plugin [-] Segment 4999d62f-7a76-4188-99d5-e3a2011489d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4999d62f-7a76-4188-99d5-e3a2011489d3 found for delete ", "request_id": "req-5e251148-efd2-47e2-9f9d-646089b53ea3"}]} 2026-06-16 06:20:37.752 7 INFO neutron.db.l3_hamode_db [None req-3bf8b12d-146b-4452-8170-c8997f12718a a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] HA network 19707e9a-c679-4626-9d1c-e0e7eb0130f9 was deleted as no HA routers are present in tenant 3376bad5a97b4094a65f59ac220ede22. [pid: 8|app: 0|req: 472/948] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/949] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:37 2026] DELETE /v2.0/routers/a1b0fa25-0e35-4d14-8bb6-39e16f1f2843 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/950] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5743cf15-2b49-40f1-a893-307ba6e4281b => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/951] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:37 2026] DELETE /v2.0/subnets/f2b03f96-df98-4076-af30-a0a2b4240952 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/952] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 481/953] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:37 2026] GET /v2.0/subnets?id=485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/954] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:38 2026] DELETE /v2.0/networks/8157c3ee-78a8-472b-8287-40320faefdfb => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/955] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/ports?network_id=dbdbefa9-5bfd-4010-af15-1277bbd232b6&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: 484/956] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 473/957] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:20:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 06:20:38.259 7 INFO neutron.db.segments_db [None req-b4f9e8e2-94ee-4155-a3ab-e46fe7292e43 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 of type vxlan for network 7c841428-b1c5-4ac9-91bb-f9117c8b7851 [pid: 8|app: 0|req: 474/958] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/ports?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/959] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/960] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&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: 485/961] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:20:38 2026] POST /v2.0/networks => generated 615 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/962] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/security-groups => generated 4529 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/963] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/networks?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&shared=False => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/964] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6?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: 479/965] 10.0.0.242 () {34 vars in 758 bytes} [Tue Jun 16 06:20:38 2026] PUT /v2.0/security-groups/8ed1b34f-82f4-43e3-b6cd-3b7ec98a6b46 => generated 1663 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/966] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:20:38 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: 8|app: 0|req: 481/967] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/security-groups/8ed1b34f-82f4-43e3-b6cd-3b7ec98a6b46 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/968] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:38 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/969] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:38 2026] DELETE /v2.0/security-groups/8ed1b34f-82f4-43e3-b6cd-3b7ec98a6b46 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/970] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:38.725 7 INFO neutron.db.segments_db [None req-21a615e0-18af-441d-9d94-758352082a60 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 of type vxlan for network a83143c8-e635-4ffe-bf20-9b02115ad2a2 2026-06-16 06:20:38.733 8 INFO neutron.api.v2.resource [None req-9005ccf9-42a3-4342-8070-6dda506f86b1 cf6cfaeb6dd648e684cc0e2b9b917577 c72d80704a3641b3ab2a550ad3a1c2d9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/971] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:38 2026] DELETE /v2.0/security-groups/8ed1b34f-82f4-43e3-b6cd-3b7ec98a6b46 => 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: 485/972] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:20:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 06:20:39.011 7 INFO neutron.db.l3_hamode_db [None req-21a615e0-18af-441d-9d94-758352082a60 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 486/973] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/974] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules/7fefc27f-3e4b-4e61-bd8f-cd2041061abe => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:39.151 7 INFO neutron.db.l3_hamode_db [None req-21a615e0-18af-441d-9d94-758352082a60 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 488/975] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/976] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/977] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:39 2026] DELETE /v2.0/security-group-rules/7fefc27f-3e4b-4e61-bd8f-cd2041061abe => 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: 491/978] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-groups?id=9ada7a7c-b791-4120-b6c9-08411055bb51&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: 492/979] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/980] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/981] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 495/982] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules/7db0bf6d-762f-4b92-8f05-bbd0346745a1 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/983] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/984] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/985] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/ports?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/986] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:38 2026] POST /v2.0/routers => generated 511 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/987] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:39 2026] DELETE /v2.0/security-group-rules/7db0bf6d-762f-4b92-8f05-bbd0346745a1 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:39.770 7 INFO neutron.services.segments.plugin [-] Segment 7e367a9c-ae74-4c14-8c9e-7619943fadee resource provider aggregate not found 2026-06-16 06:20:39.773 7 INFO neutron.services.segments.plugin [-] Segment 7e367a9c-ae74-4c14-8c9e-7619943fadee resource provider aggregate not found [pid: 7|app: 0|req: 489/988] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f25927a8-c432-41b0-b24e-60a661e80ead => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:39.795 7 INFO neutron.services.segments.plugin [-] Segment 7e367a9c-ae74-4c14-8c9e-7619943fadee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e367a9c-ae74-4c14-8c9e-7619943fadee found for delete ", "request_id": "req-9bdd6e88-e564-4541-803c-2bfc226de33c"}]} [pid: 8|app: 0|req: 500/989] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:39.798 7 INFO neutron.services.segments.plugin [-] Segment 7e367a9c-ae74-4c14-8c9e-7619943fadee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e367a9c-ae74-4c14-8c9e-7619943fadee found for delete ", "request_id": "req-ec2c7a65-0dab-45bc-8b77-332f9fa7184a"}]} [pid: 8|app: 0|req: 501/990] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/991] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:39 2026] GET /v2.0/subnets?id=d43853e1-2460-4910-87d5-9e06c20f103c => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:40.021 8 INFO neutron_taas.services.taas.taas_plugin [req-b374cde9-f1bc-41fc-82c8-89d60237f111 req-d4b30050-b684-4952-bdef-6cd0830ea9a3 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] TaaS: Handle Delete Port: 5743cf15-2b49-40f1-a893-307ba6e4281b 2026-06-16 06:20:40.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b374cde9-f1bc-41fc-82c8-89d60237f111 req-d4b30050-b684-4952-bdef-6cd0830ea9a3 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] Tap Mirror: Handle Delete Port: 5743cf15-2b49-40f1-a893-307ba6e4281b 2026-06-16 06:20:40.222 8 INFO neutron.db.l3_db [req-b374cde9-f1bc-41fc-82c8-89d60237f111 req-d4b30050-b684-4952-bdef-6cd0830ea9a3 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] Floating IP 98677ac0-707c-4316-8ed5-6550660944d8 disassociated. External IP: 10.96.250.213, port: 5743cf15-2b49-40f1-a893-307ba6e4281b. [pid: 8|app: 0|req: 503/992] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:20:39 2026] DELETE /v2.0/ports/5743cf15-2b49-40f1-a893-307ba6e4281b => generated 0 bytes in 681 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:40.629 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b8eeb86-8935-4be2-8516-9b1302ad8489'] response: {'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'name': 'network-vif-deleted', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/993] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/994] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/ports?network_id=ea90f0e6-85fa-4c83-ab46-b325519c5e45&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/995] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => 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: 507/996] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/997] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/security-group-rules/aaaea286-85d3-4386-b35b-e28915f12af8 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/998] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/999] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:39 2026] PUT /v2.0/routers/507c53c1-8e90-414f-a9ca-1ff5bbafdc41/add_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1000] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1001] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?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: 491/1002] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1003] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:20:40 2026] GET /v2.0/ports/48d2b6d6-9978-4611-9d23-433d350e2017 => generated 959 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1004] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:40 2026] DELETE /v2.0/security-group-rules/aaaea286-85d3-4386-b35b-e28915f12af8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1005] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1006] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:41 2026] DELETE /v2.0/security-groups/619c0432-ad04-4f6f-98ff-e5459e1c7005 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1007] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1008] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:41 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-16 06:20:41.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9abbb0-e913-44e2-9376-e19222f42de9 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 48d2b6d6-9978-4611-9d23-433d350e2017 2026-06-16 06:20:41.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9abbb0-e913-44e2-9376-e19222f42de9 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 48d2b6d6-9978-4611-9d23-433d350e2017 [pid: 8|app: 0|req: 513/1009] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:41 2026] PUT /v2.0/routers/507c53c1-8e90-414f-a9ca-1ff5bbafdc41/remove_router_interface => generated 309 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1010] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:41 2026] GET /v2.0/ports?device_id=507c53c1-8e90-414f-a9ca-1ff5bbafdc41 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:41.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c694277-e77f-498d-8eea-3fe14a3c77d5 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: f4754f85-9ca3-4c4a-b96e-a1642edc8c8f 2026-06-16 06:20:41.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c694277-e77f-498d-8eea-3fe14a3c77d5 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: f4754f85-9ca3-4c4a-b96e-a1642edc8c8f [pid: 7|app: 0|req: 498/1011] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:41 2026] GET /v2.0/security-groups?tenant_id=c72d80704a3641b3ab2a550ad3a1c2d9&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1012] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:41 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => 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: 500/1013] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:41 2026] DELETE /v2.0/security-groups/c616a239-daaa-42ed-8a3f-c7e5143ce8cb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1014] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:42 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1015] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:42 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&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-16 06:20:42.683 8 INFO neutron.services.segments.plugin [-] Segment f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 resource provider aggregate not found 2026-06-16 06:20:42.689 8 INFO neutron.services.segments.plugin [-] Segment f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 resource provider aggregate not found 2026-06-16 06:20:42.702 8 INFO neutron.services.segments.plugin [-] Segment f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 found for delete ", "request_id": "req-01fb45c8-7f31-4251-9df4-5d6e2d53fa9b"}]} 2026-06-16 06:20:42.704 8 INFO neutron.services.segments.plugin [-] Segment f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8377dad-0c8a-44b8-8fd5-bb51ff5e1391 found for delete ", "request_id": "req-80070051-8114-461c-b744-3d413dc47105"}]} 2026-06-16 06:20:42.706 8 INFO neutron.db.l3_hamode_db [None req-9c694277-e77f-498d-8eea-3fe14a3c77d5 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] HA network a83143c8-e635-4ffe-bf20-9b02115ad2a2 was deleted as no HA routers are present in tenant 3376bad5a97b4094a65f59ac220ede22. [pid: 8|app: 0|req: 514/1016] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:41 2026] DELETE /v2.0/routers/507c53c1-8e90-414f-a9ca-1ff5bbafdc41 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1017] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:42 2026] DELETE /v2.0/subnets/ee08bded-c36e-460c-8392-83bbfa4b7b5d => 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: 515/1018] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:42 2026] DELETE /v2.0/networks/7c841428-b1c5-4ac9-91bb-f9117c8b7851 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:43.074 7 INFO neutron.db.segments_db [None req-2aed8849-d71d-4a0b-a8b2-5f2381b279db a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Added segment a7dd488f-a0f6-4e3c-92f6-f5df557342b1 of type vxlan for network c29ba9cc-b92e-4dc9-8b8d-96a72dea70a1 [pid: 8|app: 0|req: 516/1019] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:43 2026] GET /v2.0/ports?device_id=dcb68102-040b-48cc-99bd-891c0e4511d2 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:43.333 7 INFO neutron.db.l3_hamode_db [None req-2aed8849-d71d-4a0b-a8b2-5f2381b279db a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 517/1020] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:43 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1021] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:43 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:44.217 7 INFO neutron.db.l3_hamode_db [None req-2aed8849-d71d-4a0b-a8b2-5f2381b279db a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 519/1022] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:44 2026] DELETE /v2.0/security-groups/9ada7a7c-b791-4120-b6c9-08411055bb51 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:44.322 8 INFO neutron.api.v2.resource [None req-6dd779ab-438f-4273-b235-e96da36ece97 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1023] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:20:44 2026] GET /v2.0/security-groups/9ada7a7c-b791-4120-b6c9-08411055bb51 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:44.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-923fdf67-f8f4-4e22-ad52-c6233650b536 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] TaaS: Handle Delete Port: a148bb9f-c57b-4d42-93be-6be24e5e8dde 2026-06-16 06:20:44.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-923fdf67-f8f4-4e22-ad52-c6233650b536 9368e99b3bbf447688ddb0a94241ae2b 96d51ccd59a843fd9a0d849607ea778f - - default default] Tap Mirror: Handle Delete Port: a148bb9f-c57b-4d42-93be-6be24e5e8dde [pid: 8|app: 0|req: 521/1024] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:44 2026] DELETE /v2.0/floatingips/98677ac0-707c-4316-8ed5-6550660944d8 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:44.725 8 INFO neutron.services.segments.plugin [-] Segment e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 resource provider aggregate not found 2026-06-16 06:20:44.742 8 INFO neutron.services.segments.plugin [-] Segment e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 resource provider aggregate not found 2026-06-16 06:20:44.753 8 INFO neutron.services.segments.plugin [-] Segment e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 found for delete ", "request_id": "req-8d77410b-d454-43a9-b56b-dcee8a34945d"}]} 2026-06-16 06:20:44.758 8 INFO neutron.services.segments.plugin [-] Segment e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cf05bd-ad4c-4ba2-bcde-1d04049893d5 found for delete ", "request_id": "req-d19e7c9a-70d4-425c-8819-5f96deb90569"}]} [pid: 8|app: 0|req: 522/1025] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:44 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1026] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:43 2026] POST /v2.0/routers => generated 691 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:45.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-eada7b90-e1f3-4ec3-99c5-30eb9a8029ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:20:45.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eada7b90-e1f3-4ec3-99c5-30eb9a8029ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 [pid: 7|app: 0|req: 505/1027] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:45 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&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: 506/1028] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:20:45 2026] GET /v2.0/routers/d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 697 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1029] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:44 2026] PUT /v2.0/routers/042e7e2f-5b8f-44b5-864a-d94cc37beb70/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1030] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:20:45 2026] GET /v2.0/routers => generated 700 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:46.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-978a925f-60aa-4cc4-a10e-344f319250db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 06235ec0-56ad-454a-9c3e-261adee99840 2026-06-16 06:20:46.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978a925f-60aa-4cc4-a10e-344f319250db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 06235ec0-56ad-454a-9c3e-261adee99840 [pid: 7|app: 0|req: 508/1031] 10.0.0.242 () {34 vars in 741 bytes} [Tue Jun 16 06:20:45 2026] PUT /v2.0/routers/d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 704 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:46.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-978a925f-60aa-4cc4-a10e-344f319250db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 4525f801-aba1-47f5-87d7-aed901d894c9 2026-06-16 06:20:46.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978a925f-60aa-4cc4-a10e-344f319250db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 4525f801-aba1-47f5-87d7-aed901d894c9 [pid: 7|app: 0|req: 511/1034] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:46 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1035] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:20:46 2026] GET /v2.0/routers/d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1036] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:46 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1037] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:46 2026] GET /v2.0/ports?device_id=d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:46.936 8 INFO neutron.services.segments.plugin [-] Segment 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 resource provider aggregate not found 2026-06-16 06:20:46.948 8 INFO neutron.services.segments.plugin [-] Segment 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 resource provider aggregate not found 2026-06-16 06:20:46.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7f3f804-991a-4ad9-b9b1-c73cbabe88d3 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 0fd794b8-ca4f-45ca-b114-8dd967b7e64a 2026-06-16 06:20:46.974 8 INFO neutron.services.segments.plugin [-] Segment 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 found for delete ", "request_id": "req-7f5e7c88-7ba0-4162-baef-475cd02a332e"}]} 2026-06-16 06:20:46.977 8 INFO neutron.services.segments.plugin [-] Segment 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c96abdc-9be6-4d0b-ae0e-22bee3579ad3 found for delete ", "request_id": "req-b8b66645-6cd5-4440-93bf-0ad09c8041cc"}]} 2026-06-16 06:20:46.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7f3f804-991a-4ad9-b9b1-c73cbabe88d3 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 0fd794b8-ca4f-45ca-b114-8dd967b7e64a 2026-06-16 06:20:46.988 8 INFO neutron.db.l3_hamode_db [None req-978a925f-60aa-4cc4-a10e-344f319250db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network b8bc2253-8c97-43f4-a3a9-f4345e0907eb was deleted as no HA routers are present in tenant 96d51ccd59a843fd9a0d849607ea778f. [pid: 8|app: 0|req: 524/1038] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:45 2026] DELETE /v2.0/routers/042e7e2f-5b8f-44b5-864a-d94cc37beb70 => generated 0 bytes in 1189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1039] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:47 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1040] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:47 2026] DELETE /v2.0/subnets/485615a6-69e2-4a4a-9b3a-30ef2f4212a1 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:47.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7f3f804-991a-4ad9-b9b1-c73cbabe88d3 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] TaaS: Handle Delete Port: 99c5b871-07b1-42cf-994c-dd988b57e86d 2026-06-16 06:20:47.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7f3f804-991a-4ad9-b9b1-c73cbabe88d3 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] Tap Mirror: Handle Delete Port: 99c5b871-07b1-42cf-994c-dd988b57e86d 2026-06-16 06:20:47.656 8 INFO neutron.db.l3_db [None req-cce4eea4-8c13-43b3-abdb-9fbd248819eb 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] Floating IP 3189e8bb-465c-4b62-a9ec-97c2a46feac5 associated. External IP: 10.96.250.218, port: f25927a8-c432-41b0-b24e-60a661e80ead. 2026-06-16 06:20:47.678 7 INFO neutron.services.segments.plugin [-] Segment a7dd488f-a0f6-4e3c-92f6-f5df557342b1 resource provider aggregate not found 2026-06-16 06:20:47.686 7 INFO neutron.services.segments.plugin [-] Segment a7dd488f-a0f6-4e3c-92f6-f5df557342b1 resource provider aggregate not found 2026-06-16 06:20:47.707 7 INFO neutron.db.l3_hamode_db [None req-f7f3f804-991a-4ad9-b9b1-c73cbabe88d3 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] HA network c29ba9cc-b92e-4dc9-8b8d-96a72dea70a1 was deleted as no HA routers are present in tenant 3376bad5a97b4094a65f59ac220ede22. 2026-06-16 06:20:47.711 7 INFO neutron.services.segments.plugin [-] Segment a7dd488f-a0f6-4e3c-92f6-f5df557342b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dd488f-a0f6-4e3c-92f6-f5df557342b1 found for delete ", "request_id": "req-d9adbbcb-c656-427a-8646-2fe3f5808de0"}]} 2026-06-16 06:20:47.714 7 INFO neutron.services.segments.plugin [-] Segment a7dd488f-a0f6-4e3c-92f6-f5df557342b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dd488f-a0f6-4e3c-92f6-f5df557342b1 found for delete ", "request_id": "req-4bb1e75a-1507-475d-8e4f-44e8ec0464e4"}]} [pid: 7|app: 0|req: 515/1041] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:46 2026] DELETE /v2.0/routers/d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 0 bytes in 1031 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:47.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba0abf13-5c43-4b43-bdfc-ec31a95eb0db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 2026-06-16 06:20:47.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba0abf13-5c43-4b43-bdfc-ec31a95eb0db 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 [pid: 8|app: 0|req: 527/1042] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:47 2026] PUT /v2.0/floatingips/3189e8bb-465c-4b62-a9ec-97c2a46feac5 => generated 856 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:48.108 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b3df1d-3717-4f7b-80e1-635477baa729'] response: {'name': 'network-changed', 'server_uuid': 'bef68258-2686-4772-a768-f147a1825c56', 'tag': 'f25927a8-c432-41b0-b24e-60a661e80ead', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 516/1043] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:47 2026] DELETE /v2.0/networks/dbdbefa9-5bfd-4010-af15-1277bbd232b6 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1044] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => 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: 518/1045] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:48.215 7 INFO neutron.api.v2.resource [None req-26ec79d6-9304-4b9a-90ee-961750f3a4b4 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1046] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/routers/d50f35ea-de7c-46d1-baaa-ec6ee41337c6 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1047] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1048] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=507c53c1-8e90-414f-a9ca-1ff5bbafdc41 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:20:48.363 7 INFO neutron.api.v2.resource [None req-00badbb3-86af-4303-a654-c707e4df750e a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1049] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/routers/507c53c1-8e90-414f-a9ca-1ff5bbafdc41 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:48.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05990952-fe68-4332-a916-e5a88ece6431 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1050] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/subnets/ee08bded-c36e-460c-8392-83bbfa4b7b5d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1051] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=a1b0fa25-0e35-4d14-8bb6-39e16f1f2843 => 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: 525/1052] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/security-groups?tenant_id=96d51ccd59a843fd9a0d849607ea778f&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:48.482 7 INFO neutron.api.v2.resource [None req-a80278ca-7c88-4aa7-91dd-50ace7b1c089 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1053] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/routers/a1b0fa25-0e35-4d14-8bb6-39e16f1f2843 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1054] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/security-groups?tenant_id=7b66b1f950e840a8ae7e0d49bc24ce54&name=default => generated 2925 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1055] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/security-groups/23abebe8-c4f6-42ae-ab4b-6a632617b531 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:48.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3462f15-418d-41bf-836f-57586f2dbbf6 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1056] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/subnets/f2b03f96-df98-4076-af30-a0a2b4240952 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1057] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=ccaf89c8-f13c-4322-a419-92ccc7e30c74 => 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: 531/1058] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:48.696 8 INFO neutron.api.v2.resource [None req-b5bb433b-c143-4634-bff6-07a97f1069eb a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 532/1059] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/routers/ccaf89c8-f13c-4322-a419-92ccc7e30c74 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1060] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/security-groups/0ab36e51-55fc-4752-aa16-98e272dbe344 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:48.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebe8eb70-519e-474e-aa60-3d68d60712f1 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/1061] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/networks?id=ea90f0e6-85fa-4c83-ab46-b325519c5e45 => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1062] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/subnets/af6eef80-df42-45c1-b69c-6c9fde61842a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1063] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:48.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-276eaa60-eac9-40de-a9b3-28eb8d6756a6 a30a94f682b34ec4a9ed8f51d97c474e 3376bad5a97b4094a65f59ac220ede22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 535/1064] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:48 2026] DELETE /v2.0/subnets/772ade7e-2278-426d-a705-ba83b74ed278 => 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: 530/1065] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f25927a8-c432-41b0-b24e-60a661e80ead => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1066] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&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: 531/1067] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/subnets?id=d43853e1-2460-4910-87d5-9e06c20f103c => generated 687 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1068] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/ports?network_id=ea90f0e6-85fa-4c83-ab46-b325519c5e45&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1069] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1070] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1071] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:48 2026] GET /v2.0/security-groups?tenant_id=88d4c3b34ca9404eb02ace8ace3b5e3a&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1072] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:49 2026] DELETE /v2.0/security-groups/70e5c51e-4766-47bc-8670-e507a372c14b => 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: 539/1073] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:49 2026] GET /v2.0/security-groups?tenant_id=3376bad5a97b4094a65f59ac220ede22&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1074] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:49 2026] DELETE /v2.0/security-groups/ec7430c8-3085-4bd2-a7b9-ad840e68aa79 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:49.741 7 INFO neutron.services.segments.plugin [-] Segment ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab resource provider aggregate not found 2026-06-16 06:20:49.748 7 INFO neutron.services.segments.plugin [-] Segment ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab resource provider aggregate not found 2026-06-16 06:20:49.766 7 INFO neutron.services.segments.plugin [-] Segment ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab found for delete ", "request_id": "req-529f272f-b0a2-4fec-ac32-52a84336f3fa"}]} 2026-06-16 06:20:49.768 7 INFO neutron.services.segments.plugin [-] Segment ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad15dcb1-bbf4-4459-8bd1-13ca1a6e30ab found for delete ", "request_id": "req-49a8abfa-6b47-4c94-a98a-13478ad0ca30"}]} [pid: 8|app: 0|req: 540/1075] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:49 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1076] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:50 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:50.869 8 INFO neutron.db.segments_db [None req-e1efb5f7-3c13-4b8f-9c3e-c2438e8cea1e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d of type vxlan for network 90d9c0a3-96ce-4ea3-b840-79c305114b99 [pid: 8|app: 0|req: 541/1077] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:20:50 2026] POST /v2.0/networks => generated 724 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1078] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:50 2026] POST /v2.0/subnets => generated 690 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:51.177 8 INFO neutron.db.segments_db [None req-60a678de-8dd0-4f98-8a33-17f4ca99ab06 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 8ce98b9e-331f-4087-b00c-2accdbde1945 of type vxlan for network 9f92cdde-858d-434d-aa39-25e826503a81 [pid: 7|app: 0|req: 538/1079] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:51 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1080] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:20:51 2026] GET /v2.0/security-groups?id=1ea95216-8e88-46ba-bbdf-51853dce6258&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:51.358 8 INFO neutron.db.l3_hamode_db [None req-60a678de-8dd0-4f98-8a33-17f4ca99ab06 7dd9ee801992421c96223dc5ca634b6f 604ce2fd155e408a9a3e9750c610719b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 540/1081] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:20:51 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:51.494 7 INFO neutron_taas.services.taas.taas_plugin [req-403a3772-573a-419e-897a-5a089f0afc12 req-8c833518-7447-4415-a465-79395605f597 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] TaaS: Handle Delete Port: f25927a8-c432-41b0-b24e-60a661e80ead 2026-06-16 06:20:51.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-403a3772-573a-419e-897a-5a089f0afc12 req-8c833518-7447-4415-a465-79395605f597 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] Tap Mirror: Handle Delete Port: f25927a8-c432-41b0-b24e-60a661e80ead 2026-06-16 06:20:51.602 7 INFO neutron.db.l3_db [req-403a3772-573a-419e-897a-5a089f0afc12 req-8c833518-7447-4415-a465-79395605f597 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] Floating IP 3189e8bb-465c-4b62-a9ec-97c2a46feac5 disassociated. External IP: 10.96.250.218, port: f25927a8-c432-41b0-b24e-60a661e80ead. [pid: 7|app: 0|req: 541/1082] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:20:51 2026] DELETE /v2.0/ports/f25927a8-c432-41b0-b24e-60a661e80ead => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:52.038 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11255c74-534f-4cd6-a7c5-e1344b0dece9'] response: {'server_uuid': 'bef68258-2686-4772-a768-f147a1825c56', 'name': 'network-vif-deleted', 'tag': 'f25927a8-c432-41b0-b24e-60a661e80ead', 'status': 'completed', 'code': 200} 2026-06-16 06:20:52.087 8 INFO neutron.db.l3_hamode_db [None req-60a678de-8dd0-4f98-8a33-17f4ca99ab06 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 542/1083] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:20:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1084] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:52 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 544/1085] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:52 2026] GET /v2.0/security-groups => generated 4529 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1086] 10.0.0.242 () {34 vars in 758 bytes} [Tue Jun 16 06:20:52 2026] PUT /v2.0/security-groups/8e503b14-f1ac-4434-a2d0-7664ba09284b => generated 1664 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1087] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:20:52 2026] GET /v2.0/security-groups/8e503b14-f1ac-4434-a2d0-7664ba09284b => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1088] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:52 2026] DELETE /v2.0/security-groups/8e503b14-f1ac-4434-a2d0-7664ba09284b => 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: 548/1089] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:52.706 7 INFO neutron.api.v2.resource [None req-6c8894b4-8907-4391-9263-2c79b51cfe10 db25cc21a4a44ef097f688a2f4ec00fb af78226de5c542df92a5d904bf955078 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1090] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:52 2026] DELETE /v2.0/security-groups/8e503b14-f1ac-4434-a2d0-7664ba09284b => 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: 550/1091] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:20:52 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: 551/1092] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:52 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) [pid: 8|app: 0|req: 542/1093] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:20:51 2026] POST /v2.0/routers => generated 730 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1094] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules/242c8f58-ee84-415d-b626-6ca9eb3ec04f => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1095] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1096] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:53 2026] DELETE /v2.0/security-group-rules/242c8f58-ee84-415d-b626-6ca9eb3ec04f => 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: 555/1097] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1098] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1099] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules/46465fd5-7175-430a-8ff2-5c13d173de30 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1100] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1101] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:53 2026] DELETE /v2.0/security-group-rules/46465fd5-7175-430a-8ff2-5c13d173de30 => 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: 560/1102] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 561/1103] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 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-16 06:20:53.688 7 INFO neutron.db.securitygroups_db [None req-da9a927c-4290-422b-98fb-7fed775ae15a db25cc21a4a44ef097f688a2f4ec00fb af78226de5c542df92a5d904bf955078 - - default default] Project af78226de5c542df92a5d904bf955078 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: 562/1104] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1105] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules/432c81cf-c0fe-42b4-9ab5-d81ad2d5bf2a => generated 607 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1106] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1107] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:20:53 2026] DELETE /v2.0/security-group-rules/432c81cf-c0fe-42b4-9ab5-d81ad2d5bf2a => 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: 566/1108] 10.0.0.242 () {32 vars in 673 bytes} [Tue Jun 16 06:20:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1109] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:54 2026] DELETE /v2.0/security-groups/c4819422-7d86-4731-881d-edd4d21144af => 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: 568/1110] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1111] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:20:54 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) [pid: 8|app: 0|req: 543/1112] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:20:53 2026] PUT /v2.0/routers/8b9f4316-ea1b-4e41-96e0-57359d8e0450/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1113] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:54 2026] GET /v2.0/ports?device_id=bef68258-2686-4772-a768-f147a1825c56 => 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: 545/1114] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:54 2026] GET /v2.0/security-groups?tenant_id=af78226de5c542df92a5d904bf955078&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1115] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:54 2026] GET /v2.0/security-groups?tenant_id=8f3b61180cfb4598b97aea64f9190eef&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1116] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:54 2026] DELETE /v2.0/security-groups/52d231ba-b3a7-4dd7-a02f-5b7d06aef794 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1117] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:54 2026] DELETE /v2.0/security-groups/c7a48cf9-db07-4ada-b679-bd0f4c55eb11 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1118] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:20:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1119] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:55 2026] GET /v2.0/security-groups?tenant_id=78555ed8989c453ca977143a4e4f62ec&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: 548/1120] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1121] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:55 2026] DELETE /v2.0/security-groups/c7f70161-1e49-456e-a42c-90aba1c2cd0d => 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: 549/1122] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:20:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1123] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:55 2026] DELETE /v2.0/security-groups/1ea95216-8e88-46ba-bbdf-51853dce6258 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:55.943 8 INFO neutron.api.v2.resource [None req-42dc0b26-5ef5-448c-b875-bba9d6bde10e 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1124] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:20:55 2026] GET /v2.0/security-groups/1ea95216-8e88-46ba-bbdf-51853dce6258 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1125] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:20:55 2026] POST /v2.0/floatingips => generated 552 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:20:56.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-a94fe369-5232-4429-9bbb-1695f17ed6f9 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] TaaS: Handle Delete Port: 3cf2d3d1-d987-455c-a4a7-5ee9cac2dea0 2026-06-16 06:20:56.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a94fe369-5232-4429-9bbb-1695f17ed6f9 59de0e24078d4bf19c885a43e7feeeb6 0e7630a39b9943c8ab82682a15fbfa71 - - default default] Tap Mirror: Handle Delete Port: 3cf2d3d1-d987-455c-a4a7-5ee9cac2dea0 [pid: 8|app: 0|req: 552/1126] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:55 2026] DELETE /v2.0/floatingips/3189e8bb-465c-4b62-a9ec-97c2a46feac5 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1127] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--871259323&fields=id&tenant_id=604ce2fd155e408a9a3e9750c610719b => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1128] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/networks?id=90d9c0a3-96ce-4ea3-b840-79c305114b99 => generated 675 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:20:56.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-93d5a2bf-010d-411c-85ad-d2a8b92207e8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:56.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93d5a2bf-010d-411c-85ad-d2a8b92207e8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: d6392182-e2fd-4a89-bbb1-6e5d72db87f1 [pid: 8|app: 0|req: 555/1129] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/quotas/604ce2fd155e408a9a3e9750c610719b => generated 292 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1130] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/ports?tenant_id=604ce2fd155e408a9a3e9750c610719b&fields=id => generated 103 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1131] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?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: 558/1132] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:20:56 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1133] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:20:57 2026] POST /v2.0/subnetpools => generated 549 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1134] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:57 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 561/1135] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:20:57 2026] GET /v2.0/subnetpools/56ca6b07-ce00-4eac-8fcb-63ae05ef03f9 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1136] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:20:56 2026] PUT /v2.0/routers/dc5d3284-95c2-4a37-b77f-7b050ab49eb1/remove_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1137] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:20:57 2026] PUT /v2.0/subnetpools/56ca6b07-ce00-4eac-8fcb-63ae05ef03f9 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1138] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:57 2026] DELETE /v2.0/subnetpools/56ca6b07-ce00-4eac-8fcb-63ae05ef03f9 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:20:57.546 8 INFO neutron.api.v2.resource [None req-cb39a5ca-07c0-443c-9e56-c59aea2079b9 d1ca0bbd2ed54e809eecbdb01fb90abd 26a2365b73ac428b939358d39f7169e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1139] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:20:57 2026] GET /v2.0/subnetpools/56ca6b07-ce00-4eac-8fcb-63ae05ef03f9 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:57.568 8 INFO neutron.api.v2.resource [None req-3b502550-c1e0-4c2e-baa8-74fe7753f9fc d1ca0bbd2ed54e809eecbdb01fb90abd 26a2365b73ac428b939358d39f7169e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1140] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:20:57 2026] DELETE /v2.0/subnetpools/56ca6b07-ce00-4eac-8fcb-63ae05ef03f9 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:20:57.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c26c5de-05ca-4991-8f76-9e2fe23af2ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: f6d1aa58-0189-468f-9af0-dbde4ca9d86b 2026-06-16 06:20:57.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c26c5de-05ca-4991-8f76-9e2fe23af2ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: f6d1aa58-0189-468f-9af0-dbde4ca9d86b 2026-06-16 06:20:57.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c26c5de-05ca-4991-8f76-9e2fe23af2ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 2bd2952d-ef47-474e-8b23-aeea3ccdb502 2026-06-16 06:20:58.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c26c5de-05ca-4991-8f76-9e2fe23af2ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 2bd2952d-ef47-474e-8b23-aeea3ccdb502 2026-06-16 06:20:58.411 7 INFO neutron.services.segments.plugin [-] Segment b243317c-985d-436c-98f1-d4e7a6c779e3 resource provider aggregate not found 2026-06-16 06:20:58.423 7 INFO neutron.services.segments.plugin [-] Segment b243317c-985d-436c-98f1-d4e7a6c779e3 resource provider aggregate not found 2026-06-16 06:20:58.437 7 INFO neutron.services.segments.plugin [-] Segment b243317c-985d-436c-98f1-d4e7a6c779e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b243317c-985d-436c-98f1-d4e7a6c779e3 found for delete ", "request_id": "req-ab091e0c-cc02-4eb2-8cdf-acff71ec9b93"}]} 2026-06-16 06:20:58.450 7 INFO neutron.services.segments.plugin [-] Segment b243317c-985d-436c-98f1-d4e7a6c779e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b243317c-985d-436c-98f1-d4e7a6c779e3 found for delete ", "request_id": "req-d0a460cd-79ef-49ec-bcbe-f05654a242fb"}]} [pid: 8|app: 0|req: 566/1141] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:58 2026] GET /v2.0/security-groups?tenant_id=26a2365b73ac428b939358d39f7169e7&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:20:58.466 7 INFO neutron.db.l3_hamode_db [None req-7c26c5de-05ca-4991-8f76-9e2fe23af2ce 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 3b4d86d8-783f-4414-9199-b3373b176443 was deleted as no HA routers are present in tenant 0e7630a39b9943c8ab82682a15fbfa71. [pid: 7|app: 0|req: 576/1142] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:57 2026] DELETE /v2.0/routers/dc5d3284-95c2-4a37-b77f-7b050ab49eb1 => generated 0 bytes in 1005 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1143] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:58 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 577/1144] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:58 2026] DELETE /v2.0/security-groups/416e69d7-8a3b-4c1f-b381-e34cf286f8f1 => 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: 568/1145] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:20:58 2026] DELETE /v2.0/subnets/d43853e1-2460-4910-87d5-9e06c20f103c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:20:58.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-87977a16-587d-43ad-aaee-e3d8e5c7f85b 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: ec06e1a2-83a9-409b-9271-f62c363bae46 2026-06-16 06:20:58.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87977a16-587d-43ad-aaee-e3d8e5c7f85b 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: ec06e1a2-83a9-409b-9271-f62c363bae46 [pid: 7|app: 0|req: 578/1146] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:20:58 2026] DELETE /v2.0/networks/ea90f0e6-85fa-4c83-ab46-b325519c5e45 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1147] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:59 2026] GET /v2.0/security-groups?tenant_id=0e7630a39b9943c8ab82682a15fbfa71&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1148] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:59 2026] DELETE /v2.0/security-groups/69f2b40b-d2be-4a7f-be29-dbc0eef4e59d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1149] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:20:59 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 570/1150] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:20:59 2026] GET /v2.0/security-groups?tenant_id=ba645bcf623243beac5e1365c66b065f&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1151] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:20:59 2026] DELETE /v2.0/security-groups/3747ee0d-d437-4fe1-aebc-4deca8f7fe64 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:00.466 7 INFO neutron.services.segments.plugin [-] Segment b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 resource provider aggregate not found 2026-06-16 06:21:00.473 7 INFO neutron.services.segments.plugin [-] Segment b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 resource provider aggregate not found 2026-06-16 06:21:00.487 7 INFO neutron.services.segments.plugin [-] Segment b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 found for delete ", "request_id": "req-edf22dc4-a978-46dc-b9ad-bfb9e6c04b44"}]} 2026-06-16 06:21:00.489 7 INFO neutron.services.segments.plugin [-] Segment b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3243362-bf03-4b58-8a2c-0e1cb1aa1d18 found for delete ", "request_id": "req-eb58a3a4-2ad9-4d82-a765-4f0db4eb2dd5"}]} [pid: 8|app: 0|req: 571/1152] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:00 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 574/1155] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:01 2026] GET /v2.0/networks?id=90d9c0a3-96ce-4ea3-b840-79c305114b99 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:01.530 7 INFO neutron.db.segments_db [None req-09d83b77-f1b9-4242-96b1-4895f11fdeb7 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 of type vxlan for network f69abab7-b5c2-43a3-95cd-f0f7286e3144 [pid: 8|app: 0|req: 575/1156] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:21:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=604ce2fd155e408a9a3e9750c610719b => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1157] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:21:01 2026] POST /v2.0/networks => generated 724 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1158] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:01 2026] POST /v2.0/subnets => generated 690 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1159] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:01 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:01.892 7 INFO neutron.db.segments_db [None req-2b6e1aa7-3eee-425b-939e-eb91afe252c8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 3cae09db-144b-4576-addb-4c16fa4e693b of type vxlan for network 04e19850-ef47-4f6c-ae01-5e3090f70248 [pid: 8|app: 0|req: 576/1160] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:21:01 2026] POST /v2.0/ports => generated 954 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:02.208 7 INFO neutron.db.l3_hamode_db [None req-2b6e1aa7-3eee-425b-939e-eb91afe252c8 7dd9ee801992421c96223dc5ca634b6f fb6a5c9c11d542a888eb22d6763865d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 06:21:02.407 8 INFO neutron.db.segments_db [None req-c122447b-9e1c-4586-98b4-e67a41bbbcab 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 5e645476-3e27-46c9-bf8f-98c3b3b6e002 of type vxlan for network 56818634-096b-4ca1-b817-fbc7fb7acf53 [pid: 8|app: 0|req: 577/1161] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:21:02 2026] POST /v2.0/networks => generated 722 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1162] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:21:02 2026] PUT /v2.0/ports/ef5dc825-5c89-4168-a365-5cbd69aff78a => generated 1235 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:03.022 7 INFO neutron.db.l3_hamode_db [None req-2b6e1aa7-3eee-425b-939e-eb91afe252c8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 06:21:03.045 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3185bb6c-b76d-48da-8d73-cbf77560473c'] response: {'name': 'network-changed', 'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 579/1163] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:03 2026] GET /v2.0/security-groups?tenant_id=8dcbcab60ff64842b01ffeaf1525711f&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1164] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:03 2026] POST /v2.0/subnets => generated 688 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1165] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:03 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1166] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:03 2026] DELETE /v2.0/security-groups/77f088c8-ef74-447f-b436-b85ee5d350af => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:03.519 8 INFO neutron.db.segments_db [None req-86d4af24-5263-441f-8fd4-7bc06b15ff05 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 19e19f42-8338-4af5-80b5-b945b4ea6fb4 of type vxlan for network 454667eb-47d3-4551-be85-4d56e9fcab80 2026-06-16 06:21:03.786 8 INFO neutron.db.l3_hamode_db [None req-86d4af24-5263-441f-8fd4-7bc06b15ff05 7dd9ee801992421c96223dc5ca634b6f 629f02685a9746b8b5819ad1cc88a155 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 585/1167] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:01 2026] POST /v2.0/routers => generated 730 bytes in 2053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1168] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:03 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1169] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:03 2026] GET /v2.0/ports?tenant_id=604ce2fd155e408a9a3e9750c610719b&device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:04.537 8 INFO neutron.db.l3_hamode_db [None req-86d4af24-5263-441f-8fd4-7bc06b15ff05 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 588/1170] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:03 2026] PUT /v2.0/routers/76c2442c-83ee-4a60-9ad1-dc6744897c48/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1171] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:21:05 2026] GET /v2.0/networks?tenant_id=604ce2fd155e408a9a3e9750c610719b&shared=False => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1172] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:03 2026] POST /v2.0/routers => generated 728 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1173] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:21:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1174] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:05 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1175] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:05 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 592/1176] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:21:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1177] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:06 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: 7|app: 0|req: 594/1178] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1179] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:06 2026] GET /v2.0/ports?tenant_id=604ce2fd155e408a9a3e9750c610719b&device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1180] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:05 2026] PUT /v2.0/routers/c15bbadd-306f-44bd-9c38-f5dab26a4c47/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1181] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ef5dc825-5c89-4168-a365-5cbd69aff78a => 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: 587/1182] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:06 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:07.031 8 INFO neutron.db.segments_db [None req-4bf2bc32-4c40-4a24-91ec-8a3236712ce7 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Added segment f3b12693-e39f-4bbd-a323-f4212ff15a12 of type vxlan for network 5fce1534-32c2-41ff-947a-80921c63237a [pid: 7|app: 0|req: 596/1183] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:21:06 2026] POST /v2.0/floatingips => generated 552 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1184] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/subnets?id=a80371f2-3aac-41ee-9c88-0ade6969df70 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1185] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1186] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:21:06 2026] POST /v2.0/networks => generated 614 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1187] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/ports?network_id=90d9c0a3-96ce-4ea3-b840-79c305114b99&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1188] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:07.214 8 INFO neutron.db.segments_db [None req-ce22920e-b485-43e7-b77d-387a5c417414 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Added segment bb75c8db-995d-4f3e-99f7-f786adaf1352 of type vxlan for network 782928d1-11b5-4aac-af1d-02681393cac8 [pid: 7|app: 0|req: 601/1189] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?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-16 06:21:07.489 8 INFO neutron.db.l3_hamode_db [None req-ce22920e-b485-43e7-b77d-387a5c417414 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1190] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--271759683&fields=id&tenant_id=fb6a5c9c11d542a888eb22d6763865d2 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1191] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/networks?id=f69abab7-b5c2-43a3-95cd-f0f7286e3144 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1192] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/quotas/fb6a5c9c11d542a888eb22d6763865d2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1193] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/ports?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&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: 606/1194] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1195] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:21:07 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1196] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:08 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 609/1197] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:08 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1198] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:08 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:08.418 8 INFO neutron.db.l3_hamode_db [None req-ce22920e-b485-43e7-b77d-387a5c417414 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1199] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:21:08 2026] GET /v2.0/networks?id=56818634-096b-4ca1-b817-fbc7fb7acf53 => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1200] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:21:08 2026] GET /v2.0/quotas/629f02685a9746b8b5819ad1cc88a155 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1201] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/ports?tenant_id=629f02685a9746b8b5819ad1cc88a155&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1202] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/networks/56818634-096b-4ca1-b817-fbc7fb7acf53?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: 615/1203] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/networks/56818634-096b-4ca1-b817-fbc7fb7acf53?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: 7|app: 0|req: 616/1204] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1205] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:07 2026] POST /v2.0/routers => generated 695 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1206] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1207] 10.0.0.242 () {32 vars in 776 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/subnets?project_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&cidr=10.100.0.0%2F28 => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1208] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 591/1209] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => 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: 619/1210] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1211] 10.0.0.242 () {32 vars in 784 bytes} [Tue Jun 16 06:21:09 2026] GET /v2.0/subnets?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1212] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:09 2026] POST /v2.0/subnets => generated 656 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1213] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:10 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 622/1214] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:10 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1215] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:10 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => 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: 624/1216] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:10 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 593/1217] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:09 2026] PUT /v2.0/routers/dbc5e92c-1c38-4064-959a-01a3461ae0bd/add_router_interface => generated 309 bytes in 1489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1218] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/networks => generated 7963 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1219] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/subnets => generated 6498 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1220] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 595/1221] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/routers => generated 2914 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1222] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1223] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:21:11 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1224] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1225] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1226] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:11 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1227] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1228] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1229] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:12.461 8 INFO neutron.db.securitygroups_db [None req-fce7aa5c-5596-4c52-9423-488bf5e5f197 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Project cb0eee7f0be94f1d8ccd4f7ace7cde90 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: 631/1230] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:12 2026] GET /v2.0/networks?id=f69abab7-b5c2-43a3-95cd-f0f7286e3144 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1231] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1232] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:21:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fb6a5c9c11d542a888eb22d6763865d2 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:12.600 8 INFO neutron.db.securitygroups_db [None req-f043f855-714d-47fc-8aa4-d0c96e7b6649 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Project cb0eee7f0be94f1d8ccd4f7ace7cde90 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: 601/1233] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1234] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:12 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1235] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:12 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => 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: 633/1236] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:21:12 2026] POST /v2.0/ports => generated 954 bytes in 533 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: 634/1237] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 604/1238] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/networks => generated 1298 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1239] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1240] 10.0.0.5 () {34 vars in 1098 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1355293048&fields=id&tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1241] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1242] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1243] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:21:13 2026] PUT /v2.0/ports/74cc4077-6c6f-43dc-9b38-eb7284bc6323 => generated 1235 bytes in 505 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: 636/1244] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/quotas/cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:13.676 8 INFO neutron.db.l3_db [None req-7b2d37f8-2ca6-477c-809e-eb7ecd29d263 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] Floating IP 82474618-4030-4a5c-b18b-f720690b05de associated. External IP: 10.96.250.217, port: ef5dc825-5c89-4168-a365-5cbd69aff78a. [pid: 7|app: 0|req: 637/1245] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&fields=id => generated 57 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:13.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb5c4df7-e01f-4095-a04b-ddc8df7a623c'] response: {'name': 'network-changed', 'server_uuid': '5db8bd34-431b-4046-a75b-6ded174bbfeb', 'tag': '74cc4077-6c6f-43dc-9b38-eb7284bc6323', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 638/1246] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 639/1247] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1248] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1249] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:13 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1250] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:21:13 2026] PUT /v2.0/floatingips/82474618-4030-4a5c-b18b-f720690b05de => generated 855 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1251] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => 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: 610/1252] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:14.116 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-695b1660-63c5-453c-a943-2bf24efe5612'] response: {'name': 'network-changed', 'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 643/1253] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/ports?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1254] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1255] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1256] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/ports?tenant_id=604ce2fd155e408a9a3e9750c610719b&device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1257] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks?id=56818634-096b-4ca1-b817-fbc7fb7acf53 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1258] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks?id=90d9c0a3-96ce-4ea3-b840-79c305114b99 => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1259] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ef5dc825-5c89-4168-a365-5cbd69aff78a => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1260] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/subnets?id=a80371f2-3aac-41ee-9c88-0ade6969df70 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1261] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/ports?network_id=90d9c0a3-96ce-4ea3-b840-79c305114b99&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1262] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1263] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:14 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1264] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1265] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1266] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => 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: 613/1267] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:21:14 2026] POST /v2.0/ports => generated 958 bytes in 549 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: 655/1268] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 961 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1269] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1270] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/ports?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1271] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=74cc4077-6c6f-43dc-9b38-eb7284bc6323 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1272] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/subnets?id=f173585d-1dfe-450a-8d9d-473a57026509 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1273] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/ports?network_id=f69abab7-b5c2-43a3-95cd-f0f7286e3144&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1274] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1275] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:15 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?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: 614/1276] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:21:15 2026] PUT /v2.0/ports/c3384d36-07b6-4184-94bb-cd9792510241 => generated 1239 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:16.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13e8bcb6-f85c-439a-abe1-0a1c26df753d'] response: {'name': 'network-changed', 'server_uuid': '623b6bae-6b55-4f7e-bcea-919441aef658', 'tag': 'c3384d36-07b6-4184-94bb-cd9792510241', '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: 663/1277] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 615/1280] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1281] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1282] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => 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: 667/1283] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1284] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/ports?tenant_id=629f02685a9746b8b5819ad1cc88a155&device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1285] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:21:16 2026] GET /v2.0/networks?tenant_id=629f02685a9746b8b5819ad1cc88a155&shared=False => generated 769 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1286] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:21:16 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: 7|app: 0|req: 669/1287] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => 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: 619/1288] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1289] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&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: 620/1290] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1291] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&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: 621/1292] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:17 2026] GET /v2.0/ports?tenant_id=629f02685a9746b8b5819ad1cc88a155&device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1293] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c3384d36-07b6-4184-94bb-cd9792510241 => 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: 622/1294] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/subnets?id=a20093b9-a790-4493-89b2-9423a03d4908 => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1295] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/ports?network_id=56818634-096b-4ca1-b817-fbc7fb7acf53&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1296] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/networks/56818634-096b-4ca1-b817-fbc7fb7acf53?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1297] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/networks/56818634-096b-4ca1-b817-fbc7fb7acf53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1298] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 661 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1299] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1300] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1301] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1302] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&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: 676/1303] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:21:18 2026] POST /v2.0/ports => generated 954 bytes in 448 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: 677/1304] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:21:18 2026] PUT /v2.0/ports/b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 => generated 1235 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1305] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:18 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 973 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:19.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-227d677b-b8a9-4056-a87b-0b64f11caa05'] response: {'name': 'network-changed', 'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', '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: 678/1306] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&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: 8|app: 0|req: 629/1307] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1308] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1309] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1310] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1311] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:19 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1312] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/networks?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&shared=False => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1313] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1314] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1315] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1316] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1317] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:20 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&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: 684/1318] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1319] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&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: 685/1320] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1321] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1322] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 => 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: 637/1323] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/subnets?id=8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1324] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?network_id=5fce1534-32c2-41ff-947a-80921c63237a&device_owner=network%3Adhcp => 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: 639/1325] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 640/1326] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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) 2026-06-16 06:21:21.570 7 INFO neutron.db.l3_db [None req-f0fe1104-b7e9-474c-b9ae-8790db943b47 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] Floating IP 23cd9381-2c97-4738-98c8-def247ab245a associated. External IP: 10.96.250.204, port: 74cc4077-6c6f-43dc-9b38-eb7284bc6323. [pid: 7|app: 0|req: 687/1327] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:21:21 2026] PUT /v2.0/floatingips/23cd9381-2c97-4738-98c8-def247ab245a => generated 855 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:21.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1842f51a-9475-4708-bf7e-15084bf46f6b'] response: {'name': 'network-changed', 'server_uuid': '5db8bd34-431b-4046-a75b-6ded174bbfeb', 'tag': '74cc4077-6c6f-43dc-9b38-eb7284bc6323', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 641/1328] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1329] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1330] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:21 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 643/1331] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&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: 689/1332] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1333] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&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: 690/1334] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1335] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1336] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/ports?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1337] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/networks?id=f69abab7-b5c2-43a3-95cd-f0f7286e3144 => generated 771 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1338] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=74cc4077-6c6f-43dc-9b38-eb7284bc6323 => 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: 647/1339] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/subnets?id=f173585d-1dfe-450a-8d9d-473a57026509 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1340] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/ports?network_id=f69abab7-b5c2-43a3-95cd-f0f7286e3144&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1341] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1342] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:22 2026] GET /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1343] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1344] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1345] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1346] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1347] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 697/1348] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:23 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1349] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1350] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1351] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1352] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&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: 654/1353] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1354] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1355] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:24 2026] GET /v2.0/security-groups?id=4c65609e-efee-470e-89ac-4fdaf2400e38&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:24.961 7 INFO neutron_taas.services.taas.taas_plugin [req-92895ba4-d17b-483a-86d4-bfe125263c4e req-ea97e5cb-bf68-4efa-a876-1d39fea270e8 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] TaaS: Handle Delete Port: 74cc4077-6c6f-43dc-9b38-eb7284bc6323 2026-06-16 06:21:24.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-92895ba4-d17b-483a-86d4-bfe125263c4e req-ea97e5cb-bf68-4efa-a876-1d39fea270e8 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] Tap Mirror: Handle Delete Port: 74cc4077-6c6f-43dc-9b38-eb7284bc6323 2026-06-16 06:21:25.119 7 INFO neutron.db.l3_db [req-92895ba4-d17b-483a-86d4-bfe125263c4e req-ea97e5cb-bf68-4efa-a876-1d39fea270e8 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] Floating IP 23cd9381-2c97-4738-98c8-def247ab245a disassociated. External IP: 10.96.250.204, port: 74cc4077-6c6f-43dc-9b38-eb7284bc6323. [pid: 7|app: 0|req: 701/1356] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:21:24 2026] DELETE /v2.0/ports/74cc4077-6c6f-43dc-9b38-eb7284bc6323 => generated 0 bytes in 679 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:21:25.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3db11430-6a31-428f-a0b4-8c3c04852ad9'] response: {'server_uuid': '5db8bd34-431b-4046-a75b-6ded174bbfeb', 'name': 'network-vif-deleted', 'tag': '74cc4077-6c6f-43dc-9b38-eb7284bc6323', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1357] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:25 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1358] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:25 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1359] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:25 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1360] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:25 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1361] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:25 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1362] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:26 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1363] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:26 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&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: 705/1364] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => 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: 706/1365] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1366] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1367] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1368] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1369] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:21:27 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1370] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:28 2026] GET /v2.0/ports?device_id=5db8bd34-431b-4046-a75b-6ded174bbfeb => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:28.219 8 INFO neutron.db.l3_db [None req-d632f1d0-e4a0-4efc-8366-adb1b9faa9b6 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Floating IP 82bdf7ed-ae85-44e1-ab97-0bc2c24a179b associated. External IP: 10.96.250.219, port: b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22. [pid: 7|app: 0|req: 710/1371] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:21:28 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:28.470 7 INFO neutron_taas.services.taas.taas_plugin [req-c0105fd6-e7c4-4301-a5a2-14ad27300a98 req-ae7e14af-010d-4508-a9f1-c3f298afc0f2 da28922749ff44d6987c74ed4d1be0ab 629f02685a9746b8b5819ad1cc88a155 - - default default] TaaS: Handle Delete Port: c3384d36-07b6-4184-94bb-cd9792510241 2026-06-16 06:21:28.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0105fd6-e7c4-4301-a5a2-14ad27300a98 req-ae7e14af-010d-4508-a9f1-c3f298afc0f2 da28922749ff44d6987c74ed4d1be0ab 629f02685a9746b8b5819ad1cc88a155 - - default default] Tap Mirror: Handle Delete Port: c3384d36-07b6-4184-94bb-cd9792510241 [pid: 8|app: 0|req: 662/1372] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:21:27 2026] POST /v2.0/floatingips => generated 855 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:28.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aae77ce-bc29-4e5b-b332-2284edd4d4e9'] response: {'name': 'network-changed', 'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 663/1373] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:28 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1374] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:28 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1375] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:28 2026] GET /v2.0/security-groups?id=ef436c5c-37a4-4f44-a811-ae991ee736e8&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1376] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:21:28 2026] DELETE /v2.0/ports/c3384d36-07b6-4184-94bb-cd9792510241 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:21:28.734 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e536a9eb-5d5d-4989-a1af-2d64a9ecc04a'] response: {'server_uuid': '623b6bae-6b55-4f7e-bcea-919441aef658', 'name': 'network-vif-deleted', 'tag': 'c3384d36-07b6-4184-94bb-cd9792510241', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1377] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => 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: 712/1378] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1379] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1380] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/subnets?id=8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1381] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/ports?network_id=5fce1534-32c2-41ff-947a-80921c63237a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1382] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 714/1383] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:29 2026] DELETE /v2.0/security-groups/4c65609e-efee-470e-89ac-4fdaf2400e38 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:29.361 7 INFO neutron.api.v2.resource [None req-01382fe6-9db0-4351-bdba-cc8544255c64 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1384] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/security-groups/4c65609e-efee-470e-89ac-4fdaf2400e38 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1385] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:29.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a7bbcb6-ee41-45be-9ccf-7fb23394f9d9 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] TaaS: Handle Delete Port: eedbc1fa-479a-4b53-b97a-772d4df1d563 2026-06-16 06:21:29.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7bbcb6-ee41-45be-9ccf-7fb23394f9d9 7b32ebcf4b434ad4b3fb43cee8931da6 fb6a5c9c11d542a888eb22d6763865d2 - - default default] Tap Mirror: Handle Delete Port: eedbc1fa-479a-4b53-b97a-772d4df1d563 [pid: 7|app: 0|req: 716/1386] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:21:29 2026] DELETE /v2.0/floatingips/23cd9381-2c97-4738-98c8-def247ab245a => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1387] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1388] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:29 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:29.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd4f04ae-af57-4941-8a85-249a746f2480 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 32d454f2-d918-482b-8ce2-3d0281f107bb 2026-06-16 06:21:29.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd4f04ae-af57-4941-8a85-249a746f2480 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 32d454f2-d918-482b-8ce2-3d0281f107bb [pid: 8|app: 0|req: 671/1389] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:21:29 2026] PUT /v2.0/routers/76c2442c-83ee-4a60-9ad1-dc6744897c48/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:30.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-e23184f5-eed9-47a5-b144-e42d5a00a6ba 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 809a42f9-6ad9-434e-9f0e-2684b98ebace 2026-06-16 06:21:30.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e23184f5-eed9-47a5-b144-e42d5a00a6ba 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 809a42f9-6ad9-434e-9f0e-2684b98ebace [pid: 8|app: 0|req: 672/1390] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:30 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1391] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:30 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:30.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-e23184f5-eed9-47a5-b144-e42d5a00a6ba 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 03260bbf-b881-4ca5-b9e4-da452f1c1e60 2026-06-16 06:21:30.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e23184f5-eed9-47a5-b144-e42d5a00a6ba 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 03260bbf-b881-4ca5-b9e4-da452f1c1e60 2026-06-16 06:21:31.339 7 INFO neutron.services.segments.plugin [-] Segment 3cae09db-144b-4576-addb-4c16fa4e693b resource provider aggregate not found 2026-06-16 06:21:31.344 7 INFO neutron.services.segments.plugin [-] Segment 3cae09db-144b-4576-addb-4c16fa4e693b resource provider aggregate not found 2026-06-16 06:21:31.367 7 INFO neutron.services.segments.plugin [-] Segment 3cae09db-144b-4576-addb-4c16fa4e693b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cae09db-144b-4576-addb-4c16fa4e693b found for delete ", "request_id": "req-290feba5-b5cb-4493-af28-7262c23ad2ba"}]} 2026-06-16 06:21:31.371 7 INFO neutron.services.segments.plugin [-] Segment 3cae09db-144b-4576-addb-4c16fa4e693b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cae09db-144b-4576-addb-4c16fa4e693b found for delete ", "request_id": "req-7f0c2481-ffe5-4140-9191-96c1596a18ef"}]} 2026-06-16 06:21:31.372 7 INFO neutron.db.l3_hamode_db [None req-e23184f5-eed9-47a5-b144-e42d5a00a6ba 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 04e19850-ef47-4f6c-ae01-5e3090f70248 was deleted as no HA routers are present in tenant fb6a5c9c11d542a888eb22d6763865d2. [pid: 7|app: 0|req: 719/1394] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:30 2026] DELETE /v2.0/routers/76c2442c-83ee-4a60-9ad1-dc6744897c48 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1395] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:31 2026] DELETE /v2.0/subnets/f173585d-1dfe-450a-8d9d-473a57026509 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:21:31.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-1547dcf1-cc4f-4b1f-8d94-5c91e903de44 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 4312cabe-7808-43fa-96f6-de00e21aebf5 2026-06-16 06:21:31.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1547dcf1-cc4f-4b1f-8d94-5c91e903de44 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 4312cabe-7808-43fa-96f6-de00e21aebf5 [pid: 7|app: 0|req: 720/1396] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:31 2026] DELETE /v2.0/networks/f69abab7-b5c2-43a3-95cd-f0f7286e3144 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1397] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:31 2026] GET /v2.0/ports?device_id=623b6bae-6b55-4f7e-bcea-919441aef658 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1398] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:32 2026] GET /v2.0/security-groups?tenant_id=fb6a5c9c11d542a888eb22d6763865d2&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1399] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:32 2026] DELETE /v2.0/security-groups/61db3dae-0967-4d5c-bf21-588d91ecdd75 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:33.391 7 INFO neutron.services.segments.plugin [-] Segment 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 resource provider aggregate not found 2026-06-16 06:21:33.398 7 INFO neutron.services.segments.plugin [-] Segment 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 resource provider aggregate not found 2026-06-16 06:21:33.412 7 INFO neutron.services.segments.plugin [-] Segment 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 found for delete ", "request_id": "req-7b40b3ac-177d-42fb-8ab6-424888acf18b"}]} 2026-06-16 06:21:33.423 7 INFO neutron.services.segments.plugin [-] Segment 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e6b6f6-d7f5-4c0b-9082-5da8e7bb1bd0 found for delete ", "request_id": "req-679822f8-a474-428a-a77a-49289d50e25d"}]} 2026-06-16 06:21:35.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f94a108-0674-4a91-96ea-dec524985c3b 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: be3c8a59-a24a-447c-b942-b825127a154c 2026-06-16 06:21:35.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f94a108-0674-4a91-96ea-dec524985c3b 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: be3c8a59-a24a-447c-b942-b825127a154c [pid: 7|app: 0|req: 722/1400] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:21:34 2026] PUT /v2.0/routers/c15bbadd-306f-44bd-9c38-f5dab26a4c47/remove_router_interface => generated 309 bytes in 1636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:36.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0b2a19f-676d-49dd-b569-5a61af761462 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 9a7456b1-c67d-45a2-86d5-c149940380d5 2026-06-16 06:21:36.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0b2a19f-676d-49dd-b569-5a61af761462 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 9a7456b1-c67d-45a2-86d5-c149940380d5 2026-06-16 06:21:36.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0b2a19f-676d-49dd-b569-5a61af761462 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 3e7dadde-4cdc-4dc9-b3d9-2e957504677e 2026-06-16 06:21:36.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0b2a19f-676d-49dd-b569-5a61af761462 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 3e7dadde-4cdc-4dc9-b3d9-2e957504677e 2026-06-16 06:21:36.877 8 INFO neutron.services.segments.plugin [-] Segment 19e19f42-8338-4af5-80b5-b945b4ea6fb4 resource provider aggregate not found 2026-06-16 06:21:36.883 8 INFO neutron.services.segments.plugin [-] Segment 19e19f42-8338-4af5-80b5-b945b4ea6fb4 resource provider aggregate not found 2026-06-16 06:21:36.905 8 INFO neutron.db.l3_hamode_db [None req-a0b2a19f-676d-49dd-b569-5a61af761462 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 454667eb-47d3-4551-be85-4d56e9fcab80 was deleted as no HA routers are present in tenant 629f02685a9746b8b5819ad1cc88a155. 2026-06-16 06:21:36.910 8 INFO neutron.services.segments.plugin [-] Segment 19e19f42-8338-4af5-80b5-b945b4ea6fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e19f42-8338-4af5-80b5-b945b4ea6fb4 found for delete ", "request_id": "req-c3266a71-38b7-420d-ad16-d1d0a6839ceb"}]} 2026-06-16 06:21:36.912 8 INFO neutron.services.segments.plugin [-] Segment 19e19f42-8338-4af5-80b5-b945b4ea6fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e19f42-8338-4af5-80b5-b945b4ea6fb4 found for delete ", "request_id": "req-4cb8f326-208b-4992-bd57-71fb81687ac2"}]} [pid: 8|app: 0|req: 679/1401] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:35 2026] DELETE /v2.0/routers/c15bbadd-306f-44bd-9c38-f5dab26a4c47 => generated 0 bytes in 1049 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1402] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:21:36 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 1240 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1403] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:36 2026] GET /v2.0/security-groups?tenant_id=5d5d4f6be0d04d90b89ccf53283a59d3&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1404] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:21:37 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&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: 724/1405] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:37 2026] DELETE /v2.0/subnets/a20093b9-a790-4493-89b2-9423a03d4908 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1406] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:37 2026] DELETE /v2.0/security-groups/e840494f-5a53-44ab-a3ed-0808518466a1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:37.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-75724514-1637-4019-9c9d-fb7517df9f35 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 345b9e89-da41-4de9-92aa-2706166686c4 2026-06-16 06:21:37.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75724514-1637-4019-9c9d-fb7517df9f35 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 345b9e89-da41-4de9-92aa-2706166686c4 [pid: 8|app: 0|req: 683/1407] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:37 2026] GET /v2.0/security-groups?tenant_id=accd3b73c4ed4b08a71f8c12161500c3&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:37.575 7 INFO neutron.services.segments.plugin [-] Segment 5e645476-3e27-46c9-bf8f-98c3b3b6e002 resource provider aggregate not found 2026-06-16 06:21:37.580 7 INFO neutron.services.segments.plugin [-] Segment 5e645476-3e27-46c9-bf8f-98c3b3b6e002 resource provider aggregate not found 2026-06-16 06:21:37.595 7 INFO neutron.services.segments.plugin [-] Segment 5e645476-3e27-46c9-bf8f-98c3b3b6e002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e645476-3e27-46c9-bf8f-98c3b3b6e002 found for delete ", "request_id": "req-b402c408-2576-4053-908c-3c0e0b892eb6"}]} 2026-06-16 06:21:37.598 7 INFO neutron.services.segments.plugin [-] Segment 5e645476-3e27-46c9-bf8f-98c3b3b6e002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e645476-3e27-46c9-bf8f-98c3b3b6e002 found for delete ", "request_id": "req-93632ac6-5ee1-4db4-8cfc-05ef2f489253"}]} [pid: 7|app: 0|req: 725/1408] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:37 2026] DELETE /v2.0/networks/56818634-096b-4ca1-b817-fbc7fb7acf53 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1409] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:37 2026] DELETE /v2.0/security-groups/f01d3028-14f1-4561-a8e8-873d3b9b193f => 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: 726/1410] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:37 2026] GET /v2.0/security-groups?tenant_id=629f02685a9746b8b5819ad1cc88a155&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1411] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:37 2026] DELETE /v2.0/security-groups/ef436c5c-37a4-4f44-a811-ae991ee736e8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:21:40.112 7 INFO neutron.db.segments_db [None req-255a51b9-9de8-4cb5-88cd-fc5cb0cf3d38 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment acc2d1e6-db8f-4839-b0a2-2cf55ea11880 of type vxlan for network b875136b-8c3c-4a36-a2b5-36906f8446a8 [pid: 7|app: 0|req: 727/1412] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:21:39 2026] POST /v2.0/networks => generated 721 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1413] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:40 2026] POST /v2.0/subnets => generated 687 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:40.469 7 INFO neutron.db.segments_db [None req-4276a08d-ad54-4428-861f-78ac747d4bf8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f of type vxlan for network e6948669-5789-4a5b-8ae5-8539d29a4275 2026-06-16 06:21:40.679 7 INFO neutron.db.l3_hamode_db [None req-4276a08d-ad54-4428-861f-78ac747d4bf8 7dd9ee801992421c96223dc5ca634b6f 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:21:41.553 7 INFO neutron.db.l3_hamode_db [None req-4276a08d-ad54-4428-861f-78ac747d4bf8 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1414] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:40 2026] POST /v2.0/routers => generated 727 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1415] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:42 2026] GET /v2.0/security-groups?tenant_id=64171472487343439f3accefbe85c96c&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: 688/1416] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:42 2026] DELETE /v2.0/security-groups/6b0c6b8f-62bf-4068-be77-7a2a23090a97 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1417] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:42 2026] PUT /v2.0/routers/88bc35e4-99bc-4670-bb0b-80951de5327f/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:44.989 8 INFO neutron.db.segments_db [None req-6d3e2e46-bdc3-4d18-bb3a-1b9eea96ecc0 e1b63119ddd14b85be1d8b62baa98aaf 129fbf237ec148888a3d909582375727 - - default default] Added segment 17dce104-7195-4e94-91b1-78e2430b1dc4 of type vxlan for network c719685c-e904-446f-b569-1cb02762213f [pid: 8|app: 0|req: 689/1418] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:21:44 2026] POST /v2.0/networks => generated 629 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:45.215 7 INFO neutron.db.segments_db [None req-5900fdbf-996c-4c4f-9b8b-55fd65d161eb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 9fc4dd1f-b36d-43d8-8590-0701faa94933 of type vxlan for network 46666758-88ad-4b2b-8403-cbdb43be15f5 [pid: 7|app: 0|req: 730/1419] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:21:45 2026] POST /v2.0/networks => generated 722 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1420] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:45 2026] POST /v2.0/subnets => generated 688 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:45.547 7 INFO neutron.db.segments_db [None req-07a55782-0db6-42d6-bc24-04af7e3b68b2 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment 0e095a48-9904-4a24-bd6e-efec32cf094f of type vxlan for network 6615e11a-c19d-4615-96a4-74e312e84748 2026-06-16 06:21:45.780 7 INFO neutron.db.l3_hamode_db [None req-07a55782-0db6-42d6-bc24-04af7e3b68b2 7dd9ee801992421c96223dc5ca634b6f f61c16a3bfe047b39f3169dfc061bacd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 691/1421] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:45 2026] POST /v2.0/subnets => generated 673 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:45.899 8 INFO neutron.db.segments_db [None req-93df873a-7fc1-4537-9bbe-ad0f285404da e1b63119ddd14b85be1d8b62baa98aaf 129fbf237ec148888a3d909582375727 - - default default] Added segment 7ddda050-cad8-45c4-aa68-4df55830ee4c of type vxlan for network d4f9912b-dc0c-44a8-8149-e4cee3417033 [pid: 8|app: 0|req: 692/1422] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:21:45 2026] POST /v2.0/networks => generated 628 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1423] 10.0.0.242 () {34 vars in 743 bytes} [Tue Jun 16 06:21:46 2026] PUT /v2.0/networks/d4f9912b-dc0c-44a8-8149-e4cee3417033 => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1424] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:46 2026] POST /v2.0/subnets => generated 646 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1425] 10.0.0.242 () {32 vars in 826 bytes} [Tue Jun 16 06:21:46 2026] GET /v2.0/ports?project_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&network_id=5fce1534-32c2-41ff-947a-80921c63237a => generated 3691 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:46.711 7 INFO neutron.db.l3_hamode_db [None req-07a55782-0db6-42d6-bc24-04af7e3b68b2 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 698/1428] 10.0.0.242 () {34 vars in 741 bytes} [Tue Jun 16 06:21:46 2026] PUT /v2.0/subnets/38e73423-b913-4245-a8f6-799a405d3c66 => generated 656 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:47.010 8 INFO neutron.services.segments.plugin [-] Segment 7ddda050-cad8-45c4-aa68-4df55830ee4c resource provider aggregate not found 2026-06-16 06:21:47.014 8 INFO neutron.services.segments.plugin [-] Segment 7ddda050-cad8-45c4-aa68-4df55830ee4c resource provider aggregate not found [pid: 8|app: 0|req: 699/1429] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:46 2026] DELETE /v2.0/networks/d4f9912b-dc0c-44a8-8149-e4cee3417033 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:21:47.054 8 INFO neutron.services.segments.plugin [-] Segment 7ddda050-cad8-45c4-aa68-4df55830ee4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ddda050-cad8-45c4-aa68-4df55830ee4c found for delete ", "request_id": "req-99a8fc90-3209-4b03-b67f-9fb6b0b277e2"}]} 2026-06-16 06:21:47.055 8 INFO neutron.services.segments.plugin [-] Segment 7ddda050-cad8-45c4-aa68-4df55830ee4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ddda050-cad8-45c4-aa68-4df55830ee4c found for delete ", "request_id": "req-3b084c51-4e09-4345-8ae9-6fb464378dd1"}]} [pid: 8|app: 0|req: 700/1430] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/subnets?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:47.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b67602dd-fc59-4e11-aea8-75d895877216 e1b63119ddd14b85be1d8b62baa98aaf 129fbf237ec148888a3d909582375727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 701/1431] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:47 2026] DELETE /v2.0/networks/d4f9912b-dc0c-44a8-8149-e4cee3417033 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1432] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1433] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/subnets?network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1434] 10.0.0.242 () {32 vars in 653 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1435] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/networks => generated 1313 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:47.391 8 INFO neutron.db.l3_db [None req-9be6971b-b4eb-42df-b717-5fe0a1645fda c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Floating IP 82bdf7ed-ae85-44e1-ab97-0bc2c24a179b disassociated. External IP: 10.96.250.219, port: b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22. [pid: 8|app: 0|req: 706/1436] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:21:47 2026] PUT /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 554 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1437] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:45 2026] POST /v2.0/routers => generated 728 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1438] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1439] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/subnets => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:47.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-075eb723-741b-47a0-b808-6ffa8e3eee93'] response: {'name': 'network-changed', 'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 708/1440] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/networks/c719685c-e904-446f-b569-1cb02762213f => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1441] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:21:47 2026] GET /v2.0/subnets/a1ff105f-ac9a-4a70-aca7-c4194718ccb2 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:47.900 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0acdc1f5-5af3-44a5-84f8-c80c1baa1ad7 e1b63119ddd14b85be1d8b62baa98aaf 129fbf237ec148888a3d909582375727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1442] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:47 2026] DELETE /v2.0/subnets/38e73423-b913-4245-a8f6-799a405d3c66 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:21:47.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28c737e5-1d60-4670-80a8-6bfe9e9e3203 e1b63119ddd14b85be1d8b62baa98aaf 129fbf237ec148888a3d909582375727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1443] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:47 2026] DELETE /v2.0/networks/d4f9912b-dc0c-44a8-8149-e4cee3417033 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1444] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:47 2026] DELETE /v2.0/subnets/a1ff105f-ac9a-4a70-aca7-c4194718ccb2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1445] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:48 2026] DELETE /v2.0/networks/c719685c-e904-446f-b569-1cb02762213f => 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: 714/1446] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => 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: 715/1447] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1448] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 => 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: 717/1449] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/subnets?id=8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1450] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/ports?network_id=5fce1534-32c2-41ff-947a-80921c63237a&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: 719/1451] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 720/1452] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 721/1453] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1454] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:47 2026] PUT /v2.0/routers/ee0a9c12-1efd-449d-a290-7482b88a942e/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:49.087 8 INFO neutron.services.segments.plugin [-] Segment 17dce104-7195-4e94-91b1-78e2430b1dc4 resource provider aggregate not found 2026-06-16 06:21:49.094 8 INFO neutron.services.segments.plugin [-] Segment 17dce104-7195-4e94-91b1-78e2430b1dc4 resource provider aggregate not found 2026-06-16 06:21:49.123 8 INFO neutron.services.segments.plugin [-] Segment 17dce104-7195-4e94-91b1-78e2430b1dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17dce104-7195-4e94-91b1-78e2430b1dc4 found for delete ", "request_id": "req-0f4a8b66-618e-4ac9-aacc-2725ec1a1fe1"}]} 2026-06-16 06:21:49.124 8 INFO neutron.services.segments.plugin [-] Segment 17dce104-7195-4e94-91b1-78e2430b1dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17dce104-7195-4e94-91b1-78e2430b1dc4 found for delete ", "request_id": "req-7e512d30-bdb4-49a3-b36e-ea653a7ef8c7"}]} [pid: 8|app: 0|req: 722/1455] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:21:48 2026] GET /v2.0/security-groups?tenant_id=129fbf237ec148888a3d909582375727&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1456] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:21:49 2026] DELETE /v2.0/security-groups/3a18dd0d-80ae-44e5-85b2-1669e84854d4 => 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: 735/1457] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:21:49 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1458] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:21:49 2026] POST /v2.0/security-groups => generated 1673 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1459] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:49 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: 8|app: 0|req: 724/1460] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1461] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1462] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:50.502 7 INFO neutron.db.securitygroups_db [None req-176a8bf7-2dff-4991-bdc0-843aa718c5e9 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Project 90c38c6a636e4ae7b1862cc3b3d4d658 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: 738/1463] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:50 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-16 06:21:50.630 8 INFO neutron.db.securitygroups_db [None req-89109716-1ab1-4a95-895d-02048810d091 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Project 90c38c6a636e4ae7b1862cc3b3d4d658 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: 726/1464] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:50 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: 7|app: 0|req: 739/1465] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:21:50 2026] POST /v2.0/security-groups => generated 1673 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1466] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1467] 10.0.0.242 () {34 vars in 685 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1468] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:21:51 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:51.529 7 INFO neutron.db.segments_db [None req-f74c1a45-117e-4f60-95ce-81405380090d 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment 39eb0859-25b9-4755-b97d-4ec99cfaeb4b of type vxlan for network 52b2b3fe-d4fd-4f44-9b88-f1747c498f20 [pid: 8|app: 0|req: 730/1469] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1470] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/networks => generated 610 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1471] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1472] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:21:51 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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-16 06:21:51.717 7 INFO neutron.db.segments_db [None req-b0f459b1-9c82-4d01-a808-663d2fa8ea68 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment d0f58329-6778-4c5f-9b75-7756eda31a79 of type vxlan for network 9f480cd4-236c-4cb2-816c-00c1ef0f6111 [pid: 8|app: 0|req: 732/1473] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1474] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1475] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1476] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:52.014 8 INFO neutron.db.securitygroups_db [None req-13f000fa-2445-4b9c-82ea-7fbcf9be30cf c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Project cb0eee7f0be94f1d8ccd4f7ace7cde90 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: 734/1477] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1478] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:51 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:52.264 7 INFO neutron.db.securitygroups_db [None req-54e662db-6654-49f8-b0c1-ff18d674acfa c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Project cb0eee7f0be94f1d8ccd4f7ace7cde90 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: 745/1479] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:21:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1480] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:52 2026] POST /v2.0/subnets => generated 626 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:21:52.758 7 INFO neutron.db.segments_db [None req-e6f3aef7-63ef-418d-9b18-237e9d1dbbd8 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment 78eb397a-b98e-4995-9f51-2fbfc25c92c6 of type vxlan for network a9b35258-df80-4d6f-ad53-fe816b8bd4fa [pid: 8|app: 0|req: 735/1481] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:21:52 2026] POST /v2.0/floatingips => generated 552 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1482] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:21:52 2026] GET /v2.0/networks => generated 1298 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1483] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:21:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-598045893&fields=id&tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658 => 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: 738/1484] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:21:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--197367109&fields=id&tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1485] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:21:52 2026] GET /v2.0/networks?id=b875136b-8c3c-4a36-a2b5-36906f8446a8 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1486] 10.0.0.5 () {34 vars in 1096 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-409451409&fields=id&tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1487] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/quotas/90c38c6a636e4ae7b1862cc3b3d4d658 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:53.150 7 INFO neutron.db.l3_hamode_db [None req-e6f3aef7-63ef-418d-9b18-237e9d1dbbd8 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 742/1488] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1489] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/ports?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1490] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/quotas/cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:53.301 7 INFO neutron.db.l3_hamode_db [None req-e6f3aef7-63ef-418d-9b18-237e9d1dbbd8 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 745/1491] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?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: 746/1492] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1493] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?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: 748/1494] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1495] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 750/1496] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 751/1497] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:53 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 747/1498] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:21:52 2026] POST /v2.0/routers => generated 506 bytes in 1426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1499] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:54 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1500] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:54 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1501] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:54 2026] PUT /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1502] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:21:55 2026] GET /v2.0/ports/14875cfa-7c1a-40c1-a7e6-4cb2011c4b55 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1503] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:55 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1504] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:55 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1505] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:56 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 754/1506] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:57 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 753/1507] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:21:55 2026] PUT /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053/add_router_interface => generated 309 bytes in 1447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1508] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:21:57 2026] GET /v2.0/ports/d8d98c4f-18fd-4a41-96f2-7b4197eebdad => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:21:57.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-f844803b-674d-43e8-9d84-cf4f09b9c416 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: d8d98c4f-18fd-4a41-96f2-7b4197eebdad 2026-06-16 06:21:57.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f844803b-674d-43e8-9d84-cf4f09b9c416 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: d8d98c4f-18fd-4a41-96f2-7b4197eebdad [pid: 8|app: 0|req: 754/1509] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:21:57 2026] PUT /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1510] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:21:58 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => generated 661 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1511] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:21:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90 => generated 273 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1512] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:58 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 759/1513] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:58 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:21:58.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab7419f5-b0ea-48a0-b803-ca20e8a17185 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 14875cfa-7c1a-40c1-a7e6-4cb2011c4b55 2026-06-16 06:21:58.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab7419f5-b0ea-48a0-b803-ca20e8a17185 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 14875cfa-7c1a-40c1-a7e6-4cb2011c4b55 [pid: 7|app: 0|req: 760/1514] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:21:58 2026] POST /v2.0/ports => generated 958 bytes in 392 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: 755/1515] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:21:58 2026] PUT /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1516] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:21:58 2026] GET /v2.0/ports?device_id=2b53146e-14a5-4df7-96f9-d6c488548053 => 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: 761/1517] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:21:58 2026] PUT /v2.0/ports/5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 => generated 1239 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:21:59.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c674658-3a8b-4a61-912e-12f36c80439e 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: b7ff42a4-4b7a-4c8c-8e5e-c7e94ded073c 2026-06-16 06:21:59.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c674658-3a8b-4a61-912e-12f36c80439e 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: b7ff42a4-4b7a-4c8c-8e5e-c7e94ded073c 2026-06-16 06:21:59.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68ee71f4-59a3-4c5b-8f32-803bca1cf903'] response: {'name': 'network-changed', 'server_uuid': '46927606-1b47-4834-ac7e-676719dfea21', 'tag': '5d37e324-a9fb-4237-88f0-8c6ed4dc9b83', '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: 762/1518] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 763/1519] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1520] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&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-16 06:21:59.402 8 INFO neutron.services.segments.plugin [-] Segment 78eb397a-b98e-4995-9f51-2fbfc25c92c6 resource provider aggregate not found 2026-06-16 06:21:59.406 8 INFO neutron.services.segments.plugin [-] Segment 78eb397a-b98e-4995-9f51-2fbfc25c92c6 resource provider aggregate not found 2026-06-16 06:21:59.423 8 INFO neutron.services.segments.plugin [-] Segment 78eb397a-b98e-4995-9f51-2fbfc25c92c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78eb397a-b98e-4995-9f51-2fbfc25c92c6 found for delete ", "request_id": "req-b157f2e8-fbfd-4c60-8a16-172897ca18dd"}]} 2026-06-16 06:21:59.424 8 INFO neutron.services.segments.plugin [-] Segment 78eb397a-b98e-4995-9f51-2fbfc25c92c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78eb397a-b98e-4995-9f51-2fbfc25c92c6 found for delete ", "request_id": "req-47ac4007-5fff-4e84-8829-9f0b42360e6a"}]} 2026-06-16 06:21:59.438 8 INFO neutron.db.l3_hamode_db [None req-1c674658-3a8b-4a61-912e-12f36c80439e 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] HA network a9b35258-df80-4d6f-ad53-fe816b8bd4fa was deleted as no HA routers are present in tenant 834e807fe1a94343982cc355b815e832. [pid: 8|app: 0|req: 757/1521] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:58 2026] DELETE /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1522] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:59 2026] DELETE /v2.0/subnets/ae98cfb6-0043-4ad2-b288-4163d1c9d39a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1523] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 767/1524] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/networks?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&shared=False => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1525] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:21:59 2026] DELETE /v2.0/subnets/a80f6f9c-2bcf-4fb0-a7a8-fd2513ded688 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1526] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:21:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1527] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:59 2026] DELETE /v2.0/networks/9f480cd4-236c-4cb2-816c-00c1ef0f6111 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:00.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-c932174f-55ee-48d5-adad-8dab983d4f68 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 6b9f9e11-eea6-4fbb-ba5f-596b6f1e7abf 2026-06-16 06:22:00.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c932174f-55ee-48d5-adad-8dab983d4f68 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 6b9f9e11-eea6-4fbb-ba5f-596b6f1e7abf 2026-06-16 06:22:00.247 7 INFO neutron.services.segments.plugin [-] Segment 39eb0859-25b9-4755-b97d-4ec99cfaeb4b resource provider aggregate not found 2026-06-16 06:22:00.249 7 INFO neutron.services.segments.plugin [-] Segment 39eb0859-25b9-4755-b97d-4ec99cfaeb4b resource provider aggregate not found 2026-06-16 06:22:00.276 7 INFO neutron.services.segments.plugin [-] Segment 39eb0859-25b9-4755-b97d-4ec99cfaeb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39eb0859-25b9-4755-b97d-4ec99cfaeb4b found for delete ", "request_id": "req-bdfe04f6-c616-41a5-8a7c-fc0bf6824012"}]} 2026-06-16 06:22:00.286 7 INFO neutron.services.segments.plugin [-] Segment 39eb0859-25b9-4755-b97d-4ec99cfaeb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39eb0859-25b9-4755-b97d-4ec99cfaeb4b found for delete ", "request_id": "req-3da8c48e-a091-4be6-980e-56bb96792fc2"}]} [pid: 7|app: 0|req: 769/1528] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:21:59 2026] DELETE /v2.0/networks/52b2b3fe-d4fd-4f44-9b88-f1747c498f20 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1529] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:00 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:00.377 8 INFO neutron.db.segments_db [None req-c75afc6f-ccce-4d72-83c8-71799c2a1747 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment f4240467-6ce1-4e43-b99f-cddc4cf16045 of type vxlan for network 5bdf04d8-fc0d-4906-8484-41b4376b45fc [pid: 7|app: 0|req: 771/1530] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:00 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1531] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:00 2026] POST /v2.0/networks => generated 610 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1532] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:22:00 2026] GET /v2.0/networks?id=b875136b-8c3c-4a36-a2b5-36906f8446a8 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1533] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:00 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1534] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:22:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658 => generated 272 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1535] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:00 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:00.785 7 INFO neutron.db.segments_db [None req-51d0b6f3-616c-4e67-819d-33818da37b8b 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment 335b7a32-b3e8-40a3-84d9-df1f8607584b of type vxlan for network e0639b10-b7e4-4ec1-9e86-c5e679a67c74 [pid: 8|app: 0|req: 763/1536] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:22:00 2026] POST /v2.0/ports => generated 993 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 764/1537] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:01.082 7 INFO neutron.db.l3_hamode_db [None req-51d0b6f3-616c-4e67-819d-33818da37b8b 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:01.241 7 INFO neutron.db.l3_hamode_db [None req-51d0b6f3-616c-4e67-819d-33818da37b8b 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:01.449 8 INFO neutron.services.segments.plugin [-] Segment d0f58329-6778-4c5f-9b75-7756eda31a79 resource provider aggregate not found 2026-06-16 06:22:01.458 8 INFO neutron.services.segments.plugin [-] Segment d0f58329-6778-4c5f-9b75-7756eda31a79 resource provider aggregate not found 2026-06-16 06:22:01.482 8 INFO neutron.services.segments.plugin [-] Segment d0f58329-6778-4c5f-9b75-7756eda31a79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0f58329-6778-4c5f-9b75-7756eda31a79 found for delete ", "request_id": "req-48c4e427-def5-4d00-b0ca-289e4a18021e"}]} 2026-06-16 06:22:01.484 8 INFO neutron.services.segments.plugin [-] Segment d0f58329-6778-4c5f-9b75-7756eda31a79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0f58329-6778-4c5f-9b75-7756eda31a79 found for delete ", "request_id": "req-3d69efd3-50bc-4885-89c0-f39d566bc4d8"}]} [pid: 8|app: 0|req: 765/1538] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:22:01 2026] PUT /v2.0/ports/52bc9be7-bd92-48ea-8415-3bef6acc2311 => generated 1274 bytes in 483 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: 766/1539] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 => 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: 769/1542] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1543] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1544] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/subnets?id=8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1545] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:01.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e10c448-85d5-4a89-aa1d-efe97715a8c9'] response: {'name': 'network-changed', 'server_uuid': 'e7cc7f66-5aff-41b3-841a-c809b808b4b6', 'tag': '52bc9be7-bd92-48ea-8415-3bef6acc2311', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 773/1546] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1547] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/ports?network_id=5fce1534-32c2-41ff-947a-80921c63237a&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1548] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:00 2026] POST /v2.0/routers => generated 506 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1549] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 776/1550] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:22:01 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 7|app: 0|req: 775/1551] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:22:01 2026] POST /v2.0/ports => generated 947 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 776/1552] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:02 2026] GET /v2.0/ports?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1553] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:22:02 2026] GET /v2.0/networks?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1554] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:22:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1555] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:02 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1556] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:02 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1557] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1558] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1559] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:22:02 2026] PUT /v2.0/routers/42a6e9b0-d19e-4207-9ca2-e2c01a84bec4/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1560] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/ports/8aaafb81-363a-4467-a1db-6e0b09edfbef => generated 1021 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: 7|app: 0|req: 784/1561] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/ports?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1562] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=52bc9be7-bd92-48ea-8415-3bef6acc2311 => 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: 786/1563] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/subnets?id=199bba65-6317-44b9-88bd-e90d06d10b86 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1564] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/ports?network_id=b875136b-8c3c-4a36-a2b5-36906f8446a8&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: 788/1565] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?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: 789/1566] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:22:03 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?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) 2026-06-16 06:22:03.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-a894627e-f966-41f4-a82d-944e5c0f1966 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 8aaafb81-363a-4467-a1db-6e0b09edfbef 2026-06-16 06:22:03.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a894627e-f966-41f4-a82d-944e5c0f1966 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 8aaafb81-363a-4467-a1db-6e0b09edfbef [pid: 7|app: 0|req: 790/1567] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:04 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1568] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:04 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1569] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:04 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1570] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:04 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1571] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:03 2026] PUT /v2.0/routers/42a6e9b0-d19e-4207-9ca2-e2c01a84bec4/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:04.599 7 INFO neutron.api.v2.resource [None req-804c1376-740d-418c-8662-23684bf8f220 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1572] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:04 2026] PUT /v2.0/routers/42a6e9b0-d19e-4207-9ca2-e2c01a84bec4/remove_router_interface => generated 197 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 779/1573] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:04 2026] GET /v2.0/ports?device_id=42a6e9b0-d19e-4207-9ca2-e2c01a84bec4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:04.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad0e1652-8d63-4bff-b01b-71521894f53c 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 8ad0b2d9-53bf-4199-997f-827098eee8b1 2026-06-16 06:22:04.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad0e1652-8d63-4bff-b01b-71521894f53c 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 8ad0b2d9-53bf-4199-997f-827098eee8b1 2026-06-16 06:22:05.224 7 INFO neutron.services.segments.plugin [-] Segment 335b7a32-b3e8-40a3-84d9-df1f8607584b resource provider aggregate not found 2026-06-16 06:22:05.232 7 INFO neutron.services.segments.plugin [-] Segment 335b7a32-b3e8-40a3-84d9-df1f8607584b resource provider aggregate not found 2026-06-16 06:22:05.254 7 INFO neutron.services.segments.plugin [-] Segment 335b7a32-b3e8-40a3-84d9-df1f8607584b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 335b7a32-b3e8-40a3-84d9-df1f8607584b found for delete ", "request_id": "req-9b9bf776-e16d-463c-9f25-764829e1283c"}]} 2026-06-16 06:22:05.256 7 INFO neutron.services.segments.plugin [-] Segment 335b7a32-b3e8-40a3-84d9-df1f8607584b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 335b7a32-b3e8-40a3-84d9-df1f8607584b found for delete ", "request_id": "req-0c4e1618-be56-4623-a9f3-8e77f674a478"}]} 2026-06-16 06:22:05.268 7 INFO neutron.db.l3_hamode_db [None req-ad0e1652-8d63-4bff-b01b-71521894f53c 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] HA network e0639b10-b7e4-4ec1-9e86-c5e679a67c74 was deleted as no HA routers are present in tenant 834e807fe1a94343982cc355b815e832. [pid: 7|app: 0|req: 795/1574] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:04 2026] DELETE /v2.0/routers/42a6e9b0-d19e-4207-9ca2-e2c01a84bec4 => generated 0 bytes in 649 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1575] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:05 2026] DELETE /v2.0/subnets/dcdce011-5e7b-4171-9bfa-74dd7503bcf2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1576] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:05 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1577] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:05 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:05.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-cce485e7-eb27-4e7f-bd67-1e87c7dd443a 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: bb9f8dad-a8f2-4e4a-80e3-49578027a227 [pid: 7|app: 0|req: 798/1578] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:05 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:05.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cce485e7-eb27-4e7f-bd67-1e87c7dd443a 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: bb9f8dad-a8f2-4e4a-80e3-49578027a227 [pid: 7|app: 0|req: 799/1579] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:05 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:05.745 8 INFO neutron.services.segments.plugin [-] Segment f4240467-6ce1-4e43-b99f-cddc4cf16045 resource provider aggregate not found 2026-06-16 06:22:05.749 8 INFO neutron.services.segments.plugin [-] Segment f4240467-6ce1-4e43-b99f-cddc4cf16045 resource provider aggregate not found 2026-06-16 06:22:05.767 8 INFO neutron.services.segments.plugin [-] Segment f4240467-6ce1-4e43-b99f-cddc4cf16045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4240467-6ce1-4e43-b99f-cddc4cf16045 found for delete ", "request_id": "req-abbea3d3-c869-417f-9737-7450466e65d6"}]} 2026-06-16 06:22:05.774 8 INFO neutron.services.segments.plugin [-] Segment f4240467-6ce1-4e43-b99f-cddc4cf16045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4240467-6ce1-4e43-b99f-cddc4cf16045 found for delete ", "request_id": "req-d6abee02-531f-4d20-93c1-ee803973acda"}]} [pid: 8|app: 0|req: 781/1580] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:05 2026] DELETE /v2.0/networks/5bdf04d8-fc0d-4906-8484-41b4376b45fc => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:05.861 7 INFO neutron.db.segments_db [None req-3f5ddfd8-c890-4ae9-b9ff-e4ec51f456e8 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment cee90dc8-dd4a-4512-a335-0c3ae791ce09 of type vxlan for network 01329500-aba0-48c9-b930-a3c6a6dcc7c6 [pid: 7|app: 0|req: 800/1581] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:05 2026] POST /v2.0/networks => generated 609 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1582] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:05 2026] POST /v2.0/subnets => generated 626 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:06.417 7 INFO neutron.db.segments_db [None req-f092816c-e9cf-4d12-bcd1-909f2f77b5ef 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment fce672f3-377b-43d9-b457-fd4fe039572a of type vxlan for network 78d63053-f13d-4c83-976f-1e7c93139ec1 2026-06-16 06:22:06.712 7 INFO neutron.db.l3_hamode_db [None req-f092816c-e9cf-4d12-bcd1-909f2f77b5ef 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 783/1583] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:06 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1584] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:06 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:06.856 7 INFO neutron.db.l3_hamode_db [None req-f092816c-e9cf-4d12-bcd1-909f2f77b5ef 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 785/1585] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:06 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1586] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:06 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1587] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:07 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 788/1588] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:07 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1589] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:22:07 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1590] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:07 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 791/1591] 199.19.213.180 () {34 vars in 1124 bytes} [Tue Jun 16 06:22:07 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:07.601 8 INFO neutron.db.l3_db [None req-eea5c407-522b-4933-a7e2-1990989fac66 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Floating IP 82bdf7ed-ae85-44e1-ab97-0bc2c24a179b associated. External IP: 10.96.250.219, port: 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83. [pid: 7|app: 0|req: 801/1592] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:06 2026] POST /v2.0/routers => generated 507 bytes in 1322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1593] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:22:07 2026] PUT /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 856 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1594] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1595] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1596] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1597] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1598] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:08.719 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a87f5195-8f92-4943-b733-51fc502d4f64'] response: {'name': 'network-changed', 'server_uuid': '46927606-1b47-4834-ac7e-676719dfea21', 'tag': '5d37e324-a9fb-4237-88f0-8c6ed4dc9b83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 798/1599] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1600] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:08 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 7|app: 0|req: 802/1601] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:22:07 2026] PUT /v2.0/routers/325aa568-3b69-4e47-8907-50da2318b89d/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1602] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/ports/5037d007-75a3-4d88-8d07-45d80086806b => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1603] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/ports?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1604] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 803/1605] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/networks?id=5fce1534-32c2-41ff-947a-80921c63237a => 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: 804/1606] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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/1607] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1608] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/subnets?id=8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:09.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c33de4c-22ce-4dfd-be6c-a5ce36115f82 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 5037d007-75a3-4d88-8d07-45d80086806b 2026-06-16 06:22:09.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c33de4c-22ce-4dfd-be6c-a5ce36115f82 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 5037d007-75a3-4d88-8d07-45d80086806b [pid: 8|app: 0|req: 807/1609] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/ports?network_id=5fce1534-32c2-41ff-947a-80921c63237a&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: 808/1610] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 809/1611] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a?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: 810/1612] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => 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: 811/1613] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1614] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:09 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1615] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:09 2026] PUT /v2.0/routers/325aa568-3b69-4e47-8907-50da2318b89d/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: 813/1616] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/ports?device_id=325aa568-3b69-4e47-8907-50da2318b89d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:10.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e3060fb-8156-438c-88f1-27424bfeb64d 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 7b691fb2-4567-47f2-8f8c-5955dd2d7f3c 2026-06-16 06:22:10.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e3060fb-8156-438c-88f1-27424bfeb64d 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 7b691fb2-4567-47f2-8f8c-5955dd2d7f3c [pid: 8|app: 0|req: 814/1617] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 815/1618] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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-16 06:22:10.751 7 INFO neutron.services.segments.plugin [-] Segment fce672f3-377b-43d9-b457-fd4fe039572a resource provider aggregate not found 2026-06-16 06:22:10.757 7 INFO neutron.services.segments.plugin [-] Segment fce672f3-377b-43d9-b457-fd4fe039572a resource provider aggregate not found 2026-06-16 06:22:10.773 7 INFO neutron.services.segments.plugin [-] Segment fce672f3-377b-43d9-b457-fd4fe039572a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fce672f3-377b-43d9-b457-fd4fe039572a found for delete ", "request_id": "req-5baa9a8c-3d18-4019-8e42-2453ff850b05"}]} 2026-06-16 06:22:10.773 7 INFO neutron.db.l3_hamode_db [None req-5e3060fb-8156-438c-88f1-27424bfeb64d 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] HA network 78d63053-f13d-4c83-976f-1e7c93139ec1 was deleted as no HA routers are present in tenant 834e807fe1a94343982cc355b815e832. [pid: 7|app: 0|req: 804/1619] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:10 2026] DELETE /v2.0/routers/325aa568-3b69-4e47-8907-50da2318b89d => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:10.787 7 INFO neutron.services.segments.plugin [-] Segment fce672f3-377b-43d9-b457-fd4fe039572a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fce672f3-377b-43d9-b457-fd4fe039572a found for delete ", "request_id": "req-f04d38b6-80c9-47ad-9b63-3ce6161cc4de"}]} [pid: 7|app: 0|req: 805/1620] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/ports?tenant_id=604ce2fd155e408a9a3e9750c610719b&device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1621] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/networks?id=90d9c0a3-96ce-4ea3-b840-79c305114b99 => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1622] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:10 2026] DELETE /v2.0/subnets/5c5bdd67-7f5c-4cc2-a60f-5e613f34e56b => 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: 807/1623] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ef5dc825-5c89-4168-a365-5cbd69aff78a => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1624] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:10 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:11.091 8 INFO neutron.services.segments.plugin [-] Segment cee90dc8-dd4a-4512-a335-0c3ae791ce09 resource provider aggregate not found [pid: 7|app: 0|req: 809/1625] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/subnets?id=a80371f2-3aac-41ee-9c88-0ade6969df70 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:11.105 8 INFO neutron.services.segments.plugin [-] Segment cee90dc8-dd4a-4512-a335-0c3ae791ce09 resource provider aggregate not found 2026-06-16 06:22:11.108 8 INFO neutron.services.segments.plugin [-] Segment cee90dc8-dd4a-4512-a335-0c3ae791ce09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee90dc8-dd4a-4512-a335-0c3ae791ce09 found for delete ", "request_id": "req-fab6849c-ca84-4602-92f3-4b31aaf3bd7e"}]} [pid: 8|app: 0|req: 817/1626] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:10 2026] DELETE /v2.0/networks/01329500-aba0-48c9-b930-a3c6a6dcc7c6 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:11.126 8 INFO neutron.services.segments.plugin [-] Segment cee90dc8-dd4a-4512-a335-0c3ae791ce09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee90dc8-dd4a-4512-a335-0c3ae791ce09 found for delete ", "request_id": "req-4fa7d362-7f3b-4a7d-88bc-52ed3b0cec6d"}]} [pid: 7|app: 0|req: 810/1627] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1628] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/ports?network_id=90d9c0a3-96ce-4ea3-b840-79c305114b99&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:11.183 7 INFO neutron.db.segments_db [None req-38077a79-7ccb-4a45-b85e-cf796a0eac1f 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Added segment 4595e836-279d-4fd0-8271-b097a6204907 of type vxlan for network a95e8fd5-bc21-48ba-842c-48c1a6f6dcee [pid: 8|app: 0|req: 819/1629] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?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: 820/1630] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1631] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:22:11 2026] GET /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99?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) 2026-06-16 06:22:11.398 7 INFO neutron.db.l3_hamode_db [None req-38077a79-7ccb-4a45-b85e-cf796a0eac1f 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:11.675 8 INFO neutron.db.l3_db [None req-dc7bf4ad-6873-47cc-843e-4493fc3ee140 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Floating IP 8388b816-3c77-486c-86d4-88d00b2f0326 associated. External IP: 10.96.250.202, port: 52bc9be7-bd92-48ea-8415-3bef6acc2311. [pid: 8|app: 0|req: 822/1632] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:22:11 2026] PUT /v2.0/floatingips/8388b816-3c77-486c-86d4-88d00b2f0326 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1633] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:12.069 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed6a47d5-9c1f-4ff5-b306-3ef00de8359f'] response: {'name': 'network-changed', 'server_uuid': 'e7cc7f66-5aff-41b3-841a-c809b808b4b6', 'tag': '52bc9be7-bd92-48ea-8415-3bef6acc2311', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 824/1634] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 825/1635] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/ports?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:12.642 7 INFO neutron.db.l3_hamode_db [None req-38077a79-7ccb-4a45-b85e-cf796a0eac1f 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 826/1636] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/networks?id=b875136b-8c3c-4a36-a2b5-36906f8446a8 => 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: 827/1637] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=52bc9be7-bd92-48ea-8415-3bef6acc2311 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1638] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/subnets?id=199bba65-6317-44b9-88bd-e90d06d10b86 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1639] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/ports?network_id=b875136b-8c3c-4a36-a2b5-36906f8446a8&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1640] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1641] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:22:12 2026] GET /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8?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: 832/1642] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:13 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 833/1643] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:13 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 811/1644] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:11 2026] POST /v2.0/routers => generated 688 bytes in 2506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1645] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:22:13 2026] GET /v2.0/routers/120d7441-016c-452e-a6ec-949183b1653b => generated 694 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1646] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:22:13 2026] GET /v2.0/routers => generated 697 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1647] 10.0.0.242 () {34 vars in 741 bytes} [Tue Jun 16 06:22:13 2026] PUT /v2.0/routers/120d7441-016c-452e-a6ec-949183b1653b => generated 701 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1648] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:14 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1649] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:22:14 2026] GET /v2.0/routers/120d7441-016c-452e-a6ec-949183b1653b => generated 701 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1650] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:14 2026] GET /v2.0/ports?device_id=120d7441-016c-452e-a6ec-949183b1653b => 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: 814/1651] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:14 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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-16 06:22:14.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4a96165-5a9d-4094-af5a-19ffbac7f776 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: d41fed33-902f-4883-952e-d33de392314d 2026-06-16 06:22:14.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4a96165-5a9d-4094-af5a-19ffbac7f776 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: d41fed33-902f-4883-952e-d33de392314d 2026-06-16 06:22:14.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4a96165-5a9d-4094-af5a-19ffbac7f776 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] TaaS: Handle Delete Port: 12548200-74d6-41e7-a020-a848f5aebb75 2026-06-16 06:22:15.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4a96165-5a9d-4094-af5a-19ffbac7f776 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] Tap Mirror: Handle Delete Port: 12548200-74d6-41e7-a020-a848f5aebb75 2026-06-16 06:22:15.354 8 INFO neutron.services.segments.plugin [-] Segment 4595e836-279d-4fd0-8271-b097a6204907 resource provider aggregate not found 2026-06-16 06:22:15.356 8 INFO neutron.services.segments.plugin [-] Segment 4595e836-279d-4fd0-8271-b097a6204907 resource provider aggregate not found 2026-06-16 06:22:15.374 8 INFO neutron.services.segments.plugin [-] Segment 4595e836-279d-4fd0-8271-b097a6204907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4595e836-279d-4fd0-8271-b097a6204907 found for delete ", "request_id": "req-f621522e-1de2-444b-a76a-4d137cc6192f"}]} 2026-06-16 06:22:15.376 8 INFO neutron.db.l3_hamode_db [None req-c4a96165-5a9d-4094-af5a-19ffbac7f776 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] HA network a95e8fd5-bc21-48ba-842c-48c1a6f6dcee was deleted as no HA routers are present in tenant 834e807fe1a94343982cc355b815e832. 2026-06-16 06:22:15.378 8 INFO neutron.services.segments.plugin [-] Segment 4595e836-279d-4fd0-8271-b097a6204907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4595e836-279d-4fd0-8271-b097a6204907 found for delete ", "request_id": "req-6e1e517a-13e2-4edf-92bd-d85ffe1d772f"}]} [pid: 8|app: 0|req: 838/1652] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:14 2026] DELETE /v2.0/routers/120d7441-016c-452e-a6ec-949183b1653b => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1653] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/ports?device_id=120d7441-016c-452e-a6ec-949183b1653b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:15.435 8 INFO neutron.api.v2.resource [None req-9a22a5a2-527b-4b2e-a016-ceb5973733da 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1654] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/routers/120d7441-016c-452e-a6ec-949183b1653b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1655] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/ports?device_id=325aa568-3b69-4e47-8907-50da2318b89d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:15.487 8 INFO neutron.api.v2.resource [None req-5aacada8-a839-4940-8dce-a3b2127829dd 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1656] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/routers/325aa568-3b69-4e47-8907-50da2318b89d => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:15.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8cd35f3-c2c2-413e-9182-c95ace56c89f 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1657] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/subnets/5c5bdd67-7f5c-4cc2-a60f-5e613f34e56b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1658] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/ports?device_id=42a6e9b0-d19e-4207-9ca2-e2c01a84bec4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:15.577 7 INFO neutron.api.v2.resource [None req-e4617ca1-bc7c-4f70-aca4-63c9862fa855 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1659] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/routers/42a6e9b0-d19e-4207-9ca2-e2c01a84bec4 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:15.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-589d5e94-9537-4be3-b319-5b58f64e56a3 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1660] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/subnets/dcdce011-5e7b-4171-9bfa-74dd7503bcf2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1661] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/ports?device_id=2b53146e-14a5-4df7-96f9-d6c488548053 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:15.659 7 INFO neutron.api.v2.resource [None req-a8d2131d-c1c5-49fe-a3c9-4aca90f90ce9 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1662] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/routers/2b53146e-14a5-4df7-96f9-d6c488548053 => 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: 842/1663] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:15.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b652fedc-a533-45e0-9003-d436dfe58b6f 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 822/1664] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/subnets/ae98cfb6-0043-4ad2-b288-4163d1c9d39a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:15.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62b1dd17-f7fc-4677-bae0-ed3337d1ebeb 92c915235f0b4f5d995f267415c994ca 834e807fe1a94343982cc355b815e832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1665] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:15 2026] DELETE /v2.0/subnets/a80f6f9c-2bcf-4fb0-a7a8-fd2513ded688 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1666] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:15 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 825/1669] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:16 2026] GET /v2.0/security-groups?tenant_id=834e807fe1a94343982cc355b815e832&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1670] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:16 2026] DELETE /v2.0/security-groups/cecfe4f3-e0a4-459c-9fed-14e984cd6698 => 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: 826/1671] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:16 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1672] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:16 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1673] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:17 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1674] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:18 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1675] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:22:18 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1676] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:22:18 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1677] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:19 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1678] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:19 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1679] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:19 2026] GET /v2.0/security-groups?tenant_id=45772efd7d384e5fab0de866733cc231&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1680] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:19 2026] DELETE /v2.0/security-groups/fc102ab1-32a3-4521-a0b4-bb01fced5f86 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1681] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:20 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1682] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:20 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 831/1683] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:21 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1684] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:21 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1685] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:21 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1279 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1686] 10.0.0.242 () {32 vars in 858 bytes} [Tue Jun 16 06:22:21 2026] GET /v2.0/floatingips?floating_network_id=fa42ffdf-c17c-441a-b922-a028a5606e5b&port_id=52bc9be7-bd92-48ea-8415-3bef6acc2311 => generated 860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1687] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:22:22 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1279 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1688] 10.0.0.127 () {34 vars in 1120 bytes} [Tue Jun 16 06:22:22 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1689] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:24 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1690] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:25 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1691] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:26 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1010 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1692] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:26 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1693] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:27 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1694] 10.0.0.5 () {34 vars in 1118 bytes} [Tue Jun 16 06:22:27 2026] GET /v2.0/security-groups?id=1fe08f4b-f896-49d6-b756-ce7df7b93e85&id=002eebc0-61bc-4634-88ea-58770494e084&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1695] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:22:27 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:27.623 8 INFO neutron_taas.services.taas.taas_plugin [req-64995762-95d2-4df5-81e2-8b73e336f89f req-678120fb-4a52-4d69-90a1-1d53d49f8434 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] TaaS: Handle Delete Port: 52bc9be7-bd92-48ea-8415-3bef6acc2311 2026-06-16 06:22:27.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64995762-95d2-4df5-81e2-8b73e336f89f req-678120fb-4a52-4d69-90a1-1d53d49f8434 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Tap Mirror: Handle Delete Port: 52bc9be7-bd92-48ea-8415-3bef6acc2311 [pid: 7|app: 0|req: 838/1696] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:27 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1697] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:27 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:27.752 8 INFO neutron.db.l3_db [req-64995762-95d2-4df5-81e2-8b73e336f89f req-678120fb-4a52-4d69-90a1-1d53d49f8434 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Floating IP 8388b816-3c77-486c-86d4-88d00b2f0326 disassociated. External IP: 10.96.250.202, port: 52bc9be7-bd92-48ea-8415-3bef6acc2311. [pid: 8|app: 0|req: 859/1698] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:22:27 2026] DELETE /v2.0/ports/52bc9be7-bd92-48ea-8415-3bef6acc2311 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:28.182 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c7d7c9a-1586-48ab-859d-c552ab618c71'] response: {'server_uuid': 'e7cc7f66-5aff-41b3-841a-c809b808b4b6', 'name': 'network-vif-deleted', 'tag': '52bc9be7-bd92-48ea-8415-3bef6acc2311', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 840/1699] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:28 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 860/1700] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:28 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1701] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:28 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1702] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:29 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => 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: 842/1703] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:29 2026] GET /v2.0/security-groups?tenant_id=e52abc293c11414ca102ccf001703b44&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1704] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:29 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1705] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:29 2026] DELETE /v2.0/security-groups/44aa0f4b-2222-4116-a0f9-8f3bde8a4f3f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1706] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:22:30 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 863/1707] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:30 2026] GET /v2.0/security-groups?id=242c0594-4968-4212-9fac-9284158764b5&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:30.201 7 INFO neutron_taas.services.taas.taas_plugin [req-afe75b7f-c962-49f3-bdfb-f2c7b58e1700 req-46d8450a-177f-4755-9c82-15acf49925e7 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 2026-06-16 06:22:30.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afe75b7f-c962-49f3-bdfb-f2c7b58e1700 req-46d8450a-177f-4755-9c82-15acf49925e7 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 2026-06-16 06:22:30.337 7 INFO neutron.db.l3_db [req-afe75b7f-c962-49f3-bdfb-f2c7b58e1700 req-46d8450a-177f-4755-9c82-15acf49925e7 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Floating IP 82bdf7ed-ae85-44e1-ab97-0bc2c24a179b disassociated. External IP: 10.96.250.219, port: 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83. [pid: 8|app: 0|req: 864/1708] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:22:30 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1709] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:22:30 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 845/1710] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:22:30 2026] DELETE /v2.0/ports/5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1711] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:30 2026] GET /v2.0/ports?device_id=e7cc7f66-5aff-41b3-841a-c809b808b4b6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:30.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39cd6060-3051-4302-a1e5-374e2244ef3b'] response: {'server_uuid': '46927606-1b47-4834-ac7e-676719dfea21', 'name': 'network-vif-deleted', 'tag': '5d37e324-a9fb-4237-88f0-8c6ed4dc9b83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 846/1712] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:31 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1715] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:31 2026] DELETE /v2.0/security-groups/002eebc0-61bc-4634-88ea-58770494e084 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:32.021 8 INFO neutron.api.v2.resource [None req-7b580408-1f7b-476b-8ae4-dfee8a3c5ca7 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1716] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:22:32 2026] GET /v2.0/security-groups/002eebc0-61bc-4634-88ea-58770494e084 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:32.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dfa70d7-e844-4a25-9916-d0c47768684d 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] TaaS: Handle Delete Port: 424e7fc7-badb-4656-bdb7-87fa3d45d34d 2026-06-16 06:22:32.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dfa70d7-e844-4a25-9916-d0c47768684d 17d4dae80950491d9c6280c7c7b62103 90c38c6a636e4ae7b1862cc3b3d4d658 - - default default] Tap Mirror: Handle Delete Port: 424e7fc7-badb-4656-bdb7-87fa3d45d34d [pid: 7|app: 0|req: 849/1717] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:32 2026] DELETE /v2.0/floatingips/8388b816-3c77-486c-86d4-88d00b2f0326 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1718] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:32 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => 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: 869/1719] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:32 2026] DELETE /v2.0/security-groups/1fe08f4b-f896-49d6-b756-ce7df7b93e85 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:32.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7dac9ef-1c88-4230-b7f5-047183546c1e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc 2026-06-16 06:22:32.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7dac9ef-1c88-4230-b7f5-047183546c1e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc [pid: 8|app: 0|req: 870/1720] 10.0.0.235 () {32 vars in 802 bytes} [Tue Jun 16 06:22:32 2026] GET /v2.0/extensions => generated 21537 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1721] 10.0.0.235 () {30 vars in 724 bytes} [Tue Jun 16 06:22:33 2026] GET /v2.0/quotas/65932481b31144eb9fc569d4318faf1f/details => generated 847 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1722] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:32 2026] PUT /v2.0/routers/88bc35e4-99bc-4670-bb0b-80951de5327f/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1723] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:33 2026] GET /v2.0/ports?device_id=46927606-1b47-4834-ac7e-676719dfea21 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:33.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-dced3503-d11f-4bf2-a152-9acb9ff02342 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 5ec67160-f936-4c70-8a13-823ab0576dd4 2026-06-16 06:22:33.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dced3503-d11f-4bf2-a152-9acb9ff02342 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 5ec67160-f936-4c70-8a13-823ab0576dd4 2026-06-16 06:22:33.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-dced3503-d11f-4bf2-a152-9acb9ff02342 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 13a1b292-9a10-4441-9995-f40a419991d0 2026-06-16 06:22:33.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dced3503-d11f-4bf2-a152-9acb9ff02342 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 13a1b292-9a10-4441-9995-f40a419991d0 2026-06-16 06:22:34.265 7 INFO neutron.services.segments.plugin [-] Segment 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f resource provider aggregate not found 2026-06-16 06:22:34.271 7 INFO neutron.services.segments.plugin [-] Segment 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f resource provider aggregate not found 2026-06-16 06:22:34.285 7 INFO neutron.services.segments.plugin [-] Segment 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f found for delete ", "request_id": "req-8d82a69b-7f34-4e69-9afe-63b1a2d15c7f"}]} 2026-06-16 06:22:34.289 7 INFO neutron.services.segments.plugin [-] Segment 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1479a6-090e-4fa7-be2e-ec40a7e5d76f found for delete ", "request_id": "req-9299f540-f3f9-4a37-a842-9aac5c41ac3e"}]} 2026-06-16 06:22:34.293 7 INFO neutron.db.l3_hamode_db [None req-dced3503-d11f-4bf2-a152-9acb9ff02342 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network e6948669-5789-4a5b-8ae5-8539d29a4275 was deleted as no HA routers are present in tenant 90c38c6a636e4ae7b1862cc3b3d4d658. [pid: 7|app: 0|req: 852/1724] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:33 2026] DELETE /v2.0/routers/88bc35e4-99bc-4670-bb0b-80951de5327f => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1725] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:34 2026] DELETE /v2.0/subnets/199bba65-6317-44b9-88bd-e90d06d10b86 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1726] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:34 2026] DELETE /v2.0/security-groups/242c0594-4968-4212-9fac-9284158764b5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:34.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-965ade35-a6be-4be6-afa3-60b964aa71be 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 3e4f47aa-6626-4b59-acef-326308ad58b6 2026-06-16 06:22:34.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-965ade35-a6be-4be6-afa3-60b964aa71be 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 3e4f47aa-6626-4b59-acef-326308ad58b6 2026-06-16 06:22:34.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab41ed78-7133-4434-b717-a1a707e1d742 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: 3eb9de33-ecc9-48bb-a3c3-08fe0218809b 2026-06-16 06:22:34.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab41ed78-7133-4434-b717-a1a707e1d742 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: 3eb9de33-ecc9-48bb-a3c3-08fe0218809b [pid: 7|app: 0|req: 854/1727] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:34 2026] DELETE /v2.0/floatingips/82bdf7ed-ae85-44e1-ab97-0bc2c24a179b => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:34.831 8 INFO neutron.services.segments.plugin [-] Segment acc2d1e6-db8f-4839-b0a2-2cf55ea11880 resource provider aggregate not found 2026-06-16 06:22:34.841 8 INFO neutron.services.segments.plugin [-] Segment acc2d1e6-db8f-4839-b0a2-2cf55ea11880 resource provider aggregate not found 2026-06-16 06:22:34.858 8 INFO neutron.services.segments.plugin [-] Segment acc2d1e6-db8f-4839-b0a2-2cf55ea11880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc2d1e6-db8f-4839-b0a2-2cf55ea11880 found for delete ", "request_id": "req-46dc5786-d664-4676-b0e6-5f2ce2d82763"}]} 2026-06-16 06:22:34.865 8 INFO neutron.services.segments.plugin [-] Segment acc2d1e6-db8f-4839-b0a2-2cf55ea11880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc2d1e6-db8f-4839-b0a2-2cf55ea11880 found for delete ", "request_id": "req-1957f399-226e-4e93-884b-2cf8958aa3bb"}]} [pid: 8|app: 0|req: 874/1728] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:34 2026] DELETE /v2.0/networks/b875136b-8c3c-4a36-a2b5-36906f8446a8 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1729] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:35 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1730] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:35 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:35.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2bd1a1f-e366-41dc-846e-fcc2a23e6a0a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 539358a4-4170-46bd-905a-6874dc542960 2026-06-16 06:22:35.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bd1a1f-e366-41dc-846e-fcc2a23e6a0a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 539358a4-4170-46bd-905a-6874dc542960 [pid: 7|app: 0|req: 855/1731] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:34 2026] PUT /v2.0/routers/ee0a9c12-1efd-449d-a290-7482b88a942e/remove_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1732] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:36 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1733] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:36 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:36.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9f3ae44-6248-4772-a838-448bd2d44099 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: a53dfa4a-47d1-4909-bc92-129796156158 2026-06-16 06:22:36.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9f3ae44-6248-4772-a838-448bd2d44099 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: a53dfa4a-47d1-4909-bc92-129796156158 [pid: 7|app: 0|req: 858/1734] 10.0.0.235 () {32 vars in 802 bytes} [Tue Jun 16 06:22:36 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) 2026-06-16 06:22:36.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9f3ae44-6248-4772-a838-448bd2d44099 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 4b8a510c-1458-4084-b6e0-1f2ab18a9209 2026-06-16 06:22:36.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9f3ae44-6248-4772-a838-448bd2d44099 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 4b8a510c-1458-4084-b6e0-1f2ab18a9209 [pid: 7|app: 0|req: 859/1735] 10.0.0.235 () {30 vars in 724 bytes} [Tue Jun 16 06:22:36 2026] GET /v2.0/quotas/65932481b31144eb9fc569d4318faf1f/details => generated 847 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:37.166 8 INFO neutron.services.segments.plugin [-] Segment 0e095a48-9904-4a24-bd6e-efec32cf094f resource provider aggregate not found 2026-06-16 06:22:37.172 8 INFO neutron.services.segments.plugin [-] Segment 0e095a48-9904-4a24-bd6e-efec32cf094f resource provider aggregate not found 2026-06-16 06:22:37.189 8 INFO neutron.services.segments.plugin [-] Segment 0e095a48-9904-4a24-bd6e-efec32cf094f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e095a48-9904-4a24-bd6e-efec32cf094f found for delete ", "request_id": "req-4476a88f-caee-43b4-92bf-da09ff18bb40"}]} 2026-06-16 06:22:37.192 8 INFO neutron.services.segments.plugin [-] Segment 0e095a48-9904-4a24-bd6e-efec32cf094f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e095a48-9904-4a24-bd6e-efec32cf094f found for delete ", "request_id": "req-33863968-ca76-462b-92c2-eb7454678627"}]} 2026-06-16 06:22:37.206 8 INFO neutron.db.l3_hamode_db [None req-e9f3ae44-6248-4772-a838-448bd2d44099 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 6615e11a-c19d-4615-96a4-74e312e84748 was deleted as no HA routers are present in tenant f61c16a3bfe047b39f3169dfc061bacd. [pid: 8|app: 0|req: 877/1736] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:36 2026] DELETE /v2.0/routers/ee0a9c12-1efd-449d-a290-7482b88a942e => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1737] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:37 2026] DELETE /v2.0/subnets/25d7a5e7-cdec-4e92-9e78-05be70213c94 => 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: 861/1738] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:37 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:37.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-eba26747-45f0-410e-9c65-bdbd5c566236 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 6e22299a-36cb-4a69-b7ac-c1ef30813efc 2026-06-16 06:22:37.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eba26747-45f0-410e-9c65-bdbd5c566236 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 6e22299a-36cb-4a69-b7ac-c1ef30813efc [pid: 7|app: 0|req: 862/1739] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:22:37 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1740] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:37 2026] GET /v2.0/security-groups?id=49620b4b-c010-4c2c-9dc5-4daefe463fa1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:37.691 7 INFO neutron_taas.services.taas.taas_plugin [req-7a4b2379-a567-454b-9429-83b950080ea8 req-6bac855b-42fe-4d84-93cc-a5f179142a85 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 2026-06-16 06:22:37.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a4b2379-a567-454b-9429-83b950080ea8 req-6bac855b-42fe-4d84-93cc-a5f179142a85 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 [pid: 8|app: 0|req: 878/1741] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:37 2026] DELETE /v2.0/networks/46666758-88ad-4b2b-8403-cbdb43be15f5 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1742] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:22:37 2026] DELETE /v2.0/ports/b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:37.924 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f41d384-1586-4aab-92ec-dbda06564845'] response: {'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'name': 'network-vif-deleted', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 879/1743] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:38 2026] GET /v2.0/security-groups?tenant_id=90c38c6a636e4ae7b1862cc3b3d4d658&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1744] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:38 2026] DELETE /v2.0/security-groups/13af0b9d-15be-458f-87c1-99f26b0ebf42 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1745] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:38 2026] GET /v2.0/security-groups?tenant_id=f61c16a3bfe047b39f3169dfc061bacd&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: 866/1746] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:38 2026] DELETE /v2.0/security-groups/23055e2c-bb75-46ac-8b4a-c537286675ad => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1747] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:38 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:39.211 8 INFO neutron.services.segments.plugin [-] Segment 9fc4dd1f-b36d-43d8-8590-0701faa94933 resource provider aggregate not found 2026-06-16 06:22:39.215 8 INFO neutron.services.segments.plugin [-] Segment 9fc4dd1f-b36d-43d8-8590-0701faa94933 resource provider aggregate not found 2026-06-16 06:22:39.227 8 INFO neutron.services.segments.plugin [-] Segment 9fc4dd1f-b36d-43d8-8590-0701faa94933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc4dd1f-b36d-43d8-8590-0701faa94933 found for delete ", "request_id": "req-b122fa1f-5422-48e1-99ef-39169aaf019d"}]} 2026-06-16 06:22:39.230 8 INFO neutron.services.segments.plugin [-] Segment 9fc4dd1f-b36d-43d8-8590-0701faa94933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc4dd1f-b36d-43d8-8590-0701faa94933 found for delete ", "request_id": "req-2d18b6b9-02fb-42e3-be35-83e300b9c1bc"}]} [pid: 7|app: 0|req: 867/1748] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:39 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1749] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:40 2026] GET /v2.0/security-groups?tenant_id=65932481b31144eb9fc569d4318faf1f&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1750] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:40 2026] DELETE /v2.0/security-groups/a63950c6-41b2-4f8b-9da3-aa0ae84ee6e0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1751] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:41 2026] GET /v2.0/ports?device_id=e6760d9c-1c0b-4e52-b62c-510347b74dc1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1752] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:42 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1753] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:42 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&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: 884/1754] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:42 2026] DELETE /v2.0/security-groups/49620b4b-c010-4c2c-9dc5-4daefe463fa1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1755] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:42 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1756] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:42 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:42.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-658ebbdb-bb46-4022-bca0-6a024011b90f c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: 1df4df54-38b2-4cc2-aa49-ed9847666c38 2026-06-16 06:22:42.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-658ebbdb-bb46-4022-bca0-6a024011b90f c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: 1df4df54-38b2-4cc2-aa49-ed9847666c38 [pid: 7|app: 0|req: 871/1757] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:42 2026] PUT /v2.0/routers/dbc5e92c-1c38-4064-959a-01a3461ae0bd/remove_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1758] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:43 2026] DELETE /v2.0/subnets/8596b4fa-49bc-4c89-b3e9-2c62afd1ba76 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1759] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:43 2026] POST /v2.0/floatingips => generated 552 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1760] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:43 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:43.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-f70d84d7-d5f6-44ca-85e9-f278549598d2 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: 52310ea5-8e80-4e3d-b808-206124b38fc7 2026-06-16 06:22:43.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f70d84d7-d5f6-44ca-85e9-f278549598d2 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: 52310ea5-8e80-4e3d-b808-206124b38fc7 2026-06-16 06:22:44.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-f70d84d7-d5f6-44ca-85e9-f278549598d2 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: df396543-9a63-4866-9286-9b4a10a28c0c 2026-06-16 06:22:44.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f70d84d7-d5f6-44ca-85e9-f278549598d2 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: df396543-9a63-4866-9286-9b4a10a28c0c [pid: 8|app: 0|req: 889/1761] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:43 2026] POST /v2.0/floatingips => generated 552 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1762] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:22:44 2026] GET /v2.0/security-groups?id=823d8d4a-181c-4bf9-9371-899bd439a338&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:44.748 7 INFO neutron.services.segments.plugin [-] Segment bb75c8db-995d-4f3e-99f7-f786adaf1352 resource provider aggregate not found 2026-06-16 06:22:44.753 7 INFO neutron.services.segments.plugin [-] Segment bb75c8db-995d-4f3e-99f7-f786adaf1352 resource provider aggregate not found 2026-06-16 06:22:44.769 7 INFO neutron.services.segments.plugin [-] Segment bb75c8db-995d-4f3e-99f7-f786adaf1352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb75c8db-995d-4f3e-99f7-f786adaf1352 found for delete ", "request_id": "req-7c03dbb5-f06f-4b46-b950-c293abb2bc90"}]} 2026-06-16 06:22:44.771 7 INFO neutron.services.segments.plugin [-] Segment bb75c8db-995d-4f3e-99f7-f786adaf1352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb75c8db-995d-4f3e-99f7-f786adaf1352 found for delete ", "request_id": "req-24942bdd-8db4-4d64-ba0d-95d937ad3867"}]} 2026-06-16 06:22:44.816 7 INFO neutron.db.l3_hamode_db [None req-f70d84d7-d5f6-44ca-85e9-f278549598d2 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] HA network 782928d1-11b5-4aac-af1d-02681393cac8 was deleted as no HA routers are present in tenant cb0eee7f0be94f1d8ccd4f7ace7cde90. [pid: 7|app: 0|req: 873/1763] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:43 2026] DELETE /v2.0/routers/dbc5e92c-1c38-4064-959a-01a3461ae0bd => generated 0 bytes in 1130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:44.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-d61c33b4-c46b-4901-b549-1c1e45a1cc32 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] TaaS: Handle Delete Port: ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:22:44.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d61c33b4-c46b-4901-b549-1c1e45a1cc32 c9d3be79250043bdbb4775627cc54ddf cb0eee7f0be94f1d8ccd4f7ace7cde90 - - default default] Tap Mirror: Handle Delete Port: ac9fece4-a895-42ec-a9f4-4e88eda8608f /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 7|app: 0|req: 874/1764] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:44 2026] DELETE /v2.0/networks/5fce1534-32c2-41ff-947a-80921c63237a => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1765] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:22:45 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:22:45.605 7 INFO neutron_taas.services.taas.taas_plugin [req-031458be-d4b0-42c0-9818-8f1e1422b059 req-7cbd19ec-1954-45df-bf3a-380e39274ce6 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] TaaS: Handle Delete Port: ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:22:45.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-031458be-d4b0-42c0-9818-8f1e1422b059 req-7cbd19ec-1954-45df-bf3a-380e39274ce6 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] Tap Mirror: Handle Delete Port: ef5dc825-5c89-4168-a365-5cbd69aff78a [pid: 8|app: 0|req: 891/1766] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:44 2026] POST /v2.0/floatingips => generated 552 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:45.746 7 INFO neutron.db.l3_db [req-031458be-d4b0-42c0-9818-8f1e1422b059 req-7cbd19ec-1954-45df-bf3a-380e39274ce6 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] Floating IP 82474618-4030-4a5c-b18b-f720690b05de disassociated. External IP: 10.96.250.217, port: ef5dc825-5c89-4168-a365-5cbd69aff78a. [pid: 8|app: 0|req: 892/1767] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1768] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:22:45 2026] DELETE /v2.0/ports/ef5dc825-5c89-4168-a365-5cbd69aff78a => generated 0 bytes in 660 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1769] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:46 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:46.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49127ba6-60ff-4b44-b7b0-5735643f9565'] response: {'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'name': 'network-vif-deleted', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 878/1770] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1771] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:46 2026] GET /v2.0/security-groups?tenant_id=d4ba7c4cfcdd461db395d8dccb6fe31c&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1772] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1775] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/floatingips => generated 552 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1776] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1777] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:46 2026] DELETE /v2.0/security-groups/14e11bbb-0bfa-48e7-bc46-bbecb3b6a2a6 => 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: 884/1778] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:46.817 7 INFO neutron.services.segments.plugin [-] Segment f3b12693-e39f-4bbd-a323-f4212ff15a12 resource provider aggregate not found 2026-06-16 06:22:46.822 7 INFO neutron.services.segments.plugin [-] Segment f3b12693-e39f-4bbd-a323-f4212ff15a12 resource provider aggregate not found 2026-06-16 06:22:46.846 7 INFO neutron.services.segments.plugin [-] Segment f3b12693-e39f-4bbd-a323-f4212ff15a12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b12693-e39f-4bbd-a323-f4212ff15a12 found for delete ", "request_id": "req-af5b318d-189e-4026-9f3d-b629bab30249"}]} 2026-06-16 06:22:46.849 7 INFO neutron.services.segments.plugin [-] Segment f3b12693-e39f-4bbd-a323-f4212ff15a12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b12693-e39f-4bbd-a323-f4212ff15a12 found for delete ", "request_id": "req-2354c7bc-8c4a-4687-a2c3-c78cd148dc50"}]} [pid: 7|app: 0|req: 885/1779] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:46 2026] PUT /v2.0/subnetpools/a8aaef26-e4a6-4b69-9cda-0ab7046f53c7/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1780] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:46 2026] GET /v2.0/security-groups?tenant_id=cb0eee7f0be94f1d8ccd4f7ace7cde90&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1781] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:46 2026] PUT /v2.0/subnetpools/a9330f05-fad1-4c58-9af8-24413487a81a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1782] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:46 2026] DELETE /v2.0/security-groups/d445c51b-7488-4063-b3e8-3268c4ff3760 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1783] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/subnetpools/b36fdc58-a079-4ba1-bec8-d3da6be4275f/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1784] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/subnetpools/e2f2bc83-5264-4c1f-a779-b0411b4e8e45/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1785] 10.0.0.242 () {32 vars in 672 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1786] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1787] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 894/1788] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1789] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1790] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:22:46 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1791] 10.0.0.242 () {32 vars in 680 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1792] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1793] 10.0.0.242 () {32 vars in 690 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1794] 10.0.0.242 () {32 vars in 702 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1795] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/floatingips/ddc8d30d-6740-428e-98ee-16c7cf8dba93/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1796] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:47 2026] DELETE /v2.0/subnetpools/a8aaef26-e4a6-4b69-9cda-0ab7046f53c7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1797] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/floatingips/8dfb310e-253e-4e60-84ba-71d68bd0d7eb/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: 901/1798] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:47 2026] DELETE /v2.0/subnetpools/a9330f05-fad1-4c58-9af8-24413487a81a => 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: 898/1799] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/floatingips/c935d00d-35db-43d5-a78e-f61cd043d90d/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1800] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:47 2026] DELETE /v2.0/subnetpools/b36fdc58-a079-4ba1-bec8-d3da6be4275f => 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: 899/1801] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:22:47 2026] PUT /v2.0/floatingips/bdde8525-a5ec-4d15-aeba-888b0f9f18a6/tags => 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: 903/1802] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:47 2026] DELETE /v2.0/subnetpools/e2f2bc83-5264-4c1f-a779-b0411b4e8e45 => 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: 900/1803] 10.0.0.242 () {32 vars in 672 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1804] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:47 2026] DELETE /v2.0/subnetpools/1d2e9f5f-0bf6-48d7-856e-4c68367885be => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1805] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1806] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1807] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1808] 10.0.0.242 () {32 vars in 680 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1809] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:22:47 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1810] 10.0.0.242 () {32 vars in 690 bytes} [Tue Jun 16 06:22:48 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1811] 10.0.0.242 () {32 vars in 702 bytes} [Tue Jun 16 06:22:48 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:48.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-52c10da1-f2b0-4096-b479-c72b19abe1d5 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] TaaS: Handle Delete Port: 203ee476-9216-4c5b-afd5-e83c606249ef 2026-06-16 06:22:48.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c10da1-f2b0-4096-b479-c72b19abe1d5 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] Tap Mirror: Handle Delete Port: 203ee476-9216-4c5b-afd5-e83c606249ef [pid: 8|app: 0|req: 905/1812] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:22:48 2026] GET /v2.0/ports?device_id=9541a693-21e5-431c-a538-a82d1da19282 => 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: 908/1813] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:48 2026] DELETE /v2.0/floatingips/ddc8d30d-6740-428e-98ee-16c7cf8dba93 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:48.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cc5f299-178a-44b8-9c9c-612b13eb5297 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] TaaS: Handle Delete Port: 752fd15a-5d24-415a-9f07-ed7d586e32a9 2026-06-16 06:22:48.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc5f299-178a-44b8-9c9c-612b13eb5297 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] Tap Mirror: Handle Delete Port: 752fd15a-5d24-415a-9f07-ed7d586e32a9 [pid: 8|app: 0|req: 906/1814] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:48 2026] DELETE /v2.0/floatingips/8dfb310e-253e-4e60-84ba-71d68bd0d7eb => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1815] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:48 2026] GET /v2.0/security-groups?tenant_id=2e7dde16babe4c5197bf6c72a806dafb&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:48.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5ad25ed-74f6-41f9-8471-87045d63e3bb b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] TaaS: Handle Delete Port: 5910a1d6-f14a-4932-91d9-5a3efa0df1eb 2026-06-16 06:22:48.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5ad25ed-74f6-41f9-8471-87045d63e3bb b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] Tap Mirror: Handle Delete Port: 5910a1d6-f14a-4932-91d9-5a3efa0df1eb [pid: 7|app: 0|req: 910/1816] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:48 2026] DELETE /v2.0/security-groups/86c0c464-ad19-44da-a0a0-dbd515bc5736 => 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: 907/1817] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:48 2026] DELETE /v2.0/floatingips/c935d00d-35db-43d5-a78e-f61cd043d90d => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:49.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5a7f890-1d05-45ca-a154-32c521a187e1 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] TaaS: Handle Delete Port: 5a9b95b7-fc67-44e6-b3d8-c8c2454b54d5 2026-06-16 06:22:49.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5a7f890-1d05-45ca-a154-32c521a187e1 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] Tap Mirror: Handle Delete Port: 5a9b95b7-fc67-44e6-b3d8-c8c2454b54d5 [pid: 8|app: 0|req: 908/1818] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:49 2026] GET /v2.0/security-groups?tenant_id=510feb39bb354dd883a49f272a9ef0cc&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1819] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/floatingips/bdde8525-a5ec-4d15-aeba-888b0f9f18a6 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1820] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/security-groups/4f87e825-90c7-4002-b047-cd610d9bfdd5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:49.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaf6a103-91c0-4855-9f6e-667548393b48 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] TaaS: Handle Delete Port: 092cd19d-0250-41e5-be95-b9587460ba40 2026-06-16 06:22:49.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaf6a103-91c0-4855-9f6e-667548393b48 b6cc24063a834f0cb4e7a2849c801b6b 0b9526f14d8d489f8ba48b31dc1abe5c - - default default] Tap Mirror: Handle Delete Port: 092cd19d-0250-41e5-be95-b9587460ba40 [pid: 8|app: 0|req: 910/1821] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/security-groups/823d8d4a-181c-4bf9-9371-899bd439a338 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:49.611 8 INFO neutron.api.v2.resource [None req-758f8200-ca60-4eeb-84f7-6b27753b045e b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1822] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:22:49 2026] GET /v2.0/security-groups/823d8d4a-181c-4bf9-9371-899bd439a338 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1823] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/floatingips/56dba2eb-e573-4313-b1ac-706264190e2a => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:49.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-789dc0b8-e2f3-49c0-885e-348363ba0e79 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] TaaS: Handle Delete Port: 50049b6d-7e77-4c42-aaee-26d86590ae94 2026-06-16 06:22:49.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-789dc0b8-e2f3-49c0-885e-348363ba0e79 b9c502955a08421b8b8f6322c26def0d 604ce2fd155e408a9a3e9750c610719b - - default default] Tap Mirror: Handle Delete Port: 50049b6d-7e77-4c42-aaee-26d86590ae94 [pid: 7|app: 0|req: 913/1824] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:49 2026] GET /v2.0/security-groups?tenant_id=59039517ba9f4b0d88a6e55d2726a7fc&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1825] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/floatingips/82474618-4030-4a5c-b18b-f720690b05de => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1826] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:49 2026] DELETE /v2.0/security-groups/b855fa78-b370-47fa-9b3b-b84d8e885f25 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:50.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-180ba001-3c3c-40a3-b84d-9675d897d128 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:22:50.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-180ba001-3c3c-40a3-b84d-9675d897d128 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 8a077f65-eb48-430e-9130-1c640c6b5dba [pid: 8|app: 0|req: 913/1827] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:22:49 2026] PUT /v2.0/routers/8b9f4316-ea1b-4e41-96e0-57359d8e0450/remove_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1828] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:50 2026] GET /v2.0/security-groups?tenant_id=3cd49696f27b40bcbe3830e6b0e490f7&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1829] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:51 2026] DELETE /v2.0/security-groups/bc86649d-8481-4f69-9ce0-fdcc81a859cd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:51.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-12d4c53f-0b21-4d94-a619-241175b108bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:22:51.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12d4c53f-0b21-4d94-a619-241175b108bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:22:51.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-12d4c53f-0b21-4d94-a619-241175b108bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 2424db79-c7e5-4341-96cd-65b167da52d5 2026-06-16 06:22:51.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12d4c53f-0b21-4d94-a619-241175b108bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 2424db79-c7e5-4341-96cd-65b167da52d5 [pid: 7|app: 0|req: 917/1830] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:51 2026] GET /v2.0/security-groups?tenant_id=0b9526f14d8d489f8ba48b31dc1abe5c&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1831] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:51 2026] DELETE /v2.0/security-groups/d9a5cd5d-263c-41e7-a98c-cb9ed0d3ccf6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:51.831 8 INFO neutron.services.segments.plugin [-] Segment 8ce98b9e-331f-4087-b00c-2accdbde1945 resource provider aggregate not found 2026-06-16 06:22:51.849 8 INFO neutron.services.segments.plugin [-] Segment 8ce98b9e-331f-4087-b00c-2accdbde1945 resource provider aggregate not found 2026-06-16 06:22:51.871 8 INFO neutron.services.segments.plugin [-] Segment 8ce98b9e-331f-4087-b00c-2accdbde1945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce98b9e-331f-4087-b00c-2accdbde1945 found for delete ", "request_id": "req-e075bbdb-211b-4997-8afa-9a8f8ff1b72b"}]} 2026-06-16 06:22:51.880 8 INFO neutron.services.segments.plugin [-] Segment 8ce98b9e-331f-4087-b00c-2accdbde1945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce98b9e-331f-4087-b00c-2accdbde1945 found for delete ", "request_id": "req-c91148b8-2ae6-47b4-aa07-fa285a97fe1f"}]} 2026-06-16 06:22:51.881 8 INFO neutron.db.l3_hamode_db [None req-12d4c53f-0b21-4d94-a619-241175b108bb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 9f92cdde-858d-434d-aa39-25e826503a81 was deleted as no HA routers are present in tenant 604ce2fd155e408a9a3e9750c610719b. [pid: 7|app: 0|req: 919/1832] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:51 2026] GET /v2.0/security-groups?tenant_id=1e9454f1c05d49b19b1fd3955b86ba5b&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1833] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:51 2026] DELETE /v2.0/routers/8b9f4316-ea1b-4e41-96e0-57359d8e0450 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1834] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:51 2026] DELETE /v2.0/security-groups/6fe0cf3b-c51e-438a-8b20-ab00660efedd => 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: 920/1835] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:51 2026] DELETE /v2.0/subnets/a80371f2-3aac-41ee-9c88-0ade6969df70 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:52.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-515f1687-9792-4f19-892f-ae72e1a92880 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:22:52.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-515f1687-9792-4f19-892f-ae72e1a92880 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:22:52.280 8 INFO neutron.db.segments_db [None req-04565dd4-64f6-425a-b9cc-fb09df682673 f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] Added segment 21907d35-da5d-47f9-8f9b-c407ab83c899 of type vxlan for network 829332b9-68c1-4620-bc5e-a7339ecf2baa 2026-06-16 06:22:52.350 7 INFO neutron.services.segments.plugin [-] Segment fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d resource provider aggregate not found 2026-06-16 06:22:52.353 7 INFO neutron.services.segments.plugin [-] Segment fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d resource provider aggregate not found 2026-06-16 06:22:52.382 7 INFO neutron.services.segments.plugin [-] Segment fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d found for delete ", "request_id": "req-cccc84fe-00e1-4fe0-8a62-1813d9976edd"}]} 2026-06-16 06:22:52.386 7 INFO neutron.services.segments.plugin [-] Segment fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc98f2ef-5d19-4649-bc4d-8bfab3a9e29d found for delete ", "request_id": "req-b58ffcbc-1ac3-4d0e-bc77-29dfe398ecae"}]} [pid: 7|app: 0|req: 921/1836] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:52 2026] DELETE /v2.0/networks/90d9c0a3-96ce-4ea3-b840-79c305114b99 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1837] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:51 2026] POST /v2.0/networks => generated 707 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1838] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:52 2026] GET /v2.0/security-groups?tenant_id=604ce2fd155e408a9a3e9750c610719b&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1839] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:52 2026] DELETE /v2.0/security-groups/0e901428-b13f-46a0-80a5-2a33d86fa04e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1840] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:52 2026] POST /v2.0/subnets => generated 644 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:52.645 8 WARNING neutron.api.v2.base [None req-d406f523-e184-4dfa-8fb6-0168a4b000ef f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - 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-16 06:22:52.646 8 INFO neutron.api.v2.resource [None req-d406f523-e184-4dfa-8fb6-0168a4b000ef f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 919/1841] 10.0.0.242 () {34 vars in 681 bytes} [Tue Jun 16 06:22:52 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1842] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:52 2026] DELETE /v2.0/networks/829332b9-68c1-4620-bc5e-a7339ecf2baa => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:52.989 8 INFO neutron.db.segments_db [None req-77cf1934-4855-4f32-8254-403f079265fd f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] Added segment bbf1e464-386f-4082-8a26-bdc2ddbfe26b of type vxlan for network c1ccbfa5-362f-4dda-8e2e-8014f29f9ad0 [pid: 8|app: 0|req: 920/1843] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:52 2026] POST /v2.0/networks => generated 707 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1844] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/subnets => generated 647 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:53.321 8 WARNING neutron.api.v2.base [None req-5885548d-2d4b-4ae0-be9b-e4b7348f3d8b f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - 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-16 06:22:53.322 8 INFO neutron.api.v2.resource [None req-5885548d-2d4b-4ae0-be9b-e4b7348f3d8b f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 921/1845] 10.0.0.242 () {34 vars in 681 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1846] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:53 2026] DELETE /v2.0/networks/c1ccbfa5-362f-4dda-8e2e-8014f29f9ad0 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:53.585 8 INFO neutron.db.segments_db [None req-a00336b5-d972-4557-ad57-d9702da07194 f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] Added segment 30058e93-e0ee-4ca9-9b03-e422fd038c94 of type vxlan for network 544764a1-d250-47ce-b16b-42797d50f4cc [pid: 8|app: 0|req: 922/1847] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/networks => generated 708 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1848] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/subnets => generated 647 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1849] 10.0.0.242 () {34 vars in 681 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/rbac-policies => generated 324 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:54.257 8 INFO neutron.db.segments_db [None req-bd305c1d-2b75-47a8-97ad-be8a2bd32a71 1cd9a41cbd15412b9556464cc7134542 f1d5510be3eb4181b6e3aeacfe212147 - - default default] Added segment 77d4587d-c029-4c2b-ab16-2c407134d4d1 of type vxlan for network 9431f7b0-79bb-4029-a478-ad4972b70ac3 [pid: 8|app: 0|req: 923/1850] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:22:53 2026] POST /v2.0/networks => generated 612 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:22:54.407 7 INFO neutron.services.segments.plugin [-] Segment 21907d35-da5d-47f9-8f9b-c407ab83c899 resource provider aggregate not found 2026-06-16 06:22:54.412 7 INFO neutron.services.segments.plugin [-] Segment 21907d35-da5d-47f9-8f9b-c407ab83c899 resource provider aggregate not found 2026-06-16 06:22:54.427 7 INFO neutron.services.segments.plugin [-] Segment 21907d35-da5d-47f9-8f9b-c407ab83c899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21907d35-da5d-47f9-8f9b-c407ab83c899 found for delete ", "request_id": "req-108d8f98-560e-4dc0-a4b6-0cef8ff20b3e"}]} [pid: 8|app: 0|req: 924/1851] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:22:54 2026] PUT /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:54.431 7 INFO neutron.services.segments.plugin [-] Segment 21907d35-da5d-47f9-8f9b-c407ab83c899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21907d35-da5d-47f9-8f9b-c407ab83c899 found for delete ", "request_id": "req-7333a75a-cd21-4a49-9d79-6721c633190a"}]} 2026-06-16 06:22:54.449 7 INFO neutron.services.segments.plugin [-] Segment bbf1e464-386f-4082-8a26-bdc2ddbfe26b resource provider aggregate not found 2026-06-16 06:22:54.450 7 INFO neutron.services.segments.plugin [-] Segment bbf1e464-386f-4082-8a26-bdc2ddbfe26b resource provider aggregate not found 2026-06-16 06:22:54.480 7 INFO neutron.services.segments.plugin [-] Segment bbf1e464-386f-4082-8a26-bdc2ddbfe26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf1e464-386f-4082-8a26-bdc2ddbfe26b found for delete ", "request_id": "req-d9713dc7-9127-49b0-9072-85a9708bd50f"}]} 2026-06-16 06:22:54.480 7 INFO neutron.services.segments.plugin [-] Segment bbf1e464-386f-4082-8a26-bdc2ddbfe26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf1e464-386f-4082-8a26-bdc2ddbfe26b found for delete ", "request_id": "req-b210fb18-10dd-43a8-8c12-1a8c7f1605a6"}]} [pid: 8|app: 0|req: 925/1852] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:54 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1853] 10.0.0.242 () {34 vars in 764 bytes} [Tue Jun 16 06:22:54 2026] PUT /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 06:22:54.625 7 INFO neutron.db.segments_db [None req-a6affc7f-3542-405d-b4d4-18a0ef72f9fc 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment b5463238-9edb-45ce-83ea-e5704e6e22ae of type vxlan for network 22a68f62-c9b5-449d-9c5f-11ef42b245ab [pid: 8|app: 0|req: 927/1854] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:22:54 2026] GET /v2.0/networks/544764a1-d250-47ce-b16b-42797d50f4cc => generated 655 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1855] 10.0.0.242 () {34 vars in 671 bytes} [Tue Jun 16 06:22:54 2026] POST /v2.0/networks => generated 726 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1856] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:54 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/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: 929/1857] 10.0.0.242 () {34 vars in 760 bytes} [Tue Jun 16 06:22:54 2026] PUT /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1858] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:54 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1859] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:54 2026] POST /v2.0/subnets => generated 693 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1860] 10.0.0.242 () {34 vars in 782 bytes} [Tue Jun 16 06:22:54 2026] PUT /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 06:22:55.018 7 INFO neutron.db.segments_db [None req-a3a6bf9d-c7a9-41e2-b742-3a52363136bc 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Added segment dc5f7e37-cd5d-470f-87d6-c9d33d2e426e of type vxlan for network 96f60d78-4612-46bb-9839-7377dab9f0a1 [pid: 8|app: 0|req: 932/1861] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1862] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:22:55 2026] PUT /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:55.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-128a9c7b-ab06-4b4f-989b-2ae65dd38143 4b3ccfdb04ba4838be66820506ca8b92 6323afedd5764b31a8c9028717383a8a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 934/1863] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/544764a1-d250-47ce-b16b-42797d50f4cc => generated 138 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:55.246 7 INFO neutron.db.l3_hamode_db [None req-a3a6bf9d-c7a9-41e2-b742-3a52363136bc 7dd9ee801992421c96223dc5ca634b6f 1f2c952f9fb24edf91c3fe1213c3558d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 935/1864] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:55.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-a105a1df-4918-4ed6-916c-dfab849962de f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] TaaS: Handle Delete Port: 585e2a18-2fde-489b-b630-fd1f3960064a 2026-06-16 06:22:55.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a105a1df-4918-4ed6-916c-dfab849962de f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] Tap Mirror: Handle Delete Port: 585e2a18-2fde-489b-b630-fd1f3960064a 2026-06-16 06:22:55.735 8 INFO neutron.services.segments.plugin [-] Segment 30058e93-e0ee-4ca9-9b03-e422fd038c94 resource provider aggregate not found 2026-06-16 06:22:55.737 8 INFO neutron.services.segments.plugin [-] Segment 30058e93-e0ee-4ca9-9b03-e422fd038c94 resource provider aggregate not found 2026-06-16 06:22:55.758 8 INFO neutron.services.segments.plugin [-] Segment 30058e93-e0ee-4ca9-9b03-e422fd038c94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30058e93-e0ee-4ca9-9b03-e422fd038c94 found for delete ", "request_id": "req-32bc369c-6b8d-4338-a719-844de68e2163"}]} 2026-06-16 06:22:55.770 8 INFO neutron.services.segments.plugin [-] Segment 30058e93-e0ee-4ca9-9b03-e422fd038c94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30058e93-e0ee-4ca9-9b03-e422fd038c94 found for delete ", "request_id": "req-583bba41-e104-44db-96bc-5e85ce7001db"}]} [pid: 8|app: 0|req: 936/1865] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:55 2026] DELETE /v2.0/networks/544764a1-d250-47ce-b16b-42797d50f4cc => generated 0 bytes in 496 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1866] 10.0.0.242 () {32 vars in 741 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:55.840 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cb27e88-90f3-453e-8b6d-c7bf1b360166 f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 938/1867] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:55 2026] DELETE /v2.0/subnets/3413d12a-fa0d-46de-a09c-7504148340fa => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:22:55.895 8 INFO neutron.api.v2.resource [None req-84fa5630-e586-4e06-b20d-b33b5110b2b7 1cd9a41cbd15412b9556464cc7134542 f1d5510be3eb4181b6e3aeacfe212147 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 939/1868] 10.0.0.242 () {32 vars in 745 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 06:22:55.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb516475-b5b1-473a-bc25-ecb3a753c7f3 f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1869] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:55 2026] DELETE /v2.0/subnets/898cc2f9-b18c-455f-942b-34331a37da3e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1870] 10.0.0.242 () {32 vars in 744 bytes} [Tue Jun 16 06:22:55 2026] DELETE /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:55.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35ef3bda-ed14-416b-b63c-0b465daf5666 f2a1de2e4ef14b71b6aa5791801352cf c0328f22380e4329b604d2131a52c139 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 942/1871] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:22:55 2026] DELETE /v2.0/subnets/a7e31e13-4f3b-410a-818e-53bb2937deb7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1872] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:55 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:22:56.092 7 INFO neutron.db.l3_hamode_db [None req-a3a6bf9d-c7a9-41e2-b742-3a52363136bc 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:56.093 8 INFO neutron.api.v2.resource [None req-bdffa74a-2c25-4411-88da-ecf49c4c6d38 1cd9a41cbd15412b9556464cc7134542 f1d5510be3eb4181b6e3aeacfe212147 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1873] 10.0.0.242 () {32 vars in 748 bytes} [Tue Jun 16 06:22:56 2026] DELETE /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1874] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:22:56 2026] DELETE /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1875] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:22:56 2026] GET /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1876] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:22:56 2026] DELETE /v2.0/networks/9431f7b0-79bb-4029-a478-ad4972b70ac3 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:22:57.081 8 INFO neutron.db.segments_db [None req-c6f6fbd6-5ae8-4808-92f9-0acd7ea28332 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Added segment c756ee78-d126-45a8-8bab-46bde0cf9f82 of type vxlan for network fe2119d0-4162-45be-b1f2-91a6ae465ad8 [pid: 7|app: 0|req: 930/1877] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:22:54 2026] POST /v2.0/routers => generated 733 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1878] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:57 2026] GET /v2.0/security-groups?tenant_id=c0328f22380e4329b604d2131a52c139&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:57.311 8 INFO neutron.db.l3_hamode_db [None req-c6f6fbd6-5ae8-4808-92f9-0acd7ea28332 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 932/1879] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:57 2026] GET /v2.0/security-groups?tenant_id=ef7a101b97ab4cf2940af3f249600c64&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:57.428 8 INFO neutron.db.l3_hamode_db [None req-c6f6fbd6-5ae8-4808-92f9-0acd7ea28332 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:57.780 8 INFO neutron.services.segments.plugin [-] Segment 77d4587d-c029-4c2b-ab16-2c407134d4d1 resource provider aggregate not found 2026-06-16 06:22:57.796 8 INFO neutron.services.segments.plugin [-] Segment 77d4587d-c029-4c2b-ab16-2c407134d4d1 resource provider aggregate not found 2026-06-16 06:22:57.814 8 INFO neutron.services.segments.plugin [-] Segment 77d4587d-c029-4c2b-ab16-2c407134d4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d4587d-c029-4c2b-ab16-2c407134d4d1 found for delete ", "request_id": "req-cad2908c-77d0-4293-97e6-b1a4a05b336f"}]} 2026-06-16 06:22:57.817 8 INFO neutron.services.segments.plugin [-] Segment 77d4587d-c029-4c2b-ab16-2c407134d4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d4587d-c029-4c2b-ab16-2c407134d4d1 found for delete ", "request_id": "req-477e3573-bd03-46d6-af9b-b9be102b56d6"}]} [pid: 8|app: 0|req: 948/1880] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:22:56 2026] POST /v2.0/routers => generated 474 bytes in 1280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1881] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:58 2026] DELETE /v2.0/security-groups/4dd59a39-9c58-48ca-86a3-f0a1db3dd96c => 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: 950/1882] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:58 2026] DELETE /v2.0/security-groups/f21ffa03-313c-415c-b15e-20de0bf4b175 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:22:58.301 8 INFO neutron.db.l3_hamode_db [None req-c35f7398-6028-4a59-9b27-f6eac64e7a35 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:58.416 8 INFO neutron.db.l3_hamode_db [None req-c35f7398-6028-4a59-9b27-f6eac64e7a35 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 933/1883] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:22:57 2026] PUT /v2.0/routers/a20af7d4-32a1-4881-aaf5-34fd81948d46/add_router_interface => generated 309 bytes in 1687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1884] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:22:58 2026] POST /v2.0/routers => generated 474 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1885] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:59 2026] GET /v2.0/security-groups?tenant_id=f1d5510be3eb4181b6e3aeacfe212147&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: 934/1886] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:59 2026] GET /v2.0/security-groups?tenant_id=6323afedd5764b31a8c9028717383a8a&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:22:59.175 8 INFO neutron.db.l3_hamode_db [None req-9feb6802-0823-4d31-8848-0c0d42e1a84a 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:22:59.310 8 INFO neutron.db.l3_hamode_db [None req-9feb6802-0823-4d31-8848-0c0d42e1a84a 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 935/1887] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:59 2026] DELETE /v2.0/security-groups/01d9a272-7fab-44c1-a63a-8c4ef7c41ccb => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1888] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:59 2026] DELETE /v2.0/security-groups/85e87df7-c107-4207-9dc9-8bb4c0cf275e => 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: 937/1889] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:22:59 2026] GET /v2.0/security-groups?tenant_id=eccc36f6c4f943a4bf8515a2834db21a&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: 938/1890] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:22:59 2026] DELETE /v2.0/security-groups/5d822c6d-3b85-4709-afb0-bce8df09120a => 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: 939/1891] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/networks?id=22a68f62-c9b5-449d-9c5f-11ef42b245ab => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1892] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/quotas/1f2c952f9fb24edf91c3fe1213c3558d => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1893] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/ports?tenant_id=1f2c952f9fb24edf91c3fe1213c3558d&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1894] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/networks/22a68f62-c9b5-449d-9c5f-11ef42b245ab?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: 943/1895] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/networks/22a68f62-c9b5-449d-9c5f-11ef42b245ab?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: 953/1896] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:22:59 2026] POST /v2.0/routers => generated 474 bytes in 1369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:00.543 7 INFO neutron.db.l3_hamode_db [None req-78bdf282-1e4e-45de-87c9-e78859971194 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 954/1897] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:00 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:00.680 7 INFO neutron.db.l3_hamode_db [None req-78bdf282-1e4e-45de-87c9-e78859971194 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 944/1898] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:23:00 2026] POST /v2.0/routers => generated 474 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:01.341 8 INFO neutron.db.l3_hamode_db [None req-c9af4e8a-6d76-4ddd-a50b-cc52b94c58f3 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:23:01.469 8 INFO neutron.db.l3_hamode_db [None req-c9af4e8a-6d76-4ddd-a50b-cc52b94c58f3 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 946/1901] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:01 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 956/1902] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:23:01 2026] POST /v2.0/routers => generated 474 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1903] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:02 2026] PUT /v2.0/routers/4fc6e02b-5b59-451c-a7bf-a2d51ab1c1f7/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1904] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:02 2026] PUT /v2.0/routers/215c3a88-e71c-40e2-af87-6525b0bccde2/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1905] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:02 2026] PUT /v2.0/routers/2cd1b50f-6702-4fbb-ac54-9127224fe902/tags => generated 34 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1906] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:02 2026] PUT /v2.0/routers/c262ac5f-af28-4afc-8ad8-6ef965d7215e/tags => generated 19 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1907] 10.0.0.242 () {32 vars in 664 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1908] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 950/1909] 10.0.0.242 () {32 vars in 678 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1910] 10.0.0.242 () {32 vars in 674 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1911] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1912] 10.0.0.242 () {32 vars in 672 bytes} [Tue Jun 16 06:23:02 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1913] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:03.161 8 INFO neutron.db.segments_db [None req-2e758625-6ff5-4d9a-befd-0ca8c13d2a7b cf9cc578548a4cf3b3a3fc41fdbacea5 15d22ecab91f46f28c4f30e9a12e806c - - default default] Added segment 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 of type vxlan for network f604d23e-4336-496e-9510-ed2aeb1d03d3 [pid: 7|app: 0|req: 955/1914] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1915] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:02 2026] POST /v2.0/networks => generated 613 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1916] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1917] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/routers/4fc6e02b-5b59-451c-a7bf-a2d51ab1c1f7 => generated 485 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1918] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:03 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: 8|app: 0|req: 962/1919] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:03 2026] PUT /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 25 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: 8|app: 0|req: 963/1920] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/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: 8|app: 0|req: 964/1921] 10.0.0.242 () {34 vars in 758 bytes} [Tue Jun 16 06:23:03 2026] PUT /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 965/1922] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 966/1923] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 958/1924] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:03 2026] PUT /v2.0/routers/4fc6e02b-5b59-451c-a7bf-a2d51ab1c1f7 => generated 485 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1925] 10.0.0.242 () {34 vars in 754 bytes} [Tue Jun 16 06:23:03 2026] PUT /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/red => generated 4 bytes in 67 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: 959/1926] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/ports?device_id=4fc6e02b-5b59-451c-a7bf-a2d51ab1c1f7 => 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: 968/1927] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:03 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 969/1928] 10.0.0.242 () {34 vars in 776 bytes} [Tue Jun 16 06:23:04 2026] PUT /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 06:23:04.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f0da8ff-d1cd-47a7-ac2c-d4d60ab95c65 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] TaaS: Handle Delete Port: 6e1c78e7-a812-4064-a070-317422c6be5e 2026-06-16 06:23:04.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0da8ff-d1cd-47a7-ac2c-d4d60ab95c65 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Tap Mirror: Handle Delete Port: 6e1c78e7-a812-4064-a070-317422c6be5e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 960/1929] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:03 2026] DELETE /v2.0/routers/4fc6e02b-5b59-451c-a7bf-a2d51ab1c1f7 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:04.392 8 INFO neutron.db.segments_db [None req-7bcd4269-ce55-4ae9-bb85-ead9c19eeb81 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Added segment 05e58d25-4ef0-4cdc-8347-8ca909a2e281 of type vxlan for network 2f5957a9-0c84-441d-8998-90e60ad6123c [pid: 7|app: 0|req: 961/1930] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:04 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 962/1931] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:04 2026] GET /v2.0/routers/215c3a88-e71c-40e2-af87-6525b0bccde2 => generated 493 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1932] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:04 2026] POST /v2.0/networks => generated 612 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1933] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:04 2026] PUT /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 37 bytes in 93 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: 964/1934] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:04 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 965/1935] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:04 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 966/1936] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:23:04 2026] GET /v2.0/networks?id=22a68f62-c9b5-449d-9c5f-11ef42b245ab => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:05.069 7 INFO neutron.db.segments_db [None req-cddc1ac3-9635-455f-9a6d-606a4dc23433 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Added segment 473d656a-e354-43b2-8f52-27f46fe8c40a of type vxlan for network 8bf45cd9-62f1-4400-bd4e-f665882d9f57 [pid: 8|app: 0|req: 971/1937] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:04 2026] PUT /v2.0/routers/215c3a88-e71c-40e2-af87-6525b0bccde2 => generated 493 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1938] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:05 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 967/1939] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:05 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1940] 10.0.0.242 () {32 vars in 735 bytes} [Tue Jun 16 06:23:05 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/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, ' [pid: 8|app: 0|req: 974/1941] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:05 2026] GET /v2.0/ports?device_id=215c3a88-e71c-40e2-af87-6525b0bccde2 => 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: 975/1942] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:05 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 06:23:05.549 8 INFO neutron.api.v2.resource [None req-08173dd9-1bfc-4bd4-9b2f-6c0d5550f3b1 cf9cc578548a4cf3b3a3fc41fdbacea5 15d22ecab91f46f28c4f30e9a12e806c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1943] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:23:05 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/green => generated 99 bytes in 56 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: 968/1944] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:23:05 2026] POST /v2.0/ports => generated 958 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, ' 2026-06-16 06:23:05.634 7 INFO neutron.db.segments_db [None req-b19216bd-5abe-4b8d-933e-940ea5dbd899 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Added segment 7a96f75b-2d38-416e-aae7-cafe25378b3a of type vxlan for network 83ee9ba9-17eb-4fa4-a3b3-4907060bfeb1 [pid: 7|app: 0|req: 969/1945] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:05 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:05.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c6627d-a729-463a-a23b-73f5521a3996 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] TaaS: Handle Delete Port: 65e94499-aad1-4df7-9df8-6738a4af418d 2026-06-16 06:23:05.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c6627d-a729-463a-a23b-73f5521a3996 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Tap Mirror: Handle Delete Port: 65e94499-aad1-4df7-9df8-6738a4af418d [pid: 7|app: 0|req: 970/1946] 10.0.0.242 () {32 vars in 738 bytes} [Tue Jun 16 06:23:05 2026] DELETE /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 977/1947] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:05 2026] DELETE /v2.0/routers/215c3a88-e71c-40e2-af87-6525b0bccde2 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1948] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:23:05 2026] PUT /v2.0/ports/d27c5755-a3ee-40a3-8451-63b07e4036d6 => generated 1239 bytes in 436 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: 978/1949] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:05 2026] POST /v2.0/ports => generated 743 bytes in 292 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-16 06:23:06.284 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5530da3-05c0-4be5-b201-76cf8dc75ef5'] response: {'name': 'network-changed', 'server_uuid': '55d4a297-e38e-494e-9eda-7eab3647c1fe', 'tag': 'd27c5755-a3ee-40a3-8451-63b07e4036d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 979/1950] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/routers/2cd1b50f-6702-4fbb-ac54-9127224fe902 => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1951] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 06:23:06.364 7 INFO neutron.db.segments_db [None req-671f6a83-c8f4-4ebc-aaf0-7f4961f873c5 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Added segment bc9c447b-9209-43d4-9f0b-758b2d75ba75 of type vxlan for network 72a32142-b636-487e-87eb-e66a584e0d32 [pid: 8|app: 0|req: 980/1952] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1953] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:06 2026] POST /v2.0/networks => generated 613 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:06.544 7 INFO neutron.api.v2.resource [None req-efc6fb82-d5b3-40f1-9ba9-94ef1e920ea0 cf9cc578548a4cf3b3a3fc41fdbacea5 15d22ecab91f46f28c4f30e9a12e806c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1954] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:23:06 2026] DELETE /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags/green => generated 99 bytes in 51 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: 975/1955] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&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: 976/1956] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:06 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 977/1957] 10.0.0.242 () {32 vars in 730 bytes} [Tue Jun 16 06:23:06 2026] DELETE /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 981/1958] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:06 2026] PUT /v2.0/routers/2cd1b50f-6702-4fbb-ac54-9127224fe902 => generated 502 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1959] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/ports?tenant_id=1f2c952f9fb24edf91c3fe1213c3558d&device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:07.032 8 INFO neutron.db.segments_db [None req-39e09ddc-5b73-4e29-96b5-3f588a2f03d8 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Added segment 9604d3d8-061e-4154-ad62-d5cc7185e306 of type vxlan for network dcae52ad-1afd-46b5-9433-d2d22ba6cac4 [pid: 7|app: 0|req: 979/1960] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:06 2026] GET /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 980/1961] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/ports?device_id=2cd1b50f-6702-4fbb-ac54-9127224fe902 => 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: 981/1962] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/networks?tenant_id=1f2c952f9fb24edf91c3fe1213c3558d&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1963] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:06 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:07.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e7fc6b3-2b9e-4aec-8fea-170771479e4e cf9cc578548a4cf3b3a3fc41fdbacea5 15d22ecab91f46f28c4f30e9a12e806c - - default default] TaaS: Handle Delete Port: 55699b3c-020d-4281-847c-c389fa004289 2026-06-16 06:23:07.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7fc6b3-2b9e-4aec-8fea-170771479e4e cf9cc578548a4cf3b3a3fc41fdbacea5 15d22ecab91f46f28c4f30e9a12e806c - - default default] Tap Mirror: Handle Delete Port: 55699b3c-020d-4281-847c-c389fa004289 2026-06-16 06:23:07.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-1582f2ae-563a-46fc-8144-70695513f01b 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] TaaS: Handle Delete Port: e31153ab-a397-47dd-a30a-7f243180bebe 2026-06-16 06:23:07.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1582f2ae-563a-46fc-8144-70695513f01b 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Tap Mirror: Handle Delete Port: e31153ab-a397-47dd-a30a-7f243180bebe [pid: 7|app: 0|req: 982/1964] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:07 2026] DELETE /v2.0/ports/55699b3c-020d-4281-847c-c389fa004289 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1965] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1966] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:07 2026] DELETE /v2.0/routers/2cd1b50f-6702-4fbb-ac54-9127224fe902 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:07.587 8 INFO neutron.services.segments.plugin [-] Segment 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 resource provider aggregate not found 2026-06-16 06:23:07.591 8 INFO neutron.services.segments.plugin [-] Segment 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 resource provider aggregate not found 2026-06-16 06:23:07.605 8 INFO neutron.services.segments.plugin [-] Segment 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 found for delete ", "request_id": "req-0e6a1c9e-68a9-42ab-8ef2-9f4e8f928572"}]} 2026-06-16 06:23:07.609 8 INFO neutron.services.segments.plugin [-] Segment 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f3dff2-765e-45e0-b2a8-650bbf97e8e6 found for delete ", "request_id": "req-4411e73d-a313-436c-94b4-a6e8ad85a6c3"}]} [pid: 8|app: 0|req: 984/1967] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:07 2026] DELETE /v2.0/networks/f604d23e-4336-496e-9510-ed2aeb1d03d3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1968] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:07 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1969] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/routers/c262ac5f-af28-4afc-8ad8-6ef965d7215e => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 985/1970] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1971] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:07 2026] PUT /v2.0/ports/0e3b4fc0-88a6-4c42-a6f6-5aea8e4c36d3/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 987/1972] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1973] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:07 2026] PUT /v2.0/ports/4cb6919d-930c-4b54-86e3-0f3581f1f97b/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 989/1974] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:07 2026] PUT /v2.0/ports/bd375ded-b74c-407d-b910-2cdcd2861771/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 990/1975] 10.0.0.242 () {34 vars in 747 bytes} [Tue Jun 16 06:23:07 2026] PUT /v2.0/ports/9252db8f-e48e-4a5b-a6f0-66e1b976aa95/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 991/1976] 10.0.0.242 () {32 vars in 660 bytes} [Tue Jun 16 06:23:07 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1977] 10.0.0.242 () {32 vars in 674 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1978] 10.0.0.242 () {32 vars in 670 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1979] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1980] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:07 2026] PUT /v2.0/routers/c262ac5f-af28-4afc-8ad8-6ef965d7215e => generated 487 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1981] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?device_id=c262ac5f-af28-4afc-8ad8-6ef965d7215e => 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: 995/1982] 10.0.0.242 () {32 vars in 668 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1983] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/security-groups?tenant_id=15d22ecab91f46f28c4f30e9a12e806c&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:08.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a161f27-2a08-431b-af8f-34df0aaf2918 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] TaaS: Handle Delete Port: c7ce39f1-e03b-4d5d-b01a-8f246c4b75b0 2026-06-16 06:23:08.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a161f27-2a08-431b-af8f-34df0aaf2918 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Tap Mirror: Handle Delete Port: c7ce39f1-e03b-4d5d-b01a-8f246c4b75b0 [pid: 8|app: 0|req: 997/1984] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1985] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?tenant_id=1f2c952f9fb24edf91c3fe1213c3558d&device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 988/1986] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:08 2026] DELETE /v2.0/routers/c262ac5f-af28-4afc-8ad8-6ef965d7215e => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1987] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:08 2026] DELETE /v2.0/security-groups/f0b03051-0a01-4c6f-8253-0f3595cea0f5 => 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: 1000/1988] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d27c5755-a3ee-40a3-8451-63b07e4036d6 => 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: 989/1989] 10.0.0.242 () {32 vars in 678 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1990] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/routers/ce923c77-504b-4de5-96ce-c04c1274e1c6 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1991] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/subnets?id=374f63e6-d608-4c8a-aac8-83d1acd17d58 => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1992] 10.0.0.242 () {32 vars in 690 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1993] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/security-groups?tenant_id=02a9229bd499452da4d745eeae9c208e&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: 1004/1994] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:23:08 2026] GET /v2.0/ports?network_id=22a68f62-c9b5-449d-9c5f-11ef42b245ab&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:09.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-347a2721-ba3a-4de2-97c0-e36153becae4 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] TaaS: Handle Delete Port: 0e3b4fc0-88a6-4c42-a6f6-5aea8e4c36d3 2026-06-16 06:23:09.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-347a2721-ba3a-4de2-97c0-e36153becae4 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Tap Mirror: Handle Delete Port: 0e3b4fc0-88a6-4c42-a6f6-5aea8e4c36d3 [pid: 8|app: 0|req: 1005/1995] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:08 2026] DELETE /v2.0/ports/0e3b4fc0-88a6-4c42-a6f6-5aea8e4c36d3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1996] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:09 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1997] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/security-groups/5099261c-05e5-4db0-9718-ce1a0ad8af39 => 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: 991/1998] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:08 2026] PUT /v2.0/routers/ce923c77-504b-4de5-96ce-c04c1274e1c6 => generated 480 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1999] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:23:09 2026] GET /v2.0/networks/22a68f62-c9b5-449d-9c5f-11ef42b245ab?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: 1009/2000] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:09 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2001] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:09 2026] GET /v2.0/ports?device_id=ce923c77-504b-4de5-96ce-c04c1274e1c6 => 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: 1011/2002] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:23:09 2026] GET /v2.0/networks/22a68f62-c9b5-449d-9c5f-11ef42b245ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:09.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabf3d67-b4d1-4569-88f9-f7ebb3f2b368 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] TaaS: Handle Delete Port: 4cb6919d-930c-4b54-86e3-0f3581f1f97b 2026-06-16 06:23:09.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabf3d67-b4d1-4569-88f9-f7ebb3f2b368 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Tap Mirror: Handle Delete Port: 4cb6919d-930c-4b54-86e3-0f3581f1f97b [pid: 7|app: 0|req: 992/2003] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/ports/4cb6919d-930c-4b54-86e3-0f3581f1f97b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:09.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf4dd5ba-13bc-47c2-bf76-570914884c46 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] TaaS: Handle Delete Port: 48d0d5e0-f075-481b-8cbc-2ea4f460b224 2026-06-16 06:23:09.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf4dd5ba-13bc-47c2-bf76-570914884c46 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] Tap Mirror: Handle Delete Port: 48d0d5e0-f075-481b-8cbc-2ea4f460b224 2026-06-16 06:23:09.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c013a2e-e41c-4ddf-88db-f7c31e2e6fa9 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] TaaS: Handle Delete Port: bd375ded-b74c-407d-b910-2cdcd2861771 2026-06-16 06:23:09.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c013a2e-e41c-4ddf-88db-f7c31e2e6fa9 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Tap Mirror: Handle Delete Port: bd375ded-b74c-407d-b910-2cdcd2861771 [pid: 7|app: 0|req: 993/2004] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/ports/bd375ded-b74c-407d-b910-2cdcd2861771 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:09.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-34b2b03d-eeb7-4580-9e60-b5fa508da64a 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] TaaS: Handle Delete Port: 9252db8f-e48e-4a5b-a6f0-66e1b976aa95 2026-06-16 06:23:09.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34b2b03d-eeb7-4580-9e60-b5fa508da64a 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Tap Mirror: Handle Delete Port: 9252db8f-e48e-4a5b-a6f0-66e1b976aa95 2026-06-16 06:23:09.949 8 INFO neutron.services.segments.plugin [-] Segment c756ee78-d126-45a8-8bab-46bde0cf9f82 resource provider aggregate not found 2026-06-16 06:23:09.953 8 INFO neutron.services.segments.plugin [-] Segment c756ee78-d126-45a8-8bab-46bde0cf9f82 resource provider aggregate not found [pid: 7|app: 0|req: 994/2005] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/ports/9252db8f-e48e-4a5b-a6f0-66e1b976aa95 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:09.969 8 INFO neutron.services.segments.plugin [-] Segment c756ee78-d126-45a8-8bab-46bde0cf9f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c756ee78-d126-45a8-8bab-46bde0cf9f82 found for delete ", "request_id": "req-198f47d0-b0f3-45a3-936b-9f103f607759"}]} 2026-06-16 06:23:09.970 8 INFO neutron.services.segments.plugin [-] Segment c756ee78-d126-45a8-8bab-46bde0cf9f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c756ee78-d126-45a8-8bab-46bde0cf9f82 found for delete ", "request_id": "req-fede22af-9430-4dc8-a8da-ba09c29756e6"}]} 2026-06-16 06:23:09.976 8 INFO neutron.db.l3_hamode_db [None req-bf4dd5ba-13bc-47c2-bf76-570914884c46 3e2a5a5a34a8477cafa9004d8a1a8e0a 6ee41e84afb44cc59c6ecd602516f1a1 - - default default] HA network fe2119d0-4162-45be-b1f2-91a6ae465ad8 was deleted as no HA routers are present in tenant 6ee41e84afb44cc59c6ecd602516f1a1. [pid: 8|app: 0|req: 1012/2006] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/routers/ce923c77-504b-4de5-96ce-c04c1274e1c6 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:10.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-47a427ae-e1b9-4b53-b16a-5fd289f57544 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] TaaS: Handle Delete Port: a6c0bdc1-9c76-4102-ac65-bbcaa9ea975b 2026-06-16 06:23:10.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47a427ae-e1b9-4b53-b16a-5fd289f57544 70b2a9f538f24873ac3c27ca91749805 a579ced116e74112b22560849f019eca - - default default] Tap Mirror: Handle Delete Port: a6c0bdc1-9c76-4102-ac65-bbcaa9ea975b [pid: 7|app: 0|req: 995/2007] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:09 2026] DELETE /v2.0/ports/a6c0bdc1-9c76-4102-ac65-bbcaa9ea975b => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2008] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:10 2026] DELETE /v2.0/networks/2f5957a9-0c84-441d-8998-90e60ad6123c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:10.412 7 INFO neutron.services.segments.plugin [-] Segment 473d656a-e354-43b2-8f52-27f46fe8c40a resource provider aggregate not found 2026-06-16 06:23:10.420 7 INFO neutron.services.segments.plugin [-] Segment 473d656a-e354-43b2-8f52-27f46fe8c40a resource provider aggregate not found [pid: 8|app: 0|req: 1014/2009] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:10 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:10.436 7 INFO neutron.services.segments.plugin [-] Segment 473d656a-e354-43b2-8f52-27f46fe8c40a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473d656a-e354-43b2-8f52-27f46fe8c40a found for delete ", "request_id": "req-f3c718a7-0bf0-4938-97fc-522df159af40"}]} 2026-06-16 06:23:10.439 7 INFO neutron.services.segments.plugin [-] Segment 473d656a-e354-43b2-8f52-27f46fe8c40a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473d656a-e354-43b2-8f52-27f46fe8c40a found for delete ", "request_id": "req-39cb8321-c325-4f3e-ac00-e92cb2a38066"}]} [pid: 7|app: 0|req: 996/2010] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:10 2026] DELETE /v2.0/networks/8bf45cd9-62f1-4400-bd4e-f665882d9f57 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2011] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:10 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&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: 997/2012] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:10 2026] DELETE /v2.0/networks/83ee9ba9-17eb-4fa4-a3b3-4907060bfeb1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2013] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:10 2026] DELETE /v2.0/networks/72a32142-b636-487e-87eb-e66a584e0d32 => 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: 998/2014] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:10 2026] DELETE /v2.0/networks/dcae52ad-1afd-46b5-9433-d2d22ba6cac4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2015] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:10 2026] GET /v2.0/security-groups?tenant_id=6ee41e84afb44cc59c6ecd602516f1a1&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2016] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:11 2026] DELETE /v2.0/security-groups/ecfbef56-2759-47ff-83a1-7249538dcd4e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2017] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:11 2026] GET /v2.0/security-groups?tenant_id=4f2b7dda125e4f5ebeb9d15485b692b4&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2018] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:11 2026] DELETE /v2.0/security-groups/d6c6b8a0-ee71-45de-a1f6-cb293142eb32 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2019] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:11 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2020] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:11 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&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: 1021/2021] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:11 2026] GET /v2.0/security-groups?tenant_id=0ccba6e4f23f469f8a31f670d7624b61&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2022] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:11 2026] GET /v2.0/security-groups?tenant_id=a579ced116e74112b22560849f019eca&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2023] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:11 2026] DELETE /v2.0/security-groups/1005043e-50bf-4cd3-8683-1c1f6eda2103 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:11.991 8 INFO neutron.services.segments.plugin [-] Segment 05e58d25-4ef0-4cdc-8347-8ca909a2e281 resource provider aggregate not found 2026-06-16 06:23:11.993 8 INFO neutron.services.segments.plugin [-] Segment 05e58d25-4ef0-4cdc-8347-8ca909a2e281 resource provider aggregate not found [pid: 7|app: 0|req: 1002/2024] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:11 2026] DELETE /v2.0/security-groups/92ca76c6-6476-461d-82bf-2ddb645a20e6 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:12.009 8 INFO neutron.services.segments.plugin [-] Segment 05e58d25-4ef0-4cdc-8347-8ca909a2e281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e58d25-4ef0-4cdc-8347-8ca909a2e281 found for delete ", "request_id": "req-1daed1cd-b85c-424a-8a08-ad3e819ee925"}]} 2026-06-16 06:23:12.014 8 INFO neutron.services.segments.plugin [-] Segment 05e58d25-4ef0-4cdc-8347-8ca909a2e281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e58d25-4ef0-4cdc-8347-8ca909a2e281 found for delete ", "request_id": "req-2e4afabb-7c58-4544-b711-5b88cabbcc3b"}]} 2026-06-16 06:23:12.029 8 INFO neutron.services.segments.plugin [-] Segment bc9c447b-9209-43d4-9f0b-758b2d75ba75 resource provider aggregate not found 2026-06-16 06:23:12.035 8 INFO neutron.services.segments.plugin [-] Segment bc9c447b-9209-43d4-9f0b-758b2d75ba75 resource provider aggregate not found 2026-06-16 06:23:12.064 8 INFO neutron.services.segments.plugin [-] Segment bc9c447b-9209-43d4-9f0b-758b2d75ba75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9c447b-9209-43d4-9f0b-758b2d75ba75 found for delete ", "request_id": "req-82fbfd87-07e6-46d2-8914-50bc4d45e9ff"}]} 2026-06-16 06:23:12.068 8 INFO neutron.services.segments.plugin [-] Segment bc9c447b-9209-43d4-9f0b-758b2d75ba75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9c447b-9209-43d4-9f0b-758b2d75ba75 found for delete ", "request_id": "req-31d3f10a-474f-4caf-a311-194fa56c588c"}]} [pid: 8|app: 0|req: 1023/2025] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:12 2026] GET /v2.0/security-groups?tenant_id=2e3a2647513348468f1132f54c17f844&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2026] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:12 2026] DELETE /v2.0/security-groups/2af673fa-9d33-4c40-ad74-c902fcb9ff26 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:12.461 7 INFO neutron.services.segments.plugin [-] Segment 7a96f75b-2d38-416e-aae7-cafe25378b3a resource provider aggregate not found 2026-06-16 06:23:12.467 7 INFO neutron.services.segments.plugin [-] Segment 7a96f75b-2d38-416e-aae7-cafe25378b3a resource provider aggregate not found 2026-06-16 06:23:12.481 7 INFO neutron.services.segments.plugin [-] Segment 7a96f75b-2d38-416e-aae7-cafe25378b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a96f75b-2d38-416e-aae7-cafe25378b3a found for delete ", "request_id": "req-8d68c003-3b79-4b68-ba97-ab710538e0b3"}]} 2026-06-16 06:23:12.486 7 INFO neutron.services.segments.plugin [-] Segment 7a96f75b-2d38-416e-aae7-cafe25378b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a96f75b-2d38-416e-aae7-cafe25378b3a found for delete ", "request_id": "req-6a84200a-311b-44c2-91fb-a9f35d830f4e"}]} 2026-06-16 06:23:12.502 7 INFO neutron.services.segments.plugin [-] Segment 9604d3d8-061e-4154-ad62-d5cc7185e306 resource provider aggregate not found 2026-06-16 06:23:12.507 7 INFO neutron.services.segments.plugin [-] Segment 9604d3d8-061e-4154-ad62-d5cc7185e306 resource provider aggregate not found 2026-06-16 06:23:12.522 7 INFO neutron.services.segments.plugin [-] Segment 9604d3d8-061e-4154-ad62-d5cc7185e306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9604d3d8-061e-4154-ad62-d5cc7185e306 found for delete ", "request_id": "req-acfd66c8-cdeb-4e51-ae86-2d00a5fc445d"}]} 2026-06-16 06:23:12.526 7 INFO neutron.services.segments.plugin [-] Segment 9604d3d8-061e-4154-ad62-d5cc7185e306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9604d3d8-061e-4154-ad62-d5cc7185e306 found for delete ", "request_id": "req-539fdd3d-c372-44b1-9cae-4b017b3d7f6f"}]} [pid: 8|app: 0|req: 1024/2027] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:12 2026] GET /v2.0/security-groups?tenant_id=ba95828d829e493e9122d3a41028a9cc&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2028] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:12 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2029] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:12 2026] DELETE /v2.0/security-groups/bafc77a8-2792-4a40-b7df-da0c5b5fa2db => 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: 1026/2030] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:12 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:12.986 7 INFO neutron.db.segments_db [None req-ab69d09d-23b5-4284-b49e-6f238d979dd0 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] Added segment 3cc9e1f6-3201-4ed3-848c-12e14af79f1e of type vxlan for network 917d3c9e-dfa8-4aca-a268-5bdd71565541 2026-06-16 06:23:13.223 7 INFO neutron.db.l3_hamode_db [None req-ab69d09d-23b5-4284-b49e-6f238d979dd0 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:23:13.371 7 INFO neutron.db.l3_hamode_db [None req-ab69d09d-23b5-4284-b49e-6f238d979dd0 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1027/2031] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:13 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 1028/2032] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:13 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2033] 10.0.0.242 () {34 vars in 668 bytes} [Tue Jun 16 06:23:12 2026] POST /v2.0/routers => generated 474 bytes in 1229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2034] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:14 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2035] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:14 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2036] 10.0.0.242 () {34 vars in 762 bytes} [Tue Jun 16 06:23:14 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/green => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2037] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:14 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2038] 10.0.0.242 () {34 vars in 758 bytes} [Tue Jun 16 06:23:14 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/red => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2039] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:14 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2040] 10.0.0.242 () {34 vars in 780 bytes} [Tue Jun 16 06:23:14 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/black.or.white => generated 4 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2041] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:14 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2042] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2043] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:15 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 37 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2044] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2045] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2046] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/red => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:15.505 8 INFO neutron.api.v2.resource [None req-2ff347fe-d5ab-42ab-b1a4-57b626f730c4 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/2047] 10.0.0.242 () {32 vars in 743 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2048] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:23:15 2026] DELETE /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/red => 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: 1014/2049] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2050] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 30 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2051] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:15 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:15.948 7 INFO neutron.api.v2.resource [None req-2375cc66-9376-423b-9aab-c8dda106461b fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1017/2052] 10.0.0.242 () {32 vars in 746 bytes} [Tue Jun 16 06:23:15 2026] DELETE /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 06:23:15.957 8 INFO neutron.db.segments_db [None req-902c3f12-b82c-4e02-b372-744f2d2ce12a 0490eef09b9a4e7fabdb1720c4e89aa4 eb5ff1c4eed44edb8ba447df2a9851fa - - default default] Added segment db63eccc-ca9f-490f-828a-d6b8b1b1350a of type vxlan for network 7d4a135b-c4de-4eaa-a51c-9cb8e2d7a345 [pid: 8|app: 0|req: 1036/2053] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:15 2026] POST /v2.0/networks => generated 612 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2054] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:23:15 2026] DELETE /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:16.122 8 INFO neutron.db.segments_db [None req-884dd5a5-4858-4eeb-b231-410b20955f79 0490eef09b9a4e7fabdb1720c4e89aa4 eb5ff1c4eed44edb8ba447df2a9851fa - - default default] Added segment 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf of type vxlan for network 606e10f1-9bd4-4866-83c3-252f25827902 [pid: 7|app: 0|req: 1019/2055] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2056] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2057] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:16 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2058] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:23:16 2026] PUT /v2.0/networks/7d4a135b-c4de-4eaa-a51c-9cb8e2d7a345/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: 1041/2061] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/networks/7d4a135b-c4de-4eaa-a51c-9cb8e2d7a345/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2062] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:23:16 2026] PUT /v2.0/networks/606e10f1-9bd4-4866-83c3-252f25827902/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2063] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/networks/606e10f1-9bd4-4866-83c3-252f25827902/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2064] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:23:16 2026] PUT /v2.0/networks/606e10f1-9bd4-4866-83c3-252f25827902/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2065] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/networks/606e10f1-9bd4-4866-83c3-252f25827902/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2066] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/networks/7d4a135b-c4de-4eaa-a51c-9cb8e2d7a345/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:16.787 8 INFO neutron.services.segments.plugin [-] Segment db63eccc-ca9f-490f-828a-d6b8b1b1350a resource provider aggregate not found 2026-06-16 06:23:16.792 8 INFO neutron.services.segments.plugin [-] Segment db63eccc-ca9f-490f-828a-d6b8b1b1350a resource provider aggregate not found [pid: 8|app: 0|req: 1047/2067] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:16 2026] DELETE /v2.0/networks/7d4a135b-c4de-4eaa-a51c-9cb8e2d7a345 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:16.817 8 INFO neutron.services.segments.plugin [-] Segment db63eccc-ca9f-490f-828a-d6b8b1b1350a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db63eccc-ca9f-490f-828a-d6b8b1b1350a found for delete ", "request_id": "req-7b611f5d-4c05-4290-82af-dcf1e6efe593"}]} 2026-06-16 06:23:16.818 8 INFO neutron.services.segments.plugin [-] Segment db63eccc-ca9f-490f-828a-d6b8b1b1350a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db63eccc-ca9f-490f-828a-d6b8b1b1350a found for delete ", "request_id": "req-fe07e403-1a6d-4dcd-875d-ce63ae82461d"}]} [pid: 8|app: 0|req: 1048/2068] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:16 2026] DELETE /v2.0/networks/606e10f1-9bd4-4866-83c3-252f25827902 => 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: 1049/2069] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:16 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2070] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:17 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&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: 1021/2071] 10.0.0.242 () {34 vars in 742 bytes} [Tue Jun 16 06:23:16 2026] PUT /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a => generated 480 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2072] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:17 2026] GET /v2.0/ports?device_id=bebda155-e94a-4f4a-a5dd-a6fddfcc988a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:17.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-196f5827-e55e-4627-8966-7eaaee5bf545 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] TaaS: Handle Delete Port: 51ddd764-9de3-4fa1-b344-b7fed839b1bd 2026-06-16 06:23:17.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196f5827-e55e-4627-8966-7eaaee5bf545 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] Tap Mirror: Handle Delete Port: 51ddd764-9de3-4fa1-b344-b7fed839b1bd 2026-06-16 06:23:17.578 8 INFO neutron.db.segments_db [None req-4dd8d3bb-c0ae-4c4b-a7e1-6555fffd6fef 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Added segment 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 of type vxlan for network 6708426d-5f1c-4d14-96eb-143be2c23784 [pid: 8|app: 0|req: 1051/2073] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:17 2026] POST /v2.0/networks => generated 612 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:17.820 7 INFO neutron.services.segments.plugin [-] Segment 3cc9e1f6-3201-4ed3-848c-12e14af79f1e resource provider aggregate not found 2026-06-16 06:23:17.831 7 INFO neutron.services.segments.plugin [-] Segment 3cc9e1f6-3201-4ed3-848c-12e14af79f1e resource provider aggregate not found 2026-06-16 06:23:17.849 7 INFO neutron.services.segments.plugin [-] Segment 3cc9e1f6-3201-4ed3-848c-12e14af79f1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc9e1f6-3201-4ed3-848c-12e14af79f1e found for delete ", "request_id": "req-c3c7cf2e-0cbd-4e22-b420-446c4624ed5d"}]} 2026-06-16 06:23:17.854 7 INFO neutron.services.segments.plugin [-] Segment 3cc9e1f6-3201-4ed3-848c-12e14af79f1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc9e1f6-3201-4ed3-848c-12e14af79f1e found for delete ", "request_id": "req-7e37880e-29e6-4212-9a77-087a080a4fbe"}]} 2026-06-16 06:23:17.877 7 INFO neutron.db.l3_hamode_db [None req-196f5827-e55e-4627-8966-7eaaee5bf545 fabac6252d3f4f529a526e91a83bb4bf 5b587d4053d24862a17e24bc40d23098 - - default default] HA network 917d3c9e-dfa8-4aca-a268-5bdd71565541 was deleted as no HA routers are present in tenant 5b587d4053d24862a17e24bc40d23098. [pid: 7|app: 0|req: 1023/2074] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:17 2026] DELETE /v2.0/routers/bebda155-e94a-4f4a-a5dd-a6fddfcc988a => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2075] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:17 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:17.998 8 INFO neutron.db.segments_db [None req-9005aae0-6027-48eb-887f-2099314a7924 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Added segment 65869144-2444-4130-b272-2b6036aa1b6c of type vxlan for network 3069574e-b70d-4e45-9115-093245dfea5c [pid: 8|app: 0|req: 1053/2076] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:17 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2077] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:23:18 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2078] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:17 2026] GET /v2.0/security-groups?tenant_id=f98f54bc82f44652bb5a1daccdfb5cd4&name=default => generated 2925 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2079] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:18 2026] POST /v2.0/subnets => generated 629 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:18.410 7 INFO neutron_taas.services.taas.taas_plugin [req-65076a1b-477f-471a-b947-7b0878ab5b44 req-2279c2e4-4324-4680-9f7d-490eadcfe07b cb6a67d6dc05492ab8845bde04ddc966 1f2c952f9fb24edf91c3fe1213c3558d - - default default] TaaS: Handle Delete Port: d27c5755-a3ee-40a3-8451-63b07e4036d6 2026-06-16 06:23:18.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65076a1b-477f-471a-b947-7b0878ab5b44 req-2279c2e4-4324-4680-9f7d-490eadcfe07b cb6a67d6dc05492ab8845bde04ddc966 1f2c952f9fb24edf91c3fe1213c3558d - - default default] Tap Mirror: Handle Delete Port: d27c5755-a3ee-40a3-8451-63b07e4036d6 [pid: 8|app: 0|req: 1056/2080] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:18 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 1057/2081] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:18 2026] DELETE /v2.0/security-groups/a652e6d9-37a4-4cff-8b5b-c601efd83b84 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2082] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:23:18 2026] DELETE /v2.0/ports/d27c5755-a3ee-40a3-8451-63b07e4036d6 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:18.578 8 INFO neutron.db.segments_db [None req-67ec1dd7-b63f-407e-b258-e2a8dcb339de 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Added segment c0172b24-f695-4fc8-b437-bf11db0dc006 of type vxlan for network 3bfb412e-d5e4-4f98-836e-b8200dac828f [pid: 7|app: 0|req: 1026/2083] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:18 2026] GET /v2.0/security-groups?id=9714ef8a-6eec-4e0d-8b61-bd771812aebd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:18.619 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-709cacda-2015-4775-9650-908b81fdf839'] response: {'server_uuid': '55d4a297-e38e-494e-9eda-7eab3647c1fe', 'name': 'network-vif-deleted', 'tag': 'd27c5755-a3ee-40a3-8451-63b07e4036d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1058/2084] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:18 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:18.851 8 INFO neutron.services.segments.plugin [-] Segment 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf resource provider aggregate not found 2026-06-16 06:23:18.852 8 INFO neutron.services.segments.plugin [-] Segment 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf resource provider aggregate not found 2026-06-16 06:23:18.871 8 INFO neutron.services.segments.plugin [-] Segment 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf found for delete ", "request_id": "req-22af9673-3a21-4e3d-b365-4393fe949e6e"}]} 2026-06-16 06:23:18.872 8 INFO neutron.services.segments.plugin [-] Segment 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 601ee5d2-6f7d-4dd6-81d0-158a4a8e7dcf found for delete ", "request_id": "req-cfa31258-7d2d-4814-8191-335a4403e2c9"}]} [pid: 7|app: 0|req: 1027/2085] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:18 2026] GET /v2.0/security-groups?tenant_id=5b587d4053d24862a17e24bc40d23098&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2086] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:18 2026] GET /v2.0/security-groups?tenant_id=eb5ff1c4eed44edb8ba447df2a9851fa&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2087] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:18 2026] POST /v2.0/subnets => generated 629 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2088] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:18 2026] DELETE /v2.0/security-groups/a8fa69e0-c8a6-4695-be05-ed544a533af1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:19.160 7 INFO neutron.db.segments_db [None req-ef4a2327-2331-4e21-9b74-5dbed350d4c0 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Added segment 8bafd806-dac3-4610-87c7-42744a1fca90 of type vxlan for network 755cec25-ec4c-4d36-b3d8-2d81cfde1526 [pid: 8|app: 0|req: 1060/2089] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:19 2026] DELETE /v2.0/security-groups/030e628c-b2a9-43ce-a464-297dfa4308d5 => 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: 1030/2090] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:19 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2091] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:19 2026] GET /v2.0/security-groups?tenant_id=f304ff57ddb34c5ca0f0cc7066275fc0&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2092] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:19 2026] DELETE /v2.0/security-groups/b2483fdd-a21b-4ca8-9afb-1d7ac6effe0d => 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: 1031/2093] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:19 2026] POST /v2.0/subnets => generated 629 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:19.532 8 INFO neutron.db.segments_db [None req-b94728d6-a2c0-4e78-99d4-93d666a7458d 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Added segment 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 of type vxlan for network e78e2ec8-dffd-49e9-ad8d-3494e2909269 [pid: 8|app: 0|req: 1063/2094] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:19 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2095] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:19 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2096] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:19 2026] POST /v2.0/subnets => generated 629 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2097] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:19 2026] PUT /v2.0/subnets/9305d6a1-b8ec-4dc8-a9c0-5f6894842a64/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2098] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:20 2026] PUT /v2.0/subnets/d861621e-d7d2-46d8-9c29-d4f4507857bf/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2099] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:20 2026] PUT /v2.0/subnets/0978d6cf-9bfd-4365-b73b-a05d9c745761/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2100] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:23:20 2026] PUT /v2.0/subnets/2a9051b5-6564-49ca-81c5-4c7047f2e78f/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2101] 10.0.0.242 () {32 vars in 664 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2102] 10.0.0.242 () {32 vars in 678 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2103] 10.0.0.242 () {32 vars in 674 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2104] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2105] 10.0.0.242 () {32 vars in 672 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2106] 10.0.0.242 () {32 vars in 686 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2107] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2108] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2109] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:20 2026] GET /v2.0/ports?device_id=55d4a297-e38e-494e-9eda-7eab3647c1fe => 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: 1071/2110] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:20 2026] DELETE /v2.0/subnets/9305d6a1-b8ec-4dc8-a9c0-5f6894842a64 => 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: 1040/2111] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:20 2026] DELETE /v2.0/subnets/d861621e-d7d2-46d8-9c29-d4f4507857bf => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2112] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/subnets/0978d6cf-9bfd-4365-b73b-a05d9c745761 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2113] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/subnets/2a9051b5-6564-49ca-81c5-4c7047f2e78f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2114] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/subnets/008264c7-654c-4763-9993-c367c7676eec => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:21.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cb65b99-9877-4895-9901-4df6a497de48 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] TaaS: Handle Delete Port: b70a5021-476e-472f-9beb-f3fc10a79217 2026-06-16 06:23:21.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cb65b99-9877-4895-9901-4df6a497de48 6f5aff804a894599be8be29db64c8a13 3ae550499c964332a1ccc9d3a2e30f98 - - default default] Tap Mirror: Handle Delete Port: b70a5021-476e-472f-9beb-f3fc10a79217 2026-06-16 06:23:21.660 7 INFO neutron.services.segments.plugin [-] Segment 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 resource provider aggregate not found 2026-06-16 06:23:21.678 7 INFO neutron.services.segments.plugin [-] Segment 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 found for delete ", "request_id": "req-afb9f147-6810-4c21-8d54-7a176ce0172f"}]} 2026-06-16 06:23:21.682 7 INFO neutron.services.segments.plugin [-] Segment 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 resource provider aggregate not found [pid: 7|app: 0|req: 1042/2115] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/networks/6708426d-5f1c-4d14-96eb-143be2c23784 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:21.717 7 INFO neutron.services.segments.plugin [-] Segment 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656ddc27-b1a6-42c7-bb5d-cdecfac0a765 found for delete ", "request_id": "req-6d9ad933-981b-4d0c-94e8-f937a58820e4"}]} 2026-06-16 06:23:21.843 8 INFO neutron.services.segments.plugin [-] Segment 65869144-2444-4130-b272-2b6036aa1b6c resource provider aggregate not found 2026-06-16 06:23:21.845 8 INFO neutron.services.segments.plugin [-] Segment 65869144-2444-4130-b272-2b6036aa1b6c resource provider aggregate not found 2026-06-16 06:23:21.877 8 INFO neutron.services.segments.plugin [-] Segment 65869144-2444-4130-b272-2b6036aa1b6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65869144-2444-4130-b272-2b6036aa1b6c found for delete ", "request_id": "req-a299144d-8a97-4e47-99c0-e6ab48bfe3d5"}]} 2026-06-16 06:23:21.880 8 INFO neutron.services.segments.plugin [-] Segment 65869144-2444-4130-b272-2b6036aa1b6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65869144-2444-4130-b272-2b6036aa1b6c found for delete ", "request_id": "req-77fca7a2-0385-4669-a562-d745060eb65e"}]} [pid: 8|app: 0|req: 1074/2116] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/networks/3069574e-b70d-4e45-9115-093245dfea5c => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2117] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:21 2026] DELETE /v2.0/networks/3bfb412e-d5e4-4f98-836e-b8200dac828f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2118] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:22 2026] DELETE /v2.0/networks/755cec25-ec4c-4d36-b3d8-2d81cfde1526 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:22.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa8fe1d0-2b06-4143-a099-0fa66199704e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 3543d74d-fbd8-44c3-bd51-d58db474bb6f 2026-06-16 06:23:22.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa8fe1d0-2b06-4143-a099-0fa66199704e 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 3543d74d-fbd8-44c3-bd51-d58db474bb6f [pid: 8|app: 0|req: 1077/2119] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:22 2026] DELETE /v2.0/networks/e78e2ec8-dffd-49e9-ad8d-3494e2909269 => 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: 1043/2120] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:23:21 2026] PUT /v2.0/routers/a20af7d4-32a1-4881-aaf5-34fd81948d46/remove_router_interface => generated 309 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:22.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc7bc444-12c2-46ad-bed6-487f2337b9b4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 60a01665-d657-4dbd-8735-955b92b15ab6 2026-06-16 06:23:22.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc7bc444-12c2-46ad-bed6-487f2337b9b4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 60a01665-d657-4dbd-8735-955b92b15ab6 [pid: 8|app: 0|req: 1078/2121] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:22 2026] GET /v2.0/security-groups?tenant_id=93cf2038cf2e4c43b2691510704c74a3&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:23.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc7bc444-12c2-46ad-bed6-487f2337b9b4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 66eff11a-ef7b-440b-b171-7e7107ae44ad 2026-06-16 06:23:23.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc7bc444-12c2-46ad-bed6-487f2337b9b4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 66eff11a-ef7b-440b-b171-7e7107ae44ad 2026-06-16 06:23:23.322 8 INFO neutron.db.segments_db [None req-11d3d93b-5659-4c85-89dd-5c5d46ce2ae0 612c5edf9e674bce9247feb009f15a74 ee55440985ec4f099e1a2b6aac608f44 - - default default] Added segment cb5ccad8-6d8e-49e9-a886-3ea999023d57 of type vxlan for network 2896f1aa-41ef-44a1-8d4d-81ed6065e7c8 [pid: 8|app: 0|req: 1079/2122] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:23 2026] POST /v2.0/networks => generated 611 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2123] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:23 2026] DELETE /v2.0/security-groups/1ab1c690-ed39-4ac7-818c-8b8fcff7fe49 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:23.596 7 INFO neutron.db.l3_hamode_db [None req-fc7bc444-12c2-46ad-bed6-487f2337b9b4 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] HA network 96f60d78-4612-46bb-9839-7377dab9f0a1 was deleted as no HA routers are present in tenant 1f2c952f9fb24edf91c3fe1213c3558d. [pid: 7|app: 0|req: 1044/2124] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:22 2026] DELETE /v2.0/routers/a20af7d4-32a1-4881-aaf5-34fd81948d46 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:23.704 7 INFO neutron.services.segments.plugin [-] Segment dc5f7e37-cd5d-470f-87d6-c9d33d2e426e resource provider aggregate not found [pid: 8|app: 0|req: 1081/2125] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:23 2026] GET /v2.0/security-groups?tenant_id=f4c62fce85714037910c70d075397aa7&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:23.729 7 INFO neutron.services.segments.plugin [-] Segment dc5f7e37-cd5d-470f-87d6-c9d33d2e426e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5f7e37-cd5d-470f-87d6-c9d33d2e426e found for delete ", "request_id": "req-339ed94a-130e-4586-af82-e8e237eb5857"}]} 2026-06-16 06:23:23.742 7 INFO neutron.services.segments.plugin [-] Segment dc5f7e37-cd5d-470f-87d6-c9d33d2e426e resource provider aggregate not found 2026-06-16 06:23:23.780 7 INFO neutron.services.segments.plugin [-] Segment dc5f7e37-cd5d-470f-87d6-c9d33d2e426e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5f7e37-cd5d-470f-87d6-c9d33d2e426e found for delete ", "request_id": "req-5b600d41-b2ab-410f-8057-2b3f7ea63838"}]} 2026-06-16 06:23:23.907 8 INFO neutron.services.segments.plugin [-] Segment c0172b24-f695-4fc8-b437-bf11db0dc006 resource provider aggregate not found [pid: 8|app: 0|req: 1082/2126] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:23 2026] DELETE /v2.0/subnets/374f63e6-d608-4c8a-aac8-83d1acd17d58 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:23.925 8 INFO neutron.services.segments.plugin [-] Segment c0172b24-f695-4fc8-b437-bf11db0dc006 resource provider aggregate not found 2026-06-16 06:23:23.932 8 INFO neutron.services.segments.plugin [-] Segment c0172b24-f695-4fc8-b437-bf11db0dc006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0172b24-f695-4fc8-b437-bf11db0dc006 found for delete ", "request_id": "req-10a476a5-58a3-4c7d-ba84-7ff2dcfdf467"}]} 2026-06-16 06:23:23.947 8 INFO neutron.services.segments.plugin [-] Segment c0172b24-f695-4fc8-b437-bf11db0dc006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0172b24-f695-4fc8-b437-bf11db0dc006 found for delete ", "request_id": "req-4ef5a87f-a34e-497d-bdea-cd1b8b653ad3"}]} 2026-06-16 06:23:23.949 8 INFO neutron.services.segments.plugin [-] Segment 8bafd806-dac3-4610-87c7-42744a1fca90 resource provider aggregate not found 2026-06-16 06:23:23.964 8 INFO neutron.services.segments.plugin [-] Segment 8bafd806-dac3-4610-87c7-42744a1fca90 resource provider aggregate not found 2026-06-16 06:23:23.968 8 INFO neutron.services.segments.plugin [-] Segment 8bafd806-dac3-4610-87c7-42744a1fca90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bafd806-dac3-4610-87c7-42744a1fca90 found for delete ", "request_id": "req-30f710f3-304c-43fe-a9e5-6f4e96009545"}]} 2026-06-16 06:23:23.980 8 INFO neutron.services.segments.plugin [-] Segment 8bafd806-dac3-4610-87c7-42744a1fca90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bafd806-dac3-4610-87c7-42744a1fca90 found for delete ", "request_id": "req-7c398d69-32e8-4730-8d28-187f03486943"}]} [pid: 7|app: 0|req: 1045/2127] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:23 2026] POST /v2.0/ports => generated 743 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 06:23:23.989 8 INFO neutron.services.segments.plugin [-] Segment 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 resource provider aggregate not found 2026-06-16 06:23:24.006 8 INFO neutron.services.segments.plugin [-] Segment 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 resource provider aggregate not found 2026-06-16 06:23:24.021 8 INFO neutron.services.segments.plugin [-] Segment 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 found for delete ", "request_id": "req-84c4d6bf-e8f1-4425-9a67-6d4806f30bb1"}]} 2026-06-16 06:23:24.024 8 INFO neutron.services.segments.plugin [-] Segment 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac7cd4a-a5a3-4997-9bcb-7d9afc72a0c0 found for delete ", "request_id": "req-cf6a109c-bd01-496c-ac0e-bdedc89cf346"}]} [pid: 7|app: 0|req: 1046/2128] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:23 2026] DELETE /v2.0/security-groups/6dc8f47c-bfd7-4818-9977-2bec4de1cd70 => 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: 1083/2129] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:23 2026] GET /v2.0/security-groups?tenant_id=5134e12f49514629a343839bf01274dc&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:24.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d4b59db-c1ab-4e2c-b911-b0aba469483a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd 2026-06-16 06:23:24.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d4b59db-c1ab-4e2c-b911-b0aba469483a 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd [pid: 8|app: 0|req: 1084/2130] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:24 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2131] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:24 2026] DELETE /v2.0/networks/22a68f62-c9b5-449d-9c5f-11ef42b245ab => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2132] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:24 2026] DELETE /v2.0/security-groups/7221092a-e02d-48c1-86de-5d4d9101da49 => 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: 1086/2133] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:24 2026] PUT /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2134] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 25 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2135] 10.0.0.242 () {34 vars in 760 bytes} [Tue Jun 16 06:23:24 2026] PUT /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/green => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2136] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2137] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/security-groups?tenant_id=dbb29020458849b491a34993888ce22b&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2138] 10.0.0.242 () {34 vars in 756 bytes} [Tue Jun 16 06:23:24 2026] PUT /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2139] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2140] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/security-groups?tenant_id=1f2c952f9fb24edf91c3fe1213c3558d&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2141] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:24 2026] DELETE /v2.0/security-groups/31f0ae1e-5cdf-43df-ba1c-cf40395d8c69 => 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: 1051/2142] 10.0.0.242 () {34 vars in 778 bytes} [Tue Jun 16 06:23:24 2026] PUT /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2143] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2144] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:24 2026] DELETE /v2.0/security-groups/9714ef8a-6eec-4e0d-8b61-bd771812aebd => 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: 1053/2145] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:24 2026] PUT /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2146] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2147] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:24.956 8 INFO neutron.api.v2.resource [None req-142fe4c4-dd34-43e4-8cd8-14d12f2ec885 612c5edf9e674bce9247feb009f15a74 ee55440985ec4f099e1a2b6aac608f44 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2148] 10.0.0.242 () {32 vars in 741 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2149] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:24 2026] GET /v2.0/security-groups?tenant_id=3ae550499c964332a1ccc9d3a2e30f98&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2150] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:24 2026] DELETE /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2151] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:25 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:25.092 7 INFO neutron.api.v2.resource [None req-ca997474-c46d-4b80-8c1a-18bf38cac94b 612c5edf9e674bce9247feb009f15a74 ee55440985ec4f099e1a2b6aac608f44 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2152] 10.0.0.242 () {32 vars in 744 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2153] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/security-groups/5fd9fdcd-6369-4f72-80a8-e368f7322876 => 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: 1058/2154] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => 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: 1097/2155] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:25 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594/tags => 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: 1059/2156] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:25 2026] GET /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594 => generated 407 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2157] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:25 2026] GET /v2.0/ports/df2c762a-fd2f-41cc-9480-db2d8595378d => generated 826 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2158] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/trunks/87586a49-d13d-4d83-83f3-742838373594 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:25.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bcf93c2-c708-4ae3-9d5c-cf8949280dc4 612c5edf9e674bce9247feb009f15a74 ee55440985ec4f099e1a2b6aac608f44 - - default default] TaaS: Handle Delete Port: df2c762a-fd2f-41cc-9480-db2d8595378d 2026-06-16 06:23:25.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcf93c2-c708-4ae3-9d5c-cf8949280dc4 612c5edf9e674bce9247feb009f15a74 ee55440985ec4f099e1a2b6aac608f44 - - default default] Tap Mirror: Handle Delete Port: df2c762a-fd2f-41cc-9480-db2d8595378d [pid: 8|app: 0|req: 1099/2159] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/ports/df2c762a-fd2f-41cc-9480-db2d8595378d => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:25.762 7 INFO neutron.services.segments.plugin [-] Segment b5463238-9edb-45ce-83ea-e5704e6e22ae resource provider aggregate not found 2026-06-16 06:23:25.780 7 INFO neutron.services.segments.plugin [-] Segment b5463238-9edb-45ce-83ea-e5704e6e22ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5463238-9edb-45ce-83ea-e5704e6e22ae found for delete ", "request_id": "req-f9e0ee10-fac2-42b3-8a50-37a98c2c659b"}]} 2026-06-16 06:23:25.799 7 INFO neutron.services.segments.plugin [-] Segment b5463238-9edb-45ce-83ea-e5704e6e22ae resource provider aggregate not found 2026-06-16 06:23:25.819 7 INFO neutron.services.segments.plugin [-] Segment b5463238-9edb-45ce-83ea-e5704e6e22ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5463238-9edb-45ce-83ea-e5704e6e22ae found for delete ", "request_id": "req-305d723a-24ca-47d5-9acb-db43d3f7aaf9"}]} [pid: 7|app: 0|req: 1061/2160] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:25 2026] DELETE /v2.0/networks/2896f1aa-41ef-44a1-8d4d-81ed6065e7c8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2161] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:26 2026] GET /v2.0/security-groups?tenant_id=ee55440985ec4f099e1a2b6aac608f44&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2162] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:26 2026] DELETE /v2.0/security-groups/2e73e743-6f6e-4404-aff7-713ae210785c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2163] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:27 2026] GET /v2.0/security-groups?tenant_id=df5c86026b7d4642b7e8ec81a0e9d45e&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2164] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:27 2026] DELETE /v2.0/security-groups/a8df9c07-6dc5-45f8-be63-37cb07d4846b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:27.802 7 INFO neutron.services.segments.plugin [-] Segment cb5ccad8-6d8e-49e9-a886-3ea999023d57 resource provider aggregate not found 2026-06-16 06:23:27.819 7 INFO neutron.services.segments.plugin [-] Segment cb5ccad8-6d8e-49e9-a886-3ea999023d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5ccad8-6d8e-49e9-a886-3ea999023d57 found for delete ", "request_id": "req-d2ce8be3-2c47-4974-b03d-5d7735db3c0e"}]} 2026-06-16 06:23:27.837 7 INFO neutron.services.segments.plugin [-] Segment cb5ccad8-6d8e-49e9-a886-3ea999023d57 resource provider aggregate not found 2026-06-16 06:23:27.862 7 INFO neutron.services.segments.plugin [-] Segment cb5ccad8-6d8e-49e9-a886-3ea999023d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5ccad8-6d8e-49e9-a886-3ea999023d57 found for delete ", "request_id": "req-8ea3a942-68f0-4f75-abc0-d17babf7d618"}]} [pid: 8|app: 0|req: 1102/2165] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:28 2026] GET /v2.0/security-groups?tenant_id=e439990f829b4516ad6076a0c2dd7151&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2166] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:29 2026] DELETE /v2.0/security-groups/94f8089c-8ed8-40e6-8e22-3bab48de292e => 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: 1103/2167] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:29 2026] GET /v2.0/security-groups?tenant_id=ccb9801e828148109a2625c479d0fe03&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2168] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:29 2026] DELETE /v2.0/security-groups/ba14e27e-9835-4f40-b354-c11d43638bac => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:29.894 8 INFO neutron.db.segments_db [None req-9792447a-949c-40d7-98f1-20298176eaf7 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Added segment f89d631d-7fab-449d-81cf-98f1af98337c of type vxlan for network 352df284-29a3-48e4-a358-d1702a47d13c [pid: 8|app: 0|req: 1104/2169] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:29 2026] POST /v2.0/networks => generated 613 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2170] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:29 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2171] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:30 2026] POST /v2.0/trunks => generated 407 bytes in 195 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-16 06:23:30.610 7 INFO neutron.db.segments_db [None req-094ea70a-653e-4af2-8cff-e157a8035fd7 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Added segment eb415c6c-f6f5-4d17-8506-2cd5137edafd of type vxlan for network 9f167bae-8fa8-492b-9411-e38d405e3590 [pid: 7|app: 0|req: 1067/2172] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:30 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: 1106/2173] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:30 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2176] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:31 2026] POST /v2.0/trunks => generated 407 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 06:23:31.383 8 INFO neutron.db.segments_db [None req-b0e951a0-cea3-44f9-887a-b9ce9dea605f 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Added segment c6755c4a-d37e-4ffe-bf4d-3209306b1f9b of type vxlan for network 6a46d10f-1970-4650-9403-e4dba0a4637b [pid: 8|app: 0|req: 1109/2177] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:31 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2178] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:31 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2179] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:31 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 06:23:32.044 7 INFO neutron.db.segments_db [None req-36655f65-90a5-40a3-9aab-dc405eff629e 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Added segment 382385d3-7d41-4f49-93a1-b57037a366f7 of type vxlan for network ebe2ae23-4ec1-47c5-a87d-0dc3e0979397 [pid: 7|app: 0|req: 1070/2180] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:31 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2181] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:32 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2182] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:32 2026] POST /v2.0/trunks => generated 407 bytes in 160 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-16 06:23:32.719 8 INFO neutron.db.segments_db [None req-26f702c8-0e66-4eba-8512-af5df7256087 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Added segment 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c of type vxlan for network d69fe584-fb92-4474-adb9-4bcaadc453e5 [pid: 8|app: 0|req: 1112/2183] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:32 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2184] 10.0.0.242 () {34 vars in 664 bytes} [Tue Jun 16 06:23:32 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2185] 10.0.0.242 () {34 vars in 666 bytes} [Tue Jun 16 06:23:33 2026] POST /v2.0/trunks => generated 407 bytes in 190 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: 1073/2186] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:33 2026] PUT /v2.0/trunks/d8da1773-1964-4ec1-8ee2-8a6ad2b3b9da/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2187] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:33 2026] PUT /v2.0/trunks/64203272-0de0-40fe-832c-266cd29142b6/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2188] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:33 2026] PUT /v2.0/trunks/98ae4ade-161c-49f3-81d6-b266f4f04d8a/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2189] 10.0.0.242 () {34 vars in 749 bytes} [Tue Jun 16 06:23:33 2026] PUT /v2.0/trunks/74dcaae6-949e-48d4-ba06-170f5a1ee85a/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2190] 10.0.0.242 () {32 vars in 662 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2191] 10.0.0.242 () {32 vars in 676 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2192] 10.0.0.242 () {32 vars in 672 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2193] 10.0.0.242 () {32 vars in 684 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?tags-any=red%2Cblue => 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: 1077/2194] 10.0.0.242 () {32 vars in 670 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2195] 10.0.0.242 () {32 vars in 684 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2196] 10.0.0.242 () {32 vars in 680 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2197] 10.0.0.242 () {32 vars in 692 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2198] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks/d8da1773-1964-4ec1-8ee2-8a6ad2b3b9da => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2199] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/ports/570ee967-0db9-492f-b277-071addb56d0f => generated 826 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2200] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:33 2026] DELETE /v2.0/trunks/d8da1773-1964-4ec1-8ee2-8a6ad2b3b9da => 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: 1121/2201] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/trunks/64203272-0de0-40fe-832c-266cd29142b6 => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2202] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:33 2026] GET /v2.0/ports/8117b87c-549c-4497-b60b-bed03c6d2423 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2203] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/trunks/64203272-0de0-40fe-832c-266cd29142b6 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2204] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/trunks/98ae4ade-161c-49f3-81d6-b266f4f04d8a => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2205] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/ports/b6e15150-39f6-4080-8bfb-5da572185254 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2206] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/trunks/98ae4ade-161c-49f3-81d6-b266f4f04d8a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2207] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/trunks/74dcaae6-949e-48d4-ba06-170f5a1ee85a => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2208] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/ports/d40f5538-47fa-4f7c-90ae-fe89be23e46f => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2209] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/trunks/74dcaae6-949e-48d4-ba06-170f5a1ee85a => 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: 1086/2210] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/trunks/2c8ee28e-0c06-4560-b5fc-9fcc352e9702 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2211] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/ports/3637d74b-f7b8-4868-a050-b0ade266f685 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2212] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/security-groups?tenant_id=a83a4866331d45f3b7f6436e98e76be0&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2213] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/trunks/2c8ee28e-0c06-4560-b5fc-9fcc352e9702 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2214] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/security-groups/25782414-bb99-4f04-a9cd-0a147d06b2a9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:34.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-97386a26-a89a-46e0-a0c4-2a9ce6cb3626 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] TaaS: Handle Delete Port: 570ee967-0db9-492f-b277-071addb56d0f 2026-06-16 06:23:34.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97386a26-a89a-46e0-a0c4-2a9ce6cb3626 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Tap Mirror: Handle Delete Port: 570ee967-0db9-492f-b277-071addb56d0f [pid: 7|app: 0|req: 1089/2215] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/ports/570ee967-0db9-492f-b277-071addb56d0f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:34.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6abcb6c-02ec-4c74-a1dc-a0aff91c0a4f 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] TaaS: Handle Delete Port: 8117b87c-549c-4497-b60b-bed03c6d2423 2026-06-16 06:23:34.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6abcb6c-02ec-4c74-a1dc-a0aff91c0a4f 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Tap Mirror: Handle Delete Port: 8117b87c-549c-4497-b60b-bed03c6d2423 [pid: 8|app: 0|req: 1127/2216] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:34 2026] DELETE /v2.0/ports/8117b87c-549c-4497-b60b-bed03c6d2423 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2217] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:34 2026] GET /v2.0/security-groups?tenant_id=69b2d26162ef493a8f098c35d1cdeb5d&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2218] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:35 2026] DELETE /v2.0/security-groups/4bc08d59-3a9c-4c19-8f7e-f24297b8b355 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:35.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-d499ebc7-1582-4933-b9ed-c9cda4378a6d 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] TaaS: Handle Delete Port: b6e15150-39f6-4080-8bfb-5da572185254 2026-06-16 06:23:35.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d499ebc7-1582-4933-b9ed-c9cda4378a6d 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Tap Mirror: Handle Delete Port: b6e15150-39f6-4080-8bfb-5da572185254 [pid: 8|app: 0|req: 1128/2219] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:35 2026] DELETE /v2.0/ports/b6e15150-39f6-4080-8bfb-5da572185254 => generated 0 bytes in 950 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:36.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-899a6262-118e-499a-a8fa-191d8bb271b6 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] TaaS: Handle Delete Port: d40f5538-47fa-4f7c-90ae-fe89be23e46f 2026-06-16 06:23:36.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-899a6262-118e-499a-a8fa-191d8bb271b6 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Tap Mirror: Handle Delete Port: d40f5538-47fa-4f7c-90ae-fe89be23e46f [pid: 7|app: 0|req: 1092/2220] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/ports/d40f5538-47fa-4f7c-90ae-fe89be23e46f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:36.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddbf3dd2-2a0e-433e-87fc-a0b7bc35d130 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] TaaS: Handle Delete Port: 3637d74b-f7b8-4868-a050-b0ade266f685 2026-06-16 06:23:36.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddbf3dd2-2a0e-433e-87fc-a0b7bc35d130 7d2755f61a824f14904b5856b443bf6d e22fdda29ec747ce9c777c68a5707871 - - default default] Tap Mirror: Handle Delete Port: 3637d74b-f7b8-4868-a050-b0ade266f685 [pid: 8|app: 0|req: 1129/2221] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/ports/3637d74b-f7b8-4868-a050-b0ade266f685 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:36.619 7 INFO neutron.services.segments.plugin [-] Segment f89d631d-7fab-449d-81cf-98f1af98337c resource provider aggregate not found 2026-06-16 06:23:36.637 7 INFO neutron.services.segments.plugin [-] Segment f89d631d-7fab-449d-81cf-98f1af98337c resource provider aggregate not found 2026-06-16 06:23:36.643 7 INFO neutron.services.segments.plugin [-] Segment f89d631d-7fab-449d-81cf-98f1af98337c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89d631d-7fab-449d-81cf-98f1af98337c found for delete ", "request_id": "req-54d569b5-678a-4faf-96bb-9979d29d2a5d"}]} [pid: 7|app: 0|req: 1093/2222] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/networks/352df284-29a3-48e4-a358-d1702a47d13c => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:36.661 7 INFO neutron.services.segments.plugin [-] Segment f89d631d-7fab-449d-81cf-98f1af98337c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89d631d-7fab-449d-81cf-98f1af98337c found for delete ", "request_id": "req-c9de5b0d-2ae3-4337-a7e4-99ee0ed7aeb5"}]} 2026-06-16 06:23:36.783 8 INFO neutron.services.segments.plugin [-] Segment eb415c6c-f6f5-4d17-8506-2cd5137edafd resource provider aggregate not found 2026-06-16 06:23:36.793 8 INFO neutron.services.segments.plugin [-] Segment eb415c6c-f6f5-4d17-8506-2cd5137edafd resource provider aggregate not found [pid: 8|app: 0|req: 1130/2223] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/networks/9f167bae-8fa8-492b-9411-e38d405e3590 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:36.826 8 INFO neutron.services.segments.plugin [-] Segment eb415c6c-f6f5-4d17-8506-2cd5137edafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb415c6c-f6f5-4d17-8506-2cd5137edafd found for delete ", "request_id": "req-842e9db4-d0ff-4141-bae3-208466d38f6a"}]} 2026-06-16 06:23:36.827 8 INFO neutron.services.segments.plugin [-] Segment eb415c6c-f6f5-4d17-8506-2cd5137edafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb415c6c-f6f5-4d17-8506-2cd5137edafd found for delete ", "request_id": "req-83167a0b-e954-441a-837a-6cab2b66dd6e"}]} [pid: 7|app: 0|req: 1094/2224] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/networks/6a46d10f-1970-4650-9403-e4dba0a4637b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2225] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:36 2026] DELETE /v2.0/networks/ebe2ae23-4ec1-47c5-a87d-0dc3e0979397 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2226] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:37 2026] DELETE /v2.0/networks/d69fe584-fb92-4474-adb9-4bcaadc453e5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2227] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:38 2026] GET /v2.0/security-groups?tenant_id=f14c76af9e0f4e79967f36e7f80dd6f5&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:38.491 8 INFO neutron.db.segments_db [None req-a26fbd9e-9c05-4b97-a5a1-883ed10b27ff bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Added segment cb96fe53-8a6c-47b7-8b64-d9a56e720b35 of type vxlan for network ffa3eed3-9b45-4d83-b79e-5422caa8411a [pid: 7|app: 0|req: 1097/2228] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:38 2026] DELETE /v2.0/security-groups/1a8a29d2-db56-4609-9c1f-07b1e9efb90c => 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: 1132/2229] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:38 2026] POST /v2.0/networks => generated 621 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:38.665 7 INFO neutron.services.segments.plugin [-] Segment c6755c4a-d37e-4ffe-bf4d-3209306b1f9b resource provider aggregate not found 2026-06-16 06:23:38.680 7 INFO neutron.services.segments.plugin [-] Segment c6755c4a-d37e-4ffe-bf4d-3209306b1f9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6755c4a-d37e-4ffe-bf4d-3209306b1f9b found for delete ", "request_id": "req-a474a0d8-35b4-4fa9-9d31-0b6cc144b187"}]} 2026-06-16 06:23:38.684 7 INFO neutron.services.segments.plugin [-] Segment c6755c4a-d37e-4ffe-bf4d-3209306b1f9b resource provider aggregate not found 2026-06-16 06:23:38.698 7 INFO neutron.services.segments.plugin [-] Segment 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c resource provider aggregate not found 2026-06-16 06:23:38.713 7 INFO neutron.services.segments.plugin [-] Segment c6755c4a-d37e-4ffe-bf4d-3209306b1f9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6755c4a-d37e-4ffe-bf4d-3209306b1f9b found for delete ", "request_id": "req-c7d3449f-c6d2-4983-a631-b1d08b1a9abb"}]} 2026-06-16 06:23:38.723 7 INFO neutron.services.segments.plugin [-] Segment 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c found for delete ", "request_id": "req-41a951be-53c3-4c47-82cb-077ddb38db7b"}]} 2026-06-16 06:23:38.751 7 INFO neutron.services.segments.plugin [-] Segment 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c resource provider aggregate not found 2026-06-16 06:23:38.778 7 INFO neutron.services.segments.plugin [-] Segment 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4739ede1-988f-4e96-a7bf-8e4e4b9f3f4c found for delete ", "request_id": "req-e1a1adde-3aaa-47a2-a18a-4a80fd615e7d"}]} 2026-06-16 06:23:38.860 8 INFO neutron.services.segments.plugin [-] Segment 382385d3-7d41-4f49-93a1-b57037a366f7 resource provider aggregate not found 2026-06-16 06:23:38.863 8 INFO neutron.services.segments.plugin [-] Segment 382385d3-7d41-4f49-93a1-b57037a366f7 resource provider aggregate not found 2026-06-16 06:23:38.888 8 INFO neutron.services.segments.plugin [-] Segment 382385d3-7d41-4f49-93a1-b57037a366f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 382385d3-7d41-4f49-93a1-b57037a366f7 found for delete ", "request_id": "req-3abca0a8-2868-4893-95e8-c1c8d689324d"}]} 2026-06-16 06:23:38.891 8 INFO neutron.services.segments.plugin [-] Segment 382385d3-7d41-4f49-93a1-b57037a366f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 382385d3-7d41-4f49-93a1-b57037a366f7 found for delete ", "request_id": "req-e202d4ec-8b45-4908-ae7b-5ee7345c6bb4"}]} [pid: 8|app: 0|req: 1133/2230] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:38 2026] GET /v2.0/security-groups?tenant_id=ffe0623c9bc149a698eec71986807e76&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2231] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:38 2026] POST /v2.0/subnets => generated 658 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2232] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:39 2026] DELETE /v2.0/security-groups/a70eb4ba-6547-452d-ad53-0d66dd211ea8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2233] 10.0.0.242 () {32 vars in 722 bytes} [Tue Jun 16 06:23:39 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2234] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:39 2026] GET /v2.0/security-groups?tenant_id=e22fdda29ec747ce9c777c68a5707871&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2235] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:39 2026] POST /v2.0/subnets => generated 730 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:39.667 8 INFO neutron.db.segments_db [None req-488ac3a9-2a48-4cec-8006-4f427c7670b1 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Added segment 314dd112-1077-496e-8089-85fb359bf670 of type vxlan for network 25d4c4df-7221-4ab6-9f40-286622e73956 [pid: 7|app: 0|req: 1101/2236] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:39 2026] DELETE /v2.0/security-groups/77b5323b-bc9e-437f-b22c-6c1b2533ee06 => 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: 1136/2237] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:39 2026] POST /v2.0/networks => generated 618 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2238] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:39 2026] POST /v2.0/subnets => generated 656 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2239] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:40 2026] POST /v2.0/subnets => generated 725 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:40.432 7 INFO neutron.db.segments_db [None req-26f8d80b-7a12-4bba-9df5-b64a5ecacf37 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Added segment deebb0b1-2993-4443-a5c3-4f003c0f3fe8 of type vxlan for network 56a57e7a-1d3f-4581-90a7-ab3fd0160b44 [pid: 7|app: 0|req: 1103/2240] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:40 2026] POST /v2.0/networks => generated 619 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2241] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:40 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2242] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:40 2026] POST /v2.0/subnets => generated 730 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:41.131 8 INFO neutron.db.segments_db [None req-e836933f-907e-4d10-a523-29fd2a6fd0c7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Added segment db7fcac2-fd84-4df5-bfe9-e954534525c4 of type vxlan for network 18cebff3-777e-4e43-8da2-fc564fb33935 2026-06-16 06:23:41.389 8 INFO neutron.db.l3_hamode_db [None req-e836933f-907e-4d10-a523-29fd2a6fd0c7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 06:23:42.117 8 INFO neutron.db.l3_hamode_db [None req-e836933f-907e-4d10-a523-29fd2a6fd0c7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1105/2243] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:41 2026] GET /v2.0/security-groups?tenant_id=d54b74b610944099b74b293da94733f3&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2244] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:42 2026] DELETE /v2.0/security-groups/fcce66b7-a415-4e18-a5dd-964588ad5c1c => 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: 1107/2245] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:42 2026] GET /v2.0/security-groups?tenant_id=f3b8f9c64ebb41b9bd6e6e9efbfca93b&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2246] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:42 2026] DELETE /v2.0/security-groups/56d3bf07-626c-42ed-9bb4-1874544ecaa2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2247] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:41 2026] POST /v2.0/routers => generated 685 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2248] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:23:43 2026] POST /v2.0/qos/policies => generated 359 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2249] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:23:43 2026] PUT /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/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: 1142/2250] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:43 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2251] 10.0.0.242 () {34 vars in 764 bytes} [Tue Jun 16 06:23:43 2026] PUT /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2252] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:43 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2253] 10.0.0.242 () {34 vars in 760 bytes} [Tue Jun 16 06:23:43 2026] PUT /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2254] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:43 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/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: 1147/2255] 10.0.0.242 () {34 vars in 782 bytes} [Tue Jun 16 06:23:43 2026] PUT /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2256] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2257] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:23:44 2026] PUT /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2258] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2259] 10.0.0.242 () {32 vars in 741 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:44.218 8 INFO neutron.api.v2.resource [None req-2da885b9-952c-4e54-9a9d-1709b9a3038d 041524a2fb80476a8340adc62654ffed 162a21a152cb4de8b7b7444e9982093b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2260] 10.0.0.242 () {32 vars in 745 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2261] 10.0.0.242 () {32 vars in 744 bytes} [Tue Jun 16 06:23:44 2026] DELETE /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/red => 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: 1154/2262] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 30 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:44.398 8 INFO neutron.api.v2.resource [None req-2fdff96b-5fb2-4b12-aee6-61c8c1cc0651 041524a2fb80476a8340adc62654ffed 162a21a152cb4de8b7b7444e9982093b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2263] 10.0.0.242 () {32 vars in 748 bytes} [Tue Jun 16 06:23:44 2026] DELETE /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2264] 10.0.0.242 () {32 vars in 736 bytes} [Tue Jun 16 06:23:44 2026] DELETE /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2265] 10.0.0.242 () {32 vars in 733 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2266] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:23:43 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/add_router_interface => generated 309 bytes in 1557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2267] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:23:44 2026] DELETE /v2.0/qos/policies/ab4d0023-3db1-4efa-9460-0b72e6c535bc => 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: 1158/2268] 10.0.0.242 () {32 vars in 653 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions => generated 21537 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2269] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2270] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2271] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2272] 10.0.0.242 () {32 vars in 665 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2273] 10.0.0.242 () {32 vars in 699 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2274] 10.0.0.242 () {32 vars in 697 bytes} [Tue Jun 16 06:23:44 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: 1165/2275] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2276] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2277] 10.0.0.242 () {32 vars in 703 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2278] 10.0.0.242 () {32 vars in 693 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2279] 10.0.0.242 () {32 vars in 695 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2280] 10.0.0.242 () {32 vars in 685 bytes} [Tue Jun 16 06:23:44 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: 1171/2281] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2282] 10.0.0.242 () {32 vars in 661 bytes} [Tue Jun 16 06:23:44 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: 8|app: 0|req: 1173/2283] 10.0.0.242 () {32 vars in 699 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2284] 10.0.0.242 () {32 vars in 679 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2285] 10.0.0.242 () {32 vars in 683 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2286] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2287] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2288] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2289] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2290] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2291] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2292] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2293] 10.0.0.242 () {32 vars in 699 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2294] 10.0.0.242 () {32 vars in 679 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2295] 10.0.0.242 () {32 vars in 667 bytes} [Tue Jun 16 06:23:44 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: 8|app: 0|req: 1186/2296] 10.0.0.242 () {32 vars in 677 bytes} [Tue Jun 16 06:23:44 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: 8|app: 0|req: 1187/2297] 10.0.0.242 () {32 vars in 665 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/l3-ha => 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: 1188/2298] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2299] 10.0.0.242 () {32 vars in 713 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2300] 10.0.0.242 () {32 vars in 691 bytes} [Tue Jun 16 06:23:44 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2301] 10.0.0.242 () {32 vars in 683 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2302] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2303] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2304] 10.0.0.242 () {32 vars in 705 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2305] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2306] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2307] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:45 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: 8|app: 0|req: 1198/2308] 10.0.0.242 () {32 vars in 693 bytes} [Tue Jun 16 06:23:45 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: 8|app: 0|req: 1199/2309] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2310] 10.0.0.242 () {32 vars in 709 bytes} [Tue Jun 16 06:23:45 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: 8|app: 0|req: 1201/2311] 10.0.0.242 () {32 vars in 705 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2312] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2313] 10.0.0.242 () {32 vars in 697 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2314] 10.0.0.242 () {32 vars in 711 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2315] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2316] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2317] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2318] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2319] 10.0.0.242 () {32 vars in 671 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2320] 10.0.0.242 () {32 vars in 661 bytes} [Tue Jun 16 06:23:45 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: 1211/2321] 10.0.0.242 () {32 vars in 699 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2322] 10.0.0.242 () {32 vars in 699 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2323] 10.0.0.242 () {32 vars in 677 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2324] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2325] 10.0.0.242 () {32 vars in 683 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2326] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2327] 10.0.0.242 () {32 vars in 685 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2328] 10.0.0.242 () {32 vars in 707 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2329] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2330] 10.0.0.242 () {32 vars in 697 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2331] 10.0.0.242 () {32 vars in 695 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2332] 10.0.0.242 () {32 vars in 685 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2333] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2334] 10.0.0.242 () {32 vars in 705 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2335] 10.0.0.242 () {32 vars in 667 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2336] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2337] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:45 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: 8|app: 0|req: 1228/2338] 10.0.0.242 () {32 vars in 691 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2339] 10.0.0.242 () {32 vars in 691 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2340] 10.0.0.242 () {32 vars in 695 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2341] 10.0.0.242 () {32 vars in 685 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2342] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2343] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2344] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/security-groups?tenant_id=162a21a152cb4de8b7b7444e9982093b&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2345] 10.0.0.242 () {32 vars in 703 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2346] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:45 2026] DELETE /v2.0/security-groups/d6fa791a-b63b-4199-9713-469f2e9c4cca => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2347] 10.0.0.242 () {32 vars in 713 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2348] 10.0.0.242 () {32 vars in 717 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2349] 10.0.0.242 () {32 vars in 715 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2350] 10.0.0.242 () {32 vars in 727 bytes} [Tue Jun 16 06:23:45 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: 8|app: 0|req: 1241/2351] 10.0.0.242 () {32 vars in 741 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2352] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2353] 10.0.0.242 () {32 vars in 683 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2354] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2355] 10.0.0.242 () {32 vars in 719 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2356] 10.0.0.242 () {32 vars in 679 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2357] 10.0.0.242 () {32 vars in 669 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2358] 10.0.0.242 () {32 vars in 697 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2359] 10.0.0.242 () {32 vars in 705 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2360] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:45 2026] GET /v2.0/security-groups?tenant_id=596be3e189ea433fa22600428b350071&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2361] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2362] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:46 2026] DELETE /v2.0/security-groups/81d554c3-1507-4af5-bd4e-33bc0730e72f => 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: 1253/2363] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2364] 10.0.0.242 () {32 vars in 683 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2365] 10.0.0.242 () {32 vars in 705 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2366] 10.0.0.242 () {32 vars in 695 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2367] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2368] 10.0.0.242 () {32 vars in 697 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2369] 10.0.0.242 () {32 vars in 679 bytes} [Tue Jun 16 06:23:46 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: 8|app: 0|req: 1260/2370] 10.0.0.242 () {32 vars in 689 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2371] 10.0.0.242 () {32 vars in 701 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2372] 10.0.0.242 () {32 vars in 665 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2373] 10.0.0.242 () {32 vars in 681 bytes} [Tue Jun 16 06:23:46 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: 8|app: 0|req: 1264/2374] 10.0.0.242 () {32 vars in 677 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2375] 10.0.0.242 () {32 vars in 693 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2376] 10.0.0.242 () {32 vars in 677 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2377] 10.0.0.242 () {32 vars in 667 bytes} [Tue Jun 16 06:23:46 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: 1111/2378] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:23:44 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/add_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2379] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2380] 10.0.0.242 () {32 vars in 675 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2381] 10.0.0.242 () {32 vars in 687 bytes} [Tue Jun 16 06:23:46 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: 8|app: 0|req: 1273/2384] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:46 2026] GET /v2.0/security-groups?tenant_id=3953d6ac53584bef916c514e50e8c748&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2385] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:47 2026] DELETE /v2.0/security-groups/23f8441d-0659-4448-95f7-2773bcc299fb => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2386] 10.0.0.242 () {34 vars in 783 bytes} [Tue Jun 16 06:23:46 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/add_router_interface => generated 309 bytes in 1635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2387] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:23:47 2026] POST /v2.0/security-groups => generated 1629 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2388] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2389] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 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: 7|app: 0|req: 1114/2390] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2391] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2392] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2393] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2394] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2395] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2396] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:49.582 7 INFO neutron.db.segments_db [None req-d66e2a8d-1684-4223-904a-f80a7ac6a7c0 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment df7e10f7-9340-43a5-84d2-343cb19d2114 of type vxlan for network 1968e650-e76d-477a-adf4-b7d131003345 [pid: 8|app: 0|req: 1281/2397] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:23:49.675 7 INFO neutron.db.segments_db [None req-d66e2a8d-1684-4223-904a-f80a7ac6a7c0 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 of type vxlan for network 906cb7ec-c50e-4809-86d1-acfdb459b2f0 [pid: 7|app: 0|req: 1117/2398] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/networks => generated 1206 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2399] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-groups => generated 1603 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2400] 10.0.0.242 () {34 vars in 695 bytes} [Tue Jun 16 06:23:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2401] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:23:49 2026] GET /v2.0/networks => generated 1843 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2402] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:23:49 2026] PUT /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2403] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/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: 1121/2404] 10.0.0.242 () {34 vars in 778 bytes} [Tue Jun 16 06:23:50 2026] PUT /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 06:23:50.203 8 INFO neutron.services.segments.plugin [-] Segment df7e10f7-9340-43a5-84d2-343cb19d2114 resource provider aggregate not found 2026-06-16 06:23:50.210 8 INFO neutron.services.segments.plugin [-] Segment df7e10f7-9340-43a5-84d2-343cb19d2114 resource provider aggregate not found [pid: 7|app: 0|req: 1122/2405] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/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: 1284/2406] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:50 2026] DELETE /v2.0/networks/1968e650-e76d-477a-adf4-b7d131003345 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:50.235 8 INFO neutron.services.segments.plugin [-] Segment df7e10f7-9340-43a5-84d2-343cb19d2114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7e10f7-9340-43a5-84d2-343cb19d2114 found for delete ", "request_id": "req-a04849aa-c347-4379-9894-718fe716e2ea"}]} 2026-06-16 06:23:50.242 8 INFO neutron.services.segments.plugin [-] Segment df7e10f7-9340-43a5-84d2-343cb19d2114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7e10f7-9340-43a5-84d2-343cb19d2114 found for delete ", "request_id": "req-01859a78-572e-4f12-be5c-d014b6f516dc"}]} [pid: 7|app: 0|req: 1123/2407] 10.0.0.5 () {34 vars in 1092 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-443995207&fields=id&tenant_id=c8fb0e096a0b4c45a16f28921c969058 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2408] 10.0.0.242 () {34 vars in 774 bytes} [Tue Jun 16 06:23:50 2026] PUT /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2409] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:50.371 7 INFO neutron.services.segments.plugin [-] Segment 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 resource provider aggregate not found [pid: 8|app: 0|req: 1287/2410] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:50.377 7 INFO neutron.services.segments.plugin [-] Segment 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 resource provider aggregate not found [pid: 8|app: 0|req: 1288/2411] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/quotas/c8fb0e096a0b4c45a16f28921c969058 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:50.394 7 INFO neutron.services.segments.plugin [-] Segment 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 found for delete ", "request_id": "req-c2ea0662-1e81-4fed-bb56-f0e05a9aac72"}]} 2026-06-16 06:23:50.400 7 INFO neutron.services.segments.plugin [-] Segment 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd30f15-20d8-4413-94c3-d02f28a3c2a0 found for delete ", "request_id": "req-3daf4cf1-e55a-4d9d-a37e-f1d4d229fdc1"}]} [pid: 7|app: 0|req: 1124/2412] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:50 2026] DELETE /v2.0/networks/906cb7ec-c50e-4809-86d1-acfdb459b2f0 => 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: 1289/2413] 10.0.0.242 () {34 vars in 796 bytes} [Tue Jun 16 06:23:50 2026] PUT /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2414] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2415] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:50.628 8 INFO neutron.db.segments_db [None req-9d24b8f1-b808-442a-8658-4609808889fb a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment 99f4b640-0132-4333-93b8-30e44dbe3998 of type vxlan for network 0c355af5-a23f-4cca-914a-0170520e0000 [pid: 7|app: 0|req: 1125/2416] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&fields=id => generated 241 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2417] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:50 2026] POST /v2.0/networks => generated 630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2418] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:23:50 2026] PUT /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2419] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:50.780 7 INFO neutron.db.segments_db [None req-05107bd3-eff4-42e8-ae66-29fa0405b9b0 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment 06715425-06a7-4e0e-8c88-0cd9f7172fe1 of type vxlan for network 306fe6fc-48c9-4e77-aab1-beb085ff55c6 [pid: 8|app: 0|req: 1294/2420] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2421] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1296/2422] 10.0.0.242 () {32 vars in 755 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:50.902 8 INFO neutron.api.v2.resource [None req-defb05db-67c4-4372-8c2e-6c85b3b4d9d7 e5cece517668409c9c2b73434161f9af 03aa34362db240688dee8f1a471abce4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2423] 10.0.0.242 () {32 vars in 759 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/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: 1127/2424] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:50 2026] POST /v2.0/networks => generated 631 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2425] 10.0.0.242 () {32 vars in 758 bytes} [Tue Jun 16 06:23:50 2026] DELETE /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2426] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2427] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:50 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:23:51.047 8 INFO neutron.api.v2.resource [None req-06f2a94d-97cb-4cf1-a267-aa88e80acd71 e5cece517668409c9c2b73434161f9af 03aa34362db240688dee8f1a471abce4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2428] 10.0.0.242 () {32 vars in 762 bytes} [Tue Jun 16 06:23:51 2026] DELETE /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/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: 1302/2429] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:23:51 2026] DELETE /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2430] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:23:51 2026] GET /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2431] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:51 2026] DELETE /v2.0/security-groups/3d4f431f-4d5d-4fa8-a340-1edb9d4f0746 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2432] 10.0.0.242 () {34 vars in 665 bytes} [Tue Jun 16 06:23:50 2026] POST /v2.0/ports => generated 1506 bytes in 679 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2433] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:23:51 2026] GET /v2.0/ports => generated 1506 bytes in 113 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-16 06:23:51.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e82bd1a-65af-488e-a5af-48301c0d29e8 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] TaaS: Handle Delete Port: c850d2db-09e5-47a1-983b-f2a708ca1818 2026-06-16 06:23:51.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e82bd1a-65af-488e-a5af-48301c0d29e8 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Tap Mirror: Handle Delete Port: c850d2db-09e5-47a1-983b-f2a708ca1818 [pid: 7|app: 0|req: 1129/2434] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:51 2026] DELETE /v2.0/ports/c850d2db-09e5-47a1-983b-f2a708ca1818 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:52.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-74c9a0cc-83b8-423f-830b-c37ebb293373 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] TaaS: Handle Delete Port: 9d41dfb7-d0c0-4836-b85e-3a2b29f1b942 2026-06-16 06:23:52.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74c9a0cc-83b8-423f-830b-c37ebb293373 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Tap Mirror: Handle Delete Port: 9d41dfb7-d0c0-4836-b85e-3a2b29f1b942 [pid: 8|app: 0|req: 1306/2435] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:51 2026] GET /v2.0/security-groups?tenant_id=e792f70f33304baa93e0d217eac2527f&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2436] 10.0.0.242 () {32 vars in 720 bytes} [Tue Jun 16 06:23:51 2026] DELETE /v2.0/ports/9d41dfb7-d0c0-4836-b85e-3a2b29f1b942 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2437] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:23:52 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2438] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:52 2026] DELETE /v2.0/security-groups/3bef4ecd-8c23-4235-9228-ae01e89cd797 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:23:52.268 7 INFO neutron.db.segments_db [None req-bdc5d5b4-6324-440b-b6f1-28ca2f520e10 a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment 023799a1-bc01-4eb3-af16-1d342a7ae278 of type vxlan for network 8f009dd3-5ff5-4dc2-9872-4f73fb0713d1 [pid: 7|app: 0|req: 1132/2439] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:52 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2440] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:52 2026] GET /v2.0/security-groups?tenant_id=03aa34362db240688dee8f1a471abce4&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:52.408 8 INFO neutron.db.segments_db [None req-c19774a6-70bd-44fb-bb97-be5052c0c82c a88f08da514b4834b422d9ff8600f15a 5fe8e03c894f426195a96392ad59a143 - - default default] Added segment d783ff51-cc36-4ba2-b184-d0fab5d5e3ac of type vxlan for network ba35da2c-7652-4727-b029-4aae6d8bb820 [pid: 8|app: 0|req: 1308/2441] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:23:52 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2442] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:52 2026] DELETE /v2.0/security-groups/83564c65-5b9c-47c6-8489-f91580c16879 => 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: 1309/2443] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:23:52 2026] POST /v2.0/subnets => generated 1274 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2444] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:23:53 2026] GET /v2.0/subnets => generated 1910 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2445] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/subnets/e1c04faf-490c-473f-ac48-b979e15bddcc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2446] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/subnets/a0ada32d-4a3e-44c4-99c0-0cc67df134a4 => 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: 1311/2447] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:23:53 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:53.559 7 INFO neutron.services.segments.plugin [-] Segment d783ff51-cc36-4ba2-b184-d0fab5d5e3ac resource provider aggregate not found 2026-06-16 06:23:53.564 7 INFO neutron.services.segments.plugin [-] Segment d783ff51-cc36-4ba2-b184-d0fab5d5e3ac resource provider aggregate not found 2026-06-16 06:23:53.579 7 INFO neutron.services.segments.plugin [-] Segment d783ff51-cc36-4ba2-b184-d0fab5d5e3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d783ff51-cc36-4ba2-b184-d0fab5d5e3ac found for delete ", "request_id": "req-4a386eeb-b5bb-48a6-b666-a12d6fcf542f"}]} 2026-06-16 06:23:53.584 7 INFO neutron.services.segments.plugin [-] Segment d783ff51-cc36-4ba2-b184-d0fab5d5e3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d783ff51-cc36-4ba2-b184-d0fab5d5e3ac found for delete ", "request_id": "req-f27f3e35-8c48-4323-8cf8-9851a6d3edfe"}]} [pid: 7|app: 0|req: 1137/2448] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/networks/ba35da2c-7652-4727-b029-4aae6d8bb820 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:23:53.742 8 INFO neutron.services.segments.plugin [-] Segment 023799a1-bc01-4eb3-af16-1d342a7ae278 resource provider aggregate not found 2026-06-16 06:23:53.742 8 INFO neutron.services.segments.plugin [-] Segment 023799a1-bc01-4eb3-af16-1d342a7ae278 resource provider aggregate not found 2026-06-16 06:23:53.764 8 INFO neutron.services.segments.plugin [-] Segment 023799a1-bc01-4eb3-af16-1d342a7ae278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 023799a1-bc01-4eb3-af16-1d342a7ae278 found for delete ", "request_id": "req-3c027e2b-149e-4276-b49d-206933083280"}]} 2026-06-16 06:23:53.765 8 INFO neutron.services.segments.plugin [-] Segment 023799a1-bc01-4eb3-af16-1d342a7ae278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 023799a1-bc01-4eb3-af16-1d342a7ae278 found for delete ", "request_id": "req-591c8283-652d-46ad-bd6f-9271445ada72"}]} [pid: 8|app: 0|req: 1312/2449] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/networks/8f009dd3-5ff5-4dc2-9872-4f73fb0713d1 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2450] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/networks/306fe6fc-48c9-4e77-aab1-beb085ff55c6 => 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: 1313/2451] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:23:53 2026] DELETE /v2.0/networks/0c355af5-a23f-4cca-914a-0170520e0000 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2452] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:54 2026] GET /v2.0/security-groups?tenant_id=5fe8e03c894f426195a96392ad59a143&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2453] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:54 2026] DELETE /v2.0/security-groups/2f3904ab-74d9-4fb2-8c2e-654708871750 => 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: 1140/2454] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:23:55 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2455] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:23:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8fb0e096a0b4c45a16f28921c969058 => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:23:55.615 7 INFO neutron.services.segments.plugin [-] Segment 06715425-06a7-4e0e-8c88-0cd9f7172fe1 resource provider aggregate not found 2026-06-16 06:23:55.625 7 INFO neutron.services.segments.plugin [-] Segment 06715425-06a7-4e0e-8c88-0cd9f7172fe1 resource provider aggregate not found 2026-06-16 06:23:55.635 7 INFO neutron.services.segments.plugin [-] Segment 06715425-06a7-4e0e-8c88-0cd9f7172fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06715425-06a7-4e0e-8c88-0cd9f7172fe1 found for delete ", "request_id": "req-d9717107-ed10-4670-bac6-8700c8744298"}]} 2026-06-16 06:23:55.643 7 INFO neutron.services.segments.plugin [-] Segment 06715425-06a7-4e0e-8c88-0cd9f7172fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06715425-06a7-4e0e-8c88-0cd9f7172fe1 found for delete ", "request_id": "req-2fc19b48-53cd-4e60-af3a-ca38f9e022c9"}]} 2026-06-16 06:23:55.784 8 INFO neutron.services.segments.plugin [-] Segment 99f4b640-0132-4333-93b8-30e44dbe3998 resource provider aggregate not found 2026-06-16 06:23:55.787 8 INFO neutron.services.segments.plugin [-] Segment 99f4b640-0132-4333-93b8-30e44dbe3998 resource provider aggregate not found 2026-06-16 06:23:55.797 8 INFO neutron.services.segments.plugin [-] Segment 99f4b640-0132-4333-93b8-30e44dbe3998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99f4b640-0132-4333-93b8-30e44dbe3998 found for delete ", "request_id": "req-b6c3a2f4-a460-4aa3-96b2-21ce212b9eda"}]} 2026-06-16 06:23:55.799 8 INFO neutron.services.segments.plugin [-] Segment 99f4b640-0132-4333-93b8-30e44dbe3998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99f4b640-0132-4333-93b8-30e44dbe3998 found for delete ", "request_id": "req-197ae326-1aa6-4ea7-a500-bfb2b46dfce2"}]} [pid: 7|app: 0|req: 1141/2456] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:23:55 2026] POST /v2.0/ports => generated 1175 bytes in 450 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: 1142/2457] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1190 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2458] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2459] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:23:55 2026] PUT /v2.0/ports/46af16ef-a10c-4180-bcb4-bb8d5ed64521 => generated 1456 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:23:56.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35545029-a8c4-4ba7-ba63-e506a1b30f89'] response: {'name': 'network-changed', 'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1144/2460] 10.0.0.242 () {32 vars in 623 bytes} [Tue Jun 16 06:23:56 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: 1145/2461] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1459 bytes in 44 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: 1317/2462] 10.0.0.242 () {32 vars in 633 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/ => generated 632 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2463] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/networks?tenant_id=c8fb0e096a0b4c45a16f28921c969058&shared=False => generated 2376 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2464] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:23:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2465] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:23:57 2026] GET /v2.0/security-groups?tenant_id=8d98153ea851410ebb07e61a65c006ba&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2466] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:23:57 2026] DELETE /v2.0/security-groups/0c0546de-865d-4fe4-a8c7-a7c19a689942 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2467] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1459 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2468] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.42&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => 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: 1149/2469] 199.19.213.180 () {34 vars in 1102 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ad7&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => 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: 1321/2470] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2471] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&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: 1322/2472] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2473] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1323/2474] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:23:58 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1152/2477] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:01 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1190 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2478] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:24:01 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2479] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:01 2026] GET /v2.0/security-groups?tenant_id=b8a1847fb7aa4c029badec94dce3b666&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2480] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:01 2026] DELETE /v2.0/security-groups/1ef9e7d7-540c-40e7-b6dc-93e85a6a9f9c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2481] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:06 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1192 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2482] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:24:06 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2483] 10.0.0.242 () {32 vars in 818 bytes} [Tue Jun 16 06:24:06 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&mac_address=fa%3A16%3A3e%3Aef%3A81%3A45 => generated 1192 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:24:07.446 7 INFO neutron.db.l3_db [None req-36b6f456-52f8-4682-93c8-f5c01c47f061 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 80e3ede6-e878-402d-9afb-908e2dcaf1ae associated. External IP: 10.96.250.214, port: 46af16ef-a10c-4180-bcb4-bb8d5ed64521. [pid: 7|app: 0|req: 1156/2484] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:24:06 2026] POST /v2.0/floatingips => generated 854 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:24:07.806 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a02e9019-d652-4c52-bdae-e1c7ef016122'] response: {'name': 'network-changed', 'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1329/2485] 10.0.0.5 () {34 vars in 1092 bytes} [Tue Jun 16 06:24:07 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-443995207&fields=id&tenant_id=c8fb0e096a0b4c45a16f28921c969058 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2486] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:24:07 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2487] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:24:07 2026] GET /v2.0/quotas/c8fb0e096a0b4c45a16f28921c969058 => 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: 1158/2488] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:24:07 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&fields=id => generated 333 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2489] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1159/2490] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1332/2491] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2492] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => 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: 1160/2493] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2494] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.42&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2495] 199.19.213.180 () {34 vars in 1102 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ad7&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => 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: 1335/2496] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2497] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2498] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&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: 1163/2499] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1337/2500] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:24:08 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1164/2501] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:24:12 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2502] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:24:12 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2503] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:24:12 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2504] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:24:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8fb0e096a0b4c45a16f28921c969058 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2505] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:24:12 2026] POST /v2.0/ports => generated 1179 bytes in 506 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: 1167/2506] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:13 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2507] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:24:13 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2508] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:24:13 2026] PUT /v2.0/ports/a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 1460 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:24:13.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed016c2e-afa8-44fb-af78-e9497f977806'] response: {'name': 'network-changed', 'server_uuid': '9c02ca1c-d585-4e3c-9344-043d6bdbff60', 'tag': 'a9ba3d77-96bb-477e-8828-5ed2b295efb0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1169/2509] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:24:14 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1341/2510] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:24:14 2026] GET /v2.0/networks?tenant_id=c8fb0e096a0b4c45a16f28921c969058&shared=False => generated 2376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2511] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:24:14 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: 8|app: 0|req: 1342/2512] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2513] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => 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: 1343/2514] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2515] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/subnets?id=60323505-4009-4956-b955-4b71f00e4ba9&id=e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2516] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2517] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2518] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1174/2519] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:24:15 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1176/2522] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:17 2026] GET /v2.0/security-groups?tenant_id=629395c6f17c4fbe83f4440d6b43c9ae&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2523] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:17 2026] DELETE /v2.0/security-groups/687509ea-9e8e-4a0c-9241-4bf869ec2369 => 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: 1177/2524] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:18 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1196 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2525] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:24:18 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:24:22.102 7 INFO neutron.db.segments_db [None req-e766ee32-0e76-460b-8283-a81d99ff0271 35299654559640e5828f0985daa22874 34d9ba37ac5a4918ab1e1b4c9e338732 - - default default] Added segment 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a of type vxlan for network b1b234b3-c92c-44d4-8d8b-95a51856ab6c [pid: 7|app: 0|req: 1178/2526] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:21 2026] POST /v2.0/networks => generated 613 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:24:22.285 8 INFO neutron.db.segments_db [None req-2ffd956e-e7a1-4217-b350-e0c14a52351c 35299654559640e5828f0985daa22874 34d9ba37ac5a4918ab1e1b4c9e338732 - - default default] Added segment 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 of type vxlan for network f34293bd-3ee5-40ea-8a99-acca3002dafd [pid: 8|app: 0|req: 1349/2527] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:22 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:24:22.437 7 INFO neutron.db.segments_db [None req-1a6ca777-e3b5-45b4-8dee-eafac3919516 35299654559640e5828f0985daa22874 34d9ba37ac5a4918ab1e1b4c9e338732 - - default default] Added segment ee2856f1-12af-4809-9561-1030c8d80b03 of type vxlan for network 95f2e49d-c64b-40b4-ab1f-57ba090c84c9 [pid: 7|app: 0|req: 1179/2528] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:22 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:24:22.604 8 INFO neutron.db.segments_db [None req-7e10ef3b-27d4-44fe-9c11-876272d83abb 35299654559640e5828f0985daa22874 34d9ba37ac5a4918ab1e1b4c9e338732 - - default default] Added segment 93d1c340-ed84-4c67-9a84-2f30dabbe897 of type vxlan for network f452c51c-f372-4cdc-a681-409bb827839d [pid: 8|app: 0|req: 1350/2529] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:22 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) 2026-06-16 06:24:22.752 7 INFO neutron.db.segments_db [None req-72e6843f-9bcd-445f-a02a-8025ae4a6f64 35299654559640e5828f0985daa22874 34d9ba37ac5a4918ab1e1b4c9e338732 - - default default] Added segment f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 of type vxlan for network 82321c60-d862-4ac8-bde5-419722f6a918 [pid: 7|app: 0|req: 1180/2530] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:22 2026] POST /v2.0/networks => generated 612 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2531] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:22 2026] PUT /v2.0/networks/b1b234b3-c92c-44d4-8d8b-95a51856ab6c/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2532] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:22 2026] PUT /v2.0/networks/f34293bd-3ee5-40ea-8a99-acca3002dafd/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: 1352/2533] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:23 2026] PUT /v2.0/networks/95f2e49d-c64b-40b4-ab1f-57ba090c84c9/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2534] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:23 2026] PUT /v2.0/networks/f452c51c-f372-4cdc-a681-409bb827839d/tags => 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: 1353/2535] 10.0.0.242 () {32 vars in 666 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2536] 10.0.0.242 () {32 vars in 680 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2537] 10.0.0.242 () {32 vars in 676 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2538] 10.0.0.242 () {32 vars in 688 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2539] 10.0.0.242 () {32 vars in 674 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2540] 10.0.0.242 () {32 vars in 688 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2541] 10.0.0.242 () {32 vars in 684 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2542] 10.0.0.242 () {32 vars in 696 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:24:23.798 8 INFO neutron.services.segments.plugin [-] Segment 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a resource provider aggregate not found 2026-06-16 06:24:23.814 8 INFO neutron.services.segments.plugin [-] Segment 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a resource provider aggregate not found 2026-06-16 06:24:23.831 8 INFO neutron.services.segments.plugin [-] Segment 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a found for delete ", "request_id": "req-ea38f412-d348-469e-8d97-55867495cd75"}]} [pid: 8|app: 0|req: 1357/2543] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:23 2026] DELETE /v2.0/networks/b1b234b3-c92c-44d4-8d8b-95a51856ab6c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:24:23.854 8 INFO neutron.services.segments.plugin [-] Segment 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7ad1ba-c879-404f-90e6-9d5d4c007f7a found for delete ", "request_id": "req-757b6019-1176-4390-9c74-8b84a6619d1d"}]} [pid: 8|app: 0|req: 1358/2544] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:23 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1196 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:24:23.992 7 INFO neutron.services.segments.plugin [-] Segment 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 resource provider aggregate not found 2026-06-16 06:24:24.004 7 INFO neutron.services.segments.plugin [-] Segment 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 resource provider aggregate not found 2026-06-16 06:24:24.012 7 INFO neutron.services.segments.plugin [-] Segment 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 found for delete ", "request_id": "req-9f874bdc-8507-4031-91d4-e60d531d7c5f"}]} [pid: 7|app: 0|req: 1187/2545] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:23 2026] DELETE /v2.0/networks/f34293bd-3ee5-40ea-8a99-acca3002dafd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:24:24.031 7 INFO neutron.services.segments.plugin [-] Segment 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d946b03-5c2d-4356-807a-88f3a7ae1ca4 found for delete ", "request_id": "req-6184e5ae-65fd-4ff8-8302-8ca57a28b3f3"}]} [pid: 8|app: 0|req: 1359/2546] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:24:24 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2547] 10.0.0.242 () {32 vars in 818 bytes} [Tue Jun 16 06:24:24 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&mac_address=fa%3A16%3A3e%3A26%3A58%3Ad0 => generated 1196 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2548] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:24 2026] DELETE /v2.0/networks/95f2e49d-c64b-40b4-ab1f-57ba090c84c9 => 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: 1189/2549] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:24 2026] DELETE /v2.0/networks/f452c51c-f372-4cdc-a681-409bb827839d => 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: 1190/2550] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:24 2026] DELETE /v2.0/networks/82321c60-d862-4ac8-bde5-419722f6a918 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:24:24.877 8 INFO neutron.db.l3_db [None req-a3674975-9e19-4c43-aa8b-5f51b93ca84d bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 2a1688a0-563d-4c2c-b915-692f176bfde1 associated. External IP: 10.96.250.211, port: a9ba3d77-96bb-477e-8828-5ed2b295efb0. [pid: 8|app: 0|req: 1361/2551] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:24:24 2026] POST /v2.0/floatingips => generated 854 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 06:24:25.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29aef2b9-ea14-4f4a-af09-fc78f2628bd6'] response: {'name': 'network-changed', 'server_uuid': '9c02ca1c-d585-4e3c-9344-043d6bdbff60', 'tag': 'a9ba3d77-96bb-477e-8828-5ed2b295efb0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1191/2552] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:25 2026] GET /v2.0/security-groups?tenant_id=34d9ba37ac5a4918ab1e1b4c9e338732&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2553] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:25 2026] DELETE /v2.0/security-groups/158f88b9-c700-4d4b-90c9-fafd520a38d2 => 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: 1192/2554] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:25 2026] GET /v2.0/security-groups?tenant_id=171e2719a2344e939a07de4b2b930ab3&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2555] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:25 2026] DELETE /v2.0/security-groups/163d77a5-7a51-4c4e-977e-e4fda1adb5ec => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2556] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:24:25 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1465 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2557] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:24:25 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2558] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:24:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2559] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:26.038 7 INFO neutron.services.segments.plugin [-] Segment ee2856f1-12af-4809-9561-1030c8d80b03 resource provider aggregate not found 2026-06-16 06:24:26.059 7 INFO neutron.services.segments.plugin [-] Segment ee2856f1-12af-4809-9561-1030c8d80b03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee2856f1-12af-4809-9561-1030c8d80b03 found for delete ", "request_id": "req-38895198-c49e-4e1e-b754-726590881fc1"}]} 2026-06-16 06:24:26.064 7 INFO neutron.services.segments.plugin [-] Segment ee2856f1-12af-4809-9561-1030c8d80b03 resource provider aggregate not found 2026-06-16 06:24:26.086 7 INFO neutron.services.segments.plugin [-] Segment ee2856f1-12af-4809-9561-1030c8d80b03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee2856f1-12af-4809-9561-1030c8d80b03 found for delete ", "request_id": "req-7225787f-c680-4d8e-978e-a9eb6e4b8b3f"}]} 2026-06-16 06:24:26.090 7 INFO neutron.services.segments.plugin [-] Segment 93d1c340-ed84-4c67-9a84-2f30dabbe897 resource provider aggregate not found [pid: 7|app: 0|req: 1195/2560] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/subnets?id=60323505-4009-4956-b955-4b71f00e4ba9&id=e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 1415 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:24:26.105 7 INFO neutron.services.segments.plugin [-] Segment 93d1c340-ed84-4c67-9a84-2f30dabbe897 resource provider aggregate not found 2026-06-16 06:24:26.111 7 INFO neutron.services.segments.plugin [-] Segment 93d1c340-ed84-4c67-9a84-2f30dabbe897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93d1c340-ed84-4c67-9a84-2f30dabbe897 found for delete ", "request_id": "req-bb3828f2-131e-461d-9acc-6dc40e1f358d"}]} 2026-06-16 06:24:26.124 7 INFO neutron.services.segments.plugin [-] Segment 93d1c340-ed84-4c67-9a84-2f30dabbe897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93d1c340-ed84-4c67-9a84-2f30dabbe897 found for delete ", "request_id": "req-af34c161-4176-4786-9169-c5985725c715"}]} 2026-06-16 06:24:26.147 7 INFO neutron.services.segments.plugin [-] Segment f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 resource provider aggregate not found 2026-06-16 06:24:26.148 7 INFO neutron.services.segments.plugin [-] Segment f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 resource provider aggregate not found 2026-06-16 06:24:26.177 7 INFO neutron.services.segments.plugin [-] Segment f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 found for delete ", "request_id": "req-3d610b1c-d53d-4cf6-bd13-32ea0fecb73c"}]} 2026-06-16 06:24:26.177 7 INFO neutron.services.segments.plugin [-] Segment f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8a3b2ae-3e3b-404c-9ff2-1cb45a2ad255 found for delete ", "request_id": "req-fd116e6e-4469-4d7f-be21-9debe1978baf"}]} [pid: 7|app: 0|req: 1196/2561] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2562] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/security-groups?tenant_id=207bf7e9b1c64c46b9107afd0aadb7b7&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2563] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2564] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2565] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:26 2026] DELETE /v2.0/security-groups/e68e8099-76d9-42f7-ac6a-97033891da04 => 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: 1199/2566] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:24:26 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1368/2567] 10.0.0.127 () {34 vars in 990 bytes} [Tue Jun 16 06:24:29 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1465 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2568] 10.0.0.127 () {34 vars in 1040 bytes} [Tue Jun 16 06:24:29 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2569] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:24:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2570] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:24:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2571] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:24:30 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: 7|app: 0|req: 1202/2572] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:24:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2573] 10.0.0.242 () {34 vars in 678 bytes} [Tue Jun 16 06:24:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2574] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:30 2026] PUT /v2.0/policies/64a43636-97ec-43d1-9cc3-5cfebf93b258/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2575] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:30 2026] PUT /v2.0/policies/f16e1dfb-6b46-4ffc-8836-f45ea2c977ff/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2576] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:30 2026] PUT /v2.0/policies/3f29b98a-7a02-4491-8922-94c0c1e5c0b5/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2577] 10.0.0.242 () {34 vars in 753 bytes} [Tue Jun 16 06:24:30 2026] PUT /v2.0/policies/7c7bc209-05fc-4436-bebe-89e71167ec55/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2580] 10.0.0.242 () {32 vars in 674 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2581] 10.0.0.242 () {32 vars in 688 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2582] 10.0.0.242 () {32 vars in 684 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2583] 10.0.0.242 () {32 vars in 696 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2584] 10.0.0.242 () {32 vars in 682 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2585] 10.0.0.242 () {32 vars in 696 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2586] 10.0.0.242 () {32 vars in 692 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2587] 10.0.0.242 () {32 vars in 704 bytes} [Tue Jun 16 06:24:31 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2588] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:31 2026] DELETE /v2.0/qos/policies/64a43636-97ec-43d1-9cc3-5cfebf93b258 => 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: 1379/2589] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:32 2026] DELETE /v2.0/qos/policies/f16e1dfb-6b46-4ffc-8836-f45ea2c977ff => 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: 1211/2590] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:32 2026] DELETE /v2.0/qos/policies/3f29b98a-7a02-4491-8922-94c0c1e5c0b5 => 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: 1380/2591] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:32 2026] DELETE /v2.0/qos/policies/7c7bc209-05fc-4436-bebe-89e71167ec55 => 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: 1212/2592] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:32 2026] DELETE /v2.0/qos/policies/c0cedabe-5695-43c4-aca7-303645596c2b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2593] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:33 2026] GET /v2.0/security-groups?tenant_id=83fb390c24994bd7a556f9bce2a4286c&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2594] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:33 2026] DELETE /v2.0/security-groups/af127c59-0c5b-4131-affb-add3a0b186ed => 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: 1382/2595] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:33 2026] GET /v2.0/security-groups?tenant_id=dd0b71193b6d48618c004919feb66473&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2596] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:33 2026] DELETE /v2.0/security-groups/76277467-ed72-45b0-93ae-b07cf2c3159f => 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: 1383/2597] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:33 2026] GET /v2.0/security-groups?tenant_id=ca91b97d463649dc8f32e99fffd55564&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2598] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:34 2026] DELETE /v2.0/security-groups/ad972d98-0026-41b5-8e92-82f1a617de33 => 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: 1384/2599] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:24:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2600] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:24:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2601] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:24:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2602] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:24:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2603] 10.0.0.242 () {34 vars in 684 bytes} [Tue Jun 16 06:24:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2604] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:24:39 2026] PUT /v2.0/security-groups/f4deb603-8a2e-48a1-b445-bea273b02890/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2605] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:24:39 2026] PUT /v2.0/security-groups/e8fd27e0-66ce-4c15-b0d2-2a550d0ce478/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2606] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:24:39 2026] PUT /v2.0/security-groups/89d159d1-6911-410c-ac85-5624f404c9fd/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2607] 10.0.0.242 () {34 vars in 767 bytes} [Tue Jun 16 06:24:39 2026] PUT /v2.0/security-groups/ce60feb9-7879-4d75-8f2a-cf1af40b3c06/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2608] 10.0.0.242 () {32 vars in 680 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2609] 10.0.0.242 () {32 vars in 694 bytes} [Tue Jun 16 06:24:39 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: 7|app: 0|req: 1221/2610] 10.0.0.242 () {32 vars in 690 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2611] 10.0.0.242 () {32 vars in 702 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2612] 10.0.0.242 () {32 vars in 688 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2613] 10.0.0.242 () {32 vars in 702 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2614] 10.0.0.242 () {32 vars in 698 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2615] 10.0.0.242 () {32 vars in 710 bytes} [Tue Jun 16 06:24:39 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2616] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:39 2026] DELETE /v2.0/security-groups/f4deb603-8a2e-48a1-b445-bea273b02890 => 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: 1393/2617] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:39 2026] DELETE /v2.0/security-groups/e8fd27e0-66ce-4c15-b0d2-2a550d0ce478 => 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: 1225/2618] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:40 2026] DELETE /v2.0/security-groups/89d159d1-6911-410c-ac85-5624f404c9fd => 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: 1394/2619] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:40 2026] DELETE /v2.0/security-groups/ce60feb9-7879-4d75-8f2a-cf1af40b3c06 => 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: 1226/2620] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:40 2026] DELETE /v2.0/security-groups/54876a72-2b43-4f5c-874a-5398c15ade7e => 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: 1395/2621] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:24:40 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2622] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:41 2026] GET /v2.0/security-groups?tenant_id=339bc1310e84443bbfd5f62f3a35748c&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2623] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:41 2026] DELETE /v2.0/security-groups/90257b5b-813a-4ae8-9ded-6bea4bd15a73 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2624] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:41 2026] GET /v2.0/security-groups?tenant_id=c843a21cb07b4a40bd1b1c337bdbdf33&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2625] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:41 2026] DELETE /v2.0/security-groups/163fd0c1-e147-45ed-ad10-6c4bd6ea80ea => 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: 1398/2626] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:42 2026] GET /v2.0/security-groups?tenant_id=0b91f8a2edd0403986b6f42d804d20ab&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2627] 10.0.0.110 () {30 vars in 690 bytes} [Tue Jun 16 06:24:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2628] 10.0.0.110 () {30 vars in 692 bytes} [Tue Jun 16 06:24:42 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: 1231/2629] 10.0.0.110 () {30 vars in 668 bytes} [Tue Jun 16 06:24:42 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: 1232/2630] 10.0.0.110 () {30 vars in 704 bytes} [Tue Jun 16 06:24:42 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: 1399/2631] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:42 2026] DELETE /v2.0/security-groups/c2376eee-0ff3-4fa1-9c32-5bbcea549b38 => 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: 1233/2632] 10.0.0.110 () {28 vars in 439 bytes} [Tue Jun 16 06:24:42 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2633] 10.0.0.110 () {30 vars in 728 bytes} [Tue Jun 16 06:24:42 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2634] 10.0.0.110 () {30 vars in 690 bytes} [Tue Jun 16 06:24:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2635] 10.0.0.110 () {30 vars in 692 bytes} [Tue Jun 16 06:24:42 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: 1235/2636] 10.0.0.110 () {30 vars in 668 bytes} [Tue Jun 16 06:24:42 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: 1402/2637] 10.0.0.110 () {30 vars in 704 bytes} [Tue Jun 16 06:24:42 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: 1236/2638] 10.0.0.110 () {30 vars in 728 bytes} [Tue Jun 16 06:24:42 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2639] 10.0.0.110 () {30 vars in 690 bytes} [Tue Jun 16 06:24:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2640] 10.0.0.110 () {30 vars in 692 bytes} [Tue Jun 16 06:24:43 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: 1404/2641] 10.0.0.110 () {30 vars in 668 bytes} [Tue Jun 16 06:24:43 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: 1238/2642] 10.0.0.110 () {30 vars in 704 bytes} [Tue Jun 16 06:24:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2643] 10.0.0.110 () {30 vars in 730 bytes} [Tue Jun 16 06:24:43 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2644] 10.0.0.110 () {30 vars in 682 bytes} [Tue Jun 16 06:24:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2645] 10.0.0.110 () {34 vars in 704 bytes} [Tue Jun 16 06:24:43 2026] POST /v2.0/ports => generated 1132 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2646] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:24:45 2026] POST /v2.0/floatingips => generated 552 bytes in 683 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: 1407/2647] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:24:46 2026] PUT /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/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: 1410/2650] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2651] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:24:46 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: 1412/2652] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:24:46 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: 1413/2653] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:24:46 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: 1414/2654] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2655] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2656] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:24:46 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: 1417/2657] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:24:46 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: 1418/2658] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:24:46.696 8 INFO neutron.api.v2.resource [None req-f55703ad-ad0b-4be5-a406-d8a4c9836d19 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1419/2659] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2660] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2661] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 25 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2662] 10.0.0.242 () {34 vars in 770 bytes} [Tue Jun 16 06:24:46 2026] PUT /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2663] 199.19.213.180 () {34 vars in 736 bytes} [Tue Jun 16 06:24:46 2026] POST /v2.0/security-groups => generated 1638 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2664] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/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: 1422/2665] 199.19.213.180 () {30 vars in 815 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/security-group-rules?security_group_id=d68759bb-dc8e-461c-9f64-7fbd3f2f73c8 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2666] 10.0.0.242 () {34 vars in 766 bytes} [Tue Jun 16 06:24:46 2026] PUT /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2667] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:46 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2668] 10.0.0.242 () {34 vars in 788 bytes} [Tue Jun 16 06:24:47 2026] PUT /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2669] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:24:46 2026] PUT /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2670] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 52 bytes in 55 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: 1248/2671] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2672] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2673] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:24:47 2026] PUT /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2674] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:24:47 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: 1426/2675] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:24:47 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: 1250/2676] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2677] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2678] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:24:47.404 8 INFO neutron.api.v2.resource [None req-65aff429-b732-4111-868d-75d4aeb71aba 4c002a9775a04aada6e80262df4af040 77f3c0be8fbd4e2394ee004a6fb8f84b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1428/2679] 10.0.0.242 () {32 vars in 751 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/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: 1252/2680] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:24:47 2026] DELETE /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2681] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:47.555 7 INFO neutron.api.v2.resource [None req-e34c075a-00d6-4da3-b1d0-664f157808e4 4c002a9775a04aada6e80262df4af040 77f3c0be8fbd4e2394ee004a6fb8f84b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1253/2682] 10.0.0.242 () {32 vars in 754 bytes} [Tue Jun 16 06:24:47 2026] DELETE /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2683] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:24:47 2026] DELETE /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/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: 1254/2684] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:47 2026] GET /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:47.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4486a46-616e-4cd5-ab2c-861311be50ff 4c002a9775a04aada6e80262df4af040 77f3c0be8fbd4e2394ee004a6fb8f84b - - default default] TaaS: Handle Delete Port: 1d43590f-ffae-4694-b512-4a3aa70b9d35 2026-06-16 06:24:47.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4486a46-616e-4cd5-ab2c-861311be50ff 4c002a9775a04aada6e80262df4af040 77f3c0be8fbd4e2394ee004a6fb8f84b - - default default] Tap Mirror: Handle Delete Port: 1d43590f-ffae-4694-b512-4a3aa70b9d35 [pid: 8|app: 0|req: 1431/2685] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:24:47 2026] DELETE /v2.0/floatingips/9ddde20e-9827-4ad9-b570-b24aaf2de706 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2686] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:48 2026] GET /v2.0/security-groups?tenant_id=f9af52b1a5064a7b928d5d0ea1b5e41d&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2687] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:48 2026] DELETE /v2.0/security-groups/b7aab83e-edbc-4b23-b50e-f9e2e4e5fd4d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2688] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:48 2026] GET /v2.0/security-groups?tenant_id=77f3c0be8fbd4e2394ee004a6fb8f84b&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2689] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:49 2026] DELETE /v2.0/security-groups/42022060-5779-4ad7-b58d-2126ccd79a6a => 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: 1257/2690] 10.0.0.242 () {34 vars in 676 bytes} [Tue Jun 16 06:24:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2691] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:24:52 2026] PUT /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/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: 1258/2692] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:52 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2693] 10.0.0.242 () {34 vars in 770 bytes} [Tue Jun 16 06:24:52 2026] PUT /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2694] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:52 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2695] 10.0.0.242 () {34 vars in 766 bytes} [Tue Jun 16 06:24:52 2026] PUT /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2696] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:52 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/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: 1437/2697] 10.0.0.242 () {34 vars in 788 bytes} [Tue Jun 16 06:24:52 2026] PUT /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2698] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:52 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2699] 10.0.0.242 () {34 vars in 759 bytes} [Tue Jun 16 06:24:52 2026] PUT /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2700] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:53 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2701] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:24:53 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:24:53.124 7 INFO neutron.api.v2.resource [None req-b0ae18b3-12d3-4015-8392-11f0fda58783 9fe18b4171ad4ab1b5a9fcab6c4e1041 57a8931d4be442b0a56ce49917159535 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1263/2702] 10.0.0.242 () {32 vars in 751 bytes} [Tue Jun 16 06:24:53 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2703] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:24:53 2026] DELETE /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2704] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:53 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:53.243 8 INFO neutron.api.v2.resource [None req-4b32499a-185d-462b-8f27-4c53a9a5464c 9fe18b4171ad4ab1b5a9fcab6c4e1041 57a8931d4be442b0a56ce49917159535 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1441/2705] 10.0.0.242 () {32 vars in 754 bytes} [Tue Jun 16 06:24:53 2026] DELETE /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2706] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:24:53 2026] DELETE /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/tags => 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: 1442/2707] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:53 2026] GET /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb/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: 1266/2708] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:24:53 2026] DELETE /v2.0/subnetpools/c3617dd7-7729-4654-b2ed-151e2eafa6bb => 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: 1443/2709] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:54 2026] GET /v2.0/security-groups?tenant_id=57a8931d4be442b0a56ce49917159535&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2710] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:54 2026] DELETE /v2.0/security-groups/607d99c6-c110-43de-9088-f89b97fb90a6 => 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: 1444/2711] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:24:54 2026] GET /v2.0/security-groups?tenant_id=0d571c6d95be41dbb6d5e258b9c4fb8d&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2712] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:24:54 2026] DELETE /v2.0/security-groups/ac015955-a967-470a-a27b-b1fc9f55a357 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2713] 10.0.0.5 () {34 vars in 1014 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2714] 10.0.0.5 () {34 vars in 980 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/networks?id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2715] 10.0.0.5 () {34 vars in 963 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/quotas/42f0a968a2dd4a0f82947b8ab3c25198 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2716] 10.0.0.5 () {34 vars in 1000 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2717] 10.0.0.5 () {34 vars in 1006 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1271/2718] 10.0.0.5 () {34 vars in 1106 bytes} [Tue Jun 16 06:24:55 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2719] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:56 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 12 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2720] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:56 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:58.334 8 INFO neutron.db.segments_db [None req-ace2285e-9cb2-486d-8cfa-971ebee480e4 897fd611f7144c6685718ed32fe0eca8 cb7262d2a72649078dc4ca20a091d6c0 - - default default] Added segment 26d24d22-6ab9-40b6-8ed5-be0f3a854438 of type vxlan for network 87708db5-c88f-433d-bce6-cf8d941c9a06 [pid: 8|app: 0|req: 1449/2721] 10.0.0.242 () {34 vars in 670 bytes} [Tue Jun 16 06:24:58 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2722] 10.0.0.242 () {34 vars in 669 bytes} [Tue Jun 16 06:24:58 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2723] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:24:58 2026] PUT /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2724] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:58 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2725] 10.0.0.242 () {34 vars in 762 bytes} [Tue Jun 16 06:24:58 2026] PUT /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/green => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2726] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:58 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2727] 10.0.0.242 () {34 vars in 758 bytes} [Tue Jun 16 06:24:58 2026] PUT /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2728] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/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: 1453/2729] 10.0.0.242 () {34 vars in 780 bytes} [Tue Jun 16 06:24:59 2026] PUT /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2730] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/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: 1454/2731] 10.0.0.242 () {34 vars in 751 bytes} [Tue Jun 16 06:24:59 2026] PUT /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2732] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2733] 10.0.0.242 () {32 vars in 739 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:24:59.418 7 INFO neutron.api.v2.resource [None req-ebd1f991-6f25-4fe2-bece-d0fb27799a27 897fd611f7144c6685718ed32fe0eca8 cb7262d2a72649078dc4ca20a091d6c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1279/2734] 10.0.0.242 () {32 vars in 743 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2735] 10.0.0.242 () {32 vars in 742 bytes} [Tue Jun 16 06:24:59 2026] DELETE /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2736] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:24:59.565 8 INFO neutron.api.v2.resource [None req-6e8f95af-e7e2-4296-bf99-bcdcf3442f67 897fd611f7144c6685718ed32fe0eca8 cb7262d2a72649078dc4ca20a091d6c0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/2737] 10.0.0.242 () {32 vars in 746 bytes} [Tue Jun 16 06:24:59 2026] DELETE /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/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: 1281/2738] 10.0.0.242 () {32 vars in 734 bytes} [Tue Jun 16 06:24:59 2026] DELETE /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2739] 10.0.0.242 () {32 vars in 731 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921/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: 1459/2740] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1460/2741] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:24:59 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2742] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:24:59 2026] DELETE /v2.0/subnets/51aa4065-4e97-4d6f-a3da-3cc521189921 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:24:59.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-71b91b85-12ce-48b3-827e-956d4e06e8d4 897fd611f7144c6685718ed32fe0eca8 cb7262d2a72649078dc4ca20a091d6c0 - - default default] TaaS: Handle Delete Port: fe7232a5-fd16-445c-8200-c32bf7cdd829 2026-06-16 06:24:59.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b91b85-12ce-48b3-827e-956d4e06e8d4 897fd611f7144c6685718ed32fe0eca8 cb7262d2a72649078dc4ca20a091d6c0 - - default default] Tap Mirror: Handle Delete Port: fe7232a5-fd16-445c-8200-c32bf7cdd829 [pid: 8|app: 0|req: 1461/2743] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:24:59 2026] DELETE /v2.0/networks/87708db5-c88f-433d-bce6-cf8d941c9a06 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:25:00.286 8 INFO neutron.services.segments.plugin [-] Segment 26d24d22-6ab9-40b6-8ed5-be0f3a854438 resource provider aggregate not found 2026-06-16 06:25:00.301 8 INFO neutron.services.segments.plugin [-] Segment 26d24d22-6ab9-40b6-8ed5-be0f3a854438 resource provider aggregate not found 2026-06-16 06:25:00.312 8 INFO neutron.services.segments.plugin [-] Segment 26d24d22-6ab9-40b6-8ed5-be0f3a854438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26d24d22-6ab9-40b6-8ed5-be0f3a854438 found for delete ", "request_id": "req-bff74764-372c-4a0f-850a-5c55e637abe5"}]} 2026-06-16 06:25:00.321 8 INFO neutron.services.segments.plugin [-] Segment 26d24d22-6ab9-40b6-8ed5-be0f3a854438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26d24d22-6ab9-40b6-8ed5-be0f3a854438 found for delete ", "request_id": "req-af5426d7-bde7-470c-aa49-cc41c4ae7c40"}]} [pid: 7|app: 0|req: 1283/2744] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:25:00 2026] GET /v2.0/networks?id=8aeca89e-2531-40ad-a6e5-2f9774043e38 => generated 735 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2745] 199.19.213.180 () {34 vars in 1050 bytes} [Tue Jun 16 06:25:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=42f0a968a2dd4a0f82947b8ab3c25198 => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2746] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:25:00 2026] GET /v2.0/security-groups?tenant_id=cb7262d2a72649078dc4ca20a091d6c0&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2747] 199.19.213.180 () {38 vars in 955 bytes} [Tue Jun 16 06:25:00 2026] POST /v2.0/ports => generated 1078 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1464/2748] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:25:01 2026] DELETE /v2.0/security-groups/90cd7bd6-724c-46b9-917a-4d60ea7beed6 => 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: 1467/2751] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:25:01 2026] GET /v2.0/security-groups?tenant_id=2936b06e9db348339943695a48d61b54&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2752] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:25:01 2026] DELETE /v2.0/security-groups/d21101bb-c55e-4916-ba9c-c3bee876cdf5 => 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: 1285/2753] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:25:01 2026] PUT /v2.0/ports/5a8a39be-1190-4cdd-9163-21e9273b09c1 => generated 1239 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:25:01.998 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0f1e951-ff15-476c-9dac-74aa28d62613'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '5a8a39be-1190-4cdd-9163-21e9273b09c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1469/2754] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1286/2755] 199.19.213.180 () {34 vars in 1018 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/networks?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&shared=False => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2756] 199.19.213.180 () {34 vars in 930 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2757] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2758] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2759] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:02 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2760] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2761] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1473/2762] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2763] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&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: 1474/2764] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1291/2765] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:03 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2766] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:05 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2767] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:25:05 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2768] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:05 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1293/2769] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:25:07 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2770] 199.19.213.180 () {34 vars in 1044 bytes} [Tue Jun 16 06:25:07 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2771] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:09 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1478/2772] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:25:09 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&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: 1295/2773] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:09 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1479/2774] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:11 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2775] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:25:11 2026] GET /v2.0/security-groups?id=97fa587c-1a47-4f36-a02c-cd85debd024c&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2776] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:25:12 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2783] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:25:47 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: 1484/2784] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:25:47 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: 1301/2785] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:25:47 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: 1485/2786] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:25:47 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: 1302/2787] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:25:47 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2788] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:25:47 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1303/2789] 199.19.213.180 () {34 vars in 717 bytes} [Tue Jun 16 06:25:47 2026] POST /v2.0/ports => generated 1059 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2790] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:25:48 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2791] 10.0.0.5 () {34 vars in 905 bytes} [Tue Jun 16 06:25:48 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2792] 199.19.213.180 () {34 vars in 1262 bytes} [Tue Jun 16 06:25:49 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9?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: 1305/2793] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:49 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1489/2794] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:49 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1306/2795] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:25:49 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1059 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2796] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:25:49 2026] GET /v2.0/networks?id=ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2797] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:25:49 2026] PUT /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1249 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:25:50.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85853392-fffa-46f6-91df-a33a7a27b43a'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': 'f9ef0bab-5086-452a-8d23-5bc514d92dd9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1491/2798] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:50 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2799] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:25:50 2026] GET /v2.0/networks?id=ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2800] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:25:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1309/2801] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:51 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2802] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:51 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&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: 1310/2803] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:51 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1494/2804] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:51 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1311/2805] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2485 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2806] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1312/2807] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2808] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2809] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1497/2810] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2811] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1498/2812] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2813] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&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: 1499/2814] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2815] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:52 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1500/2816] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:25:56 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2817] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:25:56 2026] PUT /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1276 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:25:57.001 8 INFO neutron.api.v2.resource [None req-8ac5ce9d-0c0e-47a6-b3e7-9192199df5be 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1501/2818] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:25:56 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:25:57.019 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bd06ff0-d0f3-4e7b-9d3d-c075a24d4160'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': 'f9ef0bab-5086-452a-8d23-5bc514d92dd9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1318/2819] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2820] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:25:57 2026] PUT /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1314 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:25:57.357 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dc49fd8-9c08-499e-8a9a-da8813b00407'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': 'f9ef0bab-5086-452a-8d23-5bc514d92dd9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1319/2821] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:25:57 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: 1503/2822] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:25: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: 7|app: 0|req: 1320/2823] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:25: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: 8|app: 0|req: 1504/2824] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:25: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: 7|app: 0|req: 1321/2825] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2826] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2827] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2828] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/networks?id=ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2829] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2830] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1508/2831] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2832] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2833] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2834] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2835] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2836] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1326/2837] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2838] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:25:57 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2839] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:25:58 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2840] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:25:58 2026] GET /v2.0/networks?id=ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2841] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1514/2842] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:25:58 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2843] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:25:58 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&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: 8|app: 0|req: 1515/2844] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:25:59 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1330/2845] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:25:59 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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-16 06:26:04.975 7 INFO neutron.db.l3_db [None req-9855f950-7553-4209-8afd-81f7cc70670f bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 313bbe2c-1229-42de-a246-1560399cd3ed associated. External IP: 10.96.250.204, port: c3e52bec-c72d-4bf6-a6da-90d2c73db05c. [pid: 7|app: 0|req: 1332/2848] 10.0.0.242 () {34 vars in 677 bytes} [Tue Jun 16 06:26:04 2026] POST /v2.0/floatingips => generated 899 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2849] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2850] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:10 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: 1518/2851] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:10 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: 1334/2852] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:10 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-16 06:26:10.253 8 INFO neutron.api.v2.resource [None req-2949b969-1460-4191-ab33-e953aa445bca 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/2853] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:26:10 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2854] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:26:10 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => 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: 1520/2855] 199.19.213.180 () {30 vars in 815 bytes} [Tue Jun 16 06:26:10 2026] GET /v2.0/security-group-rules?security_group_id=d68759bb-dc8e-461c-9f64-7fbd3f2f73c8 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2856] 199.19.213.180 () {34 vars in 747 bytes} [Tue Jun 16 06:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2857] 199.19.213.180 () {34 vars in 747 bytes} [Tue Jun 16 06:26:10 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: 8|app: 0|req: 1523/2860] 10.0.0.110 () {30 vars in 690 bytes} [Tue Jun 16 06:26:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2861] 10.0.0.110 () {30 vars in 692 bytes} [Tue Jun 16 06:26:21 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: 1524/2862] 10.0.0.110 () {30 vars in 668 bytes} [Tue Jun 16 06:26:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2863] 10.0.0.110 () {30 vars in 704 bytes} [Tue Jun 16 06:26:21 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: 8|app: 0|req: 1525/2864] 10.0.0.110 () {28 vars in 439 bytes} [Tue Jun 16 06:26:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2865] 10.0.0.110 () {30 vars in 728 bytes} [Tue Jun 16 06:26:21 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2866] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2867] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:22 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: 1527/2868] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2869] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:22 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: 1528/2870] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2871] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2872] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:22 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: 1344/2873] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:22 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: 1530/2874] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:22 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: 1345/2875] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2876] 199.19.213.180 () {34 vars in 717 bytes} [Tue Jun 16 06:26:22 2026] POST /v2.0/ports => generated 1328 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2877] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:26:22 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1328 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, ' [pid: 8|app: 0|req: 1532/2878] 10.0.0.5 () {34 vars in 905 bytes} [Tue Jun 16 06:26:22 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: 1347/2879] 199.19.213.180 () {34 vars in 1262 bytes} [Tue Jun 16 06:26:24 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2880] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:24 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1348/2881] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:24 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2882] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:26:24 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2883] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:26:24 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2884] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:26:24 2026] PUT /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1518 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:26:25.413 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1290239d-a4d5-4d01-a708-302fd2698118'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '30a2d076-c1fd-44a6-a6e5-4acf8cd7a662', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1350/2885] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:26:25 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1536/2886] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:26:25 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => 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: 1351/2887] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1537/2888] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c1&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2889] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2890] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2891] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2892] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2893] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:26 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1540/2894] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2895] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1541/2896] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => 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: 1356/2897] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2898] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1357/2899] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1543/2900] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1358/2901] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2902] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&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: 1359/2903] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2904] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1360/2905] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1546/2906] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c1&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1361/2907] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2908] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:27 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2909] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:28 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&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: 1548/2910] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:28 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2911] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:28 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1550/2914] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2915] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2916] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2917] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/subnets/8027a931-edf6-45a1-94f5-5ee4fb49b478 => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2918] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2919] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:32 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: 1553/2920] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:32 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: 1368/2921] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2922] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2923] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2924] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2925] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2926] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2927] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2928] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:32 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2929] 10.0.0.110 () {30 vars in 690 bytes} [Tue Jun 16 06:26:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2930] 10.0.0.110 () {30 vars in 692 bytes} [Tue Jun 16 06:26:38 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: 1373/2931] 10.0.0.110 () {30 vars in 668 bytes} [Tue Jun 16 06:26: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: 8|app: 0|req: 1559/2932] 10.0.0.110 () {30 vars in 704 bytes} [Tue Jun 16 06:26: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: 7|app: 0|req: 1374/2933] 10.0.0.110 () {28 vars in 439 bytes} [Tue Jun 16 06:26:38 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2934] 10.0.0.110 () {30 vars in 728 bytes} [Tue Jun 16 06:26:38 2026] GET /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2935] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:40 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: 1561/2936] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:40 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: 1376/2937] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:40 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: 1562/2938] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:40 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: 1377/2939] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:40 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2940] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:40 2026] GET /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2941] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:26:40 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4098 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2942] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:40 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: 1379/2943] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:40 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: 1565/2944] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:40 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: 1380/2945] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:40 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: 1566/2946] 199.19.213.180 () {34 vars in 717 bytes} [Tue Jun 16 06:26:40 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: 7|app: 0|req: 1381/2947] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:26:41 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1332 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: 1567/2948] 199.19.213.180 () {34 vars in 1262 bytes} [Tue Jun 16 06:26:42 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2949] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:42 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1568/2950] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:42 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1383/2951] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:26:42 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2952] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:26:42 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2953] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:26:43 2026] PUT /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1522 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:26:43.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21947081-d793-499a-8bf8-0ed7da76cc7b'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '5eb46638-50ab-4eee-bdcf-9293d7dcbfa5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1570/2954] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 5612 bytes in 53 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: 1385/2955] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2956] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => 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: 1386/2957] 199.19.213.180 () {34 vars in 1106 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A265&port_id=5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => 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: 1572/2958] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/subnets?id=60323505-4009-4956-b955-4b71f00e4ba9&id=e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => 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: 1387/2959] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&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: 8|app: 0|req: 1573/2960] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2961] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2962] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:44 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2963] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 5612 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2964] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1390/2965] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2966] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2967] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1577/2968] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1392/2969] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1578/2970] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2971] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2972] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1394/2973] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2974] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1395/2975] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c1&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1581/2976] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2977] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/2978] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2979] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1583/2980] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1398/2983] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => 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: 1586/2984] 199.19.213.180 () {34 vars in 1106 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A265&port_id=5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => 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: 1399/2985] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/subnets?id=60323505-4009-4956-b955-4b71f00e4ba9&id=e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2986] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&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: 1400/2987] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&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: 1588/2988] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1401/2989] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:46 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2990] 10.0.0.5 () {34 vars in 969 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1524 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2991] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2992] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2993] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/subnets/e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2994] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2995] 199.19.213.180 () {34 vars in 790 bytes} [Tue Jun 16 06:26:50 2026] PUT /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1255 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:26:50.878 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-13a5a8c0-b329-4cbc-8172-ad439afb4733'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '30a2d076-c1fd-44a6-a6e5-4acf8cd7a662', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1592/2996] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956 => generated 797 bytes in 62 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: 1405/2997] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:50 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2998] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:26:51 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: 1406/2999] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:26:51 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: 1594/3000] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:26:51 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: 1407/3001] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3002] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3003] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3004] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3005] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3006] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => 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: 1410/3007] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => 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: 1411/3008] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3009] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 5385 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3010] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3011] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1413/3012] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/subnets?id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3013] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3014] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3015] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:26:51 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1416/3018] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:03 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: 1603/3019] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3020] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:03 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: 1604/3021] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:03 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: 1418/3022] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:03 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3023] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:03 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 5385 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3024] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27: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: 1606/3025] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/3026] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:04 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: 1607/3027] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:04 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: 1421/3028] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:04 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3029] 199.19.213.180 () {34 vars in 790 bytes} [Tue Jun 16 06:27:04 2026] PUT /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1255 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:04.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac43be8c-99c3-450a-85e9-acbae16c5b22'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '5eb46638-50ab-4eee-bdcf-9293d7dcbfa5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1422/3030] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:27:04 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 798 bytes in 52 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: 1609/3031] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:04 2026] GET /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3032] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:04 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3033] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3034] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:27:04 2026] PUT /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1080 bytes in 477 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: 1425/3035] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3036] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3037] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3038] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3039] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1613/3040] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:05 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3041] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:06 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:06.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9f6557e-940c-4519-853f-a62fe8b7a8f3'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '5eb46638-50ab-4eee-bdcf-9293d7dcbfa5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1614/3042] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3043] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3044] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1430/3045] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1616/3046] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3047] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3048] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3049] 199.19.213.180 () {34 vars in 1016 bytes} [Tue Jun 16 06:27:07 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3050] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:27:07 2026] PUT /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 917 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3051] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:08 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3869 bytes in 44 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-16 06:27:08.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e6390ee-94be-4006-aa07-47d01e398cab 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:27:08.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e6390ee-94be-4006-aa07-47d01e398cab 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 [pid: 8|app: 0|req: 1619/3052] 199.19.213.180 () {32 vars in 759 bytes} [Tue Jun 16 06:27:08 2026] DELETE /v2.0/ports/5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3053] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:08 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: 1620/3054] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:08 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: 1435/3055] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:08 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: 1621/3056] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:09 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: 1436/3057] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3058] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => 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: 1437/3059] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3060] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3061] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3062] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3063] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3064] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3065] 199.19.213.180 () {34 vars in 1226 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/networks?id=8aeca89e-2531-40ad-a6e5-2f9774043e38&id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&id=25d4c4df-7221-4ab6-9f40-286622e73956&id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 3097 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3066] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1441/3067] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3068] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3069] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1628/3070] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3071] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1629/3072] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3073] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&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: 8|app: 0|req: 1630/3074] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:09 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1445/3075] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1631/3076] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1446/3077] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/subnets?id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3078] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&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: 1447/3079] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1633/3080] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:10 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3081] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:13 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: 1634/3082] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:13 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: 1449/3083] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3084] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3085] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3086] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:13 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: 1451/3087] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3088] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3089] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3090] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:13 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1291 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3091] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:27:13 2026] PUT /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:14.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4da02a0-aa6c-46a4-a3e7-33626643fad1'] response: {'name': 'network-changed', 'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'tag': '30a2d076-c1fd-44a6-a6e5-4acf8cd7a662', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1639/3092] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956 => generated 797 bytes in 46 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: 1454/3093] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3094] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3095] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3096] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3097] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:14 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1642/3098] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:15 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1457/3099] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:15 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3102] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:27:16 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3103] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:16 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 3694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3104] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:16 2026] GET /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662?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: 7|app: 0|req: 1460/3105] 199.19.213.180 () {34 vars in 1016 bytes} [Tue Jun 16 06:27:16 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3106] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:27:16 2026] PUT /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => generated 917 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3107] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:17 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 48 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-16 06:27:17.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ab9c870-b1c2-4663-bf1a-b26b193a66fb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:27:17.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ab9c870-b1c2-4663-bf1a-b26b193a66fb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 [pid: 8|app: 0|req: 1647/3108] 199.19.213.180 () {32 vars in 759 bytes} [Tue Jun 16 06:27:17 2026] DELETE /v2.0/ports/30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 => 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: 1462/3109] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3110] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:18 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: 1463/3111] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:18 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: 1649/3112] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27: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: 7|app: 0|req: 1464/3113] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3114] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => 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: 1465/3115] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3116] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3117] 199.19.213.180 () {30 vars in 743 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => 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: 1652/3118] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => 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: 1467/3119] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3120] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1468/3121] 199.19.213.180 () {34 vars in 1146 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks?id=8aeca89e-2531-40ad-a6e5-2f9774043e38&id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 2310 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3122] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1469/3123] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => 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: 1655/3124] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3125] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1656/3126] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1471/3127] 199.19.213.180 () {34 vars in 1058 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.164&port_id=f9ef0bab-5086-452a-8d23-5bc514d92dd9 => 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: 1657/3128] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/subnets?id=eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3129] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/ports?network_id=ffa3eed3-9b45-4d83-b79e-5422caa8411a&device_owner=network%3Adhcp => generated 1461 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3130] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1473/3131] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:18 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?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: 1659/3132] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:30 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: 1474/3133] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:30 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: 1660/3134] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:30 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: 1475/3135] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:27:30.090 8 INFO neutron.api.v2.resource [None req-32079382-1982-46b7-bd84-0652c280f7eb 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3136] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:27:30 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3137] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:27:30 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 2865 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3138] 199.19.213.180 () {30 vars in 815 bytes} [Tue Jun 16 06:27:30 2026] GET /v2.0/security-group-rules?security_group_id=d68759bb-dc8e-461c-9f64-7fbd3f2f73c8 => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3139] 199.19.213.180 () {32 vars in 789 bytes} [Tue Jun 16 06:27:30 2026] DELETE /v2.0/security-group-rules/5482bfdf-e004-4992-a3bc-3f310bdba6d6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3140] 199.19.213.180 () {32 vars in 789 bytes} [Tue Jun 16 06:27:30 2026] DELETE /v2.0/security-group-rules/6005c2aa-d7d7-4aab-8ef0-04d22f0a7968 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:27:33.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-86801253-7717-4b37-92f5-fdde069c6641 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 51f6243b-ae0a-4fde-9241-69b2def3490c 2026-06-16 06:27:33.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86801253-7717-4b37-92f5-fdde069c6641 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 51f6243b-ae0a-4fde-9241-69b2def3490c 2026-06-16 06:27:34.165 8 INFO neutron.db.l3_db [None req-86801253-7717-4b37-92f5-fdde069c6641 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 313bbe2c-1229-42de-a246-1560399cd3ed disassociated (deleted). External IP: 10.96.250.204, port: c3e52bec-c72d-4bf6-a6da-90d2c73db05c. [pid: 8|app: 0|req: 1665/3143] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:27:33 2026] DELETE /v2.0/floatingips/313bbe2c-1229-42de-a246-1560399cd3ed => generated 0 bytes in 707 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:27:34.548 7 INFO neutron.api.v2.resource [None req-2e99c059-300c-477c-a586-aa7e7bea5dc7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3144] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:27:34 2026] GET /v2.0/floatingips/313bbe2c-1229-42de-a246-1560399cd3ed => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3145] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:35 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: 1480/3146] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:35 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: 1667/3147] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3148] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:35 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) 2026-06-16 06:27:35.516 8 INFO neutron.api.v2.resource [None req-24b51107-6a21-4113-b3cf-bca1937b85c3 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3149] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3150] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => 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: 1669/3151] 199.19.213.180 () {30 vars in 815 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/security-group-rules?security_group_id=d68759bb-dc8e-461c-9f64-7fbd3f2f73c8 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3152] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:35 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: 1670/3153] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:35 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: 1484/3154] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3155] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:35 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: 1485/3156] 199.19.213.180 () {30 vars in 741 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3157] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3158] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3159] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:35 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3160] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:37 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3161] 199.19.213.180 () {34 vars in 975 bytes} [Tue Jun 16 06:27:38 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3162] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:38 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3163] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:38 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1489/3164] 199.19.213.180 () {34 vars in 1016 bytes} [Tue Jun 16 06:27:38 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3165] 199.19.213.180 () {38 vars in 1028 bytes} [Tue Jun 16 06:27:38 2026] PUT /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1151 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3166] 199.19.213.180 () {30 vars in 769 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1677/3167] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:27:39 2026] PUT /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1090 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3168] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 1090 bytes in 30 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-16 06:27:39.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-90d2794a-d6a0-468e-babb-f1552bbfee13 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: f9ef0bab-5086-452a-8d23-5bc514d92dd9 2026-06-16 06:27:39.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90d2794a-d6a0-468e-babb-f1552bbfee13 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: f9ef0bab-5086-452a-8d23-5bc514d92dd9 [pid: 8|app: 0|req: 1678/3169] 199.19.213.180 () {32 vars in 759 bytes} [Tue Jun 16 06:27:39 2026] DELETE /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3170] 199.19.213.180 () {30 vars in 703 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3171] 199.19.213.180 () {30 vars in 705 bytes} [Tue Jun 16 06:27:39 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: 1493/3172] 199.19.213.180 () {30 vars in 681 bytes} [Tue Jun 16 06:27:39 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: 1680/3173] 199.19.213.180 () {30 vars in 717 bytes} [Tue Jun 16 06:27:39 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) 2026-06-16 06:27:39.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e233de1-f05e-45ce-b0c7-149c56eb6ff5 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3174] 199.19.213.180 () {32 vars in 759 bytes} [Tue Jun 16 06:27:39 2026] DELETE /v2.0/ports/f9ef0bab-5086-452a-8d23-5bc514d92dd9 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3175] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:39.971 7 INFO neutron.api.v2.resource [None req-2bc213ba-d6bf-4020-b543-157697b03119 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3176] 199.19.213.180 () {30 vars in 763 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/security-groups/lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3177] 199.19.213.180 () {30 vars in 785 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/security-groups?name=lb-f11f9400-f767-4abc-bf36-1ce377babdca => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3178] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:39 2026] GET /v2.0/ports?tenant_id=42f0a968a2dd4a0f82947b8ab3c25198&device_id=e70346ba-4332-4248-a545-7a3aa5183511 => 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: 1683/3179] 199.19.213.180 () {30 vars in 737 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => 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: 1497/3180] 199.19.213.180 () {34 vars in 1066 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/networks?id=8aeca89e-2531-40ad-a6e5-2f9774043e38&id=ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 1524 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3181] 199.19.213.180 () {34 vars in 1060 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.60&port_id=5a8a39be-1190-4cdd-9163-21e9273b09c1 => 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: 1499/3182] 199.19.213.180 () {34 vars in 984 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/subnets?id=642b693e-f927-4f23-8b82-5279552b053e => 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: 1500/3183] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/ports?network_id=8aeca89e-2531-40ad-a6e5-2f9774043e38&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: 1501/3184] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?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: 1684/3185] 199.19.213.180 () {34 vars in 789 bytes} [Tue Jun 16 06:27:40 2026] PUT /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 1094 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3186] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:40 2026] GET /v2.0/networks/8aeca89e-2531-40ad-a6e5-2f9774043e38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3187] 199.19.213.180 () {32 vars in 779 bytes} [Tue Jun 16 06:27:40 2026] DELETE /v2.0/security-groups/d68759bb-dc8e-461c-9f64-7fbd3f2f73c8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:27:40.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-f82f9a1c-e3cc-4923-bb24-2bc1afe60c44 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: c3e52bec-c72d-4bf6-a6da-90d2c73db05c 2026-06-16 06:27:40.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f82f9a1c-e3cc-4923-bb24-2bc1afe60c44 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: c3e52bec-c72d-4bf6-a6da-90d2c73db05c [pid: 7|app: 0|req: 1503/3188] 199.19.213.180 () {32 vars in 759 bytes} [Tue Jun 16 06:27:40 2026] DELETE /v2.0/ports/c3e52bec-c72d-4bf6-a6da-90d2c73db05c => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3189] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:27:43 2026] GET /v2.0/ports?device_id=e70346ba-4332-4248-a545-7a3aa5183511 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:43.480 7 INFO neutron_taas.services.taas.taas_plugin [req-04e6cb33-1e5b-4f7d-a182-9968a66cde24 req-95d452c4-68bd-4133-a0d6-7a6b365fa135 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] TaaS: Handle Delete Port: 5a8a39be-1190-4cdd-9163-21e9273b09c1 2026-06-16 06:27:43.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04e6cb33-1e5b-4f7d-a182-9968a66cde24 req-95d452c4-68bd-4133-a0d6-7a6b365fa135 7dd9ee801992421c96223dc5ca634b6f 42f0a968a2dd4a0f82947b8ab3c25198 - - default default] Tap Mirror: Handle Delete Port: 5a8a39be-1190-4cdd-9163-21e9273b09c1 [pid: 7|app: 0|req: 1504/3190] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:27:43 2026] DELETE /v2.0/ports/5a8a39be-1190-4cdd-9163-21e9273b09c1 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:27:43.686 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb7069d2-a664-4790-b8ee-704c18aa0d45'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-deleted', 'tag': '5a8a39be-1190-4cdd-9163-21e9273b09c1', 'status': 'completed', 'code': 200} 2026-06-16 06:27:44.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1172911-64a6-4fa8-9f62-e04e380bb71e bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 97e6ee72-8a54-47fe-8d94-f7d0f3de6cc5 2026-06-16 06:27:44.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1172911-64a6-4fa8-9f62-e04e380bb71e bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 97e6ee72-8a54-47fe-8d94-f7d0f3de6cc5 2026-06-16 06:27:45.118 8 INFO neutron.db.l3_db [None req-c1172911-64a6-4fa8-9f62-e04e380bb71e bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 2a1688a0-563d-4c2c-b915-692f176bfde1 disassociated (deleted). External IP: 10.96.250.211, port: a9ba3d77-96bb-477e-8828-5ed2b295efb0. [pid: 8|app: 0|req: 1687/3191] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:27:44 2026] DELETE /v2.0/floatingips/2a1688a0-563d-4c2c-b915-692f176bfde1 => generated 0 bytes in 732 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:27:45.525 7 INFO neutron.api.v2.resource [None req-2e81a5b0-d62e-4cbb-8f85-a1b80796f6ee bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3192] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:27:45 2026] GET /v2.0/floatingips/2a1688a0-563d-4c2c-b915-692f176bfde1 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:27:45.543 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b537eaed-f278-4801-8934-015d50312a7c'] response: {'name': 'network-changed', 'server_uuid': '9c02ca1c-d585-4e3c-9344-043d6bdbff60', 'tag': 'a9ba3d77-96bb-477e-8828-5ed2b295efb0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1688/3193] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:27:45 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3194] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:27:45 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3195] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3196] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/networks?id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3197] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3198] 199.19.213.180 () {34 vars in 1104 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a&port_id=a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3199] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/subnets?id=60323505-4009-4956-b955-4b71f00e4ba9&id=e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3202] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3203] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/ports?network_id=56a57e7a-1d3f-4581-90a7-ab3fd0160b44&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: 1510/3204] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1695/3205] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:46 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44?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: 1511/3206] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:27:48 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:48.327 8 INFO neutron_taas.services.taas.taas_plugin [req-64ac768d-d784-49e4-8d86-f2b7935be545 req-eeeea6a6-7724-4384-b36b-6a29ff4aceec bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: a9ba3d77-96bb-477e-8828-5ed2b295efb0 2026-06-16 06:27:48.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64ac768d-d784-49e4-8d86-f2b7935be545 req-eeeea6a6-7724-4384-b36b-6a29ff4aceec bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: a9ba3d77-96bb-477e-8828-5ed2b295efb0 [pid: 8|app: 0|req: 1696/3207] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:27:48 2026] DELETE /v2.0/ports/a9ba3d77-96bb-477e-8828-5ed2b295efb0 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:27:48.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cad292fc-1530-45f9-a603-1edff34b6d2a'] response: {'server_uuid': '9c02ca1c-d585-4e3c-9344-043d6bdbff60', 'name': 'network-vif-deleted', 'tag': 'a9ba3d77-96bb-477e-8828-5ed2b295efb0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1512/3208] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:27:50 2026] GET /v2.0/ports?device_id=9c02ca1c-d585-4e3c-9344-043d6bdbff60 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 06:27:56.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b082ae8-3bf8-4a03-a6fe-f10884aeb4d7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: ef182c40-1c18-4153-a759-14c742464802 2026-06-16 06:27:56.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b082ae8-3bf8-4a03-a6fe-f10884aeb4d7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: ef182c40-1c18-4153-a759-14c742464802 2026-06-16 06:27:56.399 8 INFO neutron.db.l3_db [None req-4b082ae8-3bf8-4a03-a6fe-f10884aeb4d7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Floating IP 80e3ede6-e878-402d-9afb-908e2dcaf1ae disassociated (deleted). External IP: 10.96.250.214, port: 46af16ef-a10c-4180-bcb4-bb8d5ed64521. [pid: 8|app: 0|req: 1697/3209] 10.0.0.242 () {32 vars in 732 bytes} [Tue Jun 16 06:27:56 2026] DELETE /v2.0/floatingips/80e3ede6-e878-402d-9afb-908e2dcaf1ae => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:27:56.789 7 INFO neutron.api.v2.resource [None req-3e9e5114-f19a-4cb1-877c-5155dd57b1d3 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3210] 10.0.0.242 () {32 vars in 729 bytes} [Tue Jun 16 06:27:56 2026] GET /v2.0/floatingips/80e3ede6-e878-402d-9afb-908e2dcaf1ae => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:27:56.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5710ccfa-08f7-4513-b014-f7c8a9b5a2c1'] response: {'name': 'network-changed', 'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1698/3211] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:27:56 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1192 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3212] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3213] 199.19.213.180 () {34 vars in 1080 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/ports?tenant_id=c8fb0e096a0b4c45a16f28921c969058&device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => 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: 1515/3214] 199.19.213.180 () {34 vars in 986 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/networks?id=25d4c4df-7221-4ab6-9f40-286622e73956 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3215] 199.19.213.180 () {34 vars in 1056 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.42&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => 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/3216] 199.19.213.180 () {34 vars in 1102 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ad7&port_id=46af16ef-a10c-4180-bcb4-bb8d5ed64521 => 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: 1701/3217] 199.19.213.180 () {34 vars in 1064 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/subnets?id=8027a931-edf6-45a1-94f5-5ee4fb49b478&id=07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3218] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&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: 1702/3219] 199.19.213.180 () {34 vars in 1052 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/ports?network_id=25d4c4df-7221-4ab6-9f40-286622e73956&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3220] 199.19.213.180 () {34 vars in 1012 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1703/3221] 199.19.213.180 () {34 vars in 1112 bytes} [Tue Jun 16 06:27:57 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956?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: 1519/3222] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:27:58 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3223] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:27:58 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3224] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:27:59 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => 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: 1705/3225] 10.0.0.5 () {34 vars in 1038 bytes} [Tue Jun 16 06:27:59 2026] GET /v2.0/security-groups?id=c98bd036-f08a-4512-805d-063cb6c15293&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3226] 199.19.213.180 () {34 vars in 994 bytes} [Tue Jun 16 06:27:59 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => generated 1192 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 06:27:59.615 8 INFO neutron_taas.services.taas.taas_plugin [req-c4b01a6e-0356-4c2a-a7ba-5d898e42beb8 req-bd26d622-d5b7-41e9-91ae-830d5aa09b33 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 46af16ef-a10c-4180-bcb4-bb8d5ed64521 2026-06-16 06:27:59.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c4b01a6e-0356-4c2a-a7ba-5d898e42beb8 req-bd26d622-d5b7-41e9-91ae-830d5aa09b33 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 46af16ef-a10c-4180-bcb4-bb8d5ed64521 [pid: 8|app: 0|req: 1706/3227] 199.19.213.180 () {36 vars in 997 bytes} [Tue Jun 16 06:27:59 2026] DELETE /v2.0/ports/46af16ef-a10c-4180-bcb4-bb8d5ed64521 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:27:59.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a048b1e8-b209-483a-b973-400ab5d6cc22'] response: {'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'name': 'network-vif-deleted', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1523/3230] 10.0.0.5 () {34 vars in 988 bytes} [Tue Jun 16 06:28:02 2026] GET /v2.0/ports?device_id=814905ed-1bfa-4fb1-9f24-e9bcea0af61b => 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: 1708/3231] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/eb725ad7-6d9d-4cd7-8242-e00511a5c4b9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.382 7 INFO neutron.api.v2.resource [None req-81be6dbe-9b8f-40f8-972c-a76e8602141e bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3232] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/eb725ad7-6d9d-4cd7-8242-e00511a5c4b9 => generated 155 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3233] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/6c2b3b99-f940-4eab-b6ee-446b74435a85 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.488 7 INFO neutron.api.v2.resource [None req-39d19152-4710-4352-8c23-40038e2a2152 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3234] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/6c2b3b99-f940-4eab-b6ee-446b74435a85 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3235] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/c15f6bc2-d98f-4fb5-94cd-5377b346e6d0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.596 7 INFO neutron.api.v2.resource [None req-83177fc3-1b6b-4e73-9e23-18e322067e79 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3236] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/c15f6bc2-d98f-4fb5-94cd-5377b346e6d0 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3237] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/46af9bb0-8f18-473e-bd8a-c97a3f9cb539 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.703 7 INFO neutron.api.v2.resource [None req-0431d534-b601-466d-8627-badddb091e35 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3238] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/46af9bb0-8f18-473e-bd8a-c97a3f9cb539 => generated 155 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3239] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/cedae631-6f7b-48f4-860b-62438ba8fa87 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.790 7 INFO neutron.api.v2.resource [None req-ae7b1b1e-22b9-41f3-95ec-3360efa4d246 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3240] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/cedae631-6f7b-48f4-860b-62438ba8fa87 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3241] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/e5237a13-d5b7-4e03-a32e-d332d1ef94b3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:07.909 7 INFO neutron.api.v2.resource [None req-4e545e37-a5dc-4695-9121-b98d0a293b98 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3242] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/e5237a13-d5b7-4e03-a32e-d332d1ef94b3 => generated 155 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3243] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:07 2026] DELETE /v2.0/security-group-rules/66cf8f9d-d072-4c36-b61c-712cf9aecc8d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.017 7 INFO neutron.api.v2.resource [None req-b8b231bb-682e-43bc-be40-ca5c6c5724b9 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3244] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:07 2026] GET /v2.0/security-group-rules/66cf8f9d-d072-4c36-b61c-712cf9aecc8d => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3245] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:08 2026] DELETE /v2.0/security-group-rules/117933b8-af00-4052-a120-6fefa7168b91 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.111 7 INFO neutron.api.v2.resource [None req-f62d3406-5c42-489b-85db-b2c985156228 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3246] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:08 2026] GET /v2.0/security-group-rules/117933b8-af00-4052-a120-6fefa7168b91 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3247] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:08 2026] DELETE /v2.0/security-group-rules/602421db-6050-4c38-b237-b94278088046 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.200 7 INFO neutron.api.v2.resource [None req-4133d13a-3e32-41a2-b2ac-69bbebdce088 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3248] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:08 2026] GET /v2.0/security-group-rules/602421db-6050-4c38-b237-b94278088046 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3249] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:08 2026] DELETE /v2.0/security-group-rules/84283396-c789-4a38-a1f6-55bdfb72fd10 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.295 7 INFO neutron.api.v2.resource [None req-b99fcd58-07a9-4eef-9974-7cb13f6872fe bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3250] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:08 2026] GET /v2.0/security-group-rules/84283396-c789-4a38-a1f6-55bdfb72fd10 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3251] 10.0.0.242 () {32 vars in 750 bytes} [Tue Jun 16 06:28:08 2026] DELETE /v2.0/security-group-rules/73556341-7c42-4785-9fa2-b7688429b2a1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.386 7 INFO neutron.api.v2.resource [None req-e54a683c-01a3-4635-96fc-78f96432ee2e bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3252] 10.0.0.242 () {32 vars in 747 bytes} [Tue Jun 16 06:28:08 2026] GET /v2.0/security-group-rules/73556341-7c42-4785-9fa2-b7688429b2a1 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3253] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:08 2026] DELETE /v2.0/security-groups/c98bd036-f08a-4512-805d-063cb6c15293 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:08.482 7 INFO neutron.api.v2.resource [None req-2ff39bd5-5031-44bd-a929-651d196acba2 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3254] 10.0.0.242 () {32 vars in 737 bytes} [Tue Jun 16 06:28:08 2026] GET /v2.0/security-groups/c98bd036-f08a-4512-805d-063cb6c15293 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:08.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-425ebb67-384c-40fd-9443-22bd8bd3f897 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:28:08.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-425ebb67-384c-40fd-9443-22bd8bd3f897 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 00bcb5f2-6592-4992-ad77-550c63c2cc15 [pid: 8|app: 0|req: 1720/3255] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:08 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 309 bytes in 1557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:28:10.287 7 INFO neutron.api.v2.resource [None req-011f56ff-b430-4e87-a1de-670c42d19644 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3256] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:10 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:10.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c54b309-6bf3-4e7a-a4ec-7394ea3c57c2 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 69abc902-41d0-4ee1-b166-b579082db660 2026-06-16 06:28:10.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c54b309-6bf3-4e7a-a4ec-7394ea3c57c2 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 69abc902-41d0-4ee1-b166-b579082db660 [pid: 8|app: 0|req: 1721/3257] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:10 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:28:11.464 7 INFO neutron.api.v2.resource [None req-aff164cb-3fd9-475e-a83d-6c23f272965a bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3258] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:11 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:11.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-867e079f-7532-45ea-afdb-ecef051edeb8 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:28:11.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-867e079f-7532-45ea-afdb-ecef051edeb8 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 516406d6-cb61-4749-bbc0-cfa229d8e47d [pid: 8|app: 0|req: 1722/3259] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:11 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 06:28:12.613 7 INFO neutron.api.v2.resource [None req-776822cd-4ab9-488c-865a-dcbce3c09275 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3260] 10.0.0.242 () {34 vars in 789 bytes} [Tue Jun 16 06:28:12 2026] PUT /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:12.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9656ae3-bc0b-4f14-a4d3-0493ff3e918c bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 8facbc36-4f91-4e95-8321-39cc5050d60f 2026-06-16 06:28:12.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9656ae3-bc0b-4f14-a4d3-0493ff3e918c bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 8facbc36-4f91-4e95-8321-39cc5050d60f 2026-06-16 06:28:13.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9656ae3-bc0b-4f14-a4d3-0493ff3e918c bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 435ba8fc-33d9-4fe6-aa05-7247e92238cf 2026-06-16 06:28:13.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9656ae3-bc0b-4f14-a4d3-0493ff3e918c bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 435ba8fc-33d9-4fe6-aa05-7247e92238cf 2026-06-16 06:28:13.558 8 INFO neutron.services.segments.plugin [-] Segment db7fcac2-fd84-4df5-bfe9-e954534525c4 resource provider aggregate not found 2026-06-16 06:28:13.562 8 INFO neutron.services.segments.plugin [-] Segment db7fcac2-fd84-4df5-bfe9-e954534525c4 resource provider aggregate not found 2026-06-16 06:28:13.579 8 INFO neutron.services.segments.plugin [-] Segment db7fcac2-fd84-4df5-bfe9-e954534525c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7fcac2-fd84-4df5-bfe9-e954534525c4 found for delete ", "request_id": "req-7c9f03e1-54a1-4c66-8c69-932a9e260d5f"}]} 2026-06-16 06:28:13.582 8 INFO neutron.services.segments.plugin [-] Segment db7fcac2-fd84-4df5-bfe9-e954534525c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7fcac2-fd84-4df5-bfe9-e954534525c4 found for delete ", "request_id": "req-c5886c7f-d47a-4399-b9d9-75509c0ad46c"}]} 2026-06-16 06:28:13.583 8 INFO neutron.db.l3_hamode_db [None req-c9656ae3-bc0b-4f14-a4d3-0493ff3e918c bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] HA network 18cebff3-777e-4e43-8da2-fc564fb33935 was deleted as no HA routers are present in tenant c8fb0e096a0b4c45a16f28921c969058. [pid: 8|app: 0|req: 1723/3261] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:12 2026] DELETE /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326 => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 06:28:13.614 7 INFO neutron.api.v2.resource [None req-21d0d334-f077-4808-8b27-516b5157c89f bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3262] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:13 2026] GET /v2.0/routers/97c92807-cab6-49a4-9c42-1e7d14c33326 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3263] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:13 2026] DELETE /v2.0/subnets/e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:13.768 7 INFO neutron.pecan_wsgi.hooks.translation [None req-acf1b9b3-3c5a-434f-b2ba-819b5251cd77 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3264] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:13 2026] GET /v2.0/subnets/e0721d0f-ca5b-4a86-bfb2-95b985e840e3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3265] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:13 2026] DELETE /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:13.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34ddf561-6ba8-42df-a7eb-52ed1a695b5b bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3266] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:13 2026] GET /v2.0/subnets/60323505-4009-4956-b955-4b71f00e4ba9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:14.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebc5d2ea-b6ab-4ef1-9c8d-e0fd54255b56 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 596cc074-7409-437c-a3d7-28305c5904c2 2026-06-16 06:28:14.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc5d2ea-b6ab-4ef1-9c8d-e0fd54255b56 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 596cc074-7409-437c-a3d7-28305c5904c2 [pid: 8|app: 0|req: 1726/3267] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:28:13 2026] DELETE /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:14.369 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba093c27-3074-48eb-a6a5-46079b4b8477 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3268] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:28:14 2026] GET /v2.0/networks/56a57e7a-1d3f-4581-90a7-ab3fd0160b44 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3269] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:14 2026] DELETE /v2.0/subnets/8027a931-edf6-45a1-94f5-5ee4fb49b478 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:14.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8778bc11-e01f-48a1-9f3b-83169bde8532 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3270] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:14 2026] GET /v2.0/subnets/8027a931-edf6-45a1-94f5-5ee4fb49b478 => 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: 1728/3271] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:14 2026] DELETE /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:14.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e54b4413-1e80-4a96-97cf-4ac1e0bcbd7b bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3272] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:14 2026] GET /v2.0/subnets/07e8cb0d-9f25-44e1-9c70-7c7b4e718e57 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:14.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-064393a7-3641-43dc-8aa9-c2154f160fe8 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: 51b19f24-63a8-49c0-a0c4-9256c0f21fca 2026-06-16 06:28:14.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-064393a7-3641-43dc-8aa9-c2154f160fe8 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: 51b19f24-63a8-49c0-a0c4-9256c0f21fca [pid: 8|app: 0|req: 1729/3273] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:28:14 2026] DELETE /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:15.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a515e19-b018-48b1-aa38-bb33979dfa2f bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3274] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:28:15 2026] GET /v2.0/networks/25d4c4df-7221-4ab6-9f40-286622e73956 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3275] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:15 2026] DELETE /v2.0/subnets/490d2c12-b4d9-4824-b52f-46aea2829879 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:15.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b6c7ffc-4fa7-4977-b9dc-1ff58ddeeea7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3276] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:15 2026] GET /v2.0/subnets/490d2c12-b4d9-4824-b52f-46aea2829879 => 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: 1731/3277] 10.0.0.242 () {32 vars in 724 bytes} [Tue Jun 16 06:28:15 2026] DELETE /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:15.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f71a0d5-4c2c-4e75-90c9-9246f7a517e1 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3278] 10.0.0.242 () {32 vars in 721 bytes} [Tue Jun 16 06:28:15 2026] GET /v2.0/subnets/eac078ba-1a91-41c1-8e4e-12bf2b16558c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:15.607 8 INFO neutron.services.segments.plugin [-] Segment deebb0b1-2993-4443-a5c3-4f003c0f3fe8 resource provider aggregate not found 2026-06-16 06:28:15.611 8 INFO neutron.services.segments.plugin [-] Segment deebb0b1-2993-4443-a5c3-4f003c0f3fe8 resource provider aggregate not found 2026-06-16 06:28:15.624 8 INFO neutron.services.segments.plugin [-] Segment deebb0b1-2993-4443-a5c3-4f003c0f3fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deebb0b1-2993-4443-a5c3-4f003c0f3fe8 found for delete ", "request_id": "req-b8105da6-e917-480d-9354-a096b80a2bfb"}]} 2026-06-16 06:28:15.630 8 INFO neutron.services.segments.plugin [-] Segment deebb0b1-2993-4443-a5c3-4f003c0f3fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deebb0b1-2993-4443-a5c3-4f003c0f3fe8 found for delete ", "request_id": "req-7b391fbf-f057-4d1a-833c-4865200cf76e"}]} 2026-06-16 06:28:15.646 8 INFO neutron.services.segments.plugin [-] Segment 314dd112-1077-496e-8089-85fb359bf670 resource provider aggregate not found 2026-06-16 06:28:15.652 8 INFO neutron.services.segments.plugin [-] Segment 314dd112-1077-496e-8089-85fb359bf670 resource provider aggregate not found 2026-06-16 06:28:15.669 8 INFO neutron.services.segments.plugin [-] Segment 314dd112-1077-496e-8089-85fb359bf670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314dd112-1077-496e-8089-85fb359bf670 found for delete ", "request_id": "req-4eb5867a-5f73-4541-860f-029e77c87747"}]} 2026-06-16 06:28:15.670 8 INFO neutron.services.segments.plugin [-] Segment 314dd112-1077-496e-8089-85fb359bf670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314dd112-1077-496e-8089-85fb359bf670 found for delete ", "request_id": "req-d0229d66-d57f-4733-be1b-80a81a3a5ec0"}]} 2026-06-16 06:28:15.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-80057539-6855-40c5-a8a0-24315c263fe7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] TaaS: Handle Delete Port: a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:28:15.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80057539-6855-40c5-a8a0-24315c263fe7 bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] Tap Mirror: Handle Delete Port: a47b7de7-1560-40dd-82a6-539deb5c878a [pid: 8|app: 0|req: 1732/3279] 10.0.0.242 () {32 vars in 726 bytes} [Tue Jun 16 06:28:15 2026] DELETE /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 06:28:15.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89b12184-83ae-4a03-8da8-af2f53b702ed bd87acdc2bdc41488ea4528d462088d7 c8fb0e096a0b4c45a16f28921c969058 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3280] 10.0.0.242 () {32 vars in 723 bytes} [Tue Jun 16 06:28:15 2026] GET /v2.0/networks/ffa3eed3-9b45-4d83-b79e-5422caa8411a => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 06:28:17.693 8 INFO neutron.services.segments.plugin [-] Segment cb96fe53-8a6c-47b7-8b64-d9a56e720b35 resource provider aggregate not found 2026-06-16 06:28:17.705 8 INFO neutron.services.segments.plugin [-] Segment cb96fe53-8a6c-47b7-8b64-d9a56e720b35 resource provider aggregate not found 2026-06-16 06:28:17.710 8 INFO neutron.services.segments.plugin [-] Segment cb96fe53-8a6c-47b7-8b64-d9a56e720b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb96fe53-8a6c-47b7-8b64-d9a56e720b35 found for delete ", "request_id": "req-3ab89ca2-ae9c-4c8f-a71a-a7b169859afb"}]} 2026-06-16 06:28:17.732 8 INFO neutron.services.segments.plugin [-] Segment cb96fe53-8a6c-47b7-8b64-d9a56e720b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb96fe53-8a6c-47b7-8b64-d9a56e720b35 found for delete ", "request_id": "req-2e75e095-dd30-4258-ab0d-289271fd9a4b"}]} [pid: 8|app: 0|req: 1734/3283] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:18 2026] GET /v2.0/security-groups?tenant_id=8ccd36ea9b914a4394a38c72ae0cdf5e&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3284] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:18 2026] DELETE /v2.0/security-groups/54d5421f-8e7c-4171-8ecd-010d26425254 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3285] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:18 2026] GET /v2.0/security-groups?tenant_id=c8fb0e096a0b4c45a16f28921c969058&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: 1551/3286] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:18 2026] DELETE /v2.0/security-groups/9e65f089-b0fe-427d-b7ed-d2b245ed3d28 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3287] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:18 2026] GET /v2.0/security-groups?tenant_id=b3d56fa212ad46abb09531ae728e4d42&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3288] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:19 2026] DELETE /v2.0/security-groups/88fbf38e-bffb-46cc-867d-ed13070bed08 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3289] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:19 2026] GET /v2.0/security-groups?tenant_id=bbbfcae22ef942b18267981b26ae30b7&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3290] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:19 2026] DELETE /v2.0/security-groups/76a03cc7-8cf2-4db6-9fc2-fdaf86858a49 => 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: 1738/3291] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:19 2026] GET /v2.0/security-groups?tenant_id=46f43f257bad4214bedd48bc7ea10652&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: 1554/3292] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:19 2026] DELETE /v2.0/security-groups/8d8b2a30-19fa-4dd8-acea-785968179490 => 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: 1739/3293] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:19 2026] GET /v2.0/security-groups?tenant_id=357ee7b78bf94edfa45fa85fb5a7c475&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3294] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:20 2026] DELETE /v2.0/security-groups/e188bbeb-19ec-4fe4-ac4f-bd9774f750c2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3295] 10.0.0.242 () {32 vars in 774 bytes} [Tue Jun 16 06:28:20 2026] GET /v2.0/security-groups?tenant_id=c988366d35204ad0b5ed3f8171c94d17&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3296] 10.0.0.242 () {32 vars in 740 bytes} [Tue Jun 16 06:28:20 2026] DELETE /v2.0/security-groups/d5b7de4e-23d6-4733-9f3a-60988192af0e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3297] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:28:23 2026] GET /v2.0/networks => generated 2167 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3298] 10.0.0.242 () {32 vars in 655 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3299] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3300] 10.0.0.242 () {32 vars in 643 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3301] 10.0.0.242 () {32 vars in 647 bytes} [Tue Jun 16 06:28:24 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: 7|app: 0|req: 1559/3302] 10.0.0.242 () {32 vars in 649 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/networks => generated 2167 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3303] 10.0.0.242 () {32 vars in 663 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3304] 10.0.0.242 () {32 vars in 655 bytes} [Tue Jun 16 06:28:24 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)